Skip to content

Commit

Permalink
Change: experimental adjustment of Constance power as it's silly havi…
Browse files Browse the repository at this point in the history
…ng 3600 hp on both modes - try 3450 hp on diesel to match similar power band diesels, and then 4200 hp on electric, as there's nothing electric between 3600 hp and 5000 hp
  • Loading branch information
andythenorth committed Sep 9, 2023
1 parent dbf21f6 commit 2246ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vehicles/constance.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def main(roster_id):
role="heavy_express",
role_child_branch_num=-1,
power_by_power_source={
"DIESEL": 3600,
"AC": 3600, # yes it's the same on both, just the effect changes; this is a cheat to get an extra option at 3.5k for both dieeel and electric
"DIESEL": 3450,
"AC": 4200, # yes it's the very close on both, just the effect changes; this is a tech tree cheat to get an extra ~3450 hp diesel and to get a 4200 hp electric
},
random_reverse=True,
pantograph_type="z-shaped-single",
Expand Down

0 comments on commit 2246ff5

Please sign in to comment.