Merge pull request #4476 from jjayers99/master

Adventure Hotfixes
This commit is contained in:
TabletopGeneral
2024-01-03 10:41:22 -05:00
committed by GitHub
2 changed files with 9 additions and 3 deletions

View File

@@ -10,8 +10,8 @@ public class AdventureQuestEvent {
public PointOfInterest poi; public PointOfInterest poi;
public EnemySprite enemy; public EnemySprite enemy;
public ItemData item; public ItemData item;
public Boolean clear; public boolean clear;
public Boolean winner; public boolean winner;
public String flagName; public String flagName;
public int flagValue; public int flagValue;
public int count1; public int count1;

View File

@@ -671,7 +671,7 @@
}, },
"POIToken": "", "POIToken": "",
"prerequisiteIDs": [ "prerequisiteIDs": [
2 1
] ]
}, },
{ {
@@ -958,6 +958,7 @@
"mapFlagValue": 1, "mapFlagValue": 1,
"count1": 30, "count1": 30,
"objective": "Hunt", "objective": "Hunt",
"worldMapOK": true,
"enemyTags": [ "enemyTags": [
"BiomeGreen" "BiomeGreen"
], ],
@@ -1218,6 +1219,7 @@
"mapFlagValue": 1, "mapFlagValue": 1,
"count1": 30, "count1": 30,
"objective": "Hunt", "objective": "Hunt",
"worldMapOK": true,
"enemyTags": [ "enemyTags": [
"BiomeBlack" "BiomeBlack"
], ],
@@ -1626,6 +1628,7 @@
"mapFlagValue": 1, "mapFlagValue": 1,
"count1": 30, "count1": 30,
"objective": "Hunt", "objective": "Hunt",
"worldMapOK": true,
"enemyTags": [ "enemyTags": [
"BiomeWhite", "BiomeWhite",
"Human" "Human"
@@ -1848,6 +1851,7 @@
"mapFlagValue": 1, "mapFlagValue": 1,
"count1": 30, "count1": 30,
"objective": "Hunt", "objective": "Hunt",
"worldMapOK": true,
"enemyTags": [ "enemyTags": [
"BiomeRed" "BiomeRed"
], ],
@@ -2163,6 +2167,7 @@
"mapFlagValue": 1, "mapFlagValue": 1,
"count1": 30, "count1": 30,
"objective": "Hunt", "objective": "Hunt",
"worldMapOK": true,
"enemyTags": [ "enemyTags": [
"BiomeBlue" "BiomeBlue"
], ],
@@ -2450,6 +2455,7 @@
"mapFlagValue": 1, "mapFlagValue": 1,
"count1": 30, "count1": 30,
"objective": "Hunt", "objective": "Hunt",
"worldMapOK": true,
"enemyTags": [ "enemyTags": [
"BiomeColorless" "BiomeColorless"
], ],