Skip to content

Commit

Permalink
Add: humans can have horns now (#276)
Browse files Browse the repository at this point in the history
* Change stuff

* Change more stuff

* Horns look bad on slimes (sad)

* Gotcha boss
  • Loading branch information
NoElkaTheGod authored Nov 21, 2024
1 parent 833d034 commit d1d0d66
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/_stories/markings/horns.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
marking-HumanHornsShort = Короткие рожки
marking-HumanHornsSimple = Рожки
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
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.
20 changes: 20 additions & 0 deletions Resources/Textures/Stories/Mobs/Customization/horns.rsi/meta.json
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
}
]
}

0 comments on commit d1d0d66

Please sign in to comment.