Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change: Increase USA Paladin Composite Armor bonus to match with USA Crusader Tank bonus (200) #777

Merged
merged 1 commit into from
Aug 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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