-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Edit howling waif Makes howling waif more green * Edit snotgobbler Edits snotgobbler * Various things Adds shriekling, creepy crawler, sproglodyte Increases saturation of zombie children clothing Unifies zombie children into one directory and json * Edit howling waif, again * Whoops, I forgot to unify howling waif I put howling waif in the same directory as the other zombie children. I also took this opportunity to make very small edits to anklebiter and shriekling.
- Loading branch information
1 parent
95aba47
commit 518eefa
Showing
19 changed files
with
42 additions
and
25 deletions.
There are no files selected for viewing
5 changes: 0 additions & 5 deletions
5
gfx/UltimateCataclysm/pngs_normal_32x32/monsters/anklebiter/anklebiter.json
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
gfx/UltimateCataclysm/pngs_normal_32x32/monsters/howling_waif/howling_waif.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-587 Bytes
gfx/UltimateCataclysm/pngs_normal_32x32/monsters/howling_waif/howling_waif.png
Binary file not shown.
10 changes: 0 additions & 10 deletions
10
gfx/UltimateCataclysm/pngs_normal_32x32/monsters/mon_zombie_child/mon_zombie_child.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-863 Bytes
...ateCataclysm/pngs_normal_32x32/monsters/mon_zombie_child/mon_zombie_child_1.png
Binary file not shown.
Binary file removed
BIN
-515 Bytes
...taclysm/pngs_normal_32x32/monsters/mon_zombie_child/mon_zombie_child_1_tall.png
Binary file not shown.
5 changes: 0 additions & 5 deletions
5
...teCataclysm/pngs_normal_32x32/monsters/mon_zombie_snotgobbler/mon_zombie_snotgobbler.json
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-598 Bytes
...sm/pngs_normal_32x32/monsters/mon_zombie_snotgobbler/mon_zombie_snotgobbler.png
Binary file not shown.
Binary file added
BIN
+542 Bytes
gfx/UltimateCataclysm/pngs_normal_32x32/monsters/zombie_children/howling_waif.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file renamed
BIN
+579 Bytes
...ters/anklebiter/mon_zombie_anklebiter.png → ...zombie_children/mon_zombie_anklebiter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+491 Bytes
...mateCataclysm/pngs_normal_32x32/monsters/zombie_children/mon_zombie_child_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+520 Bytes
...ataclysm/pngs_normal_32x32/monsters/zombie_children/mon_zombie_child_1_tall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file added
BIN
+776 Bytes
...imateCataclysm/pngs_normal_32x32/monsters/zombie_children/mon_zombie_creepy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+661 Bytes
...eCataclysm/pngs_normal_32x32/monsters/zombie_children/mon_zombie_shriekling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+597 Bytes
...Cataclysm/pngs_normal_32x32/monsters/zombie_children/mon_zombie_snotgobbler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+579 Bytes
...Cataclysm/pngs_normal_32x32/monsters/zombie_children/mon_zombie_sproglodyte.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions
42
gfx/UltimateCataclysm/pngs_normal_32x32/monsters/zombie_children/zombie_children.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,42 @@ | ||
[ | ||
{ | ||
"id": "mon_zombie_child", | ||
"fg": [ | ||
{ "weight": 1, "sprite": "mon_zombie_child_1" }, | ||
{ "weight": 1, "sprite": "mon_zombie_child_2" }, | ||
{ "weight": 5, "sprite": "mon_zombie_child_1_tall" }, | ||
{ "weight": 5, "sprite": "mon_zombie_child_2_tall" } | ||
], | ||
"bg": "shadow_32x32_small" | ||
}, | ||
{ | ||
"id": "mon_zombie_anklebiter", | ||
"fg": ["mon_zombie_anklebiter"], | ||
"bg": ["shadow_32x32_small"] | ||
}, | ||
{ | ||
"id": "mon_zombie_creepy", | ||
"fg": ["mon_zombie_creepy"], | ||
"bg": ["shadow_32x32_small"] | ||
}, | ||
{ | ||
"id": "mon_zombie_shriekling", | ||
"fg": ["mon_zombie_shriekling"], | ||
"bg": ["shadow_32x32_small"] | ||
}, | ||
{ | ||
"id": "mon_zombie_snotgobbler", | ||
"fg": ["mon_zombie_snotgobbler"], | ||
"bg": ["shadow_32x32_small"] | ||
}, | ||
{ | ||
"id": "mon_zombie_sproglodyte", | ||
"fg": ["mon_zombie_sproglodyte"], | ||
"bg": ["shadow_32x32_small"] | ||
}, | ||
{ | ||
"id": "mon_zombie_waif", | ||
"fg": ["howling_waif"], | ||
"bg": ["shadow_32x32_small"] | ||
} | ||
] |