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

Finish removing wolves from the wilderness spawns #73911

Merged
merged 1 commit into from
May 19, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 1 addition & 2 deletions data/json/monstergroups/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,8 +554,7 @@
{ "monster": "mon_coyote", "weight": 15 },
{ "monster": "mon_deer", "weight": 2 },
{ "monster": "mon_moose", "weight": 1 },
{ "monster": "mon_pig", "weight": 1 },
{ "monster": "mon_wolf", "weight": 10 }
{ "monster": "mon_pig", "weight": 1 }
]
}
]
1 change: 0 additions & 1 deletion data/json/monstergroups/wilderness.json
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@
"monsters": [
{ "monster": "mon_zeer", "weight": 4, "cost_multiplier": 10, "pack_size": [ 1, 5 ] },
{ "monster": "mon_zougar", "weight": 2, "cost_multiplier": 10 },
{ "monster": "mon_zolf", "weight": 2, "cost_multiplier": 2, "pack_size": [ 1, 4 ] },
{ "monster": "mon_zombear", "weight": 1, "cost_multiplier": 10 },
{ "monster": "mon_zeindeer", "weight": 1, "cost_multiplier": 15, "pack_size": [ 2, 5 ], "event": "christmas" },
{ "monster": "mon_zombie_dog", "weight": 1, "cost_multiplier": 2 },
Expand Down
2 changes: 1 addition & 1 deletion data/json/monsters/zanimal_upgrade.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"id": "mon_wolf_skeleton",
"type": "MONSTER",
"name": { "str": "skeletal wolf", "str_pl": "skeletal wolves" },
"description": "This undead canine has shed all of its skin, revealing a carapace of fused bones and ribs. Devoid entirely of flesh, this walking suit of bone seems to be controlled by a net of veins and sinews which pulse with glistening black goo.",
"description": "This undead canine has shed all of its skin, revealing a carapace of fused bones and ribs.",
"looks_like": "mon_dog_skeleton",
"default_faction": "zombie",
"bodytype": "dog",
Expand Down
Loading