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

[DinoMod] dino camp hunting #68032

Merged
merged 3 commits into from
Sep 10, 2023
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
60 changes: 60 additions & 0 deletions data/mods/DinoMod/monstergroups/misc.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,65 @@
{ "monster": "mon_zeinonychus", "weight": 25, "cost_multiplier": 30, "starts": 672, "pack_size": [ 2, 3 ] },
{ "monster": "mon_zeinonychus", "weight": 25, "cost_multiplier": 30, "starts": 2160, "pack_size": [ 2, 3 ] }
]
},
{
"type": "monstergroup",
"name": "GROUP_CAMP_HUNTING",
"//": "Special group with hardcoded reference in basecamp::hunting_results. Does not actually spawn anywhere, used solely to determine returns from camp hunting mission.",
"//1": "Can be overwritten by mods.",
LyleSY marked this conversation as resolved.
Show resolved Hide resolved
"//2": "This group always has a chance of being the result, regardless of mission type.",
"monsters": [
{ "monster": "mon_albertonykus", "weight": 10 },
{ "monster": "mon_scutellosaurus", "weight": 5 },
{ "monster": "mon_stegoceras", "weight": 3 },
{ "monster": "mon_aquilops", "weight": 3 },
{ "monster": "mon_leptoceratops", "weight": 3 },
{ "monster": "mon_nanosaurus", "weight": 5 },
{ "monster": "mon_thescelosaurus", "weight": 5 },
{ "monster": "mon_dimorphodon", "weight": 5 }
]
},
{
"type": "monstergroup",
"name": "GROUP_CAMP_TRAPPING",
"//": "Special group with hardcoded reference in basecamp::hunting_results. Does not actually spawn anywhere, used solely to determine returns from camp hunting mission.",
"//1": "Can be overwritten by mods.",
"//2": "This group can only be picked from when the trapping mission is used, in addition to GROUP_CAMP_HUNTING.",
"monsters": [
{ "monster": "mon_albertonykus", "weight": 10 },
{ "monster": "mon_compsognathus", "weight": 5 },
{ "monster": "mon_scutellosaurus", "weight": 5 },
{ "monster": "mon_stegoceras", "weight": 3 },
{ "monster": "mon_aquilops", "weight": 3 },
{ "monster": "mon_leptoceratops", "weight": 3 },
{ "monster": "mon_nanosaurus", "weight": 5 },
{ "monster": "mon_pteranodon", "weight": 5 }
]
},
{
"type": "monstergroup",
"name": "GROUP_CAMP_HUNTING_LARGE",
"//": "Special group with hardcoded reference in basecamp::hunting_results. Does not actually spawn anywhere, used solely to determine returns from camp hunting mission.",
"//1": "Can be overwritten by mods.",
"//2": "This group can only be picked from when the hunt large animals mission is used, in addition to GROUP_CAMP_HUNTING.",
"monsters": [
{ "monster": "mon_gallimimus", "weight": 5 },
{ "monster": "mon_struthiomimus", "weight": 5 },
{ "monster": "mon_ornithomimus", "weight": 5 },
{ "monster": "mon_pachycephalosaurus", "weight": 3 },
{ "monster": "mon_tenontosaurus", "weight": 10 },
{ "monster": "mon_dryosaurus", "weight": 10 },
{ "monster": "mon_camptosaurus", "weight": 10 },
{ "monster": "mon_hadrosaurus", "weight": 10 },
{ "monster": "mon_maiasaura", "weight": 10 },
{ "monster": "mon_gryposaurus", "weight": 10 },
{ "monster": "mon_prosaurolophus", "weight": 10 },
{ "monster": "mon_saurolophus", "weight": 10 },
{ "monster": "mon_edmontosaurus", "weight": 10 },
{ "monster": "mon_parasaurolophus", "weight": 10 },
{ "monster": "mon_lambeosaurus", "weight": 10 },
{ "monster": "mon_corythosaurus", "weight": 10 },
{ "monster": "mon_hypacrosaurus", "weight": 10 }
]
}
]
Loading