Skip to content

Commit

Permalink
Fix 'harvest_by_season' error in Aftershock Mod (#47258)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong authored Feb 6, 2021
1 parent 5146b8f commit 3c2da38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions data/mods/Aftershock/harvest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": "yum_lichen_harv",
"type": "harvest",
"entries": [
{ "drop": "yum_lichen", "base_num": [ 1, 4 ] }
]
}
4 changes: 1 addition & 3 deletions data/mods/Aftershock/maps/terrain_floraxeno.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@
"coverage": 20,
"flags": [ "TRANSPARENT", "FLAMMABLE_ASH", "DIGGABLE", "FLAT", "THIN_OBSTACLE" ],
"examine_action": "harvest_ter_nectar",
"harvest_by_season": [
{ "seasons": [ "spring", "summer", "autumn", "winter" ], "entries": [ { "drop": "yum_lichen", "base_num": [ 1, 4 ] } ] }
],
"harvest_by_season": [ { "seasons": [ "spring", "summer", "autumn", "winter" ], "id": "yum_lichen_harv" } ],
"transforms_into": "t_lichen_harvested",
"bash": {
"str_min": 2,
Expand Down

0 comments on commit 3c2da38

Please sign in to comment.