Skip to content

Commit

Permalink
Nerf T2 Gunships
Browse files Browse the repository at this point in the history
  • Loading branch information
Azraeel committed Oct 18, 2024
1 parent b1a8bf5 commit debeb85
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
12 changes: 12 additions & 0 deletions units/Vanilla/UAA0203/UAA0203_unit.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
UnitBlueprint {
Merge = true,
BlueprintId = "uaa0203",

Defense = {
ArmorType = 'Light',
Health = 1100,
MaxHealth = 1100,
RegenRate = 4,
SurfaceThreatLevel = 6,
},
}
12 changes: 12 additions & 0 deletions units/Vanilla/UEA0203/UEA0203_unit.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
UnitBlueprint {
Merge = true,
BlueprintId = "uea0203",

Defense = {
ArmorType = 'Light',
Health = 1100,
MaxHealth = 1100,
RegenRate = 4,
SurfaceThreatLevel = 6.4,
},
}
12 changes: 12 additions & 0 deletions units/Vanilla/URA0203/URA0203_unit.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
UnitBlueprint {
Merge = true,
BlueprintId = "ura0203",

Defense = {
ArmorType = 'Light',
Health = 1100,
MaxHealth = 1100,
RegenRate = 6,
SurfaceThreatLevel = 6.4,
},
}
12 changes: 12 additions & 0 deletions units/Vanilla/XSA0203/XSA0203_unit.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
UnitBlueprint {
Merge = true,
BlueprintId = "xsa0203",

Defense = {
ArmorType = 'Light',
Health = 1150,
MaxHealth = 1150,
RegenRate = 5,
SurfaceThreatLevel = 7,
},
}

0 comments on commit debeb85

Please sign in to comment.