Skip to content

Commit

Permalink
Yee
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Feb 14, 2024
1 parent 71e8c65 commit 5bbf06c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- type: entity
save: false
name: Lamia
name: Urist McNoodle
parent: MobLamiaBase
id: MobLamia
description: A miserable pile of scales.
Expand Down
17 changes: 9 additions & 8 deletions Resources/Prototypes/Nyanotrasen/Entities/Mobs/Species/lamia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,6 @@
- map: [ "gloves" ]
- map: [ "ears" ]
- map: [ "enum.HumanoidVisualLayers.Tail" ]
sprite: Mobs/Customization/masking_helpers.rsi
state: none
visible: false
- map: [ "outerClothing" ]
- map: [ "eyes" ]
- map: [ "belt" ]
Expand All @@ -114,11 +111,6 @@
- map: [ "pocket1" ]
- map: [ "pocket2" ]
- map: [ "enum.HumanoidVisualLayers.HeadTop" ]
sprite: Mobs/Customization/masking_helpers.rsi
state: none
visible: false
- sprite: Nyanotrasen/Mobs/Species/lamia.rsi
state: underscales
- type: Body
template: LamiaTemplate
preset: LamiaPreset
Expand All @@ -128,6 +120,7 @@
- type: NoSlip
- type: Internals
- type: MobState
- type: MobThresholds
thresholds:
0: Alive
200: Critical #these values aren't final'
Expand Down Expand Up @@ -223,6 +216,14 @@
- type: FootstepModifier
footstepSoundCollection:
collection: FootstepLamia
- type: Bloodstream
bloodMaxVolume: 60000
bloodlossDamage:
types:
Bloodloss: 1
bloodlossHealDamage:
types:
Bloodloss: -1

- type: entity
save: false
Expand Down

0 comments on commit 5bbf06c

Please sign in to comment.