snapshot: Thu Feb 12 11:15:13 EST 2026
This commit is contained in:
parent
cfd227a779
commit
609d4769a2
@ -766,7 +766,19 @@
|
||||
]
|
||||
},
|
||||
"RSIModular": {
|
||||
"power_plants": [],
|
||||
"power_plants": [
|
||||
{
|
||||
"type": "power_plants",
|
||||
"name": "Power Plant",
|
||||
"mounts": "1",
|
||||
"component_size": "M",
|
||||
"size": "M",
|
||||
"details": "",
|
||||
"quantity": "1",
|
||||
"manufacturer": "TBD",
|
||||
"component_class": "RSIModular"
|
||||
}
|
||||
],
|
||||
"coolers": [
|
||||
{
|
||||
"type": "coolers",
|
||||
|
||||
56
Golem.json
56
Golem.json
@ -657,7 +657,19 @@
|
||||
]
|
||||
},
|
||||
"RSIPropulsion": {
|
||||
"fuel_intakes": [],
|
||||
"fuel_intakes": [
|
||||
{
|
||||
"type": "fuel_intakes",
|
||||
"name": "Fuel Intake",
|
||||
"mounts": "1",
|
||||
"component_size": "S",
|
||||
"size": "S",
|
||||
"details": "",
|
||||
"quantity": "1",
|
||||
"manufacturer": "TBD",
|
||||
"component_class": "RSIPropulsion"
|
||||
}
|
||||
],
|
||||
"fuel_tanks": [
|
||||
{
|
||||
"type": "fuel_tanks",
|
||||
@ -671,9 +683,45 @@
|
||||
"component_class": "RSIPropulsion"
|
||||
}
|
||||
],
|
||||
"quantum_drives": [],
|
||||
"jump_modules": [],
|
||||
"quantum_fuel_tanks": []
|
||||
"quantum_drives": [
|
||||
{
|
||||
"type": "quantum_drives",
|
||||
"name": "Quantum Drive",
|
||||
"mounts": "1",
|
||||
"component_size": "S",
|
||||
"size": "S",
|
||||
"details": "",
|
||||
"quantity": "1",
|
||||
"manufacturer": "TBD",
|
||||
"component_class": "RSIPropulsion"
|
||||
}
|
||||
],
|
||||
"jump_modules": [
|
||||
{
|
||||
"type": "jump_modules",
|
||||
"name": "Jump Module",
|
||||
"mounts": "1",
|
||||
"component_size": "S",
|
||||
"size": "S",
|
||||
"details": "",
|
||||
"quantity": "1",
|
||||
"manufacturer": "TBD",
|
||||
"component_class": "RSIPropulsion"
|
||||
}
|
||||
],
|
||||
"quantum_fuel_tanks": [
|
||||
{
|
||||
"type": "quantum_fuel_tanks",
|
||||
"name": "Quantum Fuel Tank",
|
||||
"mounts": "1",
|
||||
"component_size": "S",
|
||||
"size": "S",
|
||||
"details": "",
|
||||
"quantity": "1",
|
||||
"manufacturer": null,
|
||||
"component_class": "RSIPropulsion"
|
||||
}
|
||||
]
|
||||
},
|
||||
"RSIThruster": {
|
||||
"main_thrusters": [
|
||||
|
||||
@ -792,7 +792,19 @@
|
||||
"component_class": "RSIModular"
|
||||
}
|
||||
],
|
||||
"shield_generators": []
|
||||
"shield_generators": [
|
||||
{
|
||||
"type": "shield_generators",
|
||||
"name": "Shield Generator",
|
||||
"mounts": "2",
|
||||
"component_size": "S",
|
||||
"size": "S",
|
||||
"details": "",
|
||||
"quantity": "1",
|
||||
"manufacturer": "TBD",
|
||||
"component_class": "RSIModular"
|
||||
}
|
||||
]
|
||||
},
|
||||
"RSIWeapon": {
|
||||
"weapons": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user