Skip to content

Commit

Permalink
Added the instructor mantle. Can only spawned in through the entity m…
Browse files Browse the repository at this point in the history
…enu.

File Changes:

+ C:\CodeProjects\space-station-14\Resources\Textures\Harmony\Clothing\Neck\Misc\instructormantle.rsi
    + .\equipped-NECK.png
    + .\icon.png
    + .\meta.json
+ C:\CodeProjects\space-station-14\Resources\Prototypes\Harmony\Entities\Clothing\Neck\mantles.yml

Reasoning:

There is no real reason other than that it would be fun for the teach and learn day.
  • Loading branch information
Tsawodi committed Sep 12, 2024
1 parent 97a6731 commit adcbbc7
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/Prototypes/Harmony/Entities/Clothing/Neck/mantles.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
- type: entity
parent: ClothingNeckBase
id: ClothingNeckMantleInstructor
name: instructor mantle
description: For instructors so their students can identify them easily and so they can just feel special.
components:
- type: Sprite
sprite: Harmony\Clothing\Neck\Misc\instructormantle.rsi
- type: Clothing
sprite: Harmony\Clothing\Neck\Misc\instructormantle.rsi
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,18 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "drawn by Tsawodi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-NECK",
"directions": 4
}
]
}

0 comments on commit adcbbc7

Please sign in to comment.