-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: humans can have horns now (#276)
* Change stuff * Change more stuff * Horns look bad on slimes (sad) * Gotcha boss
- Loading branch information
1 parent
833d034
commit d1d0d66
Showing
5 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
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,2 @@ | ||
marking-HumanHornsShort = Короткие рожки | ||
marking-HumanHornsSimple = Рожки |
17 changes: 17 additions & 0 deletions
17
Resources/Prototypes/Stories/Entities/Mobs/Customization/Markings/horns.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,17 @@ | ||
- type: marking | ||
id: HumanHornsShort | ||
bodyPart: HeadTop | ||
markingCategory: HeadTop | ||
speciesRestriction: [Human] | ||
sprites: | ||
- sprite: Stories/Mobs/Customization/horns.rsi | ||
state: horns_short | ||
|
||
- type: marking | ||
id: HumanHornsSimple | ||
bodyPart: HeadTop | ||
markingCategory: HeadTop | ||
speciesRestriction: [Human] | ||
sprites: | ||
- sprite: Stories/Mobs/Customization/horns.rsi | ||
state: horns_simple |
Binary file added
BIN
+182 Bytes
Resources/Textures/Stories/Mobs/Customization/horns.rsi/horns_short.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
+198 Bytes
Resources/Textures/Stories/Mobs/Customization/horns.rsi/horns_simple.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions
20
Resources/Textures/Stories/Mobs/Customization/horns.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,20 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "https://github.com/Skyrat-SS13/Skyrat-tg/tree/40e3cdbb15b8bc0d5ef2fb46133adf805bda5297, while Argali, Ayrshire, Myrsore, Bighorn and Demonic are drawn by Ubaser, and Kobold Ears are drawn by Pigeonpeas. Body_underbelly made by Nairod(github) for SS14. Large drawn by Ubaser. Wagging tail by SonicDC. Splotch modified from Sharp by KittenColony(github). Frills neckfull come from: https://github.com/Bubberstation/Bubberstation/commit/8bc6b83404803466a560b694bf22ef3c0ac266a2", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
|
||
{ | ||
"name": "horns_simple", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "horns_short", | ||
"directions": 4 | ||
} | ||
] | ||
} |