-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(port): Rabbit Mutations (#5885)
* initial commit - CleverRaven/Cataclysm-DDA#48548 - CleverRaven/Cataclysm-DDA#52410 - CleverRaven/Cataclysm-DDA#51630 Co-Authored-By: Frozen Tear <15993955+frozentearcdda@users.noreply.github.com> Co-Authored-By: KittyTac <52408044+kittytac@users.noreply.github.com> Co-Authored-By: Maleclypse <54345792+maleclypse@users.noreply.github.com> * style(autofix.ci): automated formatting * graphics Co-Authored-By: thhoney08 <55903475+thhoney08@users.noreply.github.com> * more graphics * update * style(autofix.ci): automated formatting * Update data/json/mutations/mutations.json Co-authored-by: RobbieNeko <30732426+RobbieNeko@users.noreply.github.com> * Update mutations.json --------- Co-authored-by: Frozen Tear <15993955+frozentearcdda@users.noreply.github.com> Co-authored-by: KittyTac <52408044+kittytac@users.noreply.github.com> Co-authored-by: Maleclypse <54345792+maleclypse@users.noreply.github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: thhoney08 <55903475+thhoney08@users.noreply.github.com> Co-authored-by: Chaosvolt <chaosvolt@users.noreply.github.com> Co-authored-by: RobbieNeko <30732426+RobbieNeko@users.noreply.github.com>
- Loading branch information
1 parent
970140f
commit 243a679
Showing
13 changed files
with
313 additions
and
40 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
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.
78 changes: 78 additions & 0 deletions
78
data/json/external_tileset/rabbit_mutations/rabbit_mutations.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,78 @@ | ||
[ | ||
{ | ||
"type": "mod_tileset", | ||
"compatibility": [ "UNDEAD_PEOPLE_BASE", "UNDEAD_PEOPLE" ], | ||
"tiles-new": [ | ||
{ | ||
"file": "external_tileset/rabbit_mutations/rabbit_ears.png", | ||
"tiles": [ | ||
{ "id": "overlay_female_mutation_RABBIT_EARS", "fg": 0, "rotates": false }, | ||
{ "id": "overlay_male_mutation_RABBIT_EARS", "fg": 0, "rotates": false } | ||
], | ||
"sprite_offset_y": -8, | ||
"sprite_width": 32, | ||
"sprite_height": 32 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "mod_tileset", | ||
"compatibility": [ "UNDEAD_PEOPLE_BASE", "UNDEAD_PEOPLE" ], | ||
"tiles-new": [ | ||
{ | ||
"file": "external_tileset/rabbit_mutations/rabbit_tail.png", | ||
"tiles": [ | ||
{ "id": "overlay_female_mutation_TAIL_RABBIT", "fg": 0, "rotates": false }, | ||
{ "id": "overlay_male_mutation_TAIL_RABBIT", "fg": 0, "rotates": false } | ||
], | ||
"sprite_width": 32, | ||
"sprite_height": 32 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "mod_tileset", | ||
"compatibility": [ "UNDEAD_PEOPLE_BASE", "UNDEAD_PEOPLE" ], | ||
"tiles-new": [ | ||
{ | ||
"file": "external_tileset/rabbit_mutations/rabbit_nose.png", | ||
"tiles": [ | ||
{ "id": "overlay_female_mutation_RABBIT_NOSE", "fg": 0, "rotates": false }, | ||
{ "id": "overlay_male_mutation_RABBIT_NOSE", "fg": 0, "rotates": false } | ||
], | ||
"sprite_width": 32, | ||
"sprite_height": 32 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "mod_tileset", | ||
"compatibility": [ "UNDEAD_PEOPLE_BASE", "UNDEAD_PEOPLE" ], | ||
"tiles-new": [ | ||
{ | ||
"file": "external_tileset/rabbit_mutations/rabbit_paw.png", | ||
"tiles": [ | ||
{ "id": "overlay_female_mutation_PAWS_LITTLE", "fg": 0, "rotates": false }, | ||
{ "id": "overlay_male_mutation_PAWS_LITTLE", "fg": 0, "rotates": false } | ||
], | ||
"sprite_width": 32, | ||
"sprite_height": 32 | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "mod_tileset", | ||
"compatibility": [ "UNDEAD_PEOPLE_BASE", "UNDEAD_PEOPLE" ], | ||
"tiles-new": [ | ||
{ | ||
"file": "external_tileset/rabbit_mutations/rabbit_fur.png", | ||
"tiles": [ | ||
{ "id": "overlay_female_mutation_RABBIT_FUR", "fg": 1, "rotates": false }, | ||
{ "id": "overlay_male_mutation_RABBIT_FUR", "fg": 0, "rotates": false } | ||
], | ||
"sprite_width": 32, | ||
"sprite_height": 32 | ||
} | ||
] | ||
} | ||
] |
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.
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
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
Oops, something went wrong.