Adds FlammableComponent, humans can now catch on fire. (#2115)
@@ -116,6 +116,10 @@
|
||||
sprite: Effects/creampie.rsi
|
||||
state: creampie_human
|
||||
visible: false
|
||||
- map: ["enum.FireVisualLayers.Fire"]
|
||||
sprite: Mobs/Effects/onfire.rsi
|
||||
state: Generic_mob_burning
|
||||
visible: false
|
||||
- type: Icon
|
||||
sprite: Mobs/Species/Human/parts.rsi
|
||||
state: full
|
||||
@@ -133,6 +137,9 @@
|
||||
- Opaque
|
||||
- MobImpassable
|
||||
- type: AtmosExposed
|
||||
- type: Flammable
|
||||
fireSpread: true
|
||||
canResistFire: true
|
||||
- type: Temperature
|
||||
heatDamageThreshold: 360
|
||||
coldDamageThreshold: 260
|
||||
@@ -163,6 +170,10 @@
|
||||
visuals:
|
||||
- type: RotationVisualizer
|
||||
- type: BuckleVisualizer
|
||||
- type: FireVisualizer
|
||||
normalState: Generic_mob_burning
|
||||
alternateState: Standing
|
||||
fireStackAlternateState: 3
|
||||
- type: CreamPiedVisualizer
|
||||
- type: CombatMode
|
||||
- type: Climbing
|
||||
|
||||
BIN
Resources/Textures/Interface/StatusEffects/Fire/fire.png
Normal file
|
After Width: | Height: | Size: 414 B |
BIN
Resources/Textures/Interface/StatusEffects/Temperature/cold1.png
Normal file
|
After Width: | Height: | Size: 396 B |
BIN
Resources/Textures/Interface/StatusEffects/Temperature/cold2.png
Normal file
|
After Width: | Height: | Size: 388 B |
BIN
Resources/Textures/Interface/StatusEffects/Temperature/cold3.png
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
Resources/Textures/Interface/StatusEffects/Temperature/hot1.png
Normal file
|
After Width: | Height: | Size: 365 B |
BIN
Resources/Textures/Interface/StatusEffects/Temperature/hot2.png
Normal file
|
After Width: | Height: | Size: 333 B |
BIN
Resources/Textures/Interface/StatusEffects/Temperature/hot3.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
BIN
Resources/Textures/Mobs/Effects/onfire.rsi/Monkey_burning.png
Normal file
|
After Width: | Height: | Size: 3.8 KiB |
BIN
Resources/Textures/Mobs/Effects/onfire.rsi/Standing.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
1
Resources/Textures/Mobs/Effects/onfire.rsi/meta.json
Normal file
@@ -0,0 +1 @@
|
||||
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA 3.0", "copyright": "Taken from https://github.com/tgstation/tgstation at 0d9c9a8233dfc3fc55edc538955a761a6328bee0", "states": [{"name": "Generic_mob_burning", "directions": 4, "delays": [[0.1, 0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1, 0.1]]}, {"name": "Monkey_burning", "directions": 4, "delays": [[0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1]]}, {"name": "Standing", "directions": 4, "delays": [[0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1]]}]}
|
||||