Files
wwdpublic/Resources/Prototypes/explosion.yml
VMSolidus 2a7f4e070c Port Supermatter Updates From Impstation (#1719)
# Description

Yea it turns out ImpStation made a shitton of updates to Supermatter
that were never upstreamed, including making a fancy new Supermatter
Monitoring Console, which needs to be mapped. Technically this is a
DeltaV PR, but out of pure spite I ported the entirety of this
completely by hand.

<details><summary><h1>Media</h1></summary>
<p>

![image](https://github.com/user-attachments/assets/da665b53-ad0a-4661-bb31-8e9b3bd01b27)

</p>
</details>

# Changelog

🆑
- add: Added Supermatter Monitoring Console.

(cherry picked from commit 541f1695d0f9e03afb26f847f3e8fd1462c5ed14)
2025-02-28 16:24:58 +03:00

136 lines
2.8 KiB
YAML

# Does not currently support prototype hot-reloading. See comments in c# file.
- 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: DemolitionCharge
damagePerIntensity:
types:
Heat: 3
Blunt: 3
Piercing: 3
Structural: 50
tileBreakChance: [ 0, 0.5, 1 ]
tileBreakIntensity: [ 0, 10, 30 ]
tileBreakRerollReduction: 20
lightColor: Orange
texturePath: /Textures/Effects/fire.rsi
fireStates: 3
- type: explosion
id: MicroBomb
damagePerIntensity:
types:
Heat: 6
Blunt: 6
Piercing: 6
Structural: 20
tileBreakChance: [ 0, 0.5, 1 ]
tileBreakIntensity: [ 1, 10, 15 ]
tileBreakRerollReduction: 30
intensityPerState: 20
lightColor: Orange
texturePath: /Textures/Effects/fire.rsi
fireStates: 6
- 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
Structural: 20
tileBreakChance: [0]
tileBreakIntensity: [0]
lightColor: Blue
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
- type: explosion
id: PowerSink
damagePerIntensity:
types:
Heat: 12
Blunt: 12
Piercing: 12
Structural: 30
tileBreakChance: [ 0, 0.5, 1 ]
tileBreakIntensity: [ 1, 5, 10 ]
tileBreakRerollReduction: 3
intensityPerState: 20
lightColor: Orange
texturePath: /Textures/Effects/fire.rsi
fireStates: 6
- type: explosion
id: HardBomb
damagePerIntensity:
types:
Heat: 15
Blunt: 15
Piercing: 6
Structural: 40
tileBreakChance: [ 0, 0.5, 1 ]
tileBreakIntensity: [ 0, 10, 30 ]
tileBreakRerollReduction: 10
intensityPerState: 20
lightColor: Orange
texturePath: /Textures/Effects/fire.rsi
fireStates: 6
- type: explosion
id: FireBomb
damagePerIntensity:
types:
Heat: 1
Blunt: 2
Piercing: 3
lightColor: Orange
texturePath: /Textures/Effects/fire.rsi
fireStates: 6
fireStacks: 2
# STOP
# BEFORE YOU ADD MORE EXPLOSION TYPES CONSIDER IF AN EXISTING ONE IS SUITABLE
# ADDING NEW ONES IS PROHIBITIVELY EXPENSIVE