Skip to content

Commit

Permalink
Updated Cybran SACU BP, Changed Base Cost, Rapid Fab Cost, Added Dama…
Browse files Browse the repository at this point in the history
…ge to EMP Burst, Remove from Amplifyer
  • Loading branch information
MrRowey committed May 21, 2024
1 parent 8631c1f commit 5a2ca47
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions units/URL0301/URL0301_unit.bp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
UnitBlueprint{
Description = "<LOC url0301_desc>Support Command Unit",
Description = "<LOC url0301_desc>Support Armored Command Unit",
AI = {
GuardScanRadius = 26,
TargetBones = {
Expand Down Expand Up @@ -59,9 +59,9 @@ UnitBlueprint{
Defense = {
ArmorType = "Normal",
EconomyThreatLevel = 1208,
Health = 11000,
MaxHealth = 11000,
RegenRate = 20,
Health = 12500,
MaxHealth = 12500,
RegenRate = 23,
SubThreatLevel = 0,
SurfaceThreatLevel = 30,
},
Expand Down Expand Up @@ -177,8 +177,8 @@ UnitBlueprint{
},
},
Economy = {
BuildCostEnergy = 26650,
BuildCostMass = 2050,
BuildCostEnergy = 30000,
BuildCostMass = 2000,
BuildRate = 40,
BuildTime = 14500,
BuildableCategory = { "BUILTBYTIER3ENGINEER CYBRAN" },
Expand Down Expand Up @@ -335,6 +335,7 @@ UnitBlueprint{
BuildTime = 3600,
Icon = "emp",
Name = "<LOC enhancements_0091>EMP Burst",
NewDamageMod = 200,
Slot = "LCH",
UpgradeUnitAmbientBones = { "URL0301" },
},
Expand All @@ -352,12 +353,12 @@ UnitBlueprint{
Slot = "LCH",
},
Switchback = {
BuildCostEnergy = 51100,
BuildCostMass = 800,
BuildCostEnergy = 35000,
BuildCostMass = 600,
BuildTime = 4200,
Icon = "ses",
Name = "<LOC enhancements_0109>Rapid Fabricator",
NewBuildRate = 98,
NewBuildRate = 100,
Slot = "LCH",
UpgradeUnitAmbientBones = { "URL0301" },
},
Expand Down Expand Up @@ -408,6 +409,7 @@ UnitBlueprint{
Name = "<LOC enhancements_0097>Resource Allocation System",
ProductionPerSecondEnergy = 1000,
ProductionPerSecondMass = 10,
NewDeathDamage = 5000,
Slot = "RCH",
UpgradeUnitAmbientBones = { "URL0301" },
},
Expand Down

0 comments on commit 5a2ca47

Please sign in to comment.