mirror of
https://github.com/SunsetMkt/Akebi-GC.git
synced 2025-01-09 19:08:59 +08:00
fix filters
This commit is contained in:
parent
c7d6228d20
commit
414b0c299d
@ -64,7 +64,7 @@ namespace cheat::game::filters
|
||||
SimpleFilter ButterflyWings = { app::EntityType__Enum_1::EnvAnimal, "Butterfly" };
|
||||
SimpleFilter Crab = { app::EntityType__Enum_1::EnvAnimal, "Crab" };
|
||||
SimpleFilter CrystalCore = { app::EntityType__Enum_1::EnvAnimal, "Wisp" };
|
||||
SimpleFilter Fish = { app::EntityType__Enum_1::Monster, "Fish" };
|
||||
SimpleFilter Fish = { app::EntityType__Enum_1::EnvAnimal, "Fish" };
|
||||
SimpleFilter Frog = { app::EntityType__Enum_1::EnvAnimal, "Frog" };
|
||||
SimpleFilter LizardTail = { app::EntityType__Enum_1::EnvAnimal, "Lizard" };
|
||||
SimpleFilter LuminescentSpine = { app::EntityType__Enum_1::EnvAnimal, "FireFly" };
|
||||
@ -320,8 +320,7 @@ namespace cheat::game::filters
|
||||
living::Fox +
|
||||
living::Squirrel +
|
||||
living::Boar +
|
||||
living::Weasel +
|
||||
living::Fish
|
||||
living::Weasel
|
||||
};
|
||||
SimpleFilter AnimalPickUp = {
|
||||
living::CrystalCore +
|
||||
@ -336,7 +335,8 @@ namespace cheat::game::filters
|
||||
living::LuminescentSpine +
|
||||
living::Starconch +
|
||||
living::BirdEgg +
|
||||
living::WeaselThief
|
||||
living::WeaselThief +
|
||||
living::Fish
|
||||
};
|
||||
SimpleFilter AnimalNPC = {
|
||||
living::Dog +
|
||||
@ -347,6 +347,7 @@ namespace cheat::game::filters
|
||||
SimpleFilter Monsters = { app::EntityType__Enum_1::Monster };
|
||||
SimpleFilter MonsterCommon = {
|
||||
monster::Slime +
|
||||
monster::FloatingFungus +
|
||||
monster::Specter +
|
||||
monster::Whopperflower +
|
||||
monster::Hilichurl +
|
||||
@ -355,7 +356,10 @@ namespace cheat::game::filters
|
||||
monster::FatuiSkirmisher +
|
||||
monster::TreasureHoarder +
|
||||
monster::Nobushi +
|
||||
monster::Kairagi
|
||||
monster::Kairagi +
|
||||
monster::Millelith +
|
||||
monster::ShogunateInfantry +
|
||||
monster::SangonomiyaCohort
|
||||
};
|
||||
SimpleFilter MonsterElites = {
|
||||
monster::Mitachurl +
|
||||
@ -377,7 +381,8 @@ namespace cheat::game::filters
|
||||
monster::GeovishapHatchling +
|
||||
monster::Geovishap +
|
||||
monster::HydroBathysmalVishap +
|
||||
monster::EyeOfTheStorm
|
||||
monster::EyeOfTheStorm +
|
||||
monster::BlackSerpentKnight
|
||||
};
|
||||
SimpleFilter MonsterBosses = {
|
||||
// Adding these comments for better tracking.
|
||||
@ -396,9 +401,18 @@ namespace cheat::game::filters
|
||||
// Liyue
|
||||
monster::PyroRegisvine +
|
||||
monster::Oceanid +
|
||||
monster::OceanidBoar +
|
||||
monster::OceanidCrab +
|
||||
monster::OceanidCrane +
|
||||
monster::OceanidFalcon +
|
||||
monster::OceanidFinch +
|
||||
monster::OceanidFrog +
|
||||
monster::OceanidSquirrel +
|
||||
monster::OceanidWigeon +
|
||||
monster::GeoHypostasis +
|
||||
monster::RuinSerpent +
|
||||
monster::PrimoGeovishap +
|
||||
monster::Beisht +
|
||||
// Inazuma
|
||||
monster::PerpetualMechanicalArray +
|
||||
monster::PyroHypostasis +
|
||||
@ -406,6 +420,7 @@ namespace cheat::game::filters
|
||||
monster::ThunderManifestation +
|
||||
monster::GoldenWolflord +
|
||||
monster::HydroHypostasis +
|
||||
monster::HydroHypostasisSummon +
|
||||
monster::CryoBathysmalVishap +
|
||||
monster::ElectroBathysmalVishap
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user