world map: add Prifddinas farming patch icons

This commit is contained in:
Alexsuperfly
2019-07-26 17:59:20 -04:00
parent b8935e2493
commit 852969ef08

View File

@@ -40,7 +40,8 @@ enum FarmingPatchLocation
new WorldPoint(3598, 3524, 0), new WorldPoint(3598, 3524, 0),
new WorldPoint(3052, 3309, 0), new WorldPoint(3052, 3309, 0),
new WorldPoint(2810, 3462, 0), new WorldPoint(2810, 3462, 0),
new WorldPoint(2663, 3375, 0) new WorldPoint(2663, 3375, 0),
new WorldPoint(3289, 6100, 0)
), ),
ANIMA_HERB("Anima/Herb", new WorldPoint(1235, 3724, 0)), ANIMA_HERB("Anima/Herb", new WorldPoint(1235, 3724, 0)),
BELLADONNA("Belladonna", new WorldPoint(3084, 3356, 0)), BELLADONNA("Belladonna", new WorldPoint(3084, 3356, 0)),
@@ -59,6 +60,9 @@ enum FarmingPatchLocation
CELASTRUS_FRUIT_TREE("Celastrus/Fruit Tree", CELASTRUS_FRUIT_TREE("Celastrus/Fruit Tree",
new WorldPoint(1242, 3755, 0) new WorldPoint(1242, 3755, 0)
), ),
CRYSTAL_TREE("Crystal Tree",
new WorldPoint(3292, 6120, 0)
),
FRUIT_TREE("Fruit Tree", FRUIT_TREE("Fruit Tree",
new WorldPoint(2487, 3181, 0), new WorldPoint(2487, 3181, 0),
new WorldPoint(2343, 3160, 0), new WorldPoint(2343, 3160, 0),