Skip to content

Commit

Permalink
(Aegis) Add price information (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahyangyi committed Nov 12, 2023
1 parent 2e48a62 commit 2362096
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 0 deletions.
3 changes: 3 additions & 0 deletions industry/cargos/alcohol.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
grf.CargoClass.EXPRESS | grf.CargoClass.PIECE_GOODS | grf.CargoClass.LIQUID,
weight=17,
units_text=CargoUnit.LITRE,
penalty1=9,
penalty2=36,
base_price=166,
)
3 changes: 3 additions & 0 deletions industry/cargos/ammonia.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
grf.CargoClass.LIQUID | grf.CargoClass.HAZARDOUS,
weight=10,
units_text=CargoUnit.LITRE,
penalty1=32,
penalty2=64,
base_price=109,
)
3 changes: 3 additions & 0 deletions industry/cargos/building_materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
b"BDMT",
grf.CargoClass.BULK | grf.CargoClass.PIECE_GOODS,
units_text=CargoUnit.CRATE,
penalty1=12,
penalty2=255,
base_price=133,
)
3 changes: 3 additions & 0 deletions industry/cargos/chemicals.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
grf.CargoClass.LIQUID | grf.CargoClass.PIECE_GOODS | grf.CargoClass.HAZARDOUS,
weight=19,
units_text=CargoUnit.LITRE,
penalty1=20,
penalty2=255,
base_price=115,
)
3 changes: 3 additions & 0 deletions industry/cargos/china_clay.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
b"KAOL",
grf.CargoClass.BULK | grf.CargoClass.LIQUID | grf.CargoClass.COVERED,
units_text=CargoUnit.TONNE,
penalty1=30,
penalty2=255,
base_price=100,
)
3 changes: 3 additions & 0 deletions industry/cargos/coal.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
b"COAL",
grf.CargoClass.BULK,
units_text=CargoUnit.TONNE,
penalty1=40,
penalty2=255,
base_price=86,
)
3 changes: 3 additions & 0 deletions industry/cargos/copper_ore.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
b"CORE",
grf.CargoClass.BULK,
units_text=CargoUnit.TONNE,
penalty1=30,
penalty2=255,
base_price=89,
)
3 changes: 3 additions & 0 deletions industry/cargos/diamonds.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
grf.CargoClass.ARMOURED,
weight=2,
units_text=CargoUnit.BAG,
penalty1=30,
penalty2=255,
base_price=162,
)
3 changes: 3 additions & 0 deletions industry/cargos/engineering_supplies.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
b"ENSP",
grf.CargoClass.EXPRESS | grf.CargoClass.PIECE_GOODS,
units_text=CargoUnit.CRATE,
penalty1=2,
penalty2=32,
base_price=172,
)
3 changes: 3 additions & 0 deletions industry/cargos/explosives.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
grf.CargoClass.EXPRESS | grf.CargoClass.PIECE_GOODS,
weight=4,
units_text=CargoUnit.CRATE,
penalty1=6,
penalty2=42,
base_price=158,
)
3 changes: 3 additions & 0 deletions industry/cargos/farm_supplies.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
grf.CargoClass.EXPRESS | grf.CargoClass.PIECE_GOODS,
weight=10,
units_text=CargoUnit.CRATE,
penalty1=2,
penalty2=32,
base_price=170,
)
3 changes: 3 additions & 0 deletions industry/cargos/fertiliser.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
b"FERT",
grf.CargoClass.EXPRESS | grf.CargoClass.PIECE_GOODS,
units_text=CargoUnit.TONNE,
penalty1=22,
penalty2=44,
base_price=123,
)
3 changes: 3 additions & 0 deletions industry/cargos/fish.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,7 @@
b"FISH",
grf.CargoClass.EXPRESS | grf.CargoClass.REFRIGERATED,
units_text=CargoUnit.TONNE,
penalty1=0,
penalty2=18,
base_price=134,
)
3 changes: 3 additions & 0 deletions industry/cargos/passengers.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,7 @@
capacity_multiplier=0x400,
weight=1,
units_text=CargoUnit.PASSENGER,
penalty1=0,
penalty2=22,
base_price=46,
)

0 comments on commit 2362096

Please sign in to comment.