from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'EM-Spectrometer',
         'L049': 'EM-Spektrometer'}

EMSpectrometer = Ware(names)
Ejemplo n.º 2
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Sunstalker Missiles', 'L049': 'Solarjäger-Rakete'}

SunstalkerMissiles = Ware(names)
Ejemplo n.º 3
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Hydrogen',
         'L049': 'Wasserstoff'}

Hydrogen = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Force Field Projector', 'L049': 'Kraftfeldprojektor'}

ForceFieldProjector = Ware(names)
Ejemplo n.º 5
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Wheat',
         'L049': 'Weizen'}

Wheat = Ware(names)
Ejemplo n.º 6
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Astrobee Swarmkillers', 'L049': 'Hydra-Schwarmkiller'}

AstrobeeSwarmkillers = Ware(names)
Ejemplo n.º 7
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Crystals', 'L049': 'Kristalle'}

Crystals = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Plasma Cells', 'L049': 'Plasmazellen'}

PlasmaCells = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Overrun URV Mk2',
         'L049': 'Überfall-URV Mk2'}

OverrunURVMk2 = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Scoop Collector URV Mk1', 'L049': 'Schöpfer-URV Mk1'}

ScoopCollectorURVMk1 = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Interceptor URV Mk1',
         'L049': 'Häscher-URV Mk1'}

InterceptorURVMk1 = Ware(names)
Ejemplo n.º 12
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Intrepid URV Mk2', 'L049': 'Husar-URV Mk2'}

IntrepidURVMk2 = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Cargolifter URV', 'L049': 'Lasten-URV'}

CargolifterURV = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Newtonian V Crushers',
         'L049': 'Neutronenbrecher V'}

NewtonianVCrushers = Ware(names)
Ejemplo n.º 15
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'BoFu', 'L049': 'BoFu'}

BoFu = Ware(names)
Ejemplo n.º 16
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Water',
         'L049': 'Wasser'}

Water = Ware(names)
Ejemplo n.º 17
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Ion Cells', 'L049': 'Ionenzellen'}

IonCells = Ware(names)
Ejemplo n.º 18
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Novadrones', 'L049': 'Novadrohnen'}

Novadrones = Ware(names)
Ejemplo n.º 19
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Silicon',
         'L049': 'Silizium'}

Silicon = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Antimatter Cells', 'L049': 'Antimaterie-Zellen'}

AntimatterCells = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Plasma/MA Turret', 'L049': 'Plasma/MB-Turm'}

PlasmaMATurret = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Plasma Pumps', 'L049': 'Plasmapumpen'}

PlasmaPumps = Ware(names)
Ejemplo n.º 23
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Intrepid URV Mk1', 'L049': 'Husar-URV Mk1'}

IntrepidURVMk1 = Ware(names)
Ejemplo n.º 24
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'V Launcher', 'L049': 'V-Starter'}

VLauncher = Ware(names)
Ejemplo n.º 25
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Food Rations',
         'L049': 'Nahrungsrationen'}

FoodRations = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Bio-Optic Wiring', 'L049': 'Bio-Optische Fasern'}

BioOpticWiring = Ware(names)
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Plasma/JET LR Turret', 'L049': 'Plasma/Strahl-GR-Turm'}

PlasmaJETLRTurret = Ware(names)
Ejemplo n.º 28
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Quantum Tubes', 'L049': 'Quantumröhren'}

QuantumTubes = Ware(names)
Ejemplo n.º 29
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Ice', 'L049': 'Eis'}

Ice = Ware(names)
Ejemplo n.º 30
0
from x_rebirth_station_calculator.station_data.station_base import Ware

names = {'L044': 'Surface Miner URV Mk1', 'L049': 'Tagebau-URV Mk1'}

SurfaceMinerURVMk1 = Ware(names)