- fix: Broken body types fix. (#131)
This commit is contained in:
@@ -121,6 +121,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
species: Terminator
|
species: Terminator
|
||||||
|
bodyType: TerminatorNormal
|
||||||
- type: MovementSpeedModifier
|
- type: MovementSpeedModifier
|
||||||
baseWalkSpeed: 1.5
|
baseWalkSpeed: 1.5
|
||||||
baseSprintSpeed: 3.0
|
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
|
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
|
- type: HumanoidAppearance
|
||||||
species: Arachnid
|
species: Arachnid
|
||||||
|
bodyType: ArachnidNormal
|
||||||
- type: Hunger
|
- type: Hunger
|
||||||
- type: Thirst
|
- type: Thirst
|
||||||
- type: Sericulture
|
- type: Sericulture
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
species: Diona
|
species: Diona
|
||||||
|
bodyType: DionaNormal
|
||||||
- type: Hunger
|
- type: Hunger
|
||||||
baseDecayRate: 0.0083
|
baseDecayRate: 0.0083
|
||||||
- type: Thirst
|
- type: Thirst
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
species: Gingerbread
|
species: Gingerbread
|
||||||
|
bodyType: GingerbreadNormal
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Mobs/Species/Gingerbread/parts.rsi
|
sprite: Mobs/Species/Gingerbread/parts.rsi
|
||||||
state: full
|
state: full
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
species: Moth
|
species: Moth
|
||||||
|
bodyType: MothNormal
|
||||||
- type: Hunger
|
- type: Hunger
|
||||||
- type: Thirst
|
- type: Thirst
|
||||||
- type: Icon
|
- type: Icon
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
species: Reptilian
|
species: Reptilian
|
||||||
|
bodyType: ReptilianNormal
|
||||||
- type: Hunger
|
- type: Hunger
|
||||||
- type: Puller
|
- type: Puller
|
||||||
needsHands: false
|
needsHands: false
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
species: Skeleton
|
species: Skeleton
|
||||||
|
bodyType: SkeletonNormal
|
||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Mobs/Species/Skeleton/parts.rsi
|
sprite: Mobs/Species/Skeleton/parts.rsi
|
||||||
state: full
|
state: full
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
requiredLegs: 2
|
requiredLegs: 2
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
species: SlimePerson
|
species: SlimePerson
|
||||||
|
bodyType: SlimeNormal
|
||||||
- type: Speech
|
- type: Speech
|
||||||
speechVerb: Slime
|
speechVerb: Slime
|
||||||
speechSounds: Slime
|
speechSounds: Slime
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseMobSpeciesOrganic
|
parent: BaseMobSpeciesOrganic
|
||||||
id: BaseMobVox
|
id: BaseMobVox
|
||||||
abstract: true
|
abstract: true
|
||||||
@@ -13,6 +13,7 @@
|
|||||||
requiredLegs: 2
|
requiredLegs: 2
|
||||||
- type: HumanoidAppearance
|
- type: HumanoidAppearance
|
||||||
species: Vox
|
species: Vox
|
||||||
|
bodyType: VoxNormal
|
||||||
#- type: VoxAccent # Not yet coded
|
#- type: VoxAccent # Not yet coded
|
||||||
- type: Speech
|
- type: Speech
|
||||||
speechVerb: Vox
|
speechVerb: Vox
|
||||||
|
|||||||
Reference in New Issue
Block a user