Skip to content

Commit

Permalink
Monkey Displacement
Browse files Browse the repository at this point in the history
  • Loading branch information
EstKemran committed Mar 10, 2025
1 parent bac9c1c commit 342b117
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Resources/Prototypes/Entities/Mobs/NPCs/animals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,14 @@
- type: Inventory
templateId: monkeyinventory
speciesId: monkey
#SS220 Monkey Displacement Begin
displacements:
jumpsuit:
sizeMaps:
32:
sprite: SS220/Mobs/Displacement/Animals/monkey.rsi
state: jumpsuit
#SS220 Monkey Displacement End
- type: Deathgasp
prototype: MonkeyDeathgasp
- type: Cuffable
Expand Down Expand Up @@ -1279,6 +1287,13 @@
state: "creampie_human"
visible: false
- type: Hands
#SS220 Monkey Displacement Begin
handDisplacement:
sizeMaps:
32:
sprite: SS220/Mobs/Displacement/Animals/monkey.rsi
state: inHand
#SS220 Monkey Displacement End
- type: ComplexInteraction
- type: GenericVisualizer
visuals:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"version": 1,
"license": "EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt",
"copyright": "Sprited by Estkemran (Github) for SS220",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "jumpsuit",
"directions": 4
},
{
"name": "inHand",
"directions": 4
}
]
}

0 comments on commit 342b117

Please sign in to comment.