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 EnemySprite enemy;
public ItemData item;
public Boolean clear;
public Boolean winner;
public boolean clear;
public boolean winner;
public String flagName;
public int flagValue;
public int count1;

View File

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