Skip to content

Commit

Permalink
Change: additional liveries for Super Shoebox
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Sep 3, 2023
1 parent c88d493 commit 55d63ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Binary file modified src/graphics/pony/shoebox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/graphics/pony/super_shoebox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/vehicles/super_shoebox.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ def main(roster_id):
pantograph_type="z-shaped-single",
gen=5,
# additional_liveries=["RAILFREIGHT_TRIPLE_GREY", "DUTCH"],
additional_liveries=[],
additional_liveries=["INTERCITY_RASPBERRY_RIPPLE", "RES", "SWOOSH", "DBSCHENKER"], # "RAILFREIGHT_TRIPLE_GREY"
default_livery_extra_docs_examples=[
("COLOUR_PINK", "COLOUR_WHITE"),
("COLOUR_LIGHT_BLUE", "COLOUR_WHITE"),
("COLOUR_CREAM", "COLOUR_GREY"),
("COLOUR_ORANGE", "COLOUR_BROWN"),
],
decor_spriterow_num=6,
show_decor_in_purchase_for_variants=[1],
sprites_complete=True,
sprites_additional_liveries_potential=True, # railfreight, dutch, DB Schenker?
sprites_additional_liveries_potential=True,
)

consist.add_unit(
Expand Down

0 comments on commit 55d63ec

Please sign in to comment.