Skip to content

Commit

Permalink
resources: ko 6.45
Browse files Browse the repository at this point in the history
  • Loading branch information
Bing-su committed Jan 16, 2024
1 parent 1d8470d commit dcd4ec1
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resources/content_type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,25 @@ const data = {
'DutyRoulette': 1,
'Eureka': 26,
'Fates': 8,
'Fishing': 34,
'Gate': 35,
'GoldSaucer': 19,
'GrandCompany': 11,
'Guildhests': 3,
'Levequests': 10,
'MaskedCarnivale': 27,
'OceanFishing': 31,
'OverallCompletion': 14,
'PlayerCommendation': 15,
'Pvp': 6,
'QuestBattles': 7,
'Raids': 5,
'RetainerVentures': 18,
'TheHunt': 33,
'TreasureHunt': 9,
'Trials': 4,
'TribalQuests': 13,
'TripleTriad': 32,
'UltimateRaids': 28,
'VCDungeonFinder': 30,
'WondrousTails': 24,
Expand Down
4 changes: 4 additions & 0 deletions resources/effect_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ const data = {
'BoundAndDetermined': 'AD9',
'BountifulCatch': '492',
'BowShock': '72E',
'BraaxPulse': 'EC8',
'Braced': '8D8',
'BrainRot': 'CD2',
'BrandOfTheFallen': '429',
Expand Down Expand Up @@ -1042,6 +1043,7 @@ const data = {
'LuminiferousAether': '34A',
'LuminousAetheroplasm': '2C2',
'LunarDefensive': '9FA',
'LuwatenaPulse': 'EC9',
'Lype': 'C30',
'MagesBallad': '8A9',
'MagicBurst': '674',
Expand Down Expand Up @@ -1293,6 +1295,7 @@ const data = {
'RadiantShield': '139',
'RadiantVeil': 'DDA',
'RageOfHalone': '55A',
'RagingRroneek': 'EAE',
'RagingStrikes': '7D',
'RaijuReady': 'A82',
'RainOfDeath': 'F7',
Expand Down Expand Up @@ -1374,6 +1377,7 @@ const data = {
'RoyalFavor': '9DC',
'RoyalRoad': '33B',
'RoyalRouse': '1DA',
'RroneekPulse': 'EC7',
'Ruination': '50B',
'RunningCold1': '8DC',
'RunningCold2': '8E2',
Expand Down
1 change: 1 addition & 0 deletions resources/zone_id.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ const data = {
'TheFractalContinuum': 430,
'TheFractalContinuumHard': 743,
'TheFringes': 612,
'TheGameIsAfoot': 1177,
'TheGhimlytDark': 1174,
'TheGhimlytDark64': 793,
'TheGiftOfMercy': 1019,
Expand Down
31 changes: 31 additions & 0 deletions resources/zone_info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2318,6 +2318,20 @@ const data: ZoneInfoType = {
'sizeFactor': 200,
'weatherRate': 37,
},
509: {
'contentType': 4,
'exVersion': 4,
'name': {
'de': 'Prophetie - Asura',
'en': 'The Gilded Araya',
'fr': 'Le temple doré d\'Araya',
'ja': 'アスラ討滅戦',
},
'offsetX': -100,
'offsetY': -100,
'sizeFactor': 400,
'weatherRate': 114,
},
510: {
'contentType': 2,
'exVersion': 1,
Expand Down Expand Up @@ -8987,6 +9001,7 @@ const data: ZoneInfoType = {
'en': 'Mount Rokkon',
'fr': 'Le mont Rokkon - Donjon à embranchements',
'ja': 'ヴァリアントダンジョン 六根山',
'ko': '변형 던전: 육근산',
},
'offsetX': -145,
'offsetY': -820,
Expand Down Expand Up @@ -9270,6 +9285,7 @@ const data: ZoneInfoType = {
'en': 'Another Mount Rokkon',
'fr': 'Le mont Rokkon annexe - Donjon alternatif',
'ja': 'アナザーダンジョン 異聞六根山',
'ko': '파생 던전: 번외 육근산',
},
'offsetX': 0,
'offsetY': 40,
Expand All @@ -9285,6 +9301,7 @@ const data: ZoneInfoType = {
'en': 'Another Mount Rokkon (Savage)',
'fr': 'Le mont Rokkon annexe - Donjon alternatif (sadique)',
'ja': 'アナザーダンジョン 異聞六根山 零式',
'ko': '파생 던전: 번외 육근산(영웅)',
},
'offsetX': 0,
'offsetY': 40,
Expand Down Expand Up @@ -9422,6 +9439,20 @@ const data: ZoneInfoType = {
'sizeFactor': 200,
'weatherRate': 0,
},
1177: {
'contentType': 7,
'exVersion': 4,
'name': {
'de': 'Die Jagd ist eröffnet',
'en': 'The Game Is Afoot',
'fr': 'Par-delà l\'horizon',
'ja': 'その瞳が見据えるもの',
},
'offsetX': 368,
'offsetY': -277,
'sizeFactor': 200,
'weatherRate': 0,
},
1178: {
'contentType': 5,
'exVersion': 4,
Expand Down

0 comments on commit dcd4ec1

Please sign in to comment.