- fix: AAAAHHHH.

This commit is contained in:
Aviu00
2024-04-08 13:20:19 +03:00
parent d2ea0bf4ed
commit 6b45fd7113
3 changed files with 6 additions and 4 deletions

View File

@@ -72,8 +72,6 @@
RLeg: MobSlimeRLeg RLeg: MobSlimeRLeg
LFoot: MobSlimeLFoot LFoot: MobSlimeLFoot
RFoot: MobSlimeRFoot RFoot: MobSlimeRFoot
HeadTop: MobHumanoidAnyMarking
Tail: MobHumanoidAnyMarking
- type: bodyType - type: bodyType
id: VoxNormal id: VoxNormal

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
save: false save: false
name: Urist McTajaran name: Urist McTajaran
parent: BaseMobSpeciesOrganic parent: BaseMobSpeciesOrganic
@@ -13,6 +13,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: Tajaran species: Tajaran
bodyType: TajaranNormal
- type: Hunger - type: Hunger
- type: Thirst - type: Thirst
- type: Tag - type: Tag
@@ -66,4 +67,5 @@
components: components:
- type: HumanoidAppearance - type: HumanoidAppearance
species: Tajaran species: Tajaran
bodyType: TajaranNormal
- type: CustomHeight - type: CustomHeight

View File

@@ -1,4 +1,4 @@
- type: entity - type: entity
save: false save: false
name: Urist McSobaka name: Urist McSobaka
parent: BaseMobSpeciesOrganic parent: BaseMobSpeciesOrganic
@@ -13,6 +13,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: Vulpkanin species: Vulpkanin
bodyType: VulpkaninNormal
- type: Hunger - type: Hunger
- type: Thirst - type: Thirst
- type: Tag - type: Tag
@@ -66,4 +67,5 @@
components: components:
- type: HumanoidAppearance - type: HumanoidAppearance
species: Vulpkanin species: Vulpkanin
bodyType: VulpkaninNormal
- type: CustomHeight - type: CustomHeight