Skip to content

Commit

Permalink
add neck markings
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars committed Dec 1, 2024
1 parent 8a3532b commit 8c3c26e
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Resources/Locale/en-US/markings/face.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,15 @@ marking-FaceNosestripe-nosestripe = Nose Stripe
marking-FaceUnibrow = Unibrow
marking-FaceUnibrow-unibrow = Unibrow
marking-FaceNeckSlim = Neck Cover (Slim)
marking-FaceNeckSlim-neck_f = Neck Cover (Slim)
marking-FaceNeckWide = Neck Cover (Wide)
marking-FaceNeckWide-neck_m = Neck Cover (Wide)
marking-FaceNeckSlimThick = Neck Cover (Slim Thick)
marking-FaceNeckSlimThick-neck_thick_f = Neck Cover (Slim Thick)
marking-FaceNeckWideThick = Neck Cover (Wide Thick)
marking-FaceNeckWideThick-neck_thick_m = Neck Cover (Wide Thick)
40 changes: 40 additions & 0 deletions Resources/Prototypes/Entities/Mobs/Customization/Markings/face.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,43 @@
sprites:
- sprite: Mobs/Customization/face.rsi
state: unibrow

- type: marking
id: FaceNeckSlim
bodyPart: Head
markingCategory: Head
speciesRestriction: [Dwarf, Human, SlimePerson, Felinid, Oni, Harpy, Reptilian, Vulpkanin, Arachne]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/face.rsi
state: neck_f

- type: marking
id: FaceNeckWide
bodyPart: Head
markingCategory: Head
speciesRestriction: [Dwarf, Human, SlimePerson, Felinid, Oni, Harpy, Reptilian, Vulpkanin, Arachne]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/face.rsi
state: neck_m

- type: marking
id: FaceNeckSlimThick
bodyPart: Head
markingCategory: Head
speciesRestriction: [Dwarf, Human, SlimePerson, Felinid, Oni, Harpy, Reptilian, Vulpkanin, Arachne]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/face.rsi
state: neck_thick_f

- type: marking
id: FaceNeckWideThick
bodyPart: Head
markingCategory: Head
speciesRestriction: [Dwarf, Human, SlimePerson, Felinid, Oni, Harpy, Reptilian, Vulpkanin, Arachne]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/face.rsi
state: neck_thick_m
16 changes: 16 additions & 0 deletions Resources/Textures/Mobs/Customization/face.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,22 @@
"name": "lowercheek_l",
"directions": 4
},
{
"name": "neck_f",
"directions": 4
},
{
"name": "neck_m",
"directions": 4
},
{
"name": "neck_thick_f",
"directions": 4
},
{
"name": "neck_thick_m",
"directions": 4
},
{
"name": "nosetape",
"directions": 4
Expand Down
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.
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.

0 comments on commit 8c3c26e

Please sign in to comment.