Skip to content

Commit

Permalink
Remove non-implemented templates and designs from in game
Browse files Browse the repository at this point in the history
  • Loading branch information
behindcurtain3 committed Apr 30, 2024
1 parent fbd3a60 commit a2a2c9e
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"Type": "ComponentTemplate",
"Payload": {
"UniqueID": "beam-fire-control",
"Name": "BeamFireControl",
"Name": "Laser Weapon Turret",
"Formulas": {
"Description": "",
"Mass": "Ability('Mass')",
Expand Down
15 changes: 1 addition & 14 deletions Pulsar4X/GameEngine/Data/basemod/defaultItems.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
"general-storage",
"fuel-storage",
"battery-storage",
"cryogenic-storage",
"passenger-storage",
"ordnance-storage",
"passive-sensor",
"beam-fire-control",
"reactor",
Expand All @@ -29,21 +26,16 @@
"refining",
"component-construction",
"installation-construction",
"ordnance-construction",
"ship-assembly",
"mine",
"university",
"refinery",
"factory",
"shipyard",
"logistics-office",
"general-cargo-hold",
"fuel-cargo-hold",
"stainless-steel-fuel-tank",
"naval-academy",
"space-port",
"infrastructure",
"spaceport",
"stainless-steel",
"rp-1",
"methalox",
Expand Down Expand Up @@ -72,12 +64,7 @@
"mercassium",
"vendarite",
"gallicite",
"missile-payload",
"missile-srb",
"missile-electronics-suite",
"ordnance-cargo-hold",
"laser-weapon",
"missile-launcher"
"laser-weapon"
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"name": "Gravitational Surveyor Mk1",
"templateId": "gravitational-surveyor",
"attributes": [
{ "key": "Survey Speed", "value": 1 }
{ "key": "Survey Speed", "value": 10 }
]
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"name": "Opposition Forces",
"componentDesigns": [
"componentDesigns/"
"componentDesigns/passiveScannerS50.json",
"componentDesigns/fuelTank-1000.json",
"componentDesigns/alcuberiWhite-500.json",
"componentDesigns/battery-2t.json",
"componentDesigns/reactor-15k.json",
"componentDesigns/merlin.json"
],
"ordnanceDesigns": [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
{ "id": "default-design-passive-sensor-s50", "amount": 1 },
{ "id": "default-design-laser-weapon", "amount": 2 },
{ "id": "default-design-beam-fire-control", "amount": 1 },
{ "id": "default-design-missile-tube-500", "amount": 1 },
{ "id": "default-design-ordnance-rack-2.5t", "amount": 2 },
{ "id": "default-design-cargo-hold-1t", "amount": 1 },
{ "id": "default-design-fuel-tank-1000", "amount": 2 },
{ "id": "default-design-alcubierre-500", "amount": 4 },
Expand Down
34 changes: 26 additions & 8 deletions Pulsar4X/GameEngine/Data/basemod/defaultStart/uef.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,33 @@
{
"name": "UEF",
"componentDesigns": [
"componentDesigns/"
"componentDesigns/alcuberiWhite-2k.json",
"componentDesigns/alcuberiWhite-500.json",
"componentDesigns/battery-2t.json",
"componentDesigns/beamFireControl.json",
"componentDesigns/cargoHold-1t.json",
"componentDesigns/cargoHold-5t.json",
"componentDesigns/cargoHold-general.json",
"componentDesigns/f1.json",
"componentDesigns/factory.json",
"componentDesigns/fuelTank-1000.json",
"componentDesigns/fuelTank-1500.json",
"componentDesigns/fuelTank-3000.json",
"componentDesigns/geoSurveyor.json",
"componentDesigns/jpSurveyor.json",
"componentDesigns/laserWeapon.json",
"componentDesigns/merlin.json",
"componentDesigns/mine.json",
"componentDesigns/passiveScanner.json",
"componentDesigns/passiveScannerS50.json",
"componentDesigns/raptor.json",
"componentDesigns/reactor-15k.json",
"componentDesigns/refinery.json",
"componentDesigns/rs-25.json",
"componentDesigns/shipyard.json",
"componentDesigns/university.json"
],
"ordnanceDesigns": [
"ordnanceDesigns/"
],
"shipDesigns": [
"shipDesigns/cargoCourier.json",
Expand Down Expand Up @@ -33,9 +56,7 @@
{ "id": "default-design-refinery", "amount": 1 },
{ "id": "default-design-factory", "amount": 1 },
{ "id": "default-design-shipyard", "amount": 1 },
{ "id": "default-design-university", "amount": 1 },
{ "id": "default-design-logistics-office", "amount": 1 },
{ "id": "default-design-ordnance-rack-2.5t", "amount": 1 }
{ "id": "default-design-university", "amount": 1 }
],
"cargo": [
{ "id": "iron", "amount": 500000 },
Expand All @@ -45,7 +66,6 @@
{ "id": "fissionables", "amount": 50000 },
{ "id": "copper", "amount": 50000 },
{ "id": "default-design-merlin", "amount": 5, "type": "byCount" },
{ "id": "default-ordnance-missile-250", "amount": 100, "type": "byCount" },
{ "id": "rp-1", "amount": 10000, "type": "byCount" },
{ "id": "methalox", "amount": 10000, "type": "byCount" },
{ "id": "hydrolox", "amount": 10000, "type": "byCount" }
Expand Down Expand Up @@ -80,15 +100,13 @@
"designId": "default-ship-design-gunship",
"name": "Serial Peacemaker",
"cargo": [
{ "id": "default-ordnance-missile-250", "amount": 20, "type": "byCount" },
{ "id": "rp-1", "amount": 2000 }
]
},
{
"designId": "default-ship-design-gunship",
"name": "Prevailing Stillness",
"cargo": [
{ "id": "default-ordnance-missile-250", "amount": 20, "type": "byCount" },
{ "id": "rp-1", "amount": 2000 }
]
}
Expand Down
3 changes: 1 addition & 2 deletions Pulsar4X/GameEngine/Data/basemod/sol/systemInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"saturn/titan.json"
],
"surveyRings": [
{ "ringRadiusInAU": 2, "count": 6 },
{ "ringRadiusInAU": 10, "count": 14 }
{ "ringRadiusInAU": 2, "count": 2 }
]
}

0 comments on commit a2a2c9e

Please sign in to comment.