Skip to content

Commit

Permalink
feat(oni): add Two-Toed Feet marking
Browse files Browse the repository at this point in the history
  • Loading branch information
angelofallars committed Aug 13, 2024
1 parent ecb74e8 commit 9716822
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/markings/oni_feet.ftl
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
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
15 changes: 15 additions & 0 deletions Resources/Textures/Mobs/Customization/oni_feet.rsi/meta.json
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.

0 comments on commit 9716822

Please sign in to comment.