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
+11
View File
@@ -33,6 +33,9 @@ BLUEPRINTS = [
"yield_item_definition": WOOD_ITEM_PATH,
"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,
@@ -48,6 +51,9 @@ BLUEPRINTS = [
"yield_item_definition": FIBER_ITEM_PATH,
"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,
@@ -63,6 +69,9 @@ BLUEPRINTS = [
"yield_item_definition": STONE_ITEM_PATH,
"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,
@@ -78,6 +87,8 @@ BLUEPRINTS = [
"yield_item_definition": FOOD_ITEM_PATH,
"remaining_harvests": 8,
"quantity_per_harvest": 1,
"allow_bare_hand_gathering": True,
"tool_quantity_bonus": 0,
"respawns_for_mvp": True,
"respawn_delay_seconds": 1200.0,
"max_harvests": 8,