Add MVP resource tool rules

This commit is contained in:
2026-05-17 16:49:52 -07:00
parent a5ec210cd8
commit 843340ebdc
11 changed files with 184 additions and 14 deletions
+12
View File
@@ -6,6 +6,9 @@ EXPECTED = {
"properties": {
"remaining_harvests": 16,
"quantity_per_harvest": 2,
"required_tool_item_id": "basic_tool",
"allow_bare_hand_gathering": True,
"tool_quantity_bonus": 1,
"respawns_for_mvp": True,
"respawn_delay_seconds": 900.0,
"max_harvests": 16,
@@ -16,6 +19,9 @@ EXPECTED = {
"properties": {
"remaining_harvests": 10,
"quantity_per_harvest": 3,
"required_tool_item_id": "basic_tool",
"allow_bare_hand_gathering": True,
"tool_quantity_bonus": 1,
"respawns_for_mvp": True,
"respawn_delay_seconds": 600.0,
"max_harvests": 10,
@@ -26,6 +32,9 @@ EXPECTED = {
"properties": {
"remaining_harvests": 12,
"quantity_per_harvest": 2,
"required_tool_item_id": "basic_tool",
"allow_bare_hand_gathering": True,
"tool_quantity_bonus": 1,
"respawns_for_mvp": False,
"respawn_delay_seconds": 1800.0,
"max_harvests": 12,
@@ -36,6 +45,9 @@ EXPECTED = {
"properties": {
"remaining_harvests": 8,
"quantity_per_harvest": 1,
"required_tool_item_id": "None",
"allow_bare_hand_gathering": True,
"tool_quantity_bonus": 0,
"respawns_for_mvp": True,
"respawn_delay_seconds": 1200.0,
"max_harvests": 8,