1
0
Fork 0
forked from aly/qstbak

muffin v7.5.6

This commit is contained in:
alydev 2026-08-17 20:27:25 +10:00
parent 6266f9e6b7
commit addf2d530f
619 changed files with 264792 additions and 446022 deletions

View file

@ -2,59 +2,69 @@ namespace LLib.GameData;
public enum ETerritoryIntendedUse : byte
{
CityArea = 0,
OpenWorld = 1,
Inn = 2,
Dungeon = 3,
VariantDungeon = 4,
Gaol = 5,
StartingArea = 6,
QuestArea = 7,
AllianceRaid = 8,
QuestBattle = 9,
Trial = 10,
QuestArea2 = 12,
ResidentialArea = 13,
HousingInstances = 14,
QuestArea3 = 15,
Raid = 16,
Raid2 = 17,
Frontline = 18,
ChocoboSquare = 20,
RestorationEvent = 21,
Sanctum = 22,
GoldSaucer = 23,
LordOfVerminion = 25,
Diadem = 26,
HallOfTheNovice = 27,
CrystallineConflict = 28,
QuestBattle2 = 29,
Barracks = 30,
DeepDungeon = 31,
SeasonalEvent = 32,
TreasureMapDuty = 33,
SeasonalEventDuty = 34,
Battlehall = 35,
CrystallineConflict2 = 37,
Diadem2 = 38,
RivalWings = 39,
Unknown1 = 40,
Eureka = 41,
SeasonalEvent2 = 43,
LeapOfFaith = 44,
MaskedCarnivale = 45,
OceanFishing = 46,
Diadem3 = 47,
Bozja = 48,
IslandSanctuary = 49,
Battlehall2 = 50,
Battlehall3 = 51,
LargeScaleRaid = 52,
LargeScaleSavageRaid = 53,
QuestArea4 = 54,
TribalInstance = 56,
CriterionDuty = 57,
CriterionSavageDuty = 58,
Blunderville = 59,
CosmicExploration = 60
Town,
Overworld,
Inn,
Dungeon,
VariantDungeon,
MordionGaol,
OpeningArea,
BeforeTrialDung,
AllianceRaid,
PreEwOverworldQuestBattle,
Trial,
Unknown11,
WaitingRoom,
HousingOutdoor,
HousingIndoor,
SoloOverworldInstances,
Raid1,
Raid2,
Frontline,
ChocoboSquareOld,
ChocoboRacing,
Firmament,
SanctumOfTheTwelve,
GoldSaucer,
OriginalStepsOfFaith,
LordOfVerminion,
ExploratoryMissions,
HallOfTheNovice,
CrystallineConflict,
SoloDuty,
GrandCompanyBarracks,
DeepDungeon,
Seasonal,
TreasureMapInstance,
SeasonalInstancedArea,
TripleTriadBattlehall,
ChaoticRaid,
CrystallineConflictCustomMatch,
DiademHuntingGrounds,
RivalWings,
Unknown40,
Eureka,
Unknown42,
TheCalamityRetold,
LeapOfFaith,
MaskedCarnival,
OceanFishing,
Diadem,
Bozja,
IslandSanctuary,
TripleTriadOpenTournament,
TripleTriadInvitationalParlor,
DelubrumReginae,
DelubrumReginaeSavage,
EndwalkerMsqSoloOverworld,
Unknown55,
Elysion,
CriterionDungeon,
CriterionDungeonSavage,
Blunderville,
CosmicExploration,
OccultCrescent,
Unknown62,
Unknown63,
Unknown64
}