Skip to content

Commit

Permalink
Adventure - Quest hotfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjayers99 committed Jan 3, 2024
1 parent ebf2ed5 commit 73b876e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 7 additions & 1 deletion forge-gui/res/adventure/Shandalar/world/quests.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
},
"POIToken": "",
"prerequisiteIDs": [
2
1
]
},
{
Expand Down Expand Up @@ -958,6 +958,7 @@
"mapFlagValue": 1,
"count1": 30,
"objective": "Hunt",
"worldMapOK": true,
"enemyTags": [
"BiomeGreen"
],
Expand Down Expand Up @@ -1218,6 +1219,7 @@
"mapFlagValue": 1,
"count1": 30,
"objective": "Hunt",
"worldMapOK": true,
"enemyTags": [
"BiomeBlack"
],
Expand Down Expand Up @@ -1626,6 +1628,7 @@
"mapFlagValue": 1,
"count1": 30,
"objective": "Hunt",
"worldMapOK": true,
"enemyTags": [
"BiomeWhite",
"Human"
Expand Down Expand Up @@ -1848,6 +1851,7 @@
"mapFlagValue": 1,
"count1": 30,
"objective": "Hunt",
"worldMapOK": true,
"enemyTags": [
"BiomeRed"
],
Expand Down Expand Up @@ -2163,6 +2167,7 @@
"mapFlagValue": 1,
"count1": 30,
"objective": "Hunt",
"worldMapOK": true,
"enemyTags": [
"BiomeBlue"
],
Expand Down Expand Up @@ -2450,6 +2455,7 @@
"mapFlagValue": 1,
"count1": 30,
"objective": "Hunt",
"worldMapOK": true,
"enemyTags": [
"BiomeColorless"
],
Expand Down

0 comments on commit 73b876e

Please sign in to comment.