forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the instructor mantle. Can only spawned in through the entity m…
…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
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
Resources/Prototypes/Harmony/Entities/Clothing/Neck/mantles.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Binary file added
BIN
+9.4 KB
...rces/Textures/Harmony/Clothing/Neck/Misc/instructormantle.rsi/equipped-NECK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.93 KB
Resources/Textures/Harmony/Clothing/Neck/Misc/instructormantle.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
Resources/Textures/Harmony/Clothing/Neck/Misc/instructormantle.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
] | ||
} |