From 72286f9f7b0af5993698735c7b824ec34f20c8f6 Mon Sep 17 00:00:00 2001 From: Jonathan McCaffrey Date: Mon, 18 Apr 2022 16:39:45 -0400 Subject: [PATCH] data(Database) New patch --- Model/Entity/Data/DATA.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Model/Entity/Data/DATA.cs b/Model/Entity/Data/DATA.cs index 993e962..096eb9f 100644 --- a/Model/Entity/Data/DATA.cs +++ b/Model/Entity/Data/DATA.cs @@ -642,7 +642,7 @@ public class DATA .AddPart(new EntityFactionModel { Faction = FactionType.Aru }) .AddPart(new EntityVanguardAddedModel { ReplaceId = DataType.UNIT_MaskedHunter, ImmortalId = DataType.IMMORTAL_Xol }) - .AddPart(new EntityProductionModel { Alloy = 50, Ether = 0, BuildTime = 35 }) + .AddPart(new EntityProductionModel { Alloy = 50, Ether = 0, BuildTime = 20 }) .AddPart(new EntitySupplyModel { Takes = 2 }) .AddPart(new EntityVitalityModel { Health = 85, DefenseLayer = 10, Armor = ArmorType.Light, IsEtheric = false }) @@ -829,7 +829,7 @@ public class DATA .AddPart(new EntityMovementModel { Speed = 435, Movement = MovementType.Ground }) .AddPart(new EntityWeaponModel { - LightDamage = 32, MediumDamage = 24, Damage = 16, Range = 250, AttacksPerSecond = 0.5f, + LightDamage = 32, MediumDamage = 24, Damage = 16, Range = 300, AttacksPerSecond = 0.5f, Targets = TargetType.Ground }) .AddPart(new EntityIdUpgradeModel { Id = DataType.UPGRADE_SiroccoScript })