Make improvised explosive devices minor contra (#38088)

pipe bomb and fire bombs are minor contra
This commit is contained in:
Samuka-C
2025-06-05 23:28:04 -03:00
committed by GitHub
parent 54d7f3f808
commit bc4a45d6e5
2 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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