Skip to content
Open
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
13 changes: 13 additions & 0 deletions Resources/Locale/en-US/_RMC14/felinid.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
marking-FelinidTiger = Tiger tail
marking-FelinidTiger-m_tail_tiger_primary = Primary
marking-FelinidTiger-m_tail_tiger_secondary = Tip of tail
marking-FelinidTiger-m_tail_tiger_tertiary = Stripes

marking-FelinidLeopard = Leopard tail
marking-FelinidLeopard-m_tail_leopard_primary = Primary
marking-FelinidLeopard-m_tail_leopard_tertiary = Spots

# omu, animated wasnt an option in character creation idk why
marking-FelinidLeopardAnimated = Leopard tail (wag)
marking-FelinidLeopardAnimated-m_tail_leopard_primary_wag = Primary
marking-FelinidLeopardAnimated-m_tail_leopard_tertiary_wag = Spots
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
id: RodentiaCheeksWhiskers
markingCategory: Head # for no-cost markings
bodyPart: HeadTop # for layering
speciesRestriction: [Rodentia]
speciesRestriction: [Rodentia, Felinid, Tajaran] # omu, give the cats whiskers
sprites:
- sprite: _DV/Mobs/Customization/Rodentia/cheek_markings.rsi
state: whiskers
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
- type: marking
id: FelinidTiger
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Felinid, Tajaran] # omu , rmc dont have tajaran
sprites:
- sprite: _RMC14/Mobs/Felinids/tiger_tail.rsi
state: m_tail_tiger_primary
- sprite: _RMC14/Mobs/Felinids/tiger_tail.rsi
state: m_tail_tiger_secondary
- sprite: _RMC14/Mobs/Felinids/tiger_tail.rsi
state: m_tail_tiger_tertiary

- type: marking
id: FelinidLeopard
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Felinid, Tajaran] # omu , rmc dont have tajaran
sprites:
- sprite: _RMC14/Mobs/Felinids/leopard_tail.rsi
state: m_tail_leopard_primary
- sprite: _RMC14/Mobs/Felinids/leopard_tail.rsi
state: m_tail_leopard_tertiary

# Animated tails

- type: marking
id: FelinidLeopardAnimated
bodyPart: Tail
markingCategory: Tail
speciesRestriction: [Felinid, Tajaran] # omu, animated wasnt an option in character creation idk why,,, i just added it to the species
sprites:
- sprite: _RMC14/Mobs/Felinids/leopard_tail.rsi
state: m_tail_leopard_primary_wag
- sprite: _RMC14/Mobs/Felinids/leopard_tail.rsi
state: m_tail_leopard_tertiary_wag
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
151 changes: 151 additions & 0 deletions Resources/Textures/_RMC14/Mobs/Felinids/leopard_tail.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,151 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from Bubberstation at https://github.com/Bubberstation/Bubberstation/blob/40862b85a075d46417f73870663b0831b738edee/modular_skyrat/master_files/icons/mob/sprite_accessory/tails.dmi",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "m_tail_leopard_primary",
"directions": 4
},
{
"name": "m_tail_leopard_tertiary",
"directions": 4
},
{
"name": "m_tail_leopard_primary_wag",
"directions": 4,
"delays": [
[
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25
],
[
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25
],
[
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25
],
[
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25
]
]
},
{
"name": "m_tail_leopard_tertiary_wag",
"directions": 4,
"delays": [
[
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25
],
[
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25
],
[
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25
],
[
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25,
0.25,
0.25,
0.4,
0.25,
0.25,
0.25
]
]
}
]
}
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.
23 changes: 23 additions & 0 deletions Resources/Textures/_RMC14/Mobs/Felinids/tiger_tail.rsi/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/Bubberstation/Bubberstation/commit/4485ffb39b8c824167ef23a217bfe335b545778a on Bubberstation fork.",
"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