- fix: Broken body types fix. (#131)
This commit is contained in:
@@ -121,6 +121,7 @@
|
||||
components:
|
||||
- type: HumanoidAppearance
|
||||
species: Terminator
|
||||
bodyType: TerminatorNormal
|
||||
- type: MovementSpeedModifier
|
||||
baseWalkSpeed: 1.5
|
||||
baseSprintSpeed: 3.0
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
requiredLegs: 2 # It would be funny if arachnids could use their little back limbs to move around once they lose their legs, but just something to consider post-woundmed
|
||||
- type: HumanoidAppearance
|
||||
species: Arachnid
|
||||
bodyType: ArachnidNormal
|
||||
- type: Hunger
|
||||
- type: Thirst
|
||||
- type: Sericulture
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
components:
|
||||
- type: HumanoidAppearance
|
||||
species: Diona
|
||||
bodyType: DionaNormal
|
||||
- type: Hunger
|
||||
baseDecayRate: 0.0083
|
||||
- type: Thirst
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
components:
|
||||
- type: HumanoidAppearance
|
||||
species: Gingerbread
|
||||
bodyType: GingerbreadNormal
|
||||
- type: Icon
|
||||
sprite: Mobs/Species/Gingerbread/parts.rsi
|
||||
state: full
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
components:
|
||||
- type: HumanoidAppearance
|
||||
species: Moth
|
||||
bodyType: MothNormal
|
||||
- type: Hunger
|
||||
- type: Thirst
|
||||
- type: Icon
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
components:
|
||||
- type: HumanoidAppearance
|
||||
species: Reptilian
|
||||
bodyType: ReptilianNormal
|
||||
- type: Hunger
|
||||
- type: Puller
|
||||
needsHands: false
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
components:
|
||||
- type: HumanoidAppearance
|
||||
species: Skeleton
|
||||
bodyType: SkeletonNormal
|
||||
- type: Icon
|
||||
sprite: Mobs/Species/Skeleton/parts.rsi
|
||||
state: full
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
requiredLegs: 2
|
||||
- type: HumanoidAppearance
|
||||
species: SlimePerson
|
||||
bodyType: SlimeNormal
|
||||
- type: Speech
|
||||
speechVerb: Slime
|
||||
speechSounds: Slime
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- type: entity
|
||||
- type: entity
|
||||
parent: BaseMobSpeciesOrganic
|
||||
id: BaseMobVox
|
||||
abstract: true
|
||||
@@ -13,6 +13,7 @@
|
||||
requiredLegs: 2
|
||||
- type: HumanoidAppearance
|
||||
species: Vox
|
||||
bodyType: VoxNormal
|
||||
#- type: VoxAccent # Not yet coded
|
||||
- type: Speech
|
||||
speechVerb: Vox
|
||||
|
||||
Reference in New Issue
Block a user