Code: Select all
standard_equipment =
{
extras =
(
"EQ_PASSENGER_BERTH",
"EQ_PASSENGER_BERTH",
"EQ_PASSENGER_BERTH",
"EQ_PASSENGER_BERTH"
);
forward_weapon_type = "EQ_PULSE_PULSE_LASER";
missiles = 4;
};
However I began to also wonder if I could then restrict the purchase of any additional berth altogether by removing them from the ""optional_equipment" =" section of the list, which now appears thus:
Code: Select all
"optional_equipment" =
(
"EQ_ADVANCED_COMPASS",
"EQ_CARGO_BAY",
"EQ_DOCK_COMP",
"EQ_ECM",
"EQ_ENERGY_BOMB",
"EQ_ENERGY_UNIT",
"EQ_ESCAPE_POD",
"EQ_FUEL_INJECTION",
"EQ_FUEL_SCOOPS",
"EQ_GAL_DRIVE",
"EQ_HEAT_SHIELD",
"EQ_MULTI_TARGET",
"EQ_NAVAL_ENERGY_UNIT",
"EQ_NAVAL_SHIELD_BOOSTER",
"EQ_SCANNER_SHOW_MISSILE_TARGET",
"EQ_SHIELD_BOOSTER",
"EQ_WEAPON_BEAM_LASER",
"EQ_WEAPON_PULSE_LASER",
"EQ_WEAPON_MILITARY_LASER",
"EQ_WEAPON_MINING_LASER"
);