Make improvised explosive devices minor contra (#38088)
pipe bomb and fire bombs are minor contra
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# ideally it would be dynamic and work by actually sparking the solution but that doesnt exist yet :(
|
||||
# with that you could make napalm ied instead of welding fuel with no additional complexity
|
||||
- type: entity
|
||||
parent: BaseItem
|
||||
parent: [ BaseItem, BaseMinorContraband ]
|
||||
id: FireBomb
|
||||
name: fire bomb
|
||||
description: A weak, improvised incendiary device.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- type: entity
|
||||
parent: GrenadeBase
|
||||
parent: [ GrenadeBase, BaseMinorContraband ]
|
||||
id: PipeBomb
|
||||
name: pipe bomb
|
||||
description: An improvised explosive made from pipes and wire.
|
||||
@@ -59,4 +59,4 @@
|
||||
- type: Construction
|
||||
graph: PipeBomb
|
||||
node: cable
|
||||
defaultTarget: pipebomb
|
||||
defaultTarget: pipebomb
|
||||
|
||||
Reference in New Issue
Block a user