mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-12 16:58:57 +00:00
@@ -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;
|
||||
|
||||
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user