-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chance for moose, coyotes, and rattlesnakes to birth mutant babies (#…
…76211) * moose * rattlesnake * coyote * Apply suggestions from code review Co-authored-by: Anton Simakov <[email protected]> --------- Co-authored-by: Anton Simakov <[email protected]>
- Loading branch information
1 parent
de1d770
commit 9791584
Showing
8 changed files
with
81 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
data/json/monstergroups/mutant_vertebrate_reproduction.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[ | ||
{ | ||
"name": "REPRODUCTION_MUT_MOOSE", | ||
"type": "monstergroup", | ||
"monsters": [ { "monster": "mon_moose_calf", "weight": 19 }, { "monster": "mon_tusked_moose_calf", "weight": 1 } ] | ||
}, | ||
{ | ||
"name": "REPRODUCTION_MUT_COYOTE", | ||
"type": "monstergroup", | ||
"monsters": [ | ||
{ "monster": "mon_coyote_pup", "weight": 38 }, | ||
{ "monster": "mon_coyote_pup_mutant_shark", "weight": 1 }, | ||
{ "monster": "mon_coyote_pup_mutant_venom", "weight": 1 } | ||
] | ||
}, | ||
{ | ||
"name": "REPRODUCTION_MUT_RATTLESNAKE", | ||
"type": "monstergroup", | ||
"monsters": [ { "monster": "mon_rattlesnake_s", "weight": 19 }, { "monster": "mon_rattlesnake_big_s", "weight": 1 } ] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters