Skip to content

Commit

Permalink
[Ultica] Two ferals + zombie medic + variants by Majstek
Browse files Browse the repository at this point in the history
Co-Authored-By: Majstek <98545356+Majstek@users.noreply.github.com>
  • Loading branch information
2 people authored and Fris0uman committed May 13, 2024
1 parent 7cba8fa commit e6c4c39
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
],
"bg": "shadow_32x48_normal"
},
{
"id": "mon_feral_jackboot",
"fg": "mon_feral_jackboot",
"bg": "shadow_32x48_normal"
},
{
"id": "mon_feral_prepper_mace",
"fg": [
Expand All @@ -40,5 +45,10 @@
{ "weight": 1, "sprite": "mon_feral_prepper_knife_JACKET_BLOODY" }
],
"bg": "shadow_32x48_normal"
},
{
"id": "mon_feral_swimmer_kickboard",
"fg": "mon_feral_swimmer_kickboard",
"bg": "shadow_32x48_normal"
}
]
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 @@ -22,7 +22,16 @@
},
{
"id": "mon_zombie_scientist",
"fg": [ { "weight": 1, "sprite": "mon_zombie_scientist_f" }, { "weight": 1, "sprite": "mon_zombie_scientist_m" } ],
"fg": [
{ "weight": 100, "sprite": "mon_zombie_scientist_f" },
{ "weight": 100, "sprite": "mon_zombie_scientist_m" },
{ "weight": 75, "sprite": "mon_zombie_scientist_crippled" }
],
"bg": "shadow_32x48_normal"
},
{
"id": "mon_zombie_medical",
"fg": [ { "weight": 100, "sprite": "mon_zombie_medical" }, { "weight": 80, "sprite": "mon_zombie_medical_mask_hanging" } ],
"bg": "shadow_32x48_normal"
},
{
Expand Down Expand Up @@ -65,6 +74,7 @@
"corpse_mon_zombie_child_fungus",
"corpse_mon_zombie_swimmer",
"corpse_mon_zombie_mancroc",
"corpse_mon_zombie_medical",
"corpse_mon_zombie_skull",
"corpse_mon_zombie_survivor",
"corpse_mon_zombie_soldier_acid_1",
Expand Down

0 comments on commit e6c4c39

Please sign in to comment.