forked from Simple-Station/Einstein-Engines
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Oni Pointy Ears And Tusks (Simple-Station#727)
# Description Adds eight pointy ears, two tusks, one feet marking (toes resembling WarCraft trolls) and human nose markings to Onis. The pointed ears are a big reference to tieflings (similar to Onis) who often have them. Onis will now have pointy ears by default, but there is a marking to disable ears. 5 human nose markings have all been made available to Onis, Harpies, and Felinids. Onis and Felinids can now get chest scars, originally humna-only. The tusk markings are originally from Frontier goblins. The new pointy ears give players the power to make their Onis look like **tieflings, orcs, elves, goblins**, and more fantasy races. These markings can potentially be used in the future for other species like psionic elves. ## Media **Blood Elf** (Tall Ears)  <details><summary>See more</summary> **Orc** (Upward Ears, Large Tusks)  **Night Elf** (Wide Ears)  **Night Elf** (Slanted Ears)  **Troll** (Large Ears, Small Tusks, Two-Toed Feet)  **Character Setup**   </details> ## Changelog :cl: Skubman - add: Onis have received eight new pointy ear markings in the 'Head (Side)' section that can help them resemble tieflings, orcs, elves, goblins, trolls, and more. - add: Onis get two new tusk markings in the 'Snout' section, and a Two-Toed feet marking in the 'Legs' section. - add: Felinids, Onis, and Harpies can now select Human nose markings like the schnozz, blobby nose, and nubby nose. - add: Felinids and Onis can now select the Chest Scar and Top Surgery Scar markings. - tweak: Default Onis now use the Double Curved horn and Upward Ears markings.
- Loading branch information
1 parent
794b8eb
commit ecfed3e
Showing
26 changed files
with
268 additions
and
9 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,9 @@ | ||
# goblin tusks | ||
marking-GoblinTusksBasic = No Tusks | ||
marking-GoblinTusksBasic-goblin_tusks_none = No Tusks | ||
marking-GoblinTusksSmall = Small Tusks | ||
marking-GoblinTusksSmall-goblin_tusks_small = Small Tusks | ||
marking-GoblinTusksBig = Long Tusks | ||
marking-GoblinTusksBig-goblin_tusks_big = Long Tusks |
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-OniTwoToedFeet-two_toes= Two-Toed Feet | ||
marking-OniTwoToedFeet= Two-Toed Feet |
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,26 @@ | ||
marking-PointyEarsStandard-pointy_ears_standard = Standard Ears | ||
marking-PointyEarsStandard = Standard Ears | ||
marking-PointyEarsWide-pointy_ears_wide = Wide Ears | ||
marking-PointyEarsWide = Wide Ears | ||
marking-PointyEarsSmall-pointy_ears_small = Small Ears | ||
marking-PointyEarsSmall = Small Ears | ||
marking-PointyEarsUpwards-pointy_ears_upwards = Upward Ears | ||
marking-PointyEarsUpwards = Upward Ears | ||
marking-PointyEarsTall-pointy_ears_tall = Tall Ears | ||
marking-PointyEarsTall = Tall Ears | ||
marking-PointyEarsSlanted-pointy_ears_slanted = Slanted Ears | ||
marking-PointyEarsSlanted = Slanted Ears | ||
marking-PointyEarsThin-pointy_ears_thin = Thin Ears | ||
marking-PointyEarsThin = Thin Ears | ||
marking-PointyEarsLarge-pointy_ears_large = Large Ears | ||
marking-PointyEarsLarge = Large Ears | ||
marking-PointyEarsNone-pointy_ears_none = No Ears | ||
marking-PointyEarsNone = No Ears |
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
13 changes: 13 additions & 0 deletions
13
Resources/Prototypes/Entities/Mobs/Customization/Markings/oni_feet.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,13 @@ | ||
- type: marking | ||
id: OniTwoToedFeet | ||
bodyPart: RFoot # Can't be LFoot to avoid visual glitches | ||
markingCategory: Legs | ||
speciesRestriction: [Oni] | ||
coloring: | ||
default: | ||
type: | ||
!type:SimpleColoring | ||
color: "#454545" | ||
sprites: | ||
- sprite: Mobs/Customization/oni_feet.rsi | ||
state: two_toes |
89 changes: 89 additions & 0 deletions
89
Resources/Prototypes/Entities/Mobs/Customization/Markings/pointy_ears.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,89 @@ | ||
- type: marking | ||
id: PointyEarsStandard | ||
bodyPart: HeadSide | ||
markingCategory: HeadSide | ||
forcedColoring: true | ||
speciesRestriction: [Oni] | ||
sprites: | ||
- sprite: Mobs/Customization/pointy_ears.rsi | ||
state: pointy_ears_standard | ||
|
||
- type: marking | ||
id: PointyEarsWide | ||
bodyPart: HeadSide | ||
markingCategory: HeadSide | ||
forcedColoring: true | ||
speciesRestriction: [Oni] | ||
sprites: | ||
- sprite: Mobs/Customization/pointy_ears.rsi | ||
state: pointy_ears_wide | ||
|
||
- type: marking | ||
id: PointyEarsSmall | ||
bodyPart: HeadSide | ||
markingCategory: HeadSide | ||
forcedColoring: true | ||
speciesRestriction: [Oni] | ||
sprites: | ||
- sprite: Mobs/Customization/pointy_ears.rsi | ||
state: pointy_ears_small | ||
|
||
- type: marking | ||
id: PointyEarsUpwards | ||
bodyPart: HeadSide | ||
markingCategory: HeadSide | ||
forcedColoring: true | ||
speciesRestriction: [Oni] | ||
sprites: | ||
- sprite: Mobs/Customization/pointy_ears.rsi | ||
state: pointy_ears_upwards | ||
|
||
- type: marking | ||
id: PointyEarsTall | ||
bodyPart: HeadSide | ||
markingCategory: HeadSide | ||
forcedColoring: true | ||
speciesRestriction: [Oni] | ||
sprites: | ||
- sprite: Mobs/Customization/pointy_ears.rsi | ||
state: pointy_ears_tall | ||
|
||
- type: marking | ||
id: PointyEarsSlanted | ||
bodyPart: HeadSide | ||
markingCategory: HeadSide | ||
forcedColoring: true | ||
speciesRestriction: [Oni] | ||
sprites: | ||
- sprite: Mobs/Customization/pointy_ears.rsi | ||
state: pointy_ears_slanted | ||
|
||
- type: marking | ||
id: PointyEarsThin | ||
bodyPart: HeadSide | ||
markingCategory: HeadSide | ||
forcedColoring: true | ||
speciesRestriction: [Oni] | ||
sprites: | ||
- sprite: Mobs/Customization/pointy_ears.rsi | ||
state: pointy_ears_thin | ||
|
||
- type: marking | ||
id: PointyEarsLarge | ||
bodyPart: HeadSide | ||
markingCategory: HeadSide | ||
forcedColoring: true | ||
speciesRestriction: [Oni] | ||
sprites: | ||
- sprite: Mobs/Customization/pointy_ears.rsi | ||
state: pointy_ears_large | ||
|
||
- type: marking | ||
id: PointyEarsNone | ||
bodyPart: HeadSide | ||
markingCategory: HeadSide | ||
forcedColoring: true | ||
speciesRestriction: [Oni] | ||
sprites: | ||
- sprite: Mobs/Customization/pointy_ears.rsi | ||
state: pointy_ears_none |
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
27 changes: 27 additions & 0 deletions
27
Resources/Prototypes/Entities/Mobs/Customization/Markings/tusks.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,27 @@ | ||
- type: marking | ||
id: GoblinTusksSmall | ||
bodyPart: Snout | ||
markingCategory: Snout | ||
speciesRestriction: [Oni] | ||
coloring: | ||
default: | ||
type: | ||
!type:SimpleColoring | ||
color: "#d9d9d9" | ||
sprites: | ||
- sprite: Mobs/Customization/goblin_tusks.rsi | ||
state: goblin_tusks_small | ||
|
||
- type: marking | ||
id: GoblinTusksBig | ||
bodyPart: Snout | ||
markingCategory: Snout | ||
speciesRestriction: [Oni] | ||
coloring: | ||
default: | ||
type: | ||
!type:SimpleColoring | ||
color: "#d9d9d9" | ||
sprites: | ||
- sprite: Mobs/Customization/goblin_tusks.rsi | ||
state: goblin_tusks_big |
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
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
Binary file added
BIN
+617 Bytes
Resources/Textures/Mobs/Customization/goblin_tusks.rsi/goblin_tusks_big.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
+7.26 KB
Resources/Textures/Mobs/Customization/goblin_tusks.rsi/goblin_tusks_none.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
+607 Bytes
Resources/Textures/Mobs/Customization/goblin_tusks.rsi/goblin_tusks_small.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions
23
Resources/Textures/Mobs/Customization/goblin_tusks.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,23 @@ | ||
{ | ||
"version": 1, | ||
"copyright": "Sprited by erhardsteinhauer (discord)", | ||
"license": "CC-BY-SA-4.0", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "goblin_tusks_small", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "goblin_tusks_big", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "goblin_tusks_none", | ||
"directions": 4 | ||
} | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
Resources/Textures/Mobs/Customization/oni_feet.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,15 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprites by angelofallars (github), two toes based off of Reptilian ( https://github.com/tgstation/tgstation/blob/8024397cc81c5f47f74cf4279e35728487d0a1a7/icons/mob/human_parts_greyscale.dmi )", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "two_toes", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions
47
Resources/Textures/Mobs/Customization/pointy_ears.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,47 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Sprites by angelofallars (github)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "pointy_ears_standard", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "pointy_ears_wide", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "pointy_ears_small", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "pointy_ears_thin", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "pointy_ears_upwards", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "pointy_ears_tall", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "pointy_ears_slanted", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "pointy_ears_large", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "pointy_ears_none", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+907 Bytes
Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_large.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
+678 Bytes
Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_none.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
+865 Bytes
Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_slanted.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
+753 Bytes
Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_small.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
+686 Bytes
Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_standard.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
+826 Bytes
Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_tall.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
+601 Bytes
Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_thin.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
+789 Bytes
Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_upwards.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
+675 Bytes
Resources/Textures/Mobs/Customization/pointy_ears.rsi/pointy_ears_wide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.