Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Magiclysm] Reduce zombie dwarves' speed #78485

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Initial commit
  • Loading branch information
Standing-Storm committed Dec 11, 2024
commit cf12c2f60caa24fd8d35b514e0897f1d45ff61db
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
Loading