Skip to content

Commit

Permalink
Split slime marking leg gradient (space-wizards#24928)
Browse files Browse the repository at this point in the history
* Split slime marking leg gradient

* up markings to 4
  • Loading branch information
lzk228 authored and joshepvodka committed Feb 18, 2024
1 parent f1eda84 commit d909185
Show file tree
Hide file tree
Showing 8 changed files with 36 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Resources/Locale/en-US/markings/slimeperson.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ marking-SlimeGradientLeftArm = Slime Left Arm (Gradient)
marking-SlimeGradientRightArm-gradient_r_arm = Slime Right Arm (Gradient)
marking-SlimeGradientRightArm = Slime Right Arm (Gradient)
marking-SlimeGradientLeftFoot-gradient_l_foot = Slime Left Foot (Gradient)
marking-SlimeGradientLeftFoot = Slime Left Foot (Gradient)
marking-SlimeGradientRightFoot-gradient_r_foot = Slime Right Foot (Gradient)
marking-SlimeGradientRightFoot = Slime Right Foot (Gradient)
marking-SlimeGradientLeftLeg-gradient_l_leg = Slime Left Leg (Gradient)
marking-SlimeGradientLeftLeg = Slime Left Leg (Gradient)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- type: marking
id: SlimeGradientLeftLeg
bodyPart: LFoot
bodyPart: LLeg
markingCategory: Legs
speciesRestriction: [SlimePerson]
sprites:
Expand All @@ -27,13 +27,31 @@

- type: marking
id: SlimeGradientRightLeg
bodyPart: RFoot
bodyPart: RLeg
markingCategory: Legs
speciesRestriction: [SlimePerson]
sprites:
- sprite: Mobs/Customization/slime_parts.rsi
state: gradient_r_leg

- type: marking
id: SlimeGradientLeftFoot
bodyPart: LFoot
markingCategory: Legs
speciesRestriction: [SlimePerson]
sprites:
- sprite: Mobs/Customization/slime_parts.rsi
state: gradient_l_foot

- type: marking
id: SlimeGradientRightFoot
bodyPart: RFoot
markingCategory: Legs
speciesRestriction: [SlimePerson]
sprites:
- sprite: Mobs/Customization/slime_parts.rsi
state: gradient_r_foot

- type: marking
id: SlimeGradientLeftHand
bodyPart: LHand
Expand All @@ -50,4 +68,4 @@
speciesRestriction: [SlimePerson]
sprites:
- sprite: Mobs/Customization/slime_parts.rsi
state: gradient_r_hand
state: gradient_r_hand
2 changes: 1 addition & 1 deletion Resources/Prototypes/Species/slime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
points: 1
required: false
Legs:
points: 2
points: 4
required: false
Arms:
points: 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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
{
"name": "gradient_l_leg",
"directions": 4
},
{
"name": "gradient_r_foot",
"directions": 4
},
{
"name": "gradient_l_foot",
"directions": 4
}
]
}

0 comments on commit d909185

Please sign in to comment.