aboutsummaryrefslogtreecommitdiff
path: root/constants/CrimsonIsleReputation.json
blob: cf36c6a02c604bdeba4cd7695b445a382569c16f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
  "FISHING": [
    "Lavahorse",
    "Gusher",
    "Volcanic Stonefish",
    "Moldfin",
    "Steaming-Hot Flounder",
    "Blobfish",
    "Flyfish"
  ],
  "RESCUE": {
    "Rescue Mission": {
      "item": "abc",
      "location": [
        123,
        123,
        123
      ]
    }
  },
  "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"
  ]
}