Skip to content

Commit

Permalink
Adjust FuelUseTime and crash damage
Browse files Browse the repository at this point in the history
  • Loading branch information
Basilisk3 authored Nov 28, 2024
1 parent 11a9f7c commit f7f4ecf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions units/XSA0203/XSA0203_unit.bp
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ UnitBlueprint{
LifeBarSize = 1,
Physics = {
Elevation = 10,
FuelRechargeRate = 5,
FuelUseTime = 400,
FuelRechargeRate = 10,
FuelUseTime = 600,
GroundCollisionOffset = 1.6,
MaxSpeed = 0.5,
MeshExtentsX = 1.75,
Expand Down Expand Up @@ -290,7 +290,7 @@ UnitBlueprint{
WeaponCategory = "Direct Fire",
},
{
Damage = 100,
Damage = 200,
DamageFriendly = true,
DamageRadius = 1,
DamageType = "Normal",
Expand Down

0 comments on commit f7f4ecf

Please sign in to comment.