forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
114 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,29 @@ | ||
marking-TattooNanotrasenChest-tattoo_nanotrasen_chest = Chest Tattoo (Nanotrasen) | ||
marking-TattooNanotrasenChest = Chest Tattoo (Nanotrasen) | ||
marking-TattooDollLeftArm-tattoo_doll_l_arm = Left Arm Tattoo (Doll Joints) | ||
marking-TattooDollLeftArm = Left Arm Tattoo (Doll Joints) | ||
marking-ArmDollJointsTattooLeft-l_arm_doll = Doll Joints Arm Tattoo (Left) | ||
marking-ArmDollJointsTattooLeft = Doll Joints Arm Tattoo (Left) | ||
marking-TattooDollRightArm-tattoo_doll_r_arm = Right Arm Tattoo (Doll Joints) | ||
marking-TattooDollRightArm = Right Arm Tattoo (Doll Joints) | ||
marking-ArmDollJointsTattooRight-r_arm_doll = Doll Joints Arm Tattoo (Right) | ||
marking-ArmDollJointsTattooRight = Doll Joints Arm Tattoo (Right) | ||
marking-TattooDollLeftHand-tattoo_doll_l_hand = Left Hand Tattoo (Doll Joints) | ||
marking-TattooDollLeftHand = Left Hand Tattoo (Doll Joints) | ||
marking-HandDollJointsTattooLeft-l_hand_doll = Doll Joints Hand Tattoo (Left) | ||
marking-HandDollJointsTattooLeft = Doll Joints Hand Tattoo (Left) | ||
marking-TattooDollRightHand-tattoo_doll_r_hand = Right Hand Tattoo (Doll Joints) | ||
marking-TattooDollRightHand = Right Hand Tattoo (Doll Joints) | ||
marking-HandDollJointsTattooRight-r_hand_doll = Doll Joints Hand Tattoo (Right) | ||
marking-HandDollJointsTattooRight = Doll Joints Hand Tattoo (Right) | ||
marking-TattooCuthereChest-tattoo_cuthere_chest = Chest Tattoo (Cut Here) | ||
marking-TattooCuthereChest = Chest Tattoo (Cut Here) | ||
marking-LegDollJointsTattooLeft-l_leg_doll = Doll Joints Leg Tattoo (Left) | ||
marking-LegDollJointsTattooLeft = Doll Joints Leg Tattoo (Left) | ||
marking-LegDollJointsTattooRight-r_leg_doll = Doll Joints Leg Tattoo (Right) | ||
marking-LegDollJointsTattooRight = Doll Joints Leg Tattoo (Right) | ||
marking-FootDollJointsTattooLeft-l_foot_doll = Doll Joints Foot Tattoo (Left) | ||
marking-FootDollJointsTattooLeft = Doll Joints Foot Tattoo (Left) | ||
marking-FootDollJointsTattooRight-r_foot_doll = Doll Joints Foot Tattoo (Right) | ||
marking-FootDollJointsTattooRight = Doll Joints Foot Tattoo (Right) | ||
marking-ChestCutHere-chest_cuthere = 'Cut Here' Tattoo | ||
marking-ChestCutHere = 'Cut Here' Tattoo |
86 changes: 71 additions & 15 deletions
86
Resources/Prototypes/_Impstation/Entities/Mobs/Customization/Markings/tattoos.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,125 @@ | ||
- type: marking | ||
id: TattooCuthereChest | ||
id: ChestCutHere | ||
bodyPart: Chest | ||
markingCategory: Chest | ||
speciesRestriction: [Human, Dwarf] | ||
speciesRestriction: [Human, Dwarf, Arachnid, SlimePerson, Reptilian] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: tattoo_cuthere_chest | ||
state: chest_cuthere | ||
|
||
- type: marking | ||
id: TattooDollLeftArm | ||
id: ArmDollJointsTattooLeft | ||
bodyPart: LArm | ||
markingCategory: Arms | ||
speciesRestriction: [Human, Dwarf] | ||
speciesRestriction: [Human, Dwarf, Arachnid, SlimePerson, Reptilian] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: tattoo_doll_l_arm | ||
state: l_arm_doll | ||
|
||
- type: marking | ||
id: TattooDollRightArm | ||
id: ArmDollJointsTattooRight | ||
bodyPart: RArm | ||
markingCategory: Arms | ||
speciesRestriction: [Human, Dwarf] | ||
speciesRestriction: [Human, Dwarf, Arachnid, SlimePerson, Reptilian] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: tattoo_doll_r_arm | ||
state: r_arm_doll | ||
|
||
- type: marking | ||
id: TattooDollLeftHand | ||
id: HandDollJointsTattooLeft | ||
bodyPart: LHand | ||
markingCategory: Arms | ||
speciesRestriction: [Human, Dwarf] | ||
speciesRestriction: [Human, Dwarf, Arachnid, SlimePerson, Reptilian] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: tattoo_doll_l_hand | ||
state: l_hand_doll | ||
|
||
- type: marking | ||
id: TattooDollRightHand | ||
id: HandDollJointsTattooRight | ||
bodyPart: RHand | ||
markingCategory: Arms | ||
speciesRestriction: [Human, Dwarf] | ||
speciesRestriction: [Human, Dwarf, Arachnid, SlimePerson, Reptilian] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: tattoo_doll_r_hand | ||
state: r_hand_doll | ||
|
||
- type: marking | ||
id: LegDollJointsTattooLeft | ||
bodyPart: LLeg | ||
markingCategory: Legs | ||
speciesRestriction: [Human, Dwarf, Arachnid, SlimePerson, Reptilian] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: l_leg_doll | ||
|
||
- type: marking | ||
id: LegDollJointsTattooRight | ||
bodyPart: RLeg | ||
markingCategory: Legs | ||
speciesRestriction: [Human, Dwarf, Arachnid, SlimePerson, Reptilian] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: r_leg_doll | ||
|
||
- type: marking | ||
id: FootDollJointsTattooLeft | ||
bodyPart: LFoot | ||
markingCategory: Legs | ||
speciesRestriction: [Human, Dwarf, Arachnid, SlimePerson] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: l_foot_doll | ||
|
||
- type: marking | ||
id: FootDollJointsTattooRight | ||
bodyPart: RFoot | ||
markingCategory: Legs | ||
speciesRestriction: [Human, Dwarf, Arachnid, SlimePerson] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: r_foot_doll |
File renamed without changes
File renamed without changes
Binary file added
BIN
+4.17 KB
Resources/Textures/_Impstation/Mobs/Customization/tattoos.rsi/l_foot_doll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added
BIN
+4.19 KB
Resources/Textures/_Impstation/Mobs/Customization/tattoos.rsi/l_leg_doll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
Binary file added
BIN
+4.17 KB
Resources/Textures/_Impstation/Mobs/Customization/tattoos.rsi/r_foot_doll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added
BIN
+4.19 KB
Resources/Textures/_Impstation/Mobs/Customization/tattoos.rsi/r_leg_doll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.