Skip to content

Commit 79b8ed9

Browse files
authored
Replace rot_spawn groups with direct ID references (#76991)
* rot spawn reckoning * Tamable Wildlife * tropicata * Update egg.json * horrible
1 parent eb9fb00 commit 79b8ed9

File tree

10 files changed

+165
-938
lines changed

10 files changed

+165
-938
lines changed

data/json/items/comestibles/egg.json

+154-214
Large diffs are not rendered by default.

data/json/items/comestibles/other.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@
15581558
"material": [ "flesh" ],
15591559
"calories": 15,
15601560
"spoils_in": "15 days",
1561-
"rot_spawn": { "group": "GROUP_MUTATION_SNAIL" },
1561+
"rot_spawn": { "monster": "mon_snail_forest", "chance": 5 },
15621562
"description": "A small gastropod harvested from the bushes. Dangerous to consume raw but can be prepared if you get enough of them.",
15631563
"price": "0 cent",
15641564
"price_postapoc": "0 cent",

0 commit comments

Comments
 (0)