Skip to content

Commit

Permalink
Merge pull request #78485 from Standing-Storm/slow-zombie-dwarves
Browse files Browse the repository at this point in the history
[Magiclysm] Reduce zombie dwarves' speed
  • Loading branch information
Night-Pryanik authored Dec 11, 2024
2 parents 3e10020 + cf12c2f commit 1c3245c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/mods/Magiclysm/monsters/zombified_fantasy_species.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"name": { "str": "zombie dwarf", "str_pl": "zombie dwarves" },
"copy-from": "mon_zombie_tough",
"description": "Once a dwarf, this zombie now has rent flesh and a beard in tatters. Its face is twisted in an expression of rage.",
"proportional": { "speed": 0.9, "volume": 0.7, "weight": 0.9 },
"proportional": { "volume": 0.7, "weight": 0.9 },
"speed": 65,
"//": "Better night vision than default zombies, but not as good as living dwarves, and worse day vision.",
"vision_day": 15,
"vision_night": 8,
Expand Down

0 comments on commit 1c3245c

Please sign in to comment.