-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(port): eye color traits (#3942)
feat: port eye colors and trait groups also adds red and violet eyes to chargen, plus sprite edits made by myself. Co-authored-by: Fris0uman <[email protected]>
- Loading branch information
1 parent
4b5f9ba
commit fea6c75
Showing
5 changed files
with
156 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[ | ||
{ | ||
"type": "mod_tileset", | ||
"compatibility": [ "UNDEAD_PEOPLE_BASE", "UNDEAD_PEOPLE" ], | ||
"tiles-new": [ | ||
{ | ||
"file": "external_tileset/External_Tileset_DP_eyes.png", | ||
"tiles": [ | ||
{ "id": "overlay_mutation_eye_red", "fg": 0 }, | ||
{ "id": "overlay_mutation_eye_violet", "fg": 1 }, | ||
{ "id": "overlay_mutation_eye_hazel", "fg": 2 }, | ||
{ "id": "overlay_mutation_eye_blue", "fg": 3 }, | ||
{ "id": "overlay_mutation_eye_brown", "fg": 4 }, | ||
{ "id": "overlay_mutation_eye_gray", "fg": 5 }, | ||
{ "id": "overlay_mutation_eye_green", "fg": 6 }, | ||
{ "id": "overlay_mutation_eye_amber", "fg": 7 } | ||
], | ||
"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.
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