Skip to content

Commit

Permalink
auto-commit: import ship json files
Browse files Browse the repository at this point in the history
  • Loading branch information
sturnclaw committed Jan 15, 2025
1 parent c5c82b2 commit 646f13a
Show file tree
Hide file tree
Showing 24 changed files with 367 additions and 86 deletions.
11 changes: 11 additions & 0 deletions data/ships/ac33.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,13 +178,24 @@
"size": 4,
"size_min": 1
},
"hull_1": {
"type": "hull",
"size": 4
},
"structure_1": {
"type": "structure",
"size": 4
},
"hyperdrive": {
"type": "hyperdrive",
"default": "hyperspace.hyperdrive_4",
"size": 4,
"size_min": 4
},
"thruster": {
"type": "thruster",
"default": "thruster.default_s4",
"required": true,
"size": 4,
"count": 8
}
Expand Down
11 changes: 11 additions & 0 deletions data/ships/bluenose.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,24 @@
"tag": "tag_fuel_scoop_s2",
"hardpoint": true
},
"hull_1": {
"type": "hull",
"size": 3
},
"structure_1": {
"type": "structure",
"size": 3
},
"hyperdrive": {
"type": "hyperdrive",
"default": "hyperspace.hyperdrive_3",
"size": 3,
"size_min": 3
},
"thruster": {
"type": "thruster",
"default": "thruster.default_s3",
"required": true,
"size": 3,
"count": 12
}
Expand Down
19 changes: 15 additions & 4 deletions data/ships/bowfin.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@
"i18n_key": "HARDPOINT_MISSILE_ARRAY",
"tag": "tag_missile_bay_1",
"hardpoint": true,
"default": "missile_rack.bowfin_internal_s2"
"default": "missile_bay.bowfin_internal"
},
"missile_bay_2": {
"type": "missile_bay.bowfin_internal",
"size": 2,
"i18n_key": "HARDPOINT_MISSILE_ARRAY",
"tag": "tag_missile_bay_2",
"hardpoint": true,
"default": "missile_rack.bowfin_internal_s2"
"default": "missile_bay.bowfin_internal"
},
"missile_bay_3": {
"type": "missile_bay.bowfin_internal",
"size": 2,
"i18n_key": "HARDPOINT_MISSILE_ARRAY",
"tag": "tag_missile_bay_3",
"hardpoint": true,
"default": "missile_rack.bowfin_internal_s2"
"default": "missile_bay.bowfin_internal"
},
"missile_bay_4": {
"type": "missile_bay.bowfin_internal",
"size": 2,
"i18n_key": "HARDPOINT_MISSILE_ARRAY",
"tag": "tag_missile_bay_4",
"hardpoint": true,
"default": "missile_rack.bowfin_internal_s2"
"default": "missile_bay.bowfin_internal"
},
"shield_s1_1": {
"type": "shield",
Expand Down Expand Up @@ -76,13 +76,24 @@
"hardpoint": true,
"gimbal": [8,8]
},
"hull_1": {
"type": "hull",
"size": 1
},
"structure_1": {
"type": "structure",
"size": 1
},
"hyperdrive": {
"type": "hyperdrive",
"default": "hyperspace.hyperdrive_1",
"size": 1,
"size_min": 1
},
"thruster": {
"type": "thruster",
"default": "thruster.default_s1",
"required": true,
"size": 1,
"count": 12
}
Expand Down
15 changes: 13 additions & 2 deletions data/ships/coronatrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"i18n_key": "HARDPOINT_MISSILE_BAY",
"tag": "tag_missile_bay_1",
"hardpoint": true,
"default": "missile_rack.opli_internal_s2"
"default": "missile_bay.opli_internal_s2"
},
"missile_bay_2": {
"type": "missile_bay.opli_internal",
"size": 2,
"i18n_key": "HARDPOINT_MISSILE_BAY",
"tag": "tag_missile_bay_2",
"hardpoint": true,
"default": "missile_rack.opli_internal_s2"
"default": "missile_bay.opli_internal_s2"
},
"fuel_scoop_s1": {
"type": "fuel_scoop",
Expand Down Expand Up @@ -76,13 +76,24 @@
"type": "computer",
"size": 1
},
"hull_1": {
"type": "hull",
"size": 1
},
"structure_1": {
"type": "structure",
"size": 1
},
"hyperdrive": {
"type": "hyperdrive",
"default": "hyperspace.hyperdrive_1",
"size": 2,
"size_min": 1
},
"thruster": {
"type": "thruster",
"default": "thruster.default_s1",
"required": true,
"size": 1,
"count": 16
}
Expand Down
15 changes: 13 additions & 2 deletions data/ships/coronatrix_police.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@
"i18n_key": "HARDPOINT_MISSILE_BAY",
"tag": "tag_missile_bay_1",
"hardpoint": true,
"default": "missile_rack.opli_internal_s2"
"default": "missile_bay.opli_internal_s2"
},
"missile_bay_2": {
"type": "missile_bay.opli_internal",
"size": 2,
"i18n_key": "HARDPOINT_MISSILE_BAY",
"tag": "tag_missile_bay_2",
"hardpoint": true,
"default": "missile_rack.opli_internal_s2"
"default": "missile_bay.opli_internal_s2"
},
"computer_2": {
"type": "computer",
Expand All @@ -66,13 +66,24 @@
"type": "shield",
"size": 1
},
"hull_1": {
"type": "hull",
"size": 1
},
"structure_1": {
"type": "structure",
"size": 1
},
"hyperdrive": {
"type": "hyperdrive",
"default": "hyperspace.hyperdrive_2",
"size": 2,
"size_min": 1
},
"thruster": {
"type": "thruster",
"default": "thruster.default_s1",
"required": true,
"size": 1,
"count": 12
}
Expand Down
11 changes: 11 additions & 0 deletions data/ships/deneb.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,24 @@
"tag": "tag_fuel_scoop_s2",
"hardpoint": true
},
"hull_1": {
"type": "hull",
"size": 3
},
"structure_1": {
"type": "structure",
"size": 3
},
"hyperdrive": {
"type": "hyperdrive",
"default": "hyperspace.hyperdrive_3",
"size": 3,
"size_min": 3
},
"thruster": {
"type": "thruster",
"default": "thruster.default_s3",
"required": true,
"size": 3,
"count": 12
}
Expand Down
17 changes: 15 additions & 2 deletions data/ships/dsminer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@
"size_min": 2,
"i18n_key": "HARDPOINT_MINING_LASER",
"tag": "tag_mining_laser_s4_1",
"hardpoint": true
"hardpoint": true,
"gimbal": [10,10]
},
"mining_laser_s4_2": {
"type": "weapon.mining",
"size": 4,
"size_min": 2,
"i18n_key": "HARDPOINT_MINING_LASER",
"tag": "tag_mining_laser_s4_2",
"hardpoint": true
"hardpoint": true,
"gimbal": [10,10]
},
"utility_s3_1": {
"type": "utility",
Expand Down Expand Up @@ -122,13 +124,24 @@
"type": "computer",
"size": 1
},
"hull_1": {
"type": "hull",
"size": 5
},
"structure_1": {
"type": "structure",
"size": 5
},
"hyperdrive": {
"type": "hyperdrive",
"default": "hyperspace.hyperdrive_5",
"size": 5,
"size_min": 4
},
"thruster": {
"type": "thruster",
"default": "thruster.default_s3",
"required": true,
"size": 3,
"count": 24
}
Expand Down
11 changes: 11 additions & 0 deletions data/ships/lodos.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,24 @@
"size": 4,
"size_min": 3
},
"hull_1": {
"type": "hull",
"size": 5
},
"structure_1": {
"type": "structure",
"size": 5
},
"hyperdrive": {
"type": "hyperdrive",
"default": "hyperspace.hyperdrive_5",
"size": 5,
"size_min": 4
},
"thruster": {
"type": "thruster",
"default": "thruster.default_s5",
"required": true,
"size": 5,
"count": 12
}
Expand Down
11 changes: 11 additions & 0 deletions data/ships/lunarshuttle.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,24 @@
"type": "shield",
"size": 1
},
"hull_1": {
"type": "hull",
"size": 1
},
"structure_1": {
"type": "structure",
"size": 1
},
"hyperdrive": {
"type": "hyperdrive",
"default": "hyperspace.hyperdrive_1",
"size": 1,
"size_min": 1
},
"thruster": {
"type": "thruster",
"default": "thruster.default_s1",
"required": true,
"size": 1,
"count": 6
}
Expand Down
Loading

0 comments on commit 646f13a

Please sign in to comment.