Skip to content

Commit

Permalink
Alternative wagging tail for felinids. (#593)
Browse files Browse the repository at this point in the history
* Alternative wagging tail for felinids.

More options for felinids.

Ported from TG station.

* Deletes that one line that appeard for some reason.

---------

Signed-off-by: Adrian16199 <[email protected]>
  • Loading branch information
Adrian16199 committed Feb 1, 2024
1 parent 8946eee commit babe5b3
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/deltav/markings/felinid.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ marking-FelinidFluffyTailRings-Felinid_fluffy_tail_full = Fluffy tail
marking-FelinidFluffyTailRings-felinid_fluffy_tail_rings = Fluffy Tail Rings
marking-FelinidFluffyTail = Fluffy Tail
marking-FelinidFluffyTailRings = Fluffy Tail with rings
marking-FelinidAlternativeTail = Alternative Wagging Tail
marking-FelinidAlternativeTail-m_waggingtail_cat_FRONT = Alternative Wagging Tail
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,12 @@
- sprite: DeltaV/Mobs/Customization/Felinid/felinid_tails.rsi
state: Felinid_fluffy_tail_full

- type: marking
id: FelinidAlternativeTail
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Felinid]
sprites:
- sprite: DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi
state: m_waggingtail_cat_FRONT

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
@@ -0,0 +1,73 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/pull/56750/files from TGstation",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "m_waggingtail_cat_FRONT",
"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,
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 comments on commit babe5b3

Please sign in to comment.