Makes minibomb actually gib (#15330)

This commit is contained in:
Dawid Bla
2023-04-19 06:36:12 +02:00
committed by GitHub
parent f209c702d2
commit 3d7281540d
2 changed files with 15 additions and 1 deletions

View File

@@ -78,7 +78,7 @@
delay: 10
- type: ExplodeOnTrigger
- type: Explosive
explosionType: Default
explosionType: Minibomb
totalIntensity: 200
intensitySlope: 30 #Will destroy the tile under it reliably, space 1-2 more to rods. Only does any significant damage in a 5-tile cross.
maxIntensity: 60

View File

@@ -70,3 +70,17 @@
fireColor: Blue
texturePath: /Textures/Effects/fire_greyscale.rsi
fireStates: 3
- type: explosion
id: Minibomb
damagePerIntensity:
types:
Heat: 4
Blunt: 7
Piercing: 4
tileBreakChance: [0, 0.5, 1]
tileBreakIntensity: [0, 10, 30]
tileBreakRerollReduction: 20
lightColor: Orange
texturePath: /Textures/Effects/fire.rsi
fireStates: 3