remote-party-finder/server/src/ffxiv/auto_translate.rs

1267 lines
48 KiB
Rust

use std::collections::HashMap;
lazy_static::lazy_static! {
pub static ref AUTO_TRANSLATE: HashMap<(u32, u32), &'static str> = maplit::hashmap! {
(1, 100) => "【Languages】",
(1, 101) => "Please use the auto-translate function.",
(1, 102) => "Japanese language",
(1, 103) => "English language",
(1, 104) => "French language",
(1, 105) => "German language",
(1, 106) => "Can you speak Japanese?",
(1, 107) => "Can you speak English?",
(1, 108) => "Can you speak French?",
(1, 109) => "Can you speak German?",
(1, 110) => "I don't speak any English.",
(1, 111) => "I don't speak any Japanese.",
(1, 112) => "I don't speak any French.",
(1, 113) => "I don't speak any German.",
(1, 114) => "Please listen.",
(1, 115) => "Can you hear me?",
(1, 116) => "I can speak a little.",
(1, 117) => "I can understand a little.",
(1, 118) => "Please use simple words.",
(1, 119) => "Please do not abbreviate your words.",
(1, 120) => "I need some time to put together my answer.",
(1, 121) => "What is your native language?",
(2, 200) => "【Greetings】",
(2, 201) => "Nice to meet you.",
(2, 202) => "Good morning!",
(2, 203) => "Hello!",
(2, 204) => "Good evening!",
(2, 205) => "Good night!",
(2, 206) => "Good-bye.",
(2, 207) => "I had fun today!",
(2, 208) => "See you again!",
(2, 209) => "Let's play together again sometime!",
(2, 210) => "I'm back!",
(2, 211) => "Welcome back.",
(2, 212) => "Congratulations!",
(2, 213) => "Good job!",
(2, 214) => "Good luck!",
(2, 215) => "All right!",
(2, 216) => "Thank you.",
(2, 217) => "You're welcome.",
(2, 218) => "Take care.",
(2, 219) => "I'm sorry.",
(2, 220) => "Please forgive me.",
(2, 221) => "That's too bad.",
(2, 222) => "Excuse me...",
(2, 223) => "Have a safe journey.",
(2, 224) => "This is my first time here.",
(2, 225) => "I'm looking forward to it!",
(2, 226) => "Good game!",
(2, 227) => "Let's do it!",
(2, 228) => "Thank you. I must now take my leave.",
(2, 229) => "Let's have some fun!",
(2, 230) => "I'll do my best!",
(2, 231) => "Let's give it our best shot!",
(2, 232) => "This should be fun!",
(2, 233) => "If we stay cool, everything will be fine!",
(3, 300) => "【Questions】",
(3, 301) => "Who?",
(3, 302) => "Which?",
(3, 303) => "How?",
(3, 304) => "What?",
(3, 305) => "When?",
(3, 306) => "How many?",
(3, 307) => "Where?",
(3, 308) => "Why?",
(3, 309) => "How come?",
(3, 310) => "Where shall we go?",
(3, 311) => "Can you do it?",
(3, 312) => "Do you need any help?",
(3, 313) => "Which levequest shall we do?",
(3, 314) => "Which duties can you do?",
(3, 315) => "Do you have it?",
(3, 316) => "What weapons can you use?",
(3, 317) => "What other classes can you use?",
(3, 318) => "What other roles can you cover?",
(3, 319) => "Do you have it set?",
(3, 320) => "What's the battle plan?",
(3, 321) => "Can I add you to my friend list?",
(3, 322) => "Shall we take a break?",
(3, 323) => "Do you want me to repair it?",
(3, 324) => "Can you repair it for me?",
(3, 325) => "Do you want me to meld materia to it?",
(3, 326) => "Can you meld materia for me?",
(3, 327) => "Would you join my party?",
(3, 328) => "Can I join your party?",
(3, 329) => "Should we disband?",
(3, 330) => "Do you want to join my linkshell?",
(3, 331) => "Can I join your linkshell?",
(3, 332) => "Do you want to join my free company?",
(3, 333) => "Can I join your free company?",
(3, 334) => "What are you doing?",
(3, 335) => "How about a game of Triple Triad?",
(3, 336) => "Can we change the rules?",
(3, 337) => "How about joining a Triple Triad tournament?",
(3, 338) => "Do you have enough MP?",
(3, 339) => "Is there anything you don't understand?",
(3, 340) => "Did you see it?",
(3, 341) => "How should we handle this?",
(3, 342) => "What's our strategy?",
(3, 343) => "Do you want to ride together?",
(3, 344) => "Can I ride with you?",
(4, 400) => "【Answers】",
(4, 401) => "I don't understand.",
(4, 402) => "No thanks.",
(4, 403) => "Yes, please.",
(4, 404) => "If you would be so kind.",
(4, 405) => "Understood.",
(4, 406) => "I'm sorry. I'm busy now.",
(4, 407) => "I'm playing solo right now.",
(4, 408) => "I don't know how to answer that question.",
(4, 409) => "I see.",
(4, 410) => "Thanks for the offer, but I'll have to pass.",
(4, 411) => "That's interesting.",
(4, 412) => "Um...",
(4, 413) => "Huh!?",
(4, 414) => "Really?",
(4, 415) => "Hmmm.",
(4, 416) => "I have to go soon.",
(4, 417) => "I'd like another match.",
(4, 418) => "Let's call it a day.",
(4, 419) => "I'd like to take a break.",
(4, 420) => "Probably.",
(5, 500) => "【Reasons】",
(5, 501) => "Casting spell.",
(5, 502) => "Time for work!",
(5, 503) => "I have plans.",
(5, 504) => "I'm sleepy.",
(5, 505) => "I'm tired.",
(5, 506) => "Have stuff to do, gotta go!",
(5, 507) => "I don't feel well.",
(5, 508) => "I'm not up for it.",
(5, 509) => "I'm interested.",
(5, 510) => "I'm bound by duty.",
(5, 511) => "Fighting right now!",
(5, 512) => "I want to make money.",
(5, 513) => "I don't remember.",
(5, 514) => "I don't know.",
(5, 515) => "Just used it.",
(5, 516) => "I want experience points.",
(5, 517) => "Oops!",
(5, 518) => "I already have an invite.",
(5, 519) => "I already have one.",
(5, 520) => "No longer recruiting.",
(5, 521) => "I'm getting ready now.",
(5, 522) => "My hands are full.",
(5, 523) => "We're chewing the fat.",
(5, 524) => "I seem to have misplaced my keyboard.",
(5, 525) => "I'm checking things out.",
(6, 600) => "【Trade】",
(6, 601) => "Can I have it?",
(6, 602) => "Can you do it for me?",
(6, 603) => "Lower the price?",
(6, 604) => "Buy?",
(6, 605) => "Sell?",
(6, 606) => "Trade?",
(6, 607) => "Do you need it?",
(6, 608) => "Can you make it?",
(6, 609) => "Do you have it?",
(6, 610) => "What materials are needed?",
(6, 611) => "I don't have any money.",
(6, 612) => "I don't have the item.",
(6, 613) => "I don't have anything to give you.",
(6, 614) => "You can have this.",
(6, 615) => "Please.",
(6, 616) => "Reward:",
(6, 617) => "Price:",
(6, 618) => "delivery",
(7, 700) => "【Organize】",
(7, 701) => "Looking for members.",
(7, 702) => "Gather together.",
(7, 703) => "Team up?",
(7, 704) => "Are you alone?",
(7, 705) => "Any vacancies?",
(7, 706) => "Please invite me.",
(7, 707) => "Please let me join.",
(7, 708) => "Who is the leader?",
(7, 709) => "Just for a short time is fine.",
(7, 710) => "Our party's full.",
(7, 711) => "Please assist.",
(7, 712) => "Disbanding party.",
(7, 713) => "Taking a break.",
(7, 714) => "Looking for party.",
(7, 715) => "light party",
(7, 716) => "full party",
(7, 717) => "I'm inexperienced.",
(7, 718) => "Should we find some replacements?",
(8, 800) => "【Tactics】",
(8, 801) => "Please follow.",
(8, 802) => "I'll follow you.",
(8, 803) => "Please check it.",
(8, 804) => "Found it!",
(8, 805) => "Full attack!",
(8, 806) => "Pull back.",
(8, 807) => "Watch your aggro!",
(8, 808) => "Defeat this one first!",
(8, 809) => "Please don't attack.",
(8, 810) => "Hold the target!",
(8, 811) => "Please deactivate it.",
(8, 812) => "Heal!",
(8, 813) => "Cast it!",
(8, 814) => "Run away!",
(8, 815) => "Help me out!",
(8, 816) => "Stop!",
(8, 817) => "Standing by.",
(8, 818) => "None left.",
(8, 819) => "Don't have it.",
(8, 820) => "Please use it sparingly.",
(8, 821) => "I'll use it sparingly.",
(8, 822) => "My gear is in poor condition.",
(8, 823) => "Ready!",
(8, 824) => "Please set enemy marks.",
(8, 825) => "Please use it.",
(8, 826) => "Let's rest for a while.",
(8, 827) => "Pulling enemy over.",
(8, 828) => "Drawing enemy over.",
(8, 829) => "Wait, please.",
(8, 830) => "Let's meet there.",
(8, 831) => "Let's move.",
(8, 832) => "Stay there.",
(8, 833) => "On my way.",
(8, 834) => "Will be right back.",
(8, 835) => "Roll for loot, please.",
(8, 836) => "Weakness:",
(8, 837) => "Beware of",
(8, 838) => "Recommended:",
(8, 839) => "Kill Order:",
(8, 840) => "I want",
(8, 841) => "Please draw enmity.",
(8, 842) => "The enemy is near!",
(8, 843) => "Don't worry about it.",
(8, 844) => "Please ignore that.",
(8, 845) => "Switch.",
(8, 846) => "Change with me.",
(8, 847) => "I'll deal the first blow.",
(8, 848) => "Let's take it slow.",
(8, 849) => "Do it!",
(8, 850) => "Direction:",
(8, 851) => "Avoid the attack!",
(8, 852) => "Turn away.",
(8, 853) => "Get hit.",
(8, 854) => "Pull the enemy away.",
(8, 855) => "Move away.",
(8, 856) => "Come closer.",
(8, 857) => "Carry it.",
(8, 859) => "Cut the link!",
(8, 860) => "Keep it busy.",
(8, 861) => "Take them down at the same time!",
(8, 862) => "Hide!",
(8, 863) => "Mounting machina!",
(8, 864) => "Mount the machina!",
(9, 900) => "【Roles】",
(9, 901) => "leader",
(9, 902) => "master",
(9, 903) => "Disciples of War",
(9, 904) => "Disciples of Magic",
(9, 905) => "Disciples of the Land",
(9, 906) => "Disciples of the Hand",
(9, 907) => "tank",
(9, 908) => "melee",
(9, 909) => "ranged",
(9, 910) => "healer",
(9, 911) => "buffer",
(9, 912) => "caster",
(9, 913) => "DPS",
(10, 950) => "【Locations】",
(10, 951) => "position",
(10, 952) => "north",
(10, 953) => "south",
(10, 954) => "east",
(10, 955) => "west",
(10, 956) => "up",
(10, 957) => "down",
(10, 958) => "right",
(10, 959) => "left",
(10, 960) => "front side",
(10, 961) => "back",
(10, 962) => "side",
(10, 963) => "front",
(10, 964) => "middle",
(10, 965) => "flank",
(10, 966) => "inside",
(10, 967) => "outside",
(10, 968) => "this way",
(10, 969) => "over there",
(10, 970) => "that way",
(10, 971) => "closer",
(10, 972) => "farther",
(10, 973) => "entrance",
(10, 974) => "exit",
(10, 975) => "rear",
(10, 976) => "one o'clock",
(10, 977) => "two o'clock",
(10, 978) => "three o'clock",
(10, 979) => "four o'clock",
(10, 980) => "five o'clock",
(10, 981) => "six o'clock",
(10, 982) => "seven o'clock",
(10, 983) => "eight o'clock",
(10, 984) => "nine o'clock",
(10, 985) => "ten o'clock",
(10, 986) => "eleven o'clock",
(10, 987) => "twelve o'clock",
(11, 1000) => "【Time】",
(11, 1001) => "day before yesterday",
(11, 1002) => "yesterday",
(11, 1003) => "today",
(11, 1004) => "tomorrow",
(11, 1005) => "day after tomorrow",
(11, 1006) => "last week",
(11, 1007) => "this week",
(11, 1008) => "next week",
(11, 1009) => "a.m.",
(11, 1010) => "p.m.",
(11, 1011) => "morning",
(11, 1012) => "afternoon",
(11, 1013) => "night",
(11, 1014) => "day of the week",
(11, 1015) => "Sunday",
(11, 1016) => "Monday",
(11, 1017) => "Tuesday",
(11, 1018) => "Wednesday",
(11, 1019) => "Thursday",
(11, 1020) => "Friday",
(11, 1021) => "Saturday",
(11, 1022) => "holiday",
(11, 1023) => "break",
(11, 1024) => "long time",
(11, 1025) => "short time",
(11, 1026) => "date",
(11, 1027) => "second",
(11, 1028) => "minute",
(11, 1029) => "hour",
(11, 1030) => "month",
(11, 1031) => "year",
(11, 1032) => "January",
(11, 1033) => "February",
(11, 1034) => "March",
(11, 1035) => "April",
(11, 1036) => "May",
(11, 1037) => "June",
(11, 1038) => "July",
(11, 1039) => "August",
(11, 1040) => "September",
(11, 1041) => "October",
(11, 1042) => "November",
(11, 1043) => "December",
(11, 1044) => "last month",
(11, 1045) => "this month",
(11, 1046) => "next month",
(11, 1047) => "last year",
(11, 1048) => "this year",
(11, 1049) => "next year",
(11, 1050) => "now",
(11, 1051) => "soon",
(11, 1052) => "any time",
(11, 1053) => "first",
(11, 1054) => "last",
(11, 1055) => "waiting time",
(11, 1056) => "time remaining",
(11, 1057) => "end time",
(11, 1058) => "Sixth Astral Era",
(11, 1059) => "Seventh Umbral Era",
(11, 1060) => "Seventh Astral Era",
(11, 1061) => "before",
(11, 1062) => "after",
(13, 1150) => "【Transportation】",
(13, 1151) => "walk",
(13, 1152) => "run",
(13, 1153) => "follow",
(13, 1154) => "chocobo",
(13, 1155) => "personal chocobo",
(13, 1156) => "rental chocobo",
(13, 1157) => "chocobo porter",
(13, 1158) => "mount",
(13, 1159) => "Teleport",
(13, 1160) => "Return",
(13, 1161) => "Aethernet",
(13, 1162) => "airship",
(13, 1163) => "Home Point",
(13, 1164) => "ferry",
(13, 1165) => "flying mount",
(14, 1200) => "【Facilities】",
(14, 1201) => "aetheryte",
(14, 1202) => "city-state aetheryte",
(14, 1203) => "Adventurers' Guild",
(14, 1204) => "guild",
(14, 1205) => "shop",
(14, 1206) => "chocobo stop",
(14, 1207) => "inn",
(14, 1208) => "summoning bell",
(14, 1209) => "sanctuary",
(14, 1210) => "levemete",
(14, 1211) => "linkshell distributor",
(14, 1212) => "market board",
(14, 1213) => "retainer vocate",
(14, 1214) => "armor mender",
(14, 1215) => "landing",
(14, 1216) => "delivery moogle",
(14, 1217) => "docks",
(14, 1218) => "ferry docks",
(14, 1219) => "landing",
(14, 1220) => "Maelstrom Command",
(14, 1221) => "The Adders' Nest",
(14, 1222) => "The Hall of Flames",
(14, 1223) => "residential district",
(14, 1224) => "entry counter",
(14, 1225) => "Hunt board",
(14, 1226) => "skywatcher",
(14, 1227) => "crystal bell",
(14, 1228) => "subdivision",
(14, 1229) => "orchestrion",
(14, 1230) => "striking dummy",
(14, 1231) => "materia melder",
(14, 1232) => "apartment",
(14, 1233) => "glamour dresser",
(14, 1234) => "message book",
(14, 1235) => "armoire",
(14, 1236) => "The Unending Journey",
(15, 1250) => "【Grand Company】",
(15, 1251) => "Grand Company",
(15, 1252) => "Grand Company rank",
(15, 1253) => "supplies",
(15, 1254) => "provisions",
(15, 1255) => "high-quality supplies",
(15, 1256) => "Maelstrom",
(15, 1257) => "Order of the Twin Adder",
(15, 1258) => "Immortal Flames",
(16, 1270) => "【Free Company】",
(16, 1271) => "free company",
(16, 1272) => "signature",
(16, 1273) => "company board",
(16, 1274) => "company chest",
(16, 1275) => "company crest",
(16, 1276) => "company action",
(16, 1277) => "company crafting",
(16, 1278) => "company workshop",
(16, 1279) => "exploratory voyage",
(16, 1280) => "subaquatic voyage",
(17, 1300) => "【System】",
(17, 1301) => "class",
(17, 1302) => "class change",
(17, 1303) => "job",
(17, 1304) => "job change",
(17, 1305) => "soul crystal",
(17, 1306) => "level",
(17, 1307) => "experience points",
(17, 1308) => "guardian",
(17, 1309) => "race",
(17, 1310) => "clan",
(17, 1311) => "area",
(17, 1312) => "Armoury",
(17, 1313) => "item",
(17, 1314) => "gear set",
(17, 1315) => "rested bonus",
(17, 1316) => "solo",
(17, 1317) => "party",
(17, 1318) => "mount",
(17, 1319) => "minion",
(17, 1320) => "retainer",
(17, 1321) => "battle",
(17, 1322) => "crafting",
(17, 1323) => "gathering",
(17, 1324) => "durability",
(17, 1325) => "spiritbond",
(17, 1326) => "gear affinity",
(17, 1327) => "treasure coffer",
(17, 1328) => "target",
(17, 1329) => "lock on",
(17, 1330) => "focus target",
(17, 1331) => "enemy sign",
(17, 1332) => "menu",
(17, 1333) => "map",
(17, 1334) => "support desk",
(17, 1335) => "screenshot",
(17, 1336) => "log out",
(17, 1337) => "exit game",
(17, 1338) => "shutdown",
(17, 1339) => "auto-translation dictionary",
(17, 1340) => "emote",
(17, 1341) => "achievements",
(17, 1342) => "title",
(17, 1343) => "currency",
(17, 1344) => "gil",
(17, 1345) => "trade",
(17, 1346) => "examine",
(17, 1347) => "auto-follow",
(17, 1348) => "alliance",
(17, 1349) => "housing",
(17, 1350) => "reputation",
(17, 1351) => "reputation rank",
(17, 1352) => "commendation",
(17, 1353) => "Allagan tomestone",
(17, 1356) => "vote dismiss",
(17, 1357) => "vote abandon",
(17, 1358) => "waymark",
(17, 1359) => "ground target",
(17, 1360) => "glamours",
(17, 1362) => "aesthetician",
(17, 1363) => "retainer ventures",
(17, 1364) => "atma",
(17, 1365) => "Zodiac Weapon",
(17, 1366) => "alexandrite",
(17, 1367) => "animus",
(17, 1368) => "novus",
(17, 1369) => "Allied Seals",
(17, 1370) => "mark bill",
(17, 1371) => "Frontline",
(17, 1372) => "The Echo",
(17, 1373) => "chocobo raising",
(17, 1374) => "weather report",
(17, 1375) => "Allagan tomestone of poetics",
(17, 1376) => "quota points",
(17, 1377) => "company seals",
(17, 1378) => "Wolf Marks",
(17, 1379) => "Zenith",
(17, 1380) => "Nexus",
(17, 1381) => "Centurio Seal",
(17, 1384) => "Loot Rule: Lootmaster",
(17, 1385) => "Loot Rule: Greed Only",
(17, 1386) => "Loot Rule: Normal",
(17, 1387) => "Anima Weapon",
(17, 1389) => "Ceremony of Eternal Bonding",
(17, 1390) => "item level",
(17, 1391) => "quest sync",
(17, 1392) => "Wondrous Tails",
(17, 1396) => "undersized party",
(17, 1397) => "performance",
(17, 1398) => "Fashion Report",
(18, 1400) => "【Battle】",
(18, 1401) => "attack",
(18, 1402) => "action",
(18, 1403) => "general action",
(18, 1404) => "trait",
(18, 1405) => "job action",
(18, 1406) => "additional action",
(18, 1407) => "magic",
(18, 1408) => "weaponskill",
(18, 1409) => "ability",
(18, 1410) => "cast time",
(18, 1411) => "recast time",
(18, 1412) => "affinity",
(18, 1413) => "link",
(18, 1414) => "pet",
(18, 1415) => "companion",
(18, 1416) => "enmity",
(18, 1417) => "active",
(18, 1418) => "passive",
(18, 1419) => "KO'd",
(18, 1420) => "loot",
(18, 1421) => "divvy loot",
(18, 1422) => "lot",
(18, 1423) => "resist",
(18, 1424) => "acquire",
(18, 1425) => "aggro",
(18, 1426) => "area of effect",
(18, 1427) => "limit break",
(18, 1428) => "enemy",
(18, 1429) => "monster",
(18, 1430) => "notorious monster",
(18, 1432) => "EXP chain",
(18, 1433) => "Armoury bonus",
(18, 1434) => "level sync",
(18, 1435) => "PvP action",
(18, 1436) => "area of effect attack",
(18, 1437) => "frontal area of effect attack",
(18, 1438) => "rear area of effect attack",
(18, 1439) => "whole area of effect attack",
(18, 1440) => "outpost",
(18, 1441) => "Allagan Manors",
(18, 1442) => "stronghold",
(18, 1443) => "standard",
(18, 1444) => "occupied",
(18, 1445) => "unoccupied",
(18, 1446) => "Tactical Rating",
(18, 1447) => "Allagan Markets",
(18, 1448) => "Allagan Sun Temple",
(18, 1449) => "combo",
(18, 1450) => "adrenaline rush",
(18, 1451) => "single target attack",
(18, 1452) => "ballista",
(18, 1453) => "Allagan tomelith",
(18, 1454) => "The Claws",
(18, 1455) => "The Fangs",
(18, 1456) => "medal",
(18, 1458) => "Culling Time",
(18, 1462) => "adrenaline",
(18, 1466) => "adrenaline kit",
(18, 1467) => "supply box",
(18, 1468) => "K - Knockout",
(18, 1469) => "D - Down",
(18, 1470) => "A - Assist",
(18, 1471) => "chain",
(18, 1472) => "charge",
(18, 1473) => "knockback",
(18, 1474) => "draw in",
(18, 1475) => "icebound tomelith",
(18, 1476) => "data retrieved",
(18, 1477) => "wolf's heart",
(18, 1478) => "wolf's heart kit",
(18, 1479) => "core",
(18, 1480) => "magitek field",
(18, 1481) => "tower",
(18, 1482) => "hangar",
(18, 1483) => "ceruleum",
(18, 1484) => "power generator",
(18, 1485) => "steam cannon",
(18, 1486) => "wind-up viking",
(18, 1487) => "wind-up magus",
(18, 1488) => "machina",
(18, 1489) => "Cruise Chaser",
(18, 1490) => "Oppressor",
(18, 1491) => "Brute Justice",
(18, 1492) => "role action",
(18, 1494) => "quick chat",
(18, 1496) => "ceruleum engine",
(18, 1497) => "gobtank",
(18, 1498) => "goblin mercenary",
(18, 1499) => "tactical rating",
(19, 1500) => "【Online Status】",
(19, 1501) => "Online",
(19, 1502) => "Away",
(19, 1503) => "Busy",
(19, 1504) => "Looking for Party",
(19, 1505) => "Looking to Meld Materia",
(19, 1506) => "Bound by Duty",
(19, 1507) => "Offline",
(19, 1508) => "Recruiting Party Members",
(19, 1509) => "New Adventurer",
(19, 1510) => "Mentor",
(19, 1511) => "PvE Mentor",
(19, 1512) => "PvP Mentor",
(19, 1513) => "Trade Mentor",
(19, 1514) => "Role-playing",
(19, 1515) => "Returner",
(19, 1516) => "Participating in Event",
(18, 1521) => "ovoo",
(18, 1522) => "claim",
(20, 1550) => "【Communication】",
(20, 1551) => "chat",
(20, 1552) => "Tell",
(20, 1553) => "Say",
(20, 1554) => "Shout",
(20, 1555) => "Yell",
(20, 1556) => "friend list",
(20, 1557) => "blacklist",
(20, 1558) => "Player Search",
(20, 1559) => "linkshell",
(20, 1560) => "moogle letter",
(20, 1561) => "Lodestone",
(20, 1562) => "blog",
(20, 1563) => "follow",
(20, 1564) => "forums",
(20, 1565) => "ranking",
(20, 1566) => "Grand Company ranking",
(20, 1567) => "free company ranking",
(20, 1568) => "party",
(20, 1569) => "alliance",
(20, 1570) => "linkshell",
(20, 1571) => "free company",
(20, 1572) => "Novice Network",
(20, 1573) => "PvP Team",
(20, 1574) => "cross-world linkshell",
(20, 1575) => "cross-world linkshell",
(20, 1576) => "contacts",
(20, 1577) => "Community Finder",
(22, 1600) => "【Crafting & Gathering】",
(22, 1601) => "shard",
(22, 1602) => "crystal",
(22, 1603) => "cluster",
(22, 1604) => "materia",
(22, 1605) => "materia extraction",
(22, 1606) => "materia craft",
(22, 1607) => "markets",
(22, 1608) => "market search",
(22, 1609) => "HQ",
(22, 1610) => "Unique",
(22, 1611) => "Untradable",
(22, 1612) => "material",
(22, 1613) => "quick synthesis",
(22, 1614) => "quality",
(22, 1615) => "high-quality",
(22, 1616) => "highest-quality",
(22, 1617) => "repair",
(22, 1618) => "repair materials",
(22, 1619) => "gear dyeing",
(22, 1620) => "mature tree",
(22, 1621) => "logging",
(22, 1622) => "harvesting",
(22, 1623) => "mineral deposit",
(22, 1624) => "mining",
(22, 1625) => "quarrying",
(22, 1626) => "fishing",
(22, 1627) => "materia melding",
(22, 1628) => "advanced materia melding",
(22, 1629) => "gardening",
(22, 1630) => "raising",
(22, 1631) => "harvesting",
(22, 1632) => "master recipe book",
(22, 1633) => "desynthesis",
(22, 1634) => "big fishing",
(22, 1635) => "release",
(22, 1636) => "unspoiled locations",
(22, 1637) => "collectable",
(22, 1638) => "specialist",
(22, 1639) => "DoL favors",
(22, 1640) => "tome of regional folklore",
(22, 1641) => "crafters' scrip",
(22, 1642) => "gatherers' scrip",
(22, 1643) => "red crafters' scrip",
(22, 1644) => "blue crafters' scrip",
(22, 1645) => "red gatherers' scrip",
(22, 1646) => "blue gatherers' scrip",
(22, 1647) => "yellow crafters' scrip",
(22, 1648) => "yellow gatherers' scrip",
(22, 1649) => "white crafters' scrip",
(22, 1650) => "white gatherers' scrip",
(22, 1651) => "quick gathering",
(22, 1652) => "trial synthesis",
(22, 1653) => "skybuilders' scrip",
(22, 1654) => "collectability",
(23, 1900) => "【Primals】",
(23, 1901) => "primal",
(23, 1902) => "Ifrit",
(23, 1903) => "Titan",
(23, 1904) => "Garuda",
(23, 1905) => "Bahamut",
(23, 1906) => "Moggle Mog XII",
(23, 1907) => "beastmen",
(23, 1908) => "Amalj'aa",
(23, 1909) => "sylphs",
(23, 1910) => "Ixal",
(23, 1911) => "kobolds",
(23, 1912) => "Sahagin",
(23, 1913) => "Leviathan",
(23, 1914) => "Ramuh",
(23, 1915) => "Shiva",
(23, 1916) => "Alexander (primal)",
(23, 1917) => "Ravana",
(23, 1918) => "Bismarck",
(23, 1919) => "Gnath",
(23, 1920) => "Vanu Vanu",
(23, 1921) => "goblins",
(23, 1922) => "dragons",
(23, 1923) => "Nidhogg",
(23, 1924) => "Sephirot",
(23, 1925) => "Sophia",
(23, 1926) => "Zurvan",
(23, 1927) => "Kojin",
(23, 1928) => "Ananta",
(23, 1929) => "Susano",
(23, 1930) => "Lakshmi",
(23, 1931) => "Shinryu",
(23, 1932) => "Omega",
(23, 1933) => "Byakko",
(23, 1934) => "Tsukuyomi",
(23, 1935) => "moogle",
(23, 1936) => "Namazu",
(23, 1937) => "Phoenix",
(23, 1938) => "Odin",
(23, 1939) => "Suzaku",
(23, 1940) => "Seiryu",
(23, 1941) => "Titania",
(23, 1942) => "Innocence",
(23, 1943) => "Hades",
(23, 1944) => "Dwarf",
(23, 1945) => "Pixie",
(23, 1946) => "Nu Mou",
(23, 1947) => "Qitari",
(23, 1948) => "Ruby Weapon",
(23, 1949) => "Warrior of Light",
(23, 1950) => "Emerald Weapon",
(23, 1951) => "Diamond Weapon",
(24, 2000) => "【Duty】",
(24, 2001) => "duty",
(24, 2002) => "quest",
(24, 2003) => "main scenario quest",
(24, 2004) => "sidequest",
(24, 2005) => "class quest",
(24, 2006) => "job quest",
(24, 2007) => "Grand Company quest",
(24, 2008) => "FATE",
(24, 2009) => "guildleve",
(24, 2010) => "levequest",
(24, 2011) => "battlecraft leve",
(24, 2012) => "fieldcraft leve",
(24, 2013) => "tradecraft leve",
(24, 2015) => "Grand Company leve",
(24, 2017) => "leve link",
(24, 2018) => "leve allowance",
(24, 2019) => "levequest difficulty",
(24, 2020) => "guildhest",
(24, 2021) => "dungeon",
(24, 2022) => "primal battle",
(24, 2023) => "hard primal battle",
(24, 2024) => "legatus battle",
(24, 2025) => "raid",
(24, 2026) => "The Coliseum",
(24, 2027) => "The Thousand Maws of Toto-Rak",
(24, 2028) => "The Tam-Tara Deepcroft",
(24, 2029) => "Copperbell Mines",
(24, 2030) => "Sastasha",
(24, 2031) => "The Aurum Vale",
(24, 2032) => "Haukke Manor",
(24, 2033) => "Halatali",
(24, 2034) => "Brayflox's Longstop",
(24, 2035) => "The Sunken Temple of Qarn",
(24, 2036) => "The Wanderer's Palace",
(24, 2037) => "The Stone Vigil",
(24, 2038) => "Cutter's Cry",
(24, 2039) => "Dzemael Darkhold",
(24, 2040) => "Amdapor Keep",
(24, 2041) => "Castrum Meridianum",
(24, 2042) => "The Praetorium",
(24, 2043) => "Basic Training: Enemy Parties",
(24, 2044) => "Under the Armor",
(24, 2045) => "Basic Training: Enemy Strongholds",
(24, 2046) => "Hero on the Half Shell",
(24, 2047) => "Pulling Poison Posies",
(24, 2048) => "Stinging Back",
(24, 2049) => "All's Well that Ends in the Well",
(24, 2050) => "Flicking Sticks and Taking Names",
(24, 2051) => "More than a Feeler",
(24, 2052) => "Annoy the Void",
(24, 2053) => "Shadow and Claw",
(24, 2054) => "Long Live the Queen",
(24, 2055) => "Ward Up",
(24, 2056) => "Solemn Trinity",
(24, 2057) => "The Bowl of Embers (Normal)",
(24, 2058) => "The Navel (Normal)",
(24, 2059) => "The Howling Eye (Normal)",
(24, 2060) => "The Bowl of Embers (Hard)",
(24, 2061) => "The Navel (Hard)",
(24, 2062) => "The Howling Eye (Hard)",
(24, 2063) => "Cape Westwind",
(24, 2064) => "The Binding Coil of Bahamut",
(24, 2065) => "The Wolves' Den",
(24, 2066) => "The Bowl of Embers (Extreme)",
(24, 2067) => "The Navel (Extreme)",
(24, 2068) => "The Howling Eye (Extreme)",
(24, 2069) => "Thornmarch (Hard)",
(24, 2070) => "The Minstrel's Ballad: Ultima's Bane",
(24, 2071) => "Crystal Tower",
(24, 2072) => "The Binding Coil of Bahamut",
(24, 2073) => "Labyrinth of the Ancients",
(24, 2074) => "Decipher",
(24, 2075) => "hard mode",
(24, 2076) => "Duty Roulette",
(24, 2077) => "The Second Coil of Bahamut",
(24, 2078) => "Pharos Sirius",
(24, 2079) => "Thornmarch (Extreme)",
(24, 2080) => "The Whorleater (Hard)",
(24, 2081) => "The Whorleater (Extreme)",
(24, 2082) => "A Relic Reborn: The Chimera",
(24, 2083) => "A Relic Reborn: The Hydra",
(24, 2084) => "Battle on the Big Bridge",
(24, 2085) => "PvP",
(24, 2086) => "beast tribe quest",
(24, 2087) => "beast tribe sidequest",
(24, 2088) => "beast tribe main quest",
(24, 2089) => "side story quest",
(24, 2090) => "treasure hunt",
(24, 2091) => "chronicles of a new era quest",
(24, 2092) => "seasonal event",
(24, 2093) => "The Lost City of Amdapor",
(24, 2094) => "Trials of the Braves",
(24, 2095) => "sphere scroll",
(24, 2096) => "The Hunt",
(24, 2097) => "elite marks",
(24, 2098) => "The Striking Tree (Hard)",
(24, 2099) => "The Striking Tree (Extreme)",
(24, 2100) => "Syrcus Tower",
(24, 2101) => "The Second Coil of Bahamut (Savage)",
(24, 2102) => "The Carteneau Flats",
(24, 2103) => "Hullbreaker Isle",
(24, 2104) => "Frontline",
(24, 2106) => "expert",
(24, 2108) => "The Final Coil of Bahamut",
(24, 2109) => "The Akh Afah Amphitheatre (Hard)",
(24, 2110) => "The Akh Afah Amphitheatre (Extreme)",
(24, 2111) => "Snowcloak",
(24, 2112) => "The Dragon's Neck",
(24, 2113) => "delivery quest",
(24, 2114) => "Urth's Fount (Hard)",
(24, 2115) => "The World of Darkness",
(24, 2117) => "The Borderland Ruins (Secure)",
(24, 2119) => "The Keeper of the Lake",
(24, 2120) => "Battle in the Big Keep",
(24, 2121) => "Ascian",
(24, 2122) => "the void",
(24, 2123) => "The Great Gubal Library",
(24, 2124) => "Neverreap",
(24, 2125) => "The Vault",
(24, 2126) => "The Fractal Continuum",
(24, 2127) => "Dusk Vigil",
(24, 2128) => "Sohm Al",
(24, 2129) => "Aetherochemical Research Facility",
(24, 2130) => "The Aery",
(24, 2131) => "Thok ast Thok (Hard)",
(24, 2132) => "Thok ast Thok (Extreme)",
(24, 2133) => "Limitless Blue (Hard)",
(24, 2134) => "Limitless Blue (Extreme)",
(24, 2135) => "Seal Rock (Seize)",
(24, 2137) => "Alexander",
(24, 2138) => "Alexander (Savage)",
(24, 2139) => "Gordias",
(24, 2140) => "The Chrysalis (Normal)",
(24, 2141) => "The Steps of Faith (Normal)",
(24, 2142) => "The Singularity Reactor (Normal)",
(24, 2143) => "Temple leve",
(24, 2144) => "Saint Mocianne's Arboretum",
(24, 2145) => "The Shadow of Mhach",
(24, 2146) => "The Void Ark",
(24, 2147) => "Hall of the Novice",
(24, 2148) => "The Antitower",
(24, 2149) => "Midas",
(24, 2150) => "Containment Bay S1T7 (Normal)",
(24, 2151) => "Containment Bay S1T7 (Extreme)",
(24, 2153) => "The Feast",
(24, 2154) => "Stone, Sky, Sea",
(24, 2155) => "Sohr Khai",
(24, 2156) => "The Weeping City of Mhach",
(24, 2157) => "Deep Dungeon",
(24, 2158) => "Palace of the Dead",
(24, 2159) => "The Final Steps of Faith",
(24, 2160) => "The Minstrel's Ballad: Nidhogg's Rage",
(24, 2161) => "The Fields of Glory (Shatter)",
(24, 2163) => "duel",
(24, 2164) => "Xelphatol",
(24, 2165) => "Containment Bay P1T6",
(24, 2166) => "Containment Bay P1T6 (Extreme)",
(24, 2167) => "The Creator",
(24, 2168) => "Baelsar's Wall",
(24, 2169) => "Dun Scaith",
(24, 2170) => "Containment Bay Z1T9",
(24, 2171) => "Containment Bay Z1T9 (Extreme)",
(24, 2172) => "Shisui of the Violet Tides",
(24, 2173) => "Bardam's Mettle",
(24, 2174) => "Doma Castle",
(24, 2175) => "Castrum Abania",
(24, 2176) => "The Pool of Tribute",
(24, 2177) => "The Pool of Tribute (Extreme)",
(24, 2178) => "Emanation",
(24, 2179) => "Emanation (Extreme)",
(24, 2180) => "The Royal Menagerie",
(24, 2181) => "Interdimensional Rift",
(24, 2182) => "Interdimensional Rift (Savage)",
(24, 2183) => "Deltascape",
(24, 2184) => "The Temple of the Fist",
(24, 2185) => "The Drowned City of Skalla",
(24, 2186) => "The Minstrel's Ballad: Shinryu's Domain",
(24, 2187) => "alliance raid",
(24, 2188) => "Return to Ivalice",
(24, 2189) => "The Royal City of Rabanastre",
(24, 2190) => "The Unending Coil of Bahamut (Ultimate)",
(24, 2191) => "Rival Wings",
(24, 2192) => "Astragalos",
(24, 2193) => "Hells' Lid",
(24, 2194) => "The Jade Stoa",
(24, 2195) => "The Jade Stoa (Extreme)",
(24, 2196) => "Sigmascape",
(24, 2197) => "The Forbidden Land, Eureka",
(24, 2198) => "Anemos",
(28, 2900) => "【Job Gauge】",
(28, 2901) => "Oath Gauge",
(28, 2902) => "Oath",
(28, 2903) => "Lightning Gauge",
(28, 2904) => "Chakra Gauge",
(28, 2905) => "Beast Gauge",
(28, 2906) => "Wrath",
(28, 2907) => "Dragon Gauge",
(28, 2908) => "Gaze of the First Brood",
(28, 2909) => "Song Gauge",
(28, 2910) => "Repertoire",
(28, 2911) => "Healing Gauge",
(28, 2912) => "Lily",
(28, 2913) => "Elemental Gauge",
(28, 2914) => "Umbral Heart",
(28, 2915) => "Aetherflow Gauge",
(28, 2916) => "Aethertrail Attunement",
(28, 2917) => "Trance Gauge",
(28, 2918) => "Dreadwyrm Aether",
(28, 2919) => "Faerie Gauge",
(28, 2920) => "Fae Aether",
(28, 2921) => "Huton Gauge",
(28, 2922) => "Ninki Gauge",
(28, 2923) => "Ninki",
(28, 2926) => "Heat Gauge",
(28, 2927) => "Overheat",
(28, 2928) => "Blood Gauge",
(28, 2930) => "Arcana Gauge",
(28, 2931) => "Sen Gauge",
(28, 2932) => "Sen",
(28, 2933) => "Kenki Gauge",
(28, 2934) => "Kenki",
(28, 2935) => "Balance Gauge",
(28, 2936) => "White Mana",
(28, 2937) => "Black Mana",
(28, 2938) => "Darkside Gauge",
(28, 2939) => "Blood Lily",
(28, 2940) => "Heat Gauge",
(28, 2941) => "Battery Gauge",
(28, 2942) => "Powder Gauge",
(28, 2943) => "Step Gauge",
(28, 2944) => "Fourfold Feathers",
(28, 2945) => "Divination Gauge",
(28, 2946) => "Meditation Gauge",
(25, 3000) => "【Gold Saucer】",
(25, 3001) => "chocobo race",
(25, 3002) => "race chocobo",
(25, 3003) => "fledgling chocobo",
(25, 3004) => "retired chocobo",
(25, 3005) => "covering",
(25, 3006) => "rating",
(25, 3007) => "pedigree level",
(25, 3008) => "course roulette",
(25, 3009) => "Sagolii Road",
(25, 3010) => "Tranquil Paths",
(25, 3011) => "Triple Triad",
(25, 3012) => "card",
(25, 3013) => "card type",
(25, 3014) => "rarity",
(25, 3015) => "match",
(25, 3016) => "tournament",
(25, 3017) => "tourney",
(25, 3018) => "points",
(25, 3019) => "rule variations",
(25, 3020) => "regional rules",
(25, 3021) => "match rules",
(25, 3022) => "tournament rules",
(25, 3023) => "All Open",
(25, 3024) => "Three Open",
(25, 3025) => "Same",
(25, 3026) => "Sudden Death",
(25, 3027) => "Plus",
(25, 3028) => "Random",
(25, 3029) => "Order",
(25, 3030) => "Chaos",
(25, 3031) => "Reverse",
(25, 3032) => "Fallen Ace",
(25, 3033) => "Ascension",
(25, 3034) => "Descension",
(25, 3035) => "Swap",
(25, 3036) => "Roulette",
(25, 3037) => "deck",
(25, 3038) => "desired rule",
(25, 3039) => "GATE",
(25, 3040) => "Cactpot",
(25, 3041) => "Jumbo Cactpot",
(25, 3042) => "Mini Cactpot",
(25, 3043) => "winning number",
(25, 3044) => "Lord of Verminion",
(25, 3045) => "Strengths",
(25, 3046) => "Arcana Stone",
(25, 3047) => "Verminion Gate",
(25, 3048) => "Shield",
(25, 3049) => "Search Eye",
(25, 3050) => "critter",
(25, 3051) => "poppet",
(25, 3052) => "gadget",
(25, 3053) => "ability",
(25, 3054) => "trap",
(25, 3055) => "Any Way the Wind Blows",
(25, 3056) => "Cliffhanger",
(25, 3060) => "Costa del Sol",
(25, 3061) => "monster",
(25, 3062) => "Leap of Faith",
(25, 3063) => "Air Force One",
(25, 3064) => "Doman Mahjong",
(25, 3065) => "The Slice Is Right",
(26, 3300) => "【Statuses】",
(26, 3301) => "paralysis (status)",
(26, 3302) => "silence (status)",
(26, 3303) => "stun (status)",
(26, 3304) => "sleep (status)",
(26, 3305) => "heavy (status)",
(26, 3306) => "petrification (status)",
(26, 3307) => "charmed (status)",
(26, 3308) => "drain (status)",
(26, 3309) => "bind (status)",
(26, 3310) => "transfiguration (status)",
(26, 3311) => "poison (status)",
(25, 3313) => "Draft",
(25, 3314) => "Open Tournament",
(8, 3500) => "",
(8, 3501) => "",
(8, 3502) => "",
(8, 3503) => "",
(8, 3504) => "inner",
(8, 3505) => "outer",
(8, 3506) => "clockwise",
(8, 3507) => "counterclockwise",
(8, 3508) => "offensive stance",
(8, 3509) => "defensive stance",
(8, 3510) => "action indicator",
(8, 3511) => "gaze",
(8, 3512) => "circle",
(8, 3513) => "fan",
(8, 3514) => "diagonal",
(8, 3515) => "straight line",
(8, 3516) => "donut",
(8, 3517) => "line",
(8, 3518) => "sphere",
(8, 3519) => "ground",
(8, 3520) => "wall",
(8, 3521) => "pillar",
(8, 3522) => "boulder",
(8, 3523) => "flame",
(8, 3524) => "water",
(8, 3525) => "ice",
(8, 3526) => "",
(8, 3527) => "explosion",
(8, 3528) => "simultaneously",
(8, 3529) => "one after the other",
(8, 3531) => "combine",
(8, 3535) => "gather",
(8, 3536) => "spread out",
(8, 3540) => "divided damage",
(8, 3541) => "reflected damage",
(8, 3542) => "damage over time",
(8, 3543) => "mode change",
(8, 3544) => "phase",
(8, 3545) => "stacked enhancement",
(8, 3546) => "stacked enfeeblement",
(8, 3547) => "random target",
(27, 3600) => "【Deep Dungeon】",
(27, 3601) => "Cairn of Passage",
(27, 3602) => "Cairn of Return",
(27, 3603) => "Pomander of Safety",
(27, 3604) => "Pomander of Sight",
(27, 3605) => "Pomander of Strength",
(27, 3606) => "Pomander of Steel",
(27, 3607) => "Pomander of Affluence",
(27, 3608) => "Pomander of Flight",
(27, 3609) => "Pomander of Alteration",
(27, 3610) => "Pomander of Purity",
(27, 3611) => "Pomander of Fortune",
(27, 3612) => "Pomander of Witching",
(27, 3613) => "Pomander of Serenity",
(27, 3614) => "Pomander of Rage",
(27, 3615) => "Pomander of Lust",
(27, 3616) => "Pomander of Intuition",
(27, 3617) => "Pomander of Raising",
(27, 3618) => "Pomander of Resolution",
(27, 3619) => "Pomander of Frailty",
(27, 3620) => "Pomander of Concealment",
(27, 3621) => "Pomander of Petrification",
(27, 3622) => "Inferno magicite",
(27, 3623) => "Crag magicite",
(27, 3624) => "Vortex magicite",
(27, 3625) => "elder magicite",
(27, 3626) => "Beacon of Passage",
(27, 3627) => "Beacon of Return",
(17, 4000) => "magia board",
(17, 4001) => "magia melder",
(17, 4002) => "magicite",
(17, 4003) => "aspect value",
(17, 4004) => "elemental level",
(17, 4005) => "logogram",
(17, 4007) => "logos manipulator",
(17, 4008) => "logos action",
(17, 4009) => "Eureka weapon",
(17, 4011) => "custom match",
(17, 4012) => "MGP",
(17, 4013) => "venture",
(17, 4014) => "custom delivery",
(17, 4016) => "Allagan tomestone of phantasmagoria",
(17, 4017) => "Ishgardian Restoration",
(17, 4018) => "Allagan tomestone of allegory",
(17, 4019) => "ocean fishing",
(17, 4020) => "Skysteel tool",
(17, 4021) => "Faux Hollows",
(17, 4022) => "lost action",
(17, 4023) => "lost finds holster",
(17, 4024) => "lost finds cache",
(17, 4025) => "forgotten fragment",
(17, 4026) => "mettle",
(17, 4027) => "Resistance rank",
(17, 4028) => "Explorer Mode",
(17, 4029) => "Allagan tomestone of revelation",
(17, 4030) => "Bozjan cluster",
(17, 4031) => "fashion accessories",
(17, 4032) => "Resistance weapon",
(17, 4033) => "Resistance Recruitment",
(17, 4034) => "Fête",
(24, 5000) => "normal raid",
(24, 5001) => "daily challenge",
(24, 5002) => "The Swallow's Compass",
(24, 5003) => "The Ridorana Lighthouse",
(24, 5004) => "Castrum Fluminis",
(24, 5005) => "The Minstrel's Ballad: Tsukuyomi's Pain",
(24, 5006) => "The Weapon's Refrain (Ultimate)",
(24, 5007) => "Heaven-on-High",
(24, 5008) => "The Great Hunt",
(24, 5009) => "The Great Hunt (Extreme)",
(24, 5010) => "Pagos",
(24, 5011) => "The Sirensong Sea",
(24, 5012) => "Ala Mhigo",
(24, 5013) => "The Minstrel's Ballad: Thordan's Reign",
(24, 5014) => "The Burn",
(24, 5015) => "Hells' Kier",
(24, 5016) => "Hells' Kier (Extreme)",
(24, 5017) => "Alphascape",
(24, 5018) => "Pyros",
(24, 5019) => "Kugane Castle",
(24, 5020) => "The Diadem",
(24, 5021) => "The Ghimlyt Dark",
(24, 5022) => "The Wreath of Snakes",
(24, 5023) => "The Wreath of Snakes (Extreme)",
(24, 5024) => "The Orbonne Monastery",
(24, 5025) => "Hydatos",
(24, 5026) => "Hidden Gorge",
(24, 5027) => "Holminster Switch",
(24, 5028) => "Dohn Mheg",
(24, 5029) => "The Qitana Ravel",
(24, 5030) => "Malikah's Well",
(24, 5031) => "Mt. Gulg",
(24, 5032) => "Amaurot",
(24, 5033) => "The Twinning",
(24, 5034) => "Akadaemia Anyder",
(24, 5035) => "The Dancing Plague",
(24, 5036) => "The Dancing Plague (Extreme)",
(24, 5037) => "The Crown of the Immaculate",
(24, 5038) => "The Crown of the Immaculate (Extreme)",
(24, 5039) => "The Dying Gasp",
(24, 5040) => "Eden",
(24, 5041) => "Eden (Savage)",
(24, 5042) => "Eden's Gate",
(24, 5043) => "Kugane Ohashi",
(24, 5044) => "The Baldesion Arsenal",
(24, 5045) => "The Grand Cosmos",
(24, 5046) => "The Minstrel's Ballad: Hades's Elegy",
(24, 5047) => "The Epic of Alexander (Ultimate)",
(24, 5048) => "The Copied Factory",
(24, 5049) => "Onsal Hakair (Danshig Naadam)",
(24, 5050) => "Anamnesis Anyder",
(24, 5051) => "Eden's Verse",
(24, 5052) => "Cinder Drift",
(24, 5053) => "Cinder Drift (Extreme)",
(24, 5054) => "Memoria Misera (Extreme)",
(24, 5055) => "Bozjan southern front",
(24, 5056) => "The Heroes' Gauntlet",
(24, 5057) => "The Seat of Sacrifice ",
(24, 5058) => "The Seat of Sacrifice (Extreme)",
(24, 5059) => "The Puppets' Bunker",
(24, 5061) => "skirmish",
(24, 5062) => "critical engagement",
(24, 5063) => "Save the Queen",
(24, 5064) => "Matoya's Relict",
(24, 5065) => "Eden's Promise",
(24, 5066) => "Castrum Marinum",
(24, 5067) => "Castrum Marinum (Extreme)",
(24, 5068) => "Delubrum Reginae",
(24, 5070) => "The Battle of Castrum Lacus Litore",
(24, 5071) => "Paglth'an",
(24, 5072) => "The Cloud Deck",
(24, 5073) => "The Cloud Deck (Extreme)",
(24, 5074) => "The Tower at Paradigm's Breach",
(24, 5075) => "The Whorleater (Unreal)",
(24, 5076) => "Zadnor",
(24, 5077) => "The Dalriada",
};
}