refactor: move resource authority into simulation
This commit is contained in:
@@ -188,14 +188,14 @@ node_id = &"berry_bush_01"
|
||||
[node name="BerryBush_02" parent="ResourceNodes" unique_id=2100422483 instance=ExtResource("8_r3s0u")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -10, 0, -4)
|
||||
node_id = &"berry_bush_02"
|
||||
amount_remaining = 8.0
|
||||
initial_amount = 8.0
|
||||
|
||||
[node name="Tree_01" parent="ResourceNodes" unique_id=1162125845 instance=ExtResource("8_r3s0u")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6, 0, -8)
|
||||
node_id = &"tree_01"
|
||||
action_id = &"gather_wood"
|
||||
resource_id = &"wood"
|
||||
amount_remaining = 15.0
|
||||
initial_amount = 15.0
|
||||
yield_per_action = 3.0
|
||||
|
||||
[node name="Tree_02" parent="ResourceNodes" unique_id=1626186397 instance=ExtResource("8_r3s0u")]
|
||||
@@ -203,5 +203,5 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 10, 0, -4)
|
||||
node_id = &"tree_02"
|
||||
action_id = &"gather_wood"
|
||||
resource_id = &"wood"
|
||||
amount_remaining = 12.0
|
||||
initial_amount = 12.0
|
||||
yield_per_action = 3.0
|
||||
|
||||
Reference in New Issue
Block a user