mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-29 15:55:23 +00:00
Update GlobalDefinitions.scala
This commit is contained in:
parent
f66ed5015d
commit
0a3cf2c6d7
1 changed files with 2 additions and 2 deletions
|
|
@ -6624,11 +6624,11 @@ object GlobalDefinitions {
|
||||||
mosquito.Geometry = GeometryForm.representByCylinder(radius = 2.72108f, height = 2.5f)
|
mosquito.Geometry = GeometryForm.representByCylinder(radius = 2.72108f, height = 2.5f)
|
||||||
|
|
||||||
lightgunship.Name = "lightgunship" // Reaver
|
lightgunship.Name = "lightgunship" // Reaver
|
||||||
lightgunship.MaxHealth = 1000
|
lightgunship.MaxHealth = 855 // Temporary - Correct Reaver Health from pre-"Coder Madness 2" Event
|
||||||
lightgunship.Damageable = true
|
lightgunship.Damageable = true
|
||||||
lightgunship.Repairable = true
|
lightgunship.Repairable = true
|
||||||
lightgunship.RepairIfDestroyed = false
|
lightgunship.RepairIfDestroyed = false
|
||||||
lightgunship.MaxShields = 200
|
lightgunship.MaxShields = 171 // Temporary - Correct Reaver Shields from pre-"Coder Madness 2" Event
|
||||||
lightgunship.CanFly = true
|
lightgunship.CanFly = true
|
||||||
lightgunship.Seats += 0 -> bailableSeat
|
lightgunship.Seats += 0 -> bailableSeat
|
||||||
lightgunship.controlledWeapons += 0 -> 1
|
lightgunship.controlledWeapons += 0 -> 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue