Skip to content

Commit

Permalink
Generic vulp improvements pt1 (#230)
Browse files Browse the repository at this point in the history
PursuitInAshes authored Apr 23, 2024
1 parent 4c12c3c commit 13db9e9
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions Resources/Prototypes/_CD/Entities/Mobs/Species/vulpkanin.yml
Original file line number Diff line number Diff line change
@@ -54,6 +54,59 @@
Heat : 3 #per second, scales with temperature & other constants
- type: Wagging
action: ActionToggleVulpakinWagging
- type: Sprite # Drawlayers. Top to bottom in order I believe.
netsync: false
noRot: true
drawdepth: Mobs
layers:
- map: [ "enum.HumanoidVisualLayers.Chest" ]
- map: [ "enum.HumanoidVisualLayers.Head" ]
- map: [ "enum.HumanoidVisualLayers.Snout" ]
- map: [ "enum.HumanoidVisualLayers.Eyes" ]
- map: [ "enum.HumanoidVisualLayers.RArm" ]
- map: [ "enum.HumanoidVisualLayers.LArm" ]
- map: [ "enum.HumanoidVisualLayers.RLeg" ]
- map: [ "enum.HumanoidVisualLayers.LLeg" ]
- shader: StencilClear
sprite: Mobs/Species/Human/parts.rsi
state: l_leg
- shader: StencilMask
map: [ "enum.HumanoidVisualLayers.StencilMask" ]
sprite: _CD/Mobs/Customization/Vulpkanin/masking_helpers.rsi
state: female_full
visible: false
- map: [ "jumpsuit" ]
- map: [ "enum.HumanoidVisualLayers.LHand" ]
- map: [ "enum.HumanoidVisualLayers.RHand" ]
- map: [ "enum.HumanoidVisualLayers.LFoot" ]
- map: [ "enum.HumanoidVisualLayers.RFoot" ]
- map: [ "enum.HumanoidVisualLayers.Handcuffs" ]
color: "#ffffff"
sprite: Objects/Misc/handcuffs.rsi
state: body-overlay-2
visible: false
- map: [ "id" ]
- map: [ "gloves" ]
- map: [ "shoes" ]
- map: [ "ears" ]
- map: [ "outerClothing" ]
- map: [ "eyes" ]
- map: [ "belt" ]
- map: [ "neck" ]
- map: [ "back" ]
- map: [ "enum.HumanoidVisualLayers.FacialHair" ]
- map: [ "enum.HumanoidVisualLayers.Hair" ]
- map: [ "enum.HumanoidVisualLayers.HeadSide" ]
- map: [ "enum.HumanoidVisualLayers.HeadTop" ]
- map: [ "enum.HumanoidVisualLayers.Tail" ]
- map: [ "mask" ]
- map: [ "head" ]
- map: [ "pocket1" ]
- map: [ "pocket2" ]
- map: [ "clownedon" ]
sprite: "_CD/Effects/creampie.rsi"
state: "creampie_vulpkanin"
visible: false

- type: entity
parent: BaseSpeciesDummy
2 changes: 1 addition & 1 deletion Resources/Prototypes/_CD/Species/vulpkanin.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@
Tail:
points: 1
required: true
defaultMarkings: [ VulpTail ]
defaultMarkings: [ VulpTailAlt ]
Head:
points: 1
required: false

0 comments on commit 13db9e9

Please sign in to comment.