|
|
|
|
@ -1146,10 +1146,10 @@ public class DATA
|
|
|
|
|
{ Alloy = 50, BuildTime = 16, ProducedBy = DataType.BUILDING_AltarOfTheWorthy }) |
|
|
|
|
.AddPart(new EntitySupplyModel { Takes = 2 }) |
|
|
|
|
.AddPart(new EntityVitalityModel |
|
|
|
|
{ Health = 85, DefenseLayer = 25, Defense = DefenseType.Overgrowth, Armor = ArmorType.Light }) |
|
|
|
|
.AddPart(new EntityMovementModel { Speed = 350, Movement = MovementType.Ground }) |
|
|
|
|
{ Health = 125, DefenseLayer = 40, Defense = DefenseType.Overgrowth, Armor = ArmorType.Light }) |
|
|
|
|
.AddPart(new EntityMovementModel { Speed = 400, Movement = MovementType.Ground }) |
|
|
|
|
.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_BloodMothersFevor }) |
|
|
|
|
.AddPart(new EntityIdPassiveModel { Id = DataType.ABILITY_Offering }) |
|
|
|
|
@ -1325,8 +1325,8 @@ public class DATA
|
|
|
|
|
.AddPart(new EntityIdPassiveModel { Id = DataType.PASSIVE_DenInstinct }) |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
DataType.UNIT_Resinant, |
|
|
|
|
new EntityModel(DataType.UNIT_Resinant, EntityType.Army) |
|
|
|
|
DataType.VANGUARD_Resinant_Atzlan, |
|
|
|
|
new EntityModel(DataType.VANGUARD_Resinant_Atzlan, EntityType.Army) |
|
|
|
|
.AddPart(new EntityInfoModel { Name = "Resinant", Descriptive = DescriptiveType.Zone_Control }) |
|
|
|
|
.AddPart(new EntityTierModel { Tier = 2.5f }) |
|
|
|
|
.AddPart(new EntityRequirementModel |
|
|
|
|
@ -1710,7 +1710,7 @@ public class DATA
|
|
|
|
|
Requirement = RequirementType.Production_Building |
|
|
|
|
}) |
|
|
|
|
.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, |
|
|
|
|
@ -1732,7 +1732,7 @@ public class DATA
|
|
|
|
|
Requirement = RequirementType.Research_Building |
|
|
|
|
}) |
|
|
|
|
.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, |
|
|
|
|
|