Skip to content

Commit

Permalink
Change: Decrease kill experience reward of veteran USA Burton to matc…
Browse files Browse the repository at this point in the history
…h other heroes
  • Loading branch information
xezon committed Sep 15, 2023
1 parent 21e5be4 commit 0dbe73f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 5 deletions.
20 changes: 20 additions & 0 deletions Patch104pZH/Design/Changes/v1.0/2064_burton_experience_reward.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
date: 2023-07-07

title: Decreases kill experience reward of veteran USA Burton to match other heroes

changes:
- fix: The USA Burton now rewards 50 50 100 150 instead of 50 100 100 150 experience on kill.

labels:
- controversial
- design
- minor
- usa
- v1.0

links:
- https://github.com/TheSuperHackers/GeneralsGamePatch/pull/2064

authors:
- xezon
Original file line number Diff line number Diff line change
Expand Up @@ -3114,7 +3114,8 @@ Object AirF_AmericaInfantryColonelBurton
BuildCost = 1500
BuildTime = 20.0 ;in seconds

ExperienceValue = 50 100 100 150 ; Experience point value at each level
; Patch104p @tweak xezon 07/07/2023 Changes experience value from 50 100 100 150 to streamline with progression of other heroes and infantry. (#2064)
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 @@ -334,7 +334,8 @@ Object AmericaInfantryColonelBurton
BuildCost = 1500
BuildTime = 20.0 ;in seconds

ExperienceValue = 50 100 100 150 ; Experience point value at each level
; Patch104p @tweak xezon 07/07/2023 Changes experience value from 50 100 100 150 to streamline with progression of other heroes and infantry. (#2064)
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 @@ -17033,7 +17033,8 @@ Object Boss_InfantryColonelBurton
BuildCost = 1500
BuildTime = 20.0 ;in seconds

ExperienceValue = 50 100 100 150 ; Experience point value at each level
; Patch104p @tweak xezon 07/07/2023 Changes experience value from 50 100 100 150 to streamline with progression of other heroes and infantry. (#2064)
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 @@ -2659,7 +2659,8 @@ Object Lazr_AmericaInfantryColonelBurton
BuildCost = 1500
BuildTime = 20.0 ;in seconds

ExperienceValue = 50 100 100 150 ; Experience point value at each level
; Patch104p @tweak xezon 07/07/2023 Changes experience value from 50 100 100 150 to streamline with progression of other heroes and infantry. (#2064)
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 @@ -3138,7 +3138,8 @@ Object SupW_AmericaInfantryColonelBurton
BuildCost = 1200
BuildTime = 20.0 ;in seconds

ExperienceValue = 50 100 100 150 ; Experience point value at each level
; Patch104p @tweak xezon 07/07/2023 Changes experience value from 50 100 100 150 to streamline with progression of other heroes and infantry. (#2064)
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 0dbe73f

Please sign in to comment.