Skip to content

Commit

Permalink
Change: Reduce cost of Sentry Drone to match with Humvee (#1162)
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Sep 14, 2022
1 parent aef81a1 commit 6c69ebf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6751,7 +6751,7 @@ Object AirF_AmericaVehicleSentryDrone
Armor = SentryDroneArmor
DamageFX = TruckDamageFX
End
BuildCost = 850
BuildCost = 800 ; Patch104p @tweak from 850 to match with Humvee cost
BuildTime = 10.0 ;in seconds
VisionRange = 200
ShroudClearingRange = 350
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2160,7 +2160,7 @@ Object AmericaVehicleSentryDrone
Armor = SentryDroneArmor
DamageFX = TruckDamageFX
End
BuildCost = 800
BuildCost = 700 ; Patch104p @tweak from 800 to match with Humvee cost
BuildTime = 10.0 ;in seconds
VisionRange = 200
ShroudClearingRange = 350
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19903,7 +19903,7 @@ Object Boss_VehicleSentryDrone
Armor = SentryDroneArmor
DamageFX = TruckDamageFX
End
BuildCost = 800
BuildCost = 700 ; Patch104p @tweak from 800 to match with Humvee cost
BuildTime = 10.0 ;in seconds
VisionRange = 200
ShroudClearingRange = 350
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6462,7 +6462,7 @@ Object Lazr_AmericaVehicleSentryDrone
Armor = SentryDroneArmor
DamageFX = TruckDamageFX
End
BuildCost = 800
BuildCost = 700 ; Patch104p @tweak from 800 to match with Humvee cost
BuildTime = 10.0 ;in seconds
VisionRange = 200
ShroudClearingRange = 350
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6931,7 +6931,7 @@ Object SupW_AmericaVehicleSentryDrone
Armor = SentryDroneArmor
DamageFX = TruckDamageFX
End
BuildCost = 1000
BuildCost = 850 ; Patch104p @tweak from 1000 to match with Humvee cost
BuildTime = 10.0 ;in seconds
VisionRange = 200
ShroudClearingRange = 350
Expand Down

0 comments on commit 6c69ebf

Please sign in to comment.