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: Decrease Regular China Hacker required experience from 0 100 300 500 to 0 100 250 400 #771

Merged
merged 1 commit into from
Jul 30, 2022
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -18544,7 +18544,7 @@ Object Boss_InfantryHacker
BuildCost = 625
BuildTime = 15.0 ; Patch104p @balance from 20.0 to equalize build time of 4 Hackers with build time of same value Black Market (01:00)
ExperienceValue = 50 60 80 100 ; Patch104p @balance from 50 100 150 400. USA Drop Zone, equal cost to 4 Hackers, gives 200 XP flat. Vet 3 Hacker makes twice as much money as he started with, so a doubling of XP is reasonable.
ExperienceRequired = 0 100 300 500 ;Experience points needed to gain each level
ExperienceRequired = 0 100 250 400 ; Patch104p @balance from 0 100 300 500 to level up quicker. Reaches Vet2 100s slower than original Super Hacker (400s), but Vet3 at same time (800s)
IsTrainable = Yes ;Can gain experience

CrushableLevel = 0 ;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 @@ -1306,7 +1306,7 @@ Object ChinaInfantryHacker
BuildCost = 625
BuildTime = 15.0 ; Patch104p @balance from 20.0 to equalize build time of 4 Hackers with build time of same value Black Market (01:00)
ExperienceValue = 50 60 80 100 ; Patch104p @balance from 50 100 150 400. USA Drop Zone, equal cost to 4 Hackers, gives 200 XP flat. Vet 3 Hacker makes twice as much money as he started with, so a doubling of XP is reasonable.
ExperienceRequired = 0 100 300 500 ;Experience points needed to gain each level
ExperienceRequired = 0 100 250 400 ; Patch104p @balance from 0 100 300 500 to level up quicker. Reaches Vet2 100s slower than original Super Hacker (400s), but Vet3 at same time (800s)
IsTrainable = Yes ;Can gain experience

CrushableLevel = 0 ;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 @@ -2726,7 +2726,7 @@ Object Nuke_ChinaInfantryHacker
BuildCost = 625
BuildTime = 15.0 ; Patch104p @balance from 20.0 to equalize build time of 4 Hackers with build time of same value Black Market (01:00)
ExperienceValue = 50 60 80 100 ; Patch104p @balance from 50 100 150 400. USA Drop Zone, equal cost to 4 Hackers, gives 200 XP flat. Vet 3 Hacker makes twice as much money as he started with, so a doubling of XP is reasonable.
ExperienceRequired = 0 100 300 500 ;Experience points needed to gain each level
ExperienceRequired = 0 100 250 400 ; Patch104p @balance from 0 100 300 500 to level up quicker. Reaches Vet2 100s slower than original Super Hacker (400s), but Vet3 at same time (800s)
IsTrainable = Yes ;Can gain experience

CrushableLevel = 0 ;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 @@ -2457,7 +2457,7 @@ Object Tank_ChinaInfantryHacker
BuildCost = 625 ; Patch104p @balance from 780 to streamline price with all other faction Hackers
BuildTime = 15.0 ; Patch104p @balance from 20.0 to equalize build time of 4 Hackers with build time of same value Black Market (01:00)
ExperienceValue = 50 60 80 100 ; Patch104p @balance from 50 100 150 400. USA Drop Zone, equal cost to 4 Hackers, gives 200 XP flat. Vet 3 Hacker makes twice as much money as he started with, so a doubling of XP is reasonable.
ExperienceRequired = 0 100 300 500 ;Experience points needed to gain each level
ExperienceRequired = 0 100 250 400 ; Patch104p @balance from 0 100 300 500 to level up quicker. Reaches Vet2 100s slower than original Super Hacker (400s), but Vet3 at same time (800s)
IsTrainable = Yes ;Can gain experience

CrushableLevel = 0 ;What am I?: 0 = for infantry, 1 = for trees, 2 = general vehicles
Expand Down