make legs affect movement speed with body (#12928)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
This commit is contained in:
@@ -711,6 +711,7 @@
|
||||
speechSounds: Monkey
|
||||
- type: Body
|
||||
prototype: Primate
|
||||
requiredLegs: 1 # TODO: More than 1 leg
|
||||
- type: DamageStateVisuals
|
||||
states:
|
||||
Alive:
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
Piercing: 8
|
||||
- type: Body
|
||||
prototype: Rat
|
||||
requiredLegs: 1 # TODO: More than 1 leg
|
||||
- type: Hunger # probably should be prototyped
|
||||
thresholds:
|
||||
Overfed: 200
|
||||
@@ -225,6 +226,7 @@
|
||||
Piercing: 3
|
||||
- type: Body
|
||||
prototype: Rat
|
||||
requiredLegs: 1 # TODO: More than 1 leg
|
||||
- type: Hunger # probably should be prototyped
|
||||
thresholds:
|
||||
Overfed: 200
|
||||
|
||||
@@ -177,6 +177,7 @@
|
||||
species: Human
|
||||
- type: Body
|
||||
prototype: Human
|
||||
requiredLegs: 2
|
||||
- type: Damageable
|
||||
damageContainer: Biological
|
||||
- type: RadiationReceiver
|
||||
@@ -366,6 +367,7 @@
|
||||
species: Human
|
||||
- type: Body
|
||||
prototype: Human
|
||||
requiredLegs: 2
|
||||
- type: Damageable
|
||||
damageContainer: Biological
|
||||
- type: MobState
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
state: full
|
||||
- type: Body
|
||||
prototype: Diona
|
||||
requiredLegs: 2
|
||||
- type: Damageable
|
||||
damageContainer: Biological
|
||||
damageModifierSet: Diona
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
scale: 1, 0.8
|
||||
- type: Body
|
||||
prototype: Human
|
||||
requiredLegs: 2
|
||||
|
||||
- type: entity
|
||||
save: false
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
state: full
|
||||
- type: Body
|
||||
prototype: Reptilian
|
||||
requiredLegs: 2
|
||||
- type: LizardAccent
|
||||
- type: Speech
|
||||
speechSounds: Lizard
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
state: full
|
||||
- type: Body
|
||||
prototype: Skeleton
|
||||
requiredLegs: 2
|
||||
gibSound: /Audio/Effects/bone_rattle.ogg
|
||||
- type: Damageable
|
||||
damageContainer: Biological
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
state: full
|
||||
- type: Body
|
||||
prototype: Slime
|
||||
requiredLegs: 2
|
||||
- type: Humanoid
|
||||
species: SlimePerson
|
||||
- type: Speech
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
- map: [ "pocket2" ]
|
||||
- type: Body
|
||||
prototype: Vox
|
||||
requiredLegs: 2
|
||||
# Vox nitrogen stuff is handled in their metabolism
|
||||
- type: Respirator
|
||||
damage:
|
||||
@@ -110,4 +111,5 @@
|
||||
species: Vox
|
||||
- type: Body
|
||||
prototype: Vox
|
||||
requiredLegs: 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user