aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/CrimsonIsleReputation.json191
1 files changed, 158 insertions, 33 deletions
diff --git a/constants/CrimsonIsleReputation.json b/constants/CrimsonIsleReputation.json
index cf36c6a..1b90c99 100644
--- a/constants/CrimsonIsleReputation.json
+++ b/constants/CrimsonIsleReputation.json
@@ -1,13 +1,50 @@
{
- "FISHING": [
- "Lavahorse",
- "Gusher",
- "Volcanic Stonefish",
- "Moldfin",
- "Steaming-Hot Flounder",
- "Blobfish",
- "Flyfish"
- ],
+ "FISHING": {
+ "Lavahorse": {
+ "item": "LAVA_HORSE_BRONZE",
+ "location": []
+ },
+ "Gusher": {
+ "item": "GUSHER_BRONZE",
+ "location": []
+ },
+ "Volcanic Stonefish": {
+ "item": "VOLCANIC_STONEFISH_BRONZE",
+ "location": [
+ -366,
+ 120,
+ -780
+ ]
+ },
+ "Moldfin": {
+ "item": "MOLDFIN_BRONZE",
+ "location": [
+ -248,
+ 73,
+ -733
+ ]
+ },
+ "Steaming-Hot Flounder": {
+ "item": "STEAMING_HOT_FLOUNDER_BRONZE",
+ "location": [
+ -366,
+ 120,
+ -780
+ ]
+ },
+ "Blobfish": {
+ "item": "BLOBFISH_BRONZE",
+ "location": []
+ },
+ "Flyfish": {
+ "item": "FLYFISH_BRONZE",
+ "location": [
+ -366,
+ 120,
+ -780
+ ]
+ }
+ },
"RESCUE": {
"Rescue Mission": {
"item": "abc",
@@ -18,28 +55,116 @@
]
}
},
- "FETCH": [
- "Magmag",
- "Spectre Dust",
- "Tentacle Meat",
- "Corrupted Fragment"
- ],
- "DOJO": [
- "Mastery",
- "Tenacity",
- "Stamina",
- "Swiftness",
- "Discipline"
- ],
- "MINIBOSS": [
- "Bladesoul",
- "Mage Outlaw",
- "Barbarian Duke X",
- "Ashfang",
- "Magma Boss"
- ],
- "KUUDRA": [
- "Basic",
- "Hot"
- ]
+ "FETCH": {
+ "Magmag": {
+ "item": "MAGMAG",
+ "location": []
+ },
+ "Spectre Dust": {
+ "item": "SPECTRE_DUST",
+ "location": []
+ },
+ "Tentacle Meat": {
+ "item": "TENTACLE_MEAT",
+ "location": []
+ },
+ "Corrupted Fragment": {
+ "item": "CORRUPTED_FRAGMENT",
+ "location": []
+ }
+ },
+ "DOJO": {
+ "Mastery": {
+ "item": "BOW",
+ "location": [
+ -235,
+ 109,
+ -597
+ ]
+ },
+ "Tenacity": {
+ "item": "FIRE_CHARGE",
+ "location": [
+ -235,
+ 109,
+ -597
+ ]
+ },
+ "Stamina": {
+ "item": "RABBIT_FOOT",
+ "location": [
+ -235,
+ 109,
+ -597
+ ]
+ },
+ "Swiftness": {
+ "item": "LEAD",
+ "location": [
+ -235,
+ 109,
+ -597
+ ]
+ },
+ "Discipline": {
+ "item": "DIAMOND_SWORD",
+ "location": [
+ -235,
+ 109,
+ -597
+ ]
+ }
+ },
+ "MINIBOSS": {
+ "Bladesoul": {
+ "item": "BLADESOUL_MINIBOSS",
+ "location": [
+ -294,
+ 82,
+ -517
+ ]
+ },
+ "Mage Outlaw": {
+ "item": "MAGE_OUTLAW_MINIBOSS",
+ "location": [
+ -180,
+ 106,
+ -859
+ ]
+ },
+ "Barbarian Duke X": {
+ "item": "BARBARIAN_DUKE_X_MINIBOSS",
+ "location": [
+ -535,
+ 118,
+ -902
+ ]
+ },
+ "Ashfang": {
+ "item": "ASHFANG_MINIBOSS",
+ "location": [
+ -484,
+ 136,
+ -1015
+ ]
+ },
+ "Magma Boss": {
+ "item": "MAGMA_CUBE_BOSS",
+ "location": [
+ -368,
+ 63,
+ -804
+ ]
+ }
+ },
+ "KUUDRA": {
+ "Basic": {
+ "item": "KUUDRA_TIER_KEY",
+ "location": []
+ },
+ "Hot": {
+ "item": "KUUDRA_HOT_TIER_KEY",
+ "location": []
+ }
+ }
} \ No newline at end of file