Add MVP resource respawn rules

This commit is contained in:
2026-05-17 16:26:31 -07:00
parent fa9d1835f9
commit a5ec210cd8
12 changed files with 199 additions and 9 deletions
+12
View File
@@ -6,6 +6,9 @@ EXPECTED = {
"properties": {
"remaining_harvests": 16,
"quantity_per_harvest": 2,
"respawns_for_mvp": True,
"respawn_delay_seconds": 900.0,
"max_harvests": 16,
},
"yield_item_id": "wood",
},
@@ -13,6 +16,9 @@ EXPECTED = {
"properties": {
"remaining_harvests": 10,
"quantity_per_harvest": 3,
"respawns_for_mvp": True,
"respawn_delay_seconds": 600.0,
"max_harvests": 10,
},
"yield_item_id": "fiber",
},
@@ -20,6 +26,9 @@ EXPECTED = {
"properties": {
"remaining_harvests": 12,
"quantity_per_harvest": 2,
"respawns_for_mvp": False,
"respawn_delay_seconds": 1800.0,
"max_harvests": 12,
},
"yield_item_id": "stone",
},
@@ -27,6 +36,9 @@ EXPECTED = {
"properties": {
"remaining_harvests": 8,
"quantity_per_harvest": 1,
"respawns_for_mvp": True,
"respawn_delay_seconds": 1200.0,
"max_harvests": 8,
},
"yield_item_id": "food",
},