import global_constants
from train import EngineConsist, DieselLoco
# for rest of stats, look up GE Evolution
consist = EngineConsist(id = 'evolucao',
base_numeric_id = 2110,
title = u'Evolução [Diesel]'.encode('utf-8'),
replacement_id = '-none',
power = 4400,
speed = 75,
type_base_buy_cost_points = -10, # dibble buy cost for game balance
type_base_running_cost_points = -15, # dibble running costs for game balance
vehicle_life = 30,
intro_date = 2000)
consist.add_unit(DieselLoco(consist = consist,
weight = 40,
vehicle_length = 8,
spriterow_num = 0))
consist.add_model_variant(intro_date=0,
end_date=global_constants.max_game_date,
spritesheet_suffix=0)