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] Add FERAL species to all fantasy ferals #77630

Merged
merged 1 commit into from
Nov 7, 2024
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
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/monsters/feral_fantasy_species.json
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
"default_faction": "zombie",
"looks_like": "mon_goblin_warrior",
"bodytype": "human",
"species": [ "GOBLIN" ],
"species": [ "GOBLIN", "FERAL" ],
"volume": "32 L",
"weight": "42 kg",
"hp": 40,
Expand Down Expand Up @@ -626,7 +626,7 @@
"default_faction": "zombie",
"looks_like": "chud",
"bodytype": "angel",
"species": [ "RAVENFOLK" ],
"species": [ "RAVENFOLK", "FERAL" ],
"volume": "62500 ml",
"weight": "67500 g",
"hp": 60,
Expand Down Expand Up @@ -777,7 +777,7 @@
"default_faction": "zombie",
"looks_like": "mon_lizardfolk_warrior",
"bodytype": "human",
"species": [ "LIZARDFOLK" ],
"species": [ "LIZARDFOLK", "FERAL" ],
"volume": "80 L",
"weight": "100 kg",
"hp": 84,
Expand Down
Loading