Migrate SelfHealing.HealIfBelow from float to int percentage
This commit is contained in:
@@ -70,7 +70,7 @@ RMBO.easy:
|
||||
HP: 300
|
||||
SelfHealing:
|
||||
Delay: 10
|
||||
HealIfBelow: 50%
|
||||
HealIfBelow: 50
|
||||
DamageCooldown: 200
|
||||
RenderSprites:
|
||||
Image: RMBO
|
||||
|
||||
@@ -411,7 +411,7 @@ HTNK:
|
||||
AutoTarget:
|
||||
SelfHealing:
|
||||
Delay: 10
|
||||
HealIfBelow: 50%
|
||||
HealIfBelow: 50
|
||||
DamageCooldown: 200
|
||||
SpawnActorOnDeath:
|
||||
Actor: HTNK.Husk
|
||||
|
||||
@@ -39,7 +39,7 @@ carryall.reinforce:
|
||||
SelfHealing:
|
||||
Step: 5
|
||||
Delay: 3
|
||||
HealIfBelow: 50%
|
||||
HealIfBelow: 50
|
||||
|
||||
carryall:
|
||||
Inherits: carryall.reinforce
|
||||
|
||||
@@ -44,7 +44,7 @@ mcv:
|
||||
SelfHealing:
|
||||
Step: 5
|
||||
Delay: 3
|
||||
HealIfBelow: 50%
|
||||
HealIfBelow: 50
|
||||
|
||||
harvester:
|
||||
Inherits: ^Vehicle
|
||||
@@ -95,7 +95,7 @@ harvester:
|
||||
SelfHealing:
|
||||
Step: 5
|
||||
Delay: 3
|
||||
HealIfBelow: 50%
|
||||
HealIfBelow: 50
|
||||
|
||||
trike:
|
||||
Inherits: ^Vehicle
|
||||
@@ -336,7 +336,7 @@ devastator:
|
||||
SelfHealing:
|
||||
Step: 5
|
||||
Delay: 3
|
||||
HealIfBelow: 50%
|
||||
HealIfBelow: 50
|
||||
|
||||
raider:
|
||||
Inherits: ^Vehicle
|
||||
|
||||
@@ -160,7 +160,7 @@ MINVV:
|
||||
SelfHealing:
|
||||
Step: -1
|
||||
Delay: 1
|
||||
HealIfBelow: 101%
|
||||
HealIfBelow: 101
|
||||
DamageCooldown: 0
|
||||
Explodes:
|
||||
Weapon: CrateNuke
|
||||
|
||||
@@ -307,7 +307,7 @@ V2RL:
|
||||
SelfHealing:
|
||||
Step: 2
|
||||
Delay: 1
|
||||
HealIfBelow: 40%
|
||||
HealIfBelow: 40
|
||||
|
||||
BADR.Bomber:
|
||||
Health:
|
||||
|
||||
@@ -160,7 +160,7 @@ PBOX:
|
||||
SelfHealing:
|
||||
Step: 1
|
||||
Delay: 1
|
||||
HealIfBelow: 100%
|
||||
HealIfBelow: 100
|
||||
DamageCooldown: 150
|
||||
Selectable:
|
||||
Bounds: 44,38,0,-4
|
||||
|
||||
@@ -192,7 +192,7 @@ V2RL:
|
||||
SelfHealing:
|
||||
Step: 1
|
||||
Delay: 3
|
||||
HealIfBelow: 50%
|
||||
HealIfBelow: 50
|
||||
DamageCooldown: 150
|
||||
SelectionDecorations:
|
||||
VisualBounds: 44,38,0,-4
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
AutoTarget:
|
||||
SelfHealing:
|
||||
Delay: 10
|
||||
HealIfBelow: 50%
|
||||
HealIfBelow: 50
|
||||
DamageCooldown: 200
|
||||
WithVoxelTurret:
|
||||
WithVoxelBarrel:
|
||||
|
||||
@@ -246,7 +246,7 @@ WEED:
|
||||
HP: 600
|
||||
SelfHealing:
|
||||
Delay: 10
|
||||
HealIfBelow: 50%
|
||||
HealIfBelow: 50
|
||||
DamageCooldown: 200
|
||||
Armor:
|
||||
Type: Heavy
|
||||
|
||||
@@ -76,7 +76,7 @@ HARV:
|
||||
HP: 1000
|
||||
SelfHealing:
|
||||
Delay: 10
|
||||
HealIfBelow: 50%
|
||||
HealIfBelow: 50
|
||||
DamageCooldown: 200
|
||||
Armor:
|
||||
Type: Heavy
|
||||
|
||||
Reference in New Issue
Block a user