Add MVP resource tool rules
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user