-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Feature] Added More Slime People Markings (#345)
* Added Slime analogue of cat ears for slimepeople (#795) # Conflicts: # Resources/Locale/ru-RU/corvax/markings/slime_cat.ftl # Resources/Prototypes/Corvax/slime_cat_parts.yml # Resources/Prototypes/Corvax/slime_fox_parts.yml # Resources/Prototypes/Species/slime.yml * feat: added elf ears to slime people Signed-off-by: Remuchi <[email protected]> * fix: move directories to lp folders Signed-off-by: Remuchi <[email protected]> * fix: marking limits for elf ears Signed-off-by: Remuchi <[email protected]> * fix: fixed your goddamn rsi validator Signed-off-by: Remuchi <[email protected]> * fix: and another one Signed-off-by: Remuchi <[email protected]> * fix: spare me * fix: you've deleted it. great * fix --------- Signed-off-by: Remuchi <[email protected]> Co-authored-by: mhamster <[email protected]> Co-authored-by: BL02DL <[email protected]>
- Loading branch information
1 parent
744f4f2
commit 7294b7e
Showing
21 changed files
with
103 additions
and
13 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
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
69 changes: 69 additions & 0 deletions
69
Resources/Prototypes/_LostParadise/Entities/Mobs/Customization/slime_cat_parts.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: SlimeCatEars | ||
bodyPart: HeadTop | ||
markingCategory: HeadTop | ||
speciesRestriction: [SlimePerson] | ||
sponsorOnly: true # Lost Paradise Sponsors | ||
sprites: | ||
- sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi | ||
state: ears_slime_cat_outer | ||
- sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi | ||
state: ears_slime_cat_inner | ||
|
||
- type: marking | ||
id: SlimeCatTail | ||
bodyPart: Tail | ||
markingCategory: Tail | ||
speciesRestriction: [SlimePerson] | ||
sponsorOnly: true # Lost Paradise Sponsors | ||
sprites: | ||
- sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi | ||
state: slime_tail_cat_wag # Lost Paradise Sponsors | ||
|
||
- type: marking | ||
id: SlimeCatEarsStubby | ||
bodyPart: HeadTop | ||
markingCategory: HeadTop | ||
speciesRestriction: [SlimePerson] | ||
sponsorOnly: true # Lost Paradise Sponsors | ||
sprites: | ||
- sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi | ||
state: ears_slime_stubby_outer | ||
- sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi | ||
state: ears_slime_stubby_inner | ||
|
||
- type: marking | ||
id: SlimeCatEarsCurled | ||
bodyPart: HeadTop | ||
markingCategory: HeadTop | ||
speciesRestriction: [SlimePerson] | ||
sponsorOnly: true # Lost Paradise Sponsors | ||
sprites: | ||
- sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi | ||
state: ears_slime_curled_outer | ||
- sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi | ||
state: ears_slime_curled_inner | ||
|
||
- type: marking | ||
id: SlimeCatEarsTorn | ||
bodyPart: HeadTop | ||
markingCategory: HeadTop | ||
speciesRestriction: [SlimePerson] | ||
sponsorOnly: true # Lost Paradise Sponsors | ||
sprites: | ||
- sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi | ||
state: ears_slime_torn_outer | ||
- sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi | ||
state: ears_slime_torn_inner | ||
|
||
- type: marking | ||
id: SlimeCatTailStripes | ||
bodyPart: Tail | ||
markingCategory: Tail | ||
speciesRestriction: [SlimePerson] | ||
sponsorOnly: true # Lost Paradise Sponsors | ||
sprites: | ||
- sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi | ||
state: slime_tail_cat_wag_stripes_prime | ||
- sprite: _LostParadise/Mobs/Customization/slime_cat_parts.rsi | ||
state: slime_tail_cat_wag_stripes_second |
11 changes: 11 additions & 0 deletions
11
Resources/Prototypes/_LostParadise/Entities/Mobs/Customization/slime_fox_parts.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,11 @@ | ||
- type: marking | ||
id: SlimeFoxEars | ||
bodyPart: HeadTop | ||
markingCategory: HeadTop | ||
speciesRestriction: [SlimePerson] | ||
sponsorOnly: true # Lost Paradise Sponsors | ||
sprites: | ||
- sprite: _LostParadise/Mobs/Customization/slime_fox_parts.rsi | ||
state: ears_slime_fox_outer | ||
- sprite: _LostParadise/Mobs/Customization/slime_fox_parts.rsi | ||
state: ears_slime_fox_inner |
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
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.