Skip to content

Commit

Permalink
util: make_timeline - sort ignored combatants (quisquous#5616)
Browse files Browse the repository at this point in the history
Sorts the ignored combatants list in `make_timeline.ts` for easier
future maintenance. No entries added or removed.
  • Loading branch information
xiashtra authored Jun 26, 2023
1 parent 3ba62cb commit a405451
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions util/logtools/make_timeline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,50 +63,50 @@ type ExtendedArgs = Partial<ExtendedArgsRequired>;
// Some NPCs can be picked up by our entry processor.
// We list them out explicitly here so we can ignore them at will.
const ignoredCombatants = PetData['en'].concat([
'',
'Alisaie',
'Alisaie\'s Avatar',
'Alphinaud',
'Alphinaud\'s Avatar',
'Arenvald',
'Carbuncle',
'Ruby Ifrit',
'Emerald Garuda',
'Topaz Titan',
'Emerald Carbuncle',
'Topaz Carbuncle',
'Ruby Carbuncle',
'Moonstone Carbuncle',
'Carvallain',
'Crystal Exarch',
'Doman Liberator',
'Doman Shaman',
'Earthly Star',
'Alphinaud',
'Alisaie',
'Y\'shtola',
'Ryne',
'Minfilia',
'Thancred',
'Urianger',
'Emerald Carbuncle',
'Emerald Garuda',
'Estinien',
'G\'raha Tia',
'Varshahn',
'Alphinaud\'s Avatar',
'Alisaie\'s Avatar',
'Thancred\'s Avatar',
'Urianger\'s Avatar',
'Y\'shtola\'s Avatar',
'Estinien\'s Avatar',
'G\'raha Tia',
'G\'raha Tia\'s Avatar',
'',
'Crystal Exarch',
'Mikoto',
'Liturgic Bell',
'Zero',
'Gosetsu',
'Mol Youth',
'Hien',
'Liturgic Bell',
'Lyse',
'Mikoto',
'Minfilia',
'Mol Youth',
'Moonstone Carbuncle',
'Obsidian Carbuncle',
'Raubahn',
'Resistance Fighter',
'Resistance Pikedancer',
'Obsidian Carbuncle',
'Carvallain',
'Doman Shaman',
'Ruby Carbuncle',
'Ruby Ifrit',
'Ryne',
'Thancred',
'Thancred\'s Avatar',
'Topaz Carbuncle',
'Topaz Titan',
'Urianger',
'Urianger\'s Avatar',
'Varshahn',
'Y\'shtola',
'Y\'shtola\'s Avatar',
'Yugiri',
'Doman Liberator',
'Arenvald',
'Raubahn',
'Zero',
]);

const timelineParse = new LogUtilArgParse();
Expand Down

0 comments on commit a405451

Please sign in to comment.