more tweaks
This commit is contained in:
+4
-4
@@ -58,14 +58,14 @@ global ShipTemplate SHIPS[] = {
|
||||
.vacuum_cargo_slots = 6, .climate_cargo_slots = 0, .passenger_berths = 1,
|
||||
.passenger_amenities_flags = 0,
|
||||
.smugglers_hold_cu_m = 0, .base_cost = 150000,
|
||||
.cu_m_fuel = 2000, .cu_m_o2 = 2000,
|
||||
.cu_m_fuel = 2000, .cu_m_o2 = 1500,
|
||||
},
|
||||
{
|
||||
.type = ShipHaulerPrimeZ1, .drive_efficiency = 5, .life_support_efficiency = 2,
|
||||
.vacuum_cargo_slots = 30, .climate_cargo_slots = 0, .passenger_berths = 0,
|
||||
.passenger_amenities_flags = 0,
|
||||
.smugglers_hold_cu_m = 0, .base_cost = 250000,
|
||||
.cu_m_fuel = 2500, .cu_m_o2 = 1000,
|
||||
.smugglers_hold_cu_m = 0, .base_cost = 275000,
|
||||
.cu_m_fuel = 2500, .cu_m_o2 = 800,
|
||||
},
|
||||
{
|
||||
.type = ShipNX400, .drive_efficiency = 6, .life_support_efficiency = 5,
|
||||
@@ -147,7 +147,7 @@ global Commodity COMMODITIES[Commodity_Count] = {
|
||||
},
|
||||
{ .type = CommodityOxygen, .unit = StorageUnitKg,
|
||||
.name = "Oxygen",
|
||||
.price = 5, .qty = 10000, .consumption = 100,
|
||||
.price = 5, .qty = 5000, .consumption = 80,
|
||||
},
|
||||
{ .type = CommodityWater, .unit = StorageUnitContainer,
|
||||
.name = "Water",
|
||||
|
||||
Reference in New Issue
Block a user