-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MoM] Update mutated animals to match vanilla changes (#77431)
* Create comestible_overrides.json * Fix typo * Update spawn timers * Add pigeon egg * Add pigeon eggs * Add various baby psychic animals * Add start delay timers * correct typo * Fix typo * Add feral pigeon passenger egg * Update data/mods/MindOverMatter/monstergroups/monstergroups_edited.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update data/mods/MindOverMatter/monstergroups/monstergroups_new.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fixes --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
60cb55f
commit 9d69c81
Showing
7 changed files
with
193 additions
and
119 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "egg_chicken", | ||
"copy-from": "egg_chicken", | ||
"name": { "str": "chicken egg" }, | ||
"rot_spawn": { "group": "GROUP_EGG_CHICKEN", "chance": 70 } | ||
}, | ||
{ | ||
"type": "COMESTIBLE", | ||
"id": "egg_pigeon", | ||
"name": { "str": "feral pigeon egg" }, | ||
"copy-from": "egg_pigeon", | ||
"rot_spawn": { "group": "GROUP_EGG_PIGEON" } | ||
} | ||
] |
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
Oops, something went wrong.