590 2, 2, 1, 1, 1, 1, 1, 1, |
590 2, 2, 1, 1, 1, 1, 1, 1, |
591 2, |
591 2, |
592 }; |
592 }; |
593 |
593 |
594 static const int32 _price_base[NUM_PRICES] = { |
594 static const int32 _price_base[NUM_PRICES] = { |
595 100, 100, 95, 65, 275, 600, 500, 700, |
595 100, // station_value |
596 450, 200, 180, 600, 200, 200, 350, 400000, |
596 100, // build_rail |
597 2000, 700000, 14000, 65000, 20, 250, 20, 40, |
597 95, // build_road |
598 200, 500, 20, -70, 10, 50, 80, 80, |
598 65, // build_signals |
599 90, 30, 10000, 50, 30, 50, 50, 55, |
599 275, // build_bridge |
600 1600, 40, 5600, 5200, 4800, 9600, 1600, 5600, |
600 600, // build_train_depot |
601 1000000, |
601 500, // build_road_depot |
|
602 700, // build_ship_depot |
|
603 450, // build_tunnel |
|
604 200, // train_station_track |
|
605 180, // train_station_length |
|
606 600, // build_airport |
|
607 200, // build_bus_station |
|
608 200, // build_truck_station |
|
609 350, // build_dock |
|
610 400000, // build_railvehicle |
|
611 2000, // build_railwagon |
|
612 700000, // aircraft_base |
|
613 14000, // roadveh_base |
|
614 65000, // ship_base |
|
615 20, // build_trees |
|
616 250, // terraform |
|
617 20, // clear_1 |
|
618 40, // purchase_land |
|
619 200, // clear_2 |
|
620 500, // clear_3 |
|
621 20, // remove_trees |
|
622 -70, // remove_rail |
|
623 10, // remove_signals |
|
624 50, // clear_bridge |
|
625 80, // remove_train_depot |
|
626 80, // remove_road_depot |
|
627 90, // remove_ship_depot |
|
628 30, // clear_tunnel |
|
629 10000, // clear_water |
|
630 50, // remove_rail_station |
|
631 30, // remove_airport |
|
632 50, // remove_bus_station |
|
633 50, // remove_truck_station |
|
634 55, // remove_dock |
|
635 1600, // remove_house |
|
636 40, // remove_road |
|
637 5600, // running_rail[0] railroad |
|
638 5200, // running_rail[1] monorail |
|
639 4800, // running_rail[2] maglev |
|
640 9600, // aircraft_running |
|
641 1600, // roadveh_running |
|
642 5600, // ship_running |
|
643 1000000, // build_industry |
602 }; |
644 }; |
603 |
645 |
604 void StartupEconomy() |
646 void StartupEconomy() |
605 { |
647 { |
606 int i; |
648 int i; |