Skip to content

Commit

Permalink
jumpsuit displacement
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxxoTrystan committed Dec 19, 2024
1 parent 0fad301 commit cb40613
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions Resources/Prototypes/Floof/Entities/Mobs/Species/scugcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,51 @@
id: BaseMobScugCat
abstract: true
components:
- type: Sprite
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" ]
- 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" ] # Dynamically generated
sprite: "DeltaV/Effects/creampie.rsi"
state: "creampie_vulpkanin"
visible: false
- type: FootPrints
- type: Carriable
- type: Hunger
Expand Down Expand Up @@ -48,6 +93,12 @@
- type: PseudoItem
- type: Inventory
speciesId: scugcat
displacements:
jumpsuit:
sizeMaps:
32:
sprite: Floof/Mobs/Species/Scugcat/displacement.rsi
state: jumpsuit

- type: entity
parent: BaseSpeciesDummy
Expand All @@ -59,3 +110,9 @@
species: Scugcat
- type: Inventory
speciesId: scugcat
displacements:
jumpsuit:
sizeMaps:
32:
sprite: Floof/Mobs/Species/Scugcat/displacement.rsi
state: jumpsuit
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb40613

Please sign in to comment.