Browse Source

Updated Masked Hunter Data

main
Jonathan 11 months ago
parent
commit
e464b9ecab
  1. 14
      Model/Entity/Data/DATA.cs
  2. 11
      Model/Entity/Data/Ids_Entity.cs
  3. 2
      Model/Variables.cs

14
Model/Entity/Data/DATA.cs

@ -1146,10 +1146,10 @@ public class DATA
{ Alloy = 50, BuildTime = 16, ProducedBy = DataType.BUILDING_AltarOfTheWorthy }) { Alloy = 50, BuildTime = 16, ProducedBy = DataType.BUILDING_AltarOfTheWorthy })
.AddPart(new EntitySupplyModel { Takes = 2 }) .AddPart(new EntitySupplyModel { Takes = 2 })
.AddPart(new EntityVitalityModel .AddPart(new EntityVitalityModel
{ Health = 85, DefenseLayer = 25, Defense = DefenseType.Overgrowth, Armor = ArmorType.Light }) { Health = 125, DefenseLayer = 40, Defense = DefenseType.Overgrowth, Armor = ArmorType.Light })
.AddPart(new EntityMovementModel { Speed = 350, Movement = MovementType.Ground }) .AddPart(new EntityMovementModel { Speed = 400, Movement = MovementType.Ground })
.AddPart(new EntityWeaponModel .AddPart(new EntityWeaponModel
{ Damage = 7, Range = 400, AttacksPerSecond = 1.4f, Targets = TargetType.All, HeavyDamage = 6 }) { Damage = 7, Range = 400, AttacksPerSecond = 1.4f, Targets = TargetType.All, MediumDamage = 6, HeavyDamage = 5 })
.AddPart(new EntityIdUpgradeModel { Id = DataType.UPGRADE_Offering }) .AddPart(new EntityIdUpgradeModel { Id = DataType.UPGRADE_Offering })
.AddPart(new EntityIdUpgradeModel { Id = DataType.UPGRADE_BloodMothersFevor }) .AddPart(new EntityIdUpgradeModel { Id = DataType.UPGRADE_BloodMothersFevor })
.AddPart(new EntityIdPassiveModel { Id = DataType.ABILITY_Offering }) .AddPart(new EntityIdPassiveModel { Id = DataType.ABILITY_Offering })
@ -1325,8 +1325,8 @@ public class DATA
.AddPart(new EntityIdPassiveModel { Id = DataType.PASSIVE_DenInstinct }) .AddPart(new EntityIdPassiveModel { Id = DataType.PASSIVE_DenInstinct })
}, },
{ {
DataType.UNIT_Resinant, DataType.VANGUARD_Resinant_Atzlan,
new EntityModel(DataType.UNIT_Resinant, EntityType.Army) new EntityModel(DataType.VANGUARD_Resinant_Atzlan, EntityType.Army)
.AddPart(new EntityInfoModel { Name = "Resinant", Descriptive = DescriptiveType.Zone_Control }) .AddPart(new EntityInfoModel { Name = "Resinant", Descriptive = DescriptiveType.Zone_Control })
.AddPart(new EntityTierModel { Tier = 2.5f }) .AddPart(new EntityTierModel { Tier = 2.5f })
.AddPart(new EntityRequirementModel .AddPart(new EntityRequirementModel
@ -1710,7 +1710,7 @@ public class DATA
Requirement = RequirementType.Production_Building Requirement = RequirementType.Production_Building
}) })
.AddPart(new EntityProductionModel .AddPart(new EntityProductionModel
{ Alloy = 100, Ether = 80, BuildTime = 60, ProducedBy = DataType.BUILDING_Neurocyte }) { Alloy = 100, Ether = 75, BuildTime = 60, ProducedBy = DataType.BUILDING_Neurocyte })
}, },
{ {
DataType.UPGRADE_BloodMothersFevor, DataType.UPGRADE_BloodMothersFevor,
@ -1732,7 +1732,7 @@ public class DATA
Requirement = RequirementType.Research_Building Requirement = RequirementType.Research_Building
}) })
.AddPart(new EntityProductionModel .AddPart(new EntityProductionModel
{ Alloy = 100, Ether = 150, BuildTime = 80, ProducedBy = DataType.BUILDING_RedVale }) { Alloy = 100, Ether = 150, BuildTime = 100, ProducedBy = DataType.BUILDING_RedVale })
}, },
{ {
DataType.UPGRADE_DenInstinct, DataType.UPGRADE_DenInstinct,

11
Model/Entity/Data/Ids_Entity.cs

@ -42,6 +42,7 @@ public static class DataType
public static string STARTING_TownHall_QRath = "150a4727-f831-48be-81fe-4dfd3588dfec"; public static string STARTING_TownHall_QRath = "150a4727-f831-48be-81fe-4dfd3588dfec";
public static string IMMORTAL_Orzum = "bd06682f-c8d5-4115-bb63-f948a034fab2"; public static string IMMORTAL_Orzum = "bd06682f-c8d5-4115-bb63-f948a034fab2";
public static string IMMORTAL_Ajari = "a8041f5a-801a-4c7a-90a9-ea6897eda8be"; public static string IMMORTAL_Ajari = "a8041f5a-801a-4c7a-90a9-ea6897eda8be";
public static string IMMORTAL_Atzlan = nameof(IMMORTAL_Atzlan);
public static string IMMORTAL_Mala = "9ce65813-952d-4abd-b360-8d4d9c2ffc5a"; public static string IMMORTAL_Mala = "9ce65813-952d-4abd-b360-8d4d9c2ffc5a";
public static string IMMORTAL_Xol = "73a9d002-4b64-40bd-aac9-669313d9df94"; public static string IMMORTAL_Xol = "73a9d002-4b64-40bd-aac9-669313d9df94";
@ -118,8 +119,8 @@ public static class DataType
public static string UPGRADE_IconOfKhastEem = "2919a2e2-0602-4969-a381-7689ce0a1ee5"; public static string UPGRADE_IconOfKhastEem = "2919a2e2-0602-4969-a381-7689ce0a1ee5";
public static string UPGRADE_BladesOfTheGodhead = "d3758f7d-4043-4027-a476-7653c52201d9"; 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 = "18c25c61-0073-4f7e-abf7-1771fc6a844e";
public static string UPGRADE_Offering = "9bcb4a21-4e73-470a-94ae-55d592b93b99"; public static string UPGRADE_Offering = nameof(UPGRADE_Offering);
public static string UPGRADE_BloodMothersFevor = "15369157-3503-408c-a9cc-c151bcbeb329"; public static string UPGRADE_BloodMothersFevor = nameof(UPGRADE_BloodMothersFevor);
public static string UPGRADE_DenInstinct = "1a3c6180-9c43-43f9-b1a4-8499ffda4f2b"; public static string UPGRADE_DenInstinct = "1a3c6180-9c43-43f9-b1a4-8499ffda4f2b";
public static string UPGRADE_PursuitLigaments = "51a4e848-ae67-4182-9c1f-27cb24e9c531"; public static string UPGRADE_PursuitLigaments = "51a4e848-ae67-4182-9c1f-27cb24e9c531";
public static string UPGRADE_XacalDamage = "f10b8f7a-0c52-4e78-8d7d-002ac14e8862"; public static string UPGRADE_XacalDamage = "f10b8f7a-0c52-4e78-8d7d-002ac14e8862";
@ -238,6 +239,8 @@ public static class DataType
public static string VANGUARD_Sceptre_Orzum = "ceaf26f7-4463-4bae-aab9-0c7ab7c19cfc"; 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_ArkMother_Ajari = "80a336fe-f5a9-4acb-b618-0bbef345691e";
public static string VANGUARD_Saoshin_Ajari = "f208c78f-12f4-4794-9ca4-d711cd0a9d70"; public static string VANGUARD_Saoshin_Ajari = "f208c78f-12f4-4794-9ca4-d711cd0a9d70";
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"; public static string VANGUARD_BoneStalker_Xol = "150543a6-7704-4749-9038-f4db157f3f79";
public static string VANGUARD_WhiteWoodReaper_Xol = "bce39fea-3423-4079-9dac-5f506b850861"; public static string VANGUARD_WhiteWoodReaper_Xol = "bce39fea-3423-4079-9dac-5f506b850861";
public static string VANGUARD_DreadSister_Mala = "7999270f-365b-4ddd-b3b7-6e214a4c1249"; public static string VANGUARD_DreadSister_Mala = "7999270f-365b-4ddd-b3b7-6e214a4c1249";
@ -255,13 +258,13 @@ public static class DataType
public static string UNIT_Sentinel = "1eac79a1-27d2-4aad-a7d6-ff490900605b"; public static string UNIT_Sentinel = "1eac79a1-27d2-4aad-a7d6-ff490900605b";
public static string UNIT_Throne = "319c7c58-cb4e-4f33-8028-6bc14b8cbedc"; public static string UNIT_Throne = "319c7c58-cb4e-4f33-8028-6bc14b8cbedc";
public static string UNIT_SharU = "f46097a6-ebb4-42c9-aaf3-c1c3b2c9091f"; public static string UNIT_SharU = "f46097a6-ebb4-42c9-aaf3-c1c3b2c9091f";
public static string UNIT_MaskedHunter = "9f4efd3a-103a-4c82-a908-083fe69224b2"; public static string UNIT_MaskedHunter = nameof(UNIT_MaskedHunter);
public static string UNIT_Bloodbound = "4197e7e3-3496-4459-bf56-780e61232fe1"; public static string UNIT_Bloodbound = "4197e7e3-3496-4459-bf56-780e61232fe1";
public static string UNIT_BloodAnchor = nameof(UNIT_BloodAnchor);
public static string UNIT_Xacal = "d49b0d2c-aa9b-4142-a9f1-21e0360f3f2e"; public static string UNIT_Xacal = "d49b0d2c-aa9b-4142-a9f1-21e0360f3f2e";
public static string UNIT_RedSeer = "dce30e51-4f5b-4cc2-8d39-9b469b05e151"; public static string UNIT_RedSeer = "dce30e51-4f5b-4cc2-8d39-9b469b05e151";
public static string UNIT_Acaaluk = "cdc0398d-0173-4c8a-808c-053192712f05"; public static string UNIT_Acaaluk = "cdc0398d-0173-4c8a-808c-053192712f05";
public static string UNIT_Ichor = "ff4355f1-ac0c-4ea1-8a47-ef6791252bb9"; public static string UNIT_Ichor = "ff4355f1-ac0c-4ea1-8a47-ef6791252bb9";
public static string UNIT_Resinant = "4dff710f-c326-46af-8406-c308e1969596";
public static string UNIT_WraithBow = "775f08e8-d40d-45a9-93c5-69709de10c37"; public static string UNIT_WraithBow = "775f08e8-d40d-45a9-93c5-69709de10c37";
public static string UNIT_Underspine = "03f54c91-0bf0-4006-8372-ac090f606e7a"; public static string UNIT_Underspine = "03f54c91-0bf0-4006-8372-ac090f606e7a";
public static string UNIT_Aarox = "56669268-2172-4792-aa17-574c54c7fded"; public static string UNIT_Aarox = "56669268-2172-4792-aa17-574c54c7fded";

2
Model/Variables.cs

@ -2,5 +2,5 @@
public static class Variables public static class Variables
{ {
public static string GamePatch = " 0.0.6.10415a (very out of date)"; public static string GamePatch = " June 2025 Build (playtest)";
} }
Loading…
Cancel
Save