Slimepeople adjustments (#6513)
This commit is contained in:
1
Resources/Locale/en-US/species/slime.ftl
Normal file
1
Resources/Locale/en-US/species/slime.ftl
Normal file
@@ -0,0 +1 @@
|
|||||||
|
slime-hurt-by-water-popup = The water melts some of your slime away!
|
||||||
@@ -62,3 +62,13 @@
|
|||||||
Heat: 2.0
|
Heat: 2.0
|
||||||
flatReductions:
|
flatReductions:
|
||||||
Blunt: 5
|
Blunt: 5
|
||||||
|
|
||||||
|
- type: damageModifierSet
|
||||||
|
id: Slime
|
||||||
|
coefficients:
|
||||||
|
Blunt: 0.6
|
||||||
|
Slash: 1.2
|
||||||
|
Piercing: 1.2
|
||||||
|
Cold: 1.5
|
||||||
|
Poison: 0.8
|
||||||
|
|
||||||
|
|||||||
@@ -96,6 +96,34 @@
|
|||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
hairMatchesSkin: true
|
hairMatchesSkin: true
|
||||||
hairAlpha: 0.5
|
hairAlpha: 0.5
|
||||||
|
- type: Damageable
|
||||||
|
damageContainer: Biological
|
||||||
|
damageModifierSet: Slime
|
||||||
|
- type: Barotrauma
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Blunt: 1.4 #per second, scales with pressure and other constants. Twice as much as humans.
|
||||||
|
- type: Reactive
|
||||||
|
groups:
|
||||||
|
Flammable: [ Touch ]
|
||||||
|
Extinguish: [ Touch ]
|
||||||
|
reactions:
|
||||||
|
- reagents: [ Water, SpaceCleaner ]
|
||||||
|
methods: [ Touch ]
|
||||||
|
effects:
|
||||||
|
- !type:WashCreamPieReaction
|
||||||
|
- reagents: [ Water ]
|
||||||
|
methods: [ Touch ]
|
||||||
|
effects:
|
||||||
|
- !type:HealthChange
|
||||||
|
scaled: true
|
||||||
|
damage:
|
||||||
|
types:
|
||||||
|
Heat: 2
|
||||||
|
- !type:PopupMessage
|
||||||
|
type: Local
|
||||||
|
messages: [ "slime-hurt-by-water-popup" ]
|
||||||
|
probability: 0.25
|
||||||
- type: Butcherable
|
- type: Butcherable
|
||||||
meat: FoodMeatSlime
|
meat: FoodMeatSlime
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user