Skip to content

Commit

Permalink
Change: Streamline kill XP of USA Burton with other heroes
Browse files Browse the repository at this point in the history
  • Loading branch information
xezon committed Jul 7, 2023
1 parent 05eb5e7 commit c94ea26
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3077,7 +3077,8 @@ Object AirF_AmericaInfantryColonelBurton
BuildCost = 1500
BuildTime = 20.0 ;in seconds

ExperienceValue = 50 100 100 150 ; Experience point value at each level
; Patch104p @tweak Changes ExperienceValue from 50 100 100 150 to streamline with progression of other heroes and infantry.
ExperienceValue = 50 50 100 150 ; Experience point value at each level
ExperienceRequired = 0 200 300 600 ; Experience points needed to gain each level
IsTrainable = Yes ; Can gain experience
CrushableLevel = 2 ;What am I?: 0 = for infantry, 1 = for trees, 2 = general vehicles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,8 @@ Object AmericaInfantryColonelBurton
BuildCost = 1500
BuildTime = 20.0 ;in seconds

ExperienceValue = 50 100 100 150 ; Experience point value at each level
; Patch104p @tweak Changes ExperienceValue from 50 100 100 150 to streamline with progression of other heroes and infantry.
ExperienceValue = 50 50 100 150 ; Experience point value at each level
ExperienceRequired = 0 200 300 600 ; Experience points needed to gain each level
IsTrainable = Yes ; Can gain experience
CrushableLevel = 2 ;What am I?: 0 = for infantry, 1 = for trees, 2 = general vehicles
Expand Down
3 changes: 2 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Object/BossGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16766,7 +16766,8 @@ Object Boss_InfantryColonelBurton
BuildCost = 1500
BuildTime = 20.0 ;in seconds

ExperienceValue = 50 100 100 150 ; Experience point value at each level
; Patch104p @tweak Changes ExperienceValue from 50 100 100 150 to streamline with progression of other heroes and infantry.
ExperienceValue = 50 50 100 150 ; Experience point value at each level
ExperienceRequired = 0 200 300 600 ; Experience points needed to gain each level
IsTrainable = Yes ; Can gain experience
CrushableLevel = 2 ;What am I?: 0 = for infantry, 1 = for trees, 2 = general vehicles
Expand Down
3 changes: 2 additions & 1 deletion Patch104pZH/GameFilesEdited/Data/INI/Object/LaserGeneral.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2624,7 +2624,8 @@ Object Lazr_AmericaInfantryColonelBurton
BuildCost = 1500
BuildTime = 20.0 ;in seconds

ExperienceValue = 50 100 100 150 ; Experience point value at each level
; Patch104p @tweak Changes ExperienceValue from 50 100 100 150 to streamline with progression of other heroes and infantry.
ExperienceValue = 50 50 100 150 ; Experience point value at each level
ExperienceRequired = 0 200 300 600 ; Experience points needed to gain each level
IsTrainable = Yes ; Can gain experience
CrushableLevel = 2 ;What am I?: 0 = for infantry, 1 = for trees, 2 = general vehicles
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3103,7 +3103,8 @@ Object SupW_AmericaInfantryColonelBurton
BuildCost = 1200
BuildTime = 20.0 ;in seconds

ExperienceValue = 50 100 100 150 ; Experience point value at each level
; Patch104p @tweak Changes ExperienceValue from 50 100 100 150 to streamline with progression of other heroes and infantry.
ExperienceValue = 50 50 100 150 ; Experience point value at each level
ExperienceRequired = 0 200 300 600 ; Experience points needed to gain each level
IsTrainable = Yes ; Can gain experience
CrushableLevel = 2 ;What am I?: 0 = for infantry, 1 = for trees, 2 = general vehicles
Expand Down

0 comments on commit c94ea26

Please sign in to comment.