forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
heey just some tattoos
- Loading branch information
Showing
8 changed files
with
115 additions
and
0 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,2 +1,17 @@ | ||
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-TattooDollRightArm-tattoo_doll_r_arm = Right Arm Tattoo (Doll Joints) | ||
marking-TattooDollRightArm = Right Arm Tattoo (Doll Joints) | ||
marking-TattooDollLeftHand-tattoo_doll_l_hand = Left Hand Tattoo (Doll Joints) | ||
marking-TattooDollLeftHand = Left Hand Tattoo (Doll Joints) | ||
marking-TattooDollRightHand-tattoo_doll_r_hand = Right Hand Tattoo (Doll Joints) | ||
marking-TattooDollRightHand = Right Hand Tattoo (Doll Joints) | ||
marking-TattooCuthereChest-tattoo_cuthere_chest = Chest Tattoo (Cut Here) | ||
marking-TattooCuthereChest = Chest Tattoo (Cut Here) |
69 changes: 69 additions & 0 deletions
69
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 |
---|---|---|
@@ -0,0 +1,69 @@ | ||
- type: marking | ||
id: TattooCuthereChest | ||
bodyPart: Chest | ||
markingCategory: Chest | ||
speciesRestriction: [Human, Dwarf] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: tattoo_cuthere_chest | ||
|
||
- type: marking | ||
id: TattooDollLeftArm | ||
bodyPart: LArm | ||
markingCategory: Arms | ||
speciesRestriction: [Human, Dwarf] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: tattoo_doll_l_arm | ||
|
||
- type: marking | ||
id: TattooDollRightArm | ||
bodyPart: RArm | ||
markingCategory: Arms | ||
speciesRestriction: [Human, Dwarf] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: tattoo_doll_r_arm | ||
|
||
- type: marking | ||
id: TattooDollLeftHand | ||
bodyPart: LHand | ||
markingCategory: Arms | ||
speciesRestriction: [Human, Dwarf] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: tattoo_doll_l_hand | ||
|
||
- type: marking | ||
id: TattooDollRightHand | ||
bodyPart: RHand | ||
markingCategory: Arms | ||
speciesRestriction: [Human, Dwarf] | ||
coloring: | ||
default: | ||
type: | ||
!type:TattooColoring | ||
fallbackColor: "#666666" | ||
sprites: | ||
- sprite: _Impstation/Mobs/Customization/tattoos.rsi | ||
state: tattoo_doll_r_hand |
31 changes: 31 additions & 0 deletions
31
Resources/Textures/_Impstation/Mobs/Customization/tattoos.rsi/meta.json
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 |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Doll and incision tattoos by Sha-Seng (Github)", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "tattoo_doll_l_arm", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "tattoo_doll_r_arm", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "tattoo_doll_l_hand", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "tattoo_doll_r_hand", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "tattoo_cuthere_chest", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+4.14 KB
...es/Textures/_Impstation/Mobs/Customization/tattoos.rsi/tattoo_cuthere_chest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.2 KB
...urces/Textures/_Impstation/Mobs/Customization/tattoos.rsi/tattoo_doll_l_arm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.17 KB
...rces/Textures/_Impstation/Mobs/Customization/tattoos.rsi/tattoo_doll_l_hand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.21 KB
...urces/Textures/_Impstation/Mobs/Customization/tattoos.rsi/tattoo_doll_r_arm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+4.17 KB
...rces/Textures/_Impstation/Mobs/Customization/tattoos.rsi/tattoo_doll_r_hand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.