Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/markings/Kemonomimi_tails.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

marking-BunnyTail = Bunny Tail
marking-BunnyTail-bunnytail = Tail
marking-BunnyTailAnimated = Bunny Tail (animated)
marking-BunnyTailAnimated-bunnytail_wag = Tail

marking-BunnyTailAlt = Bunny Tail, Alternative
marking-BunnyTailAlt-bunnytailalt = Bunny Tail, Alternative
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@
- sprite: Mobs/Customization/kemonomimi-tails.rsi
state: bunnytail

- type: marking
id: BunnyTailAnimated
bodyPart: Tail
markingCategory: Tail
speciesRestriction: []
sprites:
- sprite: Mobs/Customization/kemonomimi-tails.rsi
state: bunnytail_wag

- type: marking
id: BunnyTailAlt
bodyPart: Tail
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"name": "bunnytail",
"directions": 4
},
{
"name": "bunnytail_wag",
"directions": 4,
"delays": [[0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]]
},
{
"name": "bunnytailalt",
"directions": 4
Expand Down
Loading