Skip to content

Commit

Permalink
Change: Increase Paladin Composite Armor bonus by +100 to match with …
Browse files Browse the repository at this point in the history
…Crusader Tank bonus (#777)
  • Loading branch information
xezon committed Aug 1, 2022
1 parent cd4c5ba commit fc8df84
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Object/AmericaVehicle.ini
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,15 @@ End


;------------------------------------------------------------------------------
; Paladin advantages over Crusader:
; +20 Health (500 vs 480)
; Low range Laser gun

; Paladin disadvantages over Crusader:
; Requires 1x Level 1 Generals Promotion
; +200 cost (1100 vs 900)
; +2s build time (15.25 vs 13.25)

Object AmericaTankPaladin

; *** ART Parameters ***
Expand Down Expand Up @@ -2044,9 +2053,11 @@ Object AmericaTankPaladin
VeterancyLevels = ALL -REGULAR ;only vet+ gives pilot
End

; Patch104p @bugfix xezon 28/07/2022 Match Paladin Composite Armor bonus with Crusader Tank bonus to guarantee it performs just a little bit better.

Behavior = MaxHealthUpgrade ModuleTag_18
TriggeredBy = Upgrade_AmericaCompositeArmor
AddMaxHealth = 100.0
AddMaxHealth = 200.0
ChangeType = ADD_CURRENT_HEALTH_TOO ;Choices are PRESERVE_RATIO, ADD_CURRENT_HEALTH_TOO, and SAME_CURRENTHEALTH
End

Expand Down

0 comments on commit fc8df84

Please sign in to comment.