Add edible plant resource nodes
This commit is contained in:
@@ -17,6 +17,11 @@ EXPECTED_RESOURCE_LABELS = {
|
||||
"AGR_GZ_Fiber_Scrub_03",
|
||||
"AGR_GZ_Fiber_DrainageCandidate_04",
|
||||
],
|
||||
"food": [
|
||||
"AGR_GZ_EdiblePlant_CoastalScrub_01",
|
||||
"AGR_GZ_EdiblePlant_Grassland_02",
|
||||
"AGR_GZ_EdiblePlant_DrainageCandidate_03",
|
||||
],
|
||||
"stone": [
|
||||
"AGR_GZ_Stone_Slope_01",
|
||||
"AGR_GZ_Stone_Slope_02",
|
||||
@@ -67,6 +72,7 @@ def main():
|
||||
"Ground Zero resource verification complete: "
|
||||
f"{len(EXPECTED_RESOURCE_LABELS['wood'])} wood, "
|
||||
f"{len(EXPECTED_RESOURCE_LABELS['fiber'])} fiber, "
|
||||
f"{len(EXPECTED_RESOURCE_LABELS['food'])} edible plant, "
|
||||
f"{len(EXPECTED_RESOURCE_LABELS['stone'])} stone nodes."
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user