snapshot: Thu Feb 12 11:15:13 EST 2026
This commit is contained in:
parent
cfd227a779
commit
609d4769a2
@ -766,7 +766,19 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"RSIModular": {
|
"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": [
|
"coolers": [
|
||||||
{
|
{
|
||||||
"type": "coolers",
|
"type": "coolers",
|
||||||
|
|||||||
56
Golem.json
56
Golem.json
@ -657,7 +657,19 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"RSIPropulsion": {
|
"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": [
|
"fuel_tanks": [
|
||||||
{
|
{
|
||||||
"type": "fuel_tanks",
|
"type": "fuel_tanks",
|
||||||
@ -671,9 +683,45 @@
|
|||||||
"component_class": "RSIPropulsion"
|
"component_class": "RSIPropulsion"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"quantum_drives": [],
|
"quantum_drives": [
|
||||||
"jump_modules": [],
|
{
|
||||||
"quantum_fuel_tanks": []
|
"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": {
|
"RSIThruster": {
|
||||||
"main_thrusters": [
|
"main_thrusters": [
|
||||||
|
|||||||
@ -792,7 +792,19 @@
|
|||||||
"component_class": "RSIModular"
|
"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": {
|
"RSIWeapon": {
|
||||||
"weapons": [
|
"weapons": [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user