Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scar and Tattoo Fixes #1889

Merged
merged 14 commits into from
Oct 30, 2024
Merged
7 changes: 5 additions & 2 deletions Resources/Locale/en-US/markings/scars.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ marking-ScarTopSurgeryShort = Top Surgery Scar (Short)
marking-ScarTopSurgeryLong-scar_top_surgery_long = Top Surgery Scar
marking-ScarTopSurgeryLong = Top Surgery Scar (Long)

marking-ScarChest-scar_chest = Chest Scar
marking-ScarChest = Chest Scar
marking-ScarChestMale-scar_chest_male = Chest Scar
marking-ScarChestMale = Chest Scar

marking-ScarChestFemale-scar_chest_female = Chest Scar
marking-ScarChestFemale = Chest Scar
Aikakakah marked this conversation as resolved.
Show resolved Hide resolved
14 changes: 10 additions & 4 deletions Resources/Locale/en-US/markings/tattoos.ftl
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
marking-TattooHiveChest-tattoo_hive_chest = Back Tattoo (Hive)
marking-TattooHiveChest = Back Tattoo (Hive)
marking-TattooHiveChestMale-tattoo_hive_chest_male = Back Tattoo (Hive)
marking-TattooHiveChestMale = Back Tattoo (Hive)

marking-TattooNightlingChest-tattoo_nightling = Chest Tattoo (nightling)
marking-TattooNightlingChest = Chest Tattoo (Nightling)
marking-TattooHiveChestFemale-tattoo_hive_chest_female = Back Tattoo (Hive)
Aikakakah marked this conversation as resolved.
Show resolved Hide resolved
marking-TattooHiveChestFemale = Back Tattoo (Hive)

marking-TattooNightlingChestMale-tattoo_nightling_male = Chest Tattoo (Nightling)
marking-TattooNightlingChestMale = Chest Tattoo (Nightling)

marking-TattooNightlingChestFemale-tattoo_nightling_female = Chest Tattoo (Nightling)
marking-TattooNightlingChestFemale = Chest Tattoo (Nightling)

marking-TattooSilverburghLeftLeg-tattoo_silverburgh_l_leg = Left Leg Tattoo (Silverburg)
marking-TattooSilverburghLeftLeg = Left Leg Tattoo (Silverburg)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,23 @@
state: scar_top_surgery_long

- type: marking
id: ScarChest
id: ScarChestMale
Aikakakah marked this conversation as resolved.
Show resolved Hide resolved
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf, Felinid, Oni] #Einstein Engines - Felinid, Oni
sexRestriction: [Male]
Aikakakah marked this conversation as resolved.
Show resolved Hide resolved
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_chest_male

- type: marking
id: ScarChestFemale
Aikakakah marked this conversation as resolved.
Show resolved Hide resolved
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf, Felinid, Oni] #Einstein Engines - Felinid, Oni
sexRestriction: [Female]
followSkinColor: true
sprites:
- sprite: Mobs/Customization/scars.rsi
state: scar_chest
state: scar_chest_female
Original file line number Diff line number Diff line change
@@ -1,30 +1,62 @@
- type: marking
id: TattooHiveChest
id: TattooHiveChestMale
Aikakakah marked this conversation as resolved.
Show resolved Hide resolved
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni
sexRestriction: [Male]
coloring:
default:
type:
!type:TattooColoring
fallbackColor: "#666666"
sprites:
- sprite: Mobs/Customization/tattoos.rsi
state: tattoo_hive_chest
state: tattoo_hive_chest_male

- type: marking
id: TattooNightlingChest
id: TattooHiveChestFemale
Aikakakah marked this conversation as resolved.
Show resolved Hide resolved
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni
sexRestriction: [Female]
coloring:
default:
type:
!type:TattooColoring
fallbackColor: "#666666"
sprites:
- sprite: Mobs/Customization/tattoos.rsi
state: tattoo_nightling
state: tattoo_hive_chest_female

- type: marking
id: TattooNightlingChestMale
Aikakakah marked this conversation as resolved.
Show resolved Hide resolved
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni
sexRestriction: [Male]
coloring:
default:
type:
!type:TattooColoring
fallbackColor: "#666666"
sprites:
- sprite: Mobs/Customization/tattoos.rsi
state: tattoo_nightling_male

- type: marking
id: TattooNightlingChestFemale
Aikakakah marked this conversation as resolved.
Show resolved Hide resolved
bodyPart: Chest
markingCategory: Chest
speciesRestriction: [Human, Dwarf, Felinid, Oni] # Delta V - Felinid, Oni
sexRestriction: [Female]
coloring:
default:
type:
!type:TattooColoring
fallbackColor: "#666666"
sprites:
- sprite: Mobs/Customization/tattoos.rsi
state: tattoo_nightling_female

- type: marking
id: TattooSilverburghLeftLeg
Expand Down
6 changes: 5 additions & 1 deletion Resources/Textures/Mobs/Customization/scars.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
"directions": 4
},
{
"name": "scar_chest",
"name": "scar_chest_male",
"directions": 4
},
{
"name": "scar_chest_female",
"directions": 4
}
]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions Resources/Textures/Mobs/Customization/tattoos.rsi/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@
},
"states": [
{
"name": "tattoo_hive_chest",
"name": "tattoo_hive_chest_male",
"directions": 4
},
{
"name": "tattoo_nightling",
"name": "tattoo_hive_chest_female",
"directions": 4
},
{
"name": "tattoo_nightling_male",
"directions": 4
},
{
"name": "tattoo_nightling_female",
"directions": 4
},
{
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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