forked from OverlayPlugin/cactbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontent_type.ts
41 lines (39 loc) · 856 Bytes
/
content_type.ts
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
// Auto-generated from gen_zone_id_and_info.ts
// DO NOT EDIT THIS FILE DIRECTLY
const data = {
'ChaoticAllianceRaid': 37,
'Companions': 12,
'CustomDeliveries': 25,
'DeepDungeons': 21,
'DisciplesOfTheHand': 17,
'DisciplesOfTheLand': 16,
'Dungeons': 2,
'DutyRoulette': 1,
'Eureka': 26,
'Fates': 8,
'Fishing': 34,
'Gate': 35,
'GoldSaucer': 19,
'GrandCompany': 11,
'Guildhests': 3,
'IslandSanctuary': 36,
'Levequests': 10,
'OceanFishing': 31,
'OverallCompletion': 14,
'PlayerCommendation': 15,
'Pvp': 6,
'QuestBattles': 7,
'Raids': 5,
'RetainerVentures': 18,
'SaveTheQueen': 29,
'TheHunt': 33,
'TheMaskedCarnivale': 27,
'TreasureHunt': 9,
'Trials': 4,
'TribalQuests': 13,
'TripleTriad': 32,
'UltimateRaids': 28,
'VCDungeonFinder': 30,
'WondrousTails': 24,
} as const;
export default data;