Add temporary damageable component to humans (#2234)
This commit is contained in:
@@ -140,11 +140,13 @@
|
|||||||
tempDamageCoefficient: 0.1
|
tempDamageCoefficient: 0.1
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
- type: Body
|
- type: Body
|
||||||
criticalThreshold: 100
|
|
||||||
deadThreshold: 200
|
|
||||||
template: HumanoidTemplate
|
template: HumanoidTemplate
|
||||||
preset: HumanPreset
|
preset: HumanPreset
|
||||||
centerSlot: torso
|
centerSlot: torso
|
||||||
|
- type: Damageable
|
||||||
|
damagePrototype: biologicalDamageContainer
|
||||||
|
criticalThreshold: 100
|
||||||
|
deadThreshold: 200
|
||||||
- type: Metabolism
|
- type: Metabolism
|
||||||
metabolismHeat: 5000
|
metabolismHeat: 5000
|
||||||
radiatedHeat: 400
|
radiatedHeat: 400
|
||||||
@@ -294,11 +296,13 @@
|
|||||||
- MobImpassable
|
- MobImpassable
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
- type: Body
|
- type: Body
|
||||||
criticalThreshold: 100
|
|
||||||
deadThreshold: 200
|
|
||||||
template: HumanoidTemplate
|
template: HumanoidTemplate
|
||||||
preset: HumanPreset
|
preset: HumanPreset
|
||||||
centerSlot: torso
|
centerSlot: torso
|
||||||
|
- type: Damageable
|
||||||
|
damagePrototype: biologicalDamageContainer
|
||||||
|
criticalThreshold: 100
|
||||||
|
deadThreshold: 200
|
||||||
- type: MobStateManager
|
- type: MobStateManager
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
visuals:
|
visuals:
|
||||||
|
|||||||
Reference in New Issue
Block a user