Skip to content

Commit

Permalink
Change: simplified mode - swap freight small electrics out and genera…
Browse files Browse the repository at this point in the history
…l purpose small electrics in
  • Loading branch information
andythenorth committed May 18, 2024
1 parent c3cda6c commit 2d54f3c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/vehicles/pony/argus.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def main(roster_id, **kwargs):
base_numeric_id=21780,
name="Argus",
role="branch_express",
role_child_branch_num=-2,
role_child_branch_num=2,
power_by_power_source={
"AC": 1300,
},
Expand Down
2 changes: 1 addition & 1 deletion src/vehicles/pony/booster.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def main(roster_id, **kwargs):
base_numeric_id=21760,
name="Booster",
role="branch_express",
role_child_branch_num=-2,
role_child_branch_num=2,
power_by_power_source={"DIESEL": 600, "AC": 1600},
random_reverse=True,
pantograph_type="z-shaped-single",
Expand Down
2 changes: 1 addition & 1 deletion src/vehicles/pony/pinhorse.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def main(roster_id, **kwargs):
base_numeric_id=21860,
name="Pinhorse",
role="branch_express",
role_child_branch_num=-2,
role_child_branch_num=2,
power_by_power_source={
"AC": 1050, # matched to Stoat
},
Expand Down
2 changes: 1 addition & 1 deletion src/vehicles/pony/stoat.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def main(roster_id, **kwargs):
base_numeric_id=21480,
name="Stoat",
role="branch_freight",
role_child_branch_num=2,
role_child_branch_num=-2,
power_by_power_source={
"AC": 1050,
},
Expand Down
2 changes: 1 addition & 1 deletion src/vehicles/pony/tornado.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def main(roster_id, **kwargs):
base_numeric_id=21750,
name="Tornado",
role="branch_express",
role_child_branch_num=-2,
role_child_branch_num=2,
power_by_power_source={"DIESEL": 750, "AC": 1900},
random_reverse=True,
pantograph_type="z-shaped-single",
Expand Down
2 changes: 1 addition & 1 deletion src/vehicles/pony/zest.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def main(roster_id, **kwargs):
base_numeric_id=21770,
name="Zest",
role="branch_freight",
role_child_branch_num=2,
role_child_branch_num=-2,
power_by_power_source={
"AC": 1600,
},
Expand Down

0 comments on commit 2d54f3c

Please sign in to comment.