Makes minibomb actually gib (#15330)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user