Skip to content

Commit

Permalink
Porting tiger tail sprite from SS13 for felinids.
Browse files Browse the repository at this point in the history
Yes, im aware that the copyright currently says "Null"
Remind me if i forget when its open request.

I have currently just only made it work and somewhat looped it manually the waggin version because aparently ss13 only needs half the animation to then just reverse it and complete the loop.
How lovely.

And yes, im uploading it to github incase I fuck up or it gets corrupted on my pc.
  • Loading branch information
Adrian16199 committed May 29, 2024
1 parent a7cece8 commit cde276b
Show file tree
Hide file tree
Showing 9 changed files with 221 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,28 @@
- sprite: DeltaV/Mobs/Customization/Felinid/alternative_tail.rsi
state: m_waggingtail_cat_FRONT

- type: marking
id: FelinidTiger
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Felinid]
sprites:
- sprite: DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi
state: m_tail_tiger_primary
- sprite: DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi
state: m_tail_tiger_secondary
- sprite: DeltaV/Mobs/Customization/Felinid/tiger_tail.rsi
state: m_tail_tiger_tertiary

- type: marking
id: FelinidWaggingTiger
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Felinid]
sprites:
- sprite: DeltaV/Mobs/Customization/Felinid/wagging_tiger_tail.rsi
state: m_waggingtail_tiger_primary-test
- sprite: DeltaV/Mobs/Customization/Felinid/wagging_tiger_tail.rsi
state: m_waggingtail_tiger_secondary-test
- sprite: DeltaV/Mobs/Customization/Felinid/wagging_tiger_tail.rsi
state: m_waggingtail_tiger_tertiary-test
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "null for now",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "m_tail_tiger_primary",
"directions": 4
},
{
"name": "m_tail_tiger_secondary",
"directions": 4
},
{
"name": "m_tail_tiger_tertiary",
"directions": 4
}
]
}
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,173 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "null",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "m_waggingtail_tiger_primary-test",
"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
]
]
},
{
"name": "m_waggingtail_tiger_secondary-test",
"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
]
]
},
{
"name": "m_waggingtail_tiger_tertiary-test",
"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 comments on commit cde276b

Please sign in to comment.