-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(oni): add Two-Toed Feet marking
- Loading branch information
1 parent
ecb74e8
commit 9716822
Showing
4 changed files
with
30 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-OniTwoToedFeet-two_toes= Two-Toed Feet | ||
marking-OniTwoToedFeet= Two-Toed Feet |
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 |
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.