balance a explosive payload craft (#17853)
A grenade that costs 4 TK is too easy to make. I fixed it.
This commit is contained in:
parent
2005bae178
commit
eca22beb30
1 changed files with 5 additions and 3 deletions
|
|
@ -33,7 +33,7 @@
|
|||
- type: latheRecipe
|
||||
id: FlashPayload
|
||||
result: FlashPayload
|
||||
completetime: 1
|
||||
completetime: 2
|
||||
materials:
|
||||
Steel: 50
|
||||
Plastic: 100
|
||||
|
|
@ -43,11 +43,13 @@
|
|||
- type: latheRecipe
|
||||
id: ExplosivePayload
|
||||
result: ExplosivePayload
|
||||
completetime: 1
|
||||
completetime: 4
|
||||
materials:
|
||||
Steel: 50
|
||||
Steel: 100
|
||||
Plastic: 100
|
||||
Glass: 50
|
||||
Plasma: 50
|
||||
Silver: 50
|
||||
|
||||
- type: latheRecipe
|
||||
id: Signaller
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue