Skip to content

Commit

Permalink
doll joint tattoos
Browse files Browse the repository at this point in the history
heey just some tattoos
  • Loading branch information
Sha-Seng committed Jan 5, 2025
1 parent f743179 commit ee9de2e
Show file tree
Hide file tree
Showing 8 changed files with 115 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Resources/Locale/en-US/_Impstation/markings/tattoos.ftl
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)
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
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
}
]
}
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee9de2e

Please sign in to comment.