Browse Source

More information

main
Jonathan 11 months ago
parent
commit
b02232855d
  1. 566
      Model/Entity/Data/DATA.cs
  2. 99
      Model/Entity/Data/Ids_Entity.cs
  3. 1
      Model/Entity/Parts/EntityInfoModel.cs

566
Model/Entity/Data/DATA.cs

File diff suppressed because it is too large Load Diff

99
Model/Entity/Data/Ids_Entity.cs

@ -67,12 +67,12 @@ public static class DataType
public static string ISPELL_ProphetOfTheHunt = nameof(ISPELL_ProphetOfTheHunt);
public static string ISPELL_HuntingGrounds = nameof(ISPELL_HuntingGrounds);
public static string ISPELL_TheGreatHunt = nameof(ISPELL_TheGreatHunt);
public static string ISPELL_ProphetOfTheRoots = nameof(ISPELL_ProphetOfTheRoots);
public static string ISPELL_WallOfRoots = nameof(ISPELL_WallOfRoots);
public static string ISPELL_SummonDeepWyrm = nameof(ISPELL_SummonDeepWyrm);
public static string ISPELL_SummonRootBud = nameof(ISPELL_SummonRootBud);
public static string IPASSIVE_AjarisGrace = "3ec17526-8dc5-4592-9c15-ef1d9b1ca2f6";
public static string IPASSIVE_OrdainedConquest = "b6cd4335-2165-44c3-b3dc-4500c0111870";
@ -80,8 +80,8 @@ public static class DataType
public static string IPASSIVE_MothersHunger = "382dc614-9228-4494-9a80-d1a72604a1ee";
public static string IPASSIVE_StalkersSense = "a3d255aa-94f2-4aed-bb44-e9becb736fca";
public static string BUILDING_Acropolis = "ee1498cf-3c8c-4793-8869-5e097fe4d372";
public static string BUILDING_ApostleOfBinding = "87198418-ad47-455e-bd08-e42a5b2ecde1";
public static string BUILDING_Acropolis = nameof(BUILDING_Acropolis);
public static string BUILDING_ApostleOfBinding = nameof(BUILDING_ApostleOfBinding);
public static string BUILDING_GroveHeart = nameof(BUILDING_GroveHeart);
public static string BUILDING_EtherMaw = nameof(BUILDING_EtherMaw);
public static string BUPGRADE_MiningLevel2_QRath = "d7beb217-8eaf-4f88-8882-05bd7e0fbebd";
@ -90,40 +90,47 @@ public static class DataType
public static string BUPGRADE_MiningLevel3_Aru = "010b3279-472d-4d54-9a85-ebc5c664ee73";
public static string BUPGRADE_GodHeart = nameof(BUPGRADE_GodHeart);
public static string BUPGRADE_Omnivore = nameof(BUPGRADE_Omnivore);
public static string BUILDING_LegionHall = "713dfa80-06cd-489a-bfb2-342b58ece4d1";
public static string BUILDING_SoulFoundry = "f884c445-3872-49e4-a236-f69ff8ba800d";
public static string BUILDING_Angelarium = "f0c8d993-7c1b-4b6b-91a8-69bd5d6dcb0c";
public static string BUILDING_LegionHall = nameof(BUILDING_LegionHall);
public static string BUILDING_SoulFoundry = nameof(BUILDING_SoulFoundry);
public static string BUILDING_Angelarium = nameof(BUILDING_Angelarium);
public static string BUILDING_AltarOfTheWorthy = nameof(BUILDING_AltarOfTheWorthy);
public static string BUILDING_AmberWomb = nameof(BUILDING_AmberWomb);
public static string BUILDING_BoneCanopy = nameof(BUILDING_BoneCanopy);
public static string BUILDING_Reliquary = "21e40775-3480-46ac-a66a-139528d846db";
public static string BUILDING_HouseOfFadingSaints = "94ace260-b151-44e3-b16f-bc30124555a6";
public static string BUILDING_EyeOfAros = "d07e212d-fae3-436b-a67e-ad5de00b87c4";
public static string BUILDING_BearerOfTheCrown = "4341d0c0-1ead-47f0-a322-1e80ca370cce";
public static string BUILDING_Reliquary = nameof(BUILDING_Reliquary);
public static string BUILDING_MonasteryOfIzur = nameof(BUILDING_MonasteryOfIzur);
public static string BUILDING_HouseOfFadingSaints = nameof(BUILDING_HouseOfFadingSaints);
public static string BUILDING_EyeOfAros = nameof(BUILDING_EyeOfAros);
public static string BUILDING_BearerOfTheCrown = nameof(BUILDING_BearerOfTheCrown);
public static string BUILDING_RedVale = nameof(BUILDING_RedVale);
public static string BUILDING_DeepNest = nameof(BUILDING_DeepNest);
public static string BUILDING_MurderHollow = nameof(BUILDING_MurderHollow);
public static string BUILDING_Neurocyte = nameof(BUILDING_Neurocyte);
public static string BUILDING_RootCradle = nameof(BUILDING_RootCradle);
public static string DEFENSE_FireSinger = "c7a90286-6977-4d92-91e0-2a0a46eb13ea";
public static string DEFENSE_FireSinger = nameof(DEFENSE_FireSinger);
public static string BUILDING_KeeperOfTheHardenedFlames = "db784823-5199-4bae-bc5e-96174490cd00";
public static string BUILDING_KeeperOfTheHardenedFlames = nameof(BUILDING_KeeperOfTheHardenedFlames);
public static string DEFENSE_Aerovore = nameof(DEFENSE_Aerovore);
public static string UPGRADE_GreavesOfAhqar = "eac602b3-e3ae-4e36-aa14-28532e3485a7";
public static string UPGRADE_FortifiedIcons = "b16bdb3a-6c61-44da-89c5-5be37c7e9d66";
public static string UPGRADE_GreavesOfAhqar = nameof(UPGRADE_GreavesOfAhqar);
public static string UPGRADE_FortifiedIcons = nameof(UPGRADE_FortifiedIcons);
public static string UPGRADE_PsalmOfFire = nameof(UPGRADE_PsalmOfFire);
public static string UPGRADE_FaithCastBlades = "32087a66-900e-4f25-95f7-de56d5b424c7";
public static string UPGRADE_RelicOfTheWrathfulGaze = "e6fa5ded-53f5-4914-85bb-1fdff5f32b64";
public static string UPGRADE_WindStep = "c263fe42-ebde-4145-8b7f-42e5d5d5d10c";
public static string UPGRADE_ZephyrRange = "0817c6fd-97ca-4619-aa1c-60378c734898";
public static string UPGRADE_SiroccoScript = "9a11909f-6b9b-40c4-8186-213efd2b1e8d";
public static string UPGRADE_RelicOfTheWrathfulGaze = nameof(UPGRADE_RelicOfTheWrathfulGaze);
public static string UPGRADE_WindStep = nameof(UPGRADE_WindStep);
public static string UPGRADE_ZephyrRange = nameof(UPGRADE_ZephyrRange);
public static string UPGRADE_SiroccoScript = nameof(UPGRADE_SiroccoScript);
public static string UPGRADE_IconOfTheEnduringVigil = nameof(UPGRADE_IconOfTheEnduringVigil);
public static string UPGRADE_AbsolverHealthUpgrade = nameof(UPGRADE_AbsolverHealthUpgrade);
public static string UPGRADE_Awestrike = nameof(UPGRADE_Awestrike);
public static string UPGRADE_IconOfKhastEem = "2919a2e2-0602-4969-a381-7689ce0a1ee5";
public static string UPGRADE_BladesOfTheGodhead = "d3758f7d-4043-4027-a476-7653c52201d9";
public static string UPGRADE_WingsOfTheKenLatir = "18c25c61-0073-4f7e-abf7-1771fc6a844e";
public static string UPGRADE_WingsOfTheKenLatir = nameof(UPGRADE_WingsOfTheKenLatir);
public static string UPGRADE_TitheBlades = nameof(UPGRADE_TitheBlades);
public static string UPGRADE_Offering = nameof(UPGRADE_Offering);
public static string UPGRADE_BloodMothersFevor = nameof(UPGRADE_BloodMothersFevor);
public static string UPGRADE_DenInstinct = "1a3c6180-9c43-43f9-b1a4-8499ffda4f2b";
@ -139,11 +146,12 @@ public static class DataType
public static string UPGRADE_BloodPlague = "9c207e21-f595-49d0-967d-f30ca8cc3745";
public static string UPGRADE_BirthingStorm = "0cb2f1a4-03b3-491b-9db3-d2d4590ede3a";
public static string UPGRADE_GodphageDamage = nameof(UPGRADE_GodphageDamage);
public static string UPGRADE_GENERIC_Attack1 = nameof(UPGRADE_GENERIC_Attack1);
public static string UPGRADE_GENERIC_Defense1 = nameof(UPGRADE_GENERIC_Defense1);
public static string UPGRADE_GENERIC_AruAttack1 = nameof(UPGRADE_GENERIC_AruAttack1);
public static string UPGRADE_GENERIC_AruDefense1 = nameof(UPGRADE_GENERIC_AruDefense1);
public static string UPGRADE_RadiantWard = "c8acc6d0-9f26-475a-aff4-4e2b2f9657f2";
public static string UPGRADE_RadiantWard = nameof(UPGRADE_RadiantWard);
public static string UPGRADE_Stalk = "36fbc2c0-e9e3-4f54-a79a-981db908c25c";
public static string UPGRADE_Ambush = "6cf83dc9-717f-4fa9-b417-a3371474a1da";
@ -223,19 +231,22 @@ public static class DataType
public static string PASSIVE_XacalDamage = "69928f20-5332-418f-ada3-694da3f7b199";
public static string PASSIVE_XacalDefense = "PASSIVE_XacalDefense";
public static string ABILITY_RadiantWard = "db1fc8bd-d86a-4eda-b83c-16e8d0ce4f81";
public static string ABILITY_RadiantWard = nameof(ABILITY_RadiantWard);
public static string PASSIVE_Maledictions = "6cdc109c-157d-433a-b225-192e39c0b613";
public static string ABILITY_BladesOfTheGodhead = "000154ac-faf5-483d-b0bd-e84335891a27";
public static string ABILITY_Windstep = "a410b296-39f7-42e0-87c8-6cef11eb967c";
public static string ABILITY_Leap = "aa155b88-125a-4d25-b63f-77987ea6e519";
public static string ABILITY_OrdainedPassage = "3382a5a5-2d22-4b03-a12c-1974199e8a92";
public static string ABILITY_Windstep = nameof(ABILITY_Windstep);
public static string ABILITY_Intervention = nameof(ABILITY_Intervention);
public static string ABILITY_OrdainedPassage = nameof(ABILITY_OrdainedPassage);
public static string ABILITY_DeployMagi = "5d5bc595-54b7-42e4-a6f5-b000c2128fa9";
public static string ABILITY_DeployAbsolver = "c9b5c9c3-6336-4ffe-86d2-e0a9344726c8";
public static string ABILITY_Awestrike = "6282b1c3-b11b-43f2-9ce9-b3b300b1f2fa";
public static string ABILITY_DeploySentinel = nameof(ABILITY_DeploySentinel);
public static string ABILITY_Smite = nameof(ABILITY_Smite);
public static string ABILITY_Awestrike = nameof(ABILITY_Awestrike);
public static string ABILITY_TitheBlades = nameof(ABILITY_TitheBlades);
public static string ABILITY_MobilizeQrath = "5b64793e-55eb-4fa2-86d8-ccc5db55465c";
public static string ABILITY_Offering = nameof(ABILITY_Offering);
public static string ABILITY_DiveBomb = nameof(ABILITY_DiveBomb);
public static string ABILITY_CullingStrike = "b43396de-b7e4-4b87-af74-21522a888af3";
@ -252,11 +263,11 @@ public static class DataType
public static string ABILITY_MorphToGodphage = nameof(ABILITY_MorphToGodphage);
public static string ABILITY_DeepTunnel = nameof(ABILITY_DeepTunnel);
public static string ABILITY_ObstructingSwarm = nameof(ABILITY_ObstructingSwarm);
public static string VANGUARD_Zentari_Orzum = "de078e4e-9bab-4b30-8831-a6087abf1793";
public static string VANGUARD_Sceptre_Orzum = "ceaf26f7-4463-4bae-aab9-0c7ab7c19cfc";
public static string VANGUARD_ArkMother_Ajari = "80a336fe-f5a9-4acb-b618-0bbef345691e";
public static string VANGUARD_Saoshin_Ajari = "f208c78f-12f4-4794-9ca4-d711cd0a9d70";
public static string VANGUARD_Zentari_Orzum = nameof(VANGUARD_Zentari_Orzum);
public static string VANGUARD_Sceptre_Orzum = nameof(VANGUARD_Sceptre_Orzum);
public static string VANGUARD_ArkMother_Ajari = nameof(VANGUARD_ArkMother_Ajari);
public static string VANGUARD_Saoshin_Ajari = nameof(VANGUARD_Saoshin_Ajari);
public static string VANGUARD_RootShepard_Atzlan = nameof(VANGUARD_RootShepard_Atzlan);
public static string VANGUARD_Resinant_Atzlan = nameof(VANGUARD_Resinant_Atzlan);
public static string VANGUARD_BoneStalker_Xol = "150543a6-7704-4749-9038-f4db157f3f79";
@ -265,17 +276,17 @@ public static class DataType
public static string VANGUARD_Incubator_Mala = "60d7957e-66a3-4f58-8e8f-46df134e580d";
public static string WORKER_Mote = "a02a0194-2a36-4d61-aa2a-52ae918347d4";
public static string WORKER_Symbiote = nameof(WORKER_Symbiote);
public static string UNIT_Sipari = "2053c402-9238-48eb-8991-bfb5f3a50f60";
public static string UNIT_Zephyr = "53524b19-5846-4150-a984-69a047c19fe1";
public static string UNIT_Sipari = nameof(UNIT_Sipari);
public static string UNIT_Zephyr = nameof(UNIT_Zephyr);
public static string UNIT_Magi = "5516ffc4-2e07-4f2a-bf40-52a1beb7c247";
public static string UNIT_Dervish = "d82c14ef-918a-4961-9db2-ad9241f8405a";
public static string UNIT_Absolver = "ac0b0557-f0ec-421c-808c-97cd2c0e1471";
public static string UNIT_Hallower = "6e11b7d8-b683-4872-ad58-5df19e640f7f";
public static string UNIT_Castigator = "43f8e5cc-0a8a-42d0-a34c-8a0a9a11b4bf";
public static string UNIT_Warden = "cf300adc-d9d4-4b5c-94fb-4a4e57bbf90a";
public static string UNIT_Sentinel = "1eac79a1-27d2-4aad-a7d6-ff490900605b";
public static string UNIT_Throne = "319c7c58-cb4e-4f33-8028-6bc14b8cbedc";
public static string UNIT_SharU = "f46097a6-ebb4-42c9-aaf3-c1c3b2c9091f";
public static string UNIT_Dervish = nameof(UNIT_Dervish);
public static string UNIT_Absolver = nameof(UNIT_Absolver);
public static string UNIT_Hallower = nameof(UNIT_Hallower);
public static string UNIT_Castigator = nameof(UNIT_Castigator);
public static string UNIT_Warden = nameof(UNIT_Warden);
public static string UNIT_Sentinel = nameof(UNIT_Sentinel);
public static string UNIT_Throne = nameof(UNIT_Throne);
public static string UNIT_SharU = nameof(UNIT_SharU);
public static string UNIT_MaskedHunter = nameof(UNIT_MaskedHunter);
public static string UNIT_Bloodbound = nameof(UNIT_Bloodbound);
public static string UNIT_BloodAnchor = nameof(UNIT_BloodAnchor);

1
Model/Entity/Parts/EntityInfoModel.cs

@ -9,4 +9,5 @@ public class EntityInfoModel : IEntityPartInterface
public string Descriptive { get; set; } = DescriptiveType.None;
public string Description { get; set; } = "";
public string Notes { get; set; } = "";
public string FlavorText { get; set; } = "";
}
Loading…
Cancel
Save