Explosion refactor TEST MERG (#6995)

* Explosions

* fix yaml typo

and prevent silly UI inputs

* oop

Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
This commit is contained in:
Moony
2022-03-04 13:48:01 -06:00
committed by GitHub
parent 4e203f49d2
commit 4a466f4927
71 changed files with 3958 additions and 760 deletions

View File

@@ -0,0 +1,39 @@
- type: explosion
id: Default
damagePerIntensity:
types:
Heat: 5
Blunt: 5
Piercing: 5
tileBreakChance: [0, 0.5, 1]
tileBreakIntensity: [0, 10, 30]
tileBreakRerollReduction: 20
lightColor: Orange
texturePath: /Textures/Effects/fire.rsi
fireStates: 3
- type: explosion
id: Radioactive
damagePerIntensity:
types:
Radiation: 5
Heat: 4
Blunt: 3
Piercing: 3
lightColor: Green
fireColor: Green
texturePath: /Textures/Effects/fire_greyscale.rsi
fireStates: 3
- type: explosion
id: Cryo
damagePerIntensity:
types:
Cold: 5
Blunt: 2
tileBreakChance: [0]
tileBreakIntensity: [0]
lightColor: Blue
fireColor: Blue
texturePath: /Textures/Effects/fire_greyscale.rsi
fireStates: 3