Merge pull request #13203 from reaperrr/ts-balance-fixes
Fix some wrong TS unit stats
This commit is contained in:
@@ -24,6 +24,8 @@ E2:
|
||||
Voice: Attack
|
||||
WithInfantryBody:
|
||||
DefaultAttackSequence: attack
|
||||
RevealsShroud:
|
||||
Range: 7c0
|
||||
ProducibleWithLevel:
|
||||
Prerequisites: barracks.upgraded
|
||||
|
||||
@@ -78,7 +80,7 @@ JUMPJET:
|
||||
Voiced:
|
||||
VoiceSet: JumpJet
|
||||
Mobile:
|
||||
Speed: 56
|
||||
Speed: 71
|
||||
Jumpjet: True
|
||||
JumpjetTransitionCost: 100
|
||||
JumpjetCondition: airborne
|
||||
|
||||
@@ -24,8 +24,6 @@ APC:
|
||||
RequiresCondition: !inside-tunnel
|
||||
Range: 5c0
|
||||
MaxHeightDelta: 3
|
||||
Turreted:
|
||||
TurnSpeed: 10
|
||||
Cargo:
|
||||
Types: Infantry
|
||||
MaxWeight: 5
|
||||
|
||||
@@ -15,7 +15,7 @@ E3:
|
||||
Health:
|
||||
HP: 100
|
||||
Mobile:
|
||||
Speed: 42
|
||||
Speed: 56
|
||||
Armament@PRIMARY:
|
||||
Weapon: Bazooka
|
||||
LocalOffset: 356,0,967
|
||||
@@ -25,6 +25,8 @@ E3:
|
||||
Voice: Attack
|
||||
WithInfantryBody:
|
||||
DefaultAttackSequence: attack
|
||||
RevealsShroud:
|
||||
Range: 7c0
|
||||
ProducibleWithLevel:
|
||||
Prerequisites: barracks.upgraded
|
||||
|
||||
|
||||
@@ -31,6 +31,8 @@ E1:
|
||||
FactionImages:
|
||||
gdi: e1.gdi
|
||||
nod: e1.nod
|
||||
RevealsShroud:
|
||||
Range: 5c0
|
||||
|
||||
ENGINEER:
|
||||
Inherits: ^Soldier
|
||||
@@ -48,7 +50,7 @@ ENGINEER:
|
||||
Mobile:
|
||||
Speed: 56
|
||||
Health:
|
||||
HP: 500
|
||||
HP: 100
|
||||
Passenger:
|
||||
PipType: Yellow
|
||||
EngineerRepair:
|
||||
|
||||
@@ -7,20 +7,20 @@ MCV:
|
||||
Prerequisites: ~factory, tech, ~techlevel.medium
|
||||
Description: Deploys into another Construction Yard.\n Unarmed
|
||||
Valued:
|
||||
Cost: 2000
|
||||
Cost: 2500
|
||||
Tooltip:
|
||||
Name: Mobile Construction Vehicle
|
||||
Selectable:
|
||||
Priority: 3
|
||||
Health:
|
||||
HP: 600
|
||||
HP: 1000
|
||||
Armor:
|
||||
Type: Light
|
||||
Type: Heavy
|
||||
Mobile:
|
||||
Speed: 85
|
||||
Speed: 42
|
||||
RevealsShroud:
|
||||
RequiresCondition: !inside-tunnel
|
||||
Range: 4c0
|
||||
Range: 6c0
|
||||
MaxHeightDelta: 3
|
||||
MustBeDestroyed:
|
||||
RequiredForShortGame: true
|
||||
@@ -133,8 +133,12 @@ LPST:
|
||||
TurnSpeed: 5
|
||||
RequiresCondition: !empdisable && undeployed
|
||||
RevealsShroud:
|
||||
RequiresCondition: !inside-tunnel
|
||||
Range: 7c0
|
||||
RequiresCondition: !inside-tunnel && undeployed
|
||||
Range: 10c0
|
||||
MaxHeightDelta: 3
|
||||
RevealsShroud@DEPLOYED:
|
||||
RequiresCondition: !undeployed
|
||||
Range: 8c0
|
||||
MaxHeightDelta: 3
|
||||
GrantCondition@PREVIEWWORKAROUND:
|
||||
Condition: real-actor
|
||||
|
||||
Reference in New Issue
Block a user