Skip to content

Commit b99e7c2

Browse files
Added new AME controller flatpack, deleted unused crates (space-wizards#43477)
* cleanup cleanup everbody cleanup * deleted debug gen crate * YOU FOOL!!! --------- Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
1 parent be86aa2 commit b99e7c2

6 files changed

Lines changed: 26 additions & 61 deletions

File tree

Resources/Maps/Salvage/hauling-shuttle.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -666,13 +666,6 @@ entities:
666666
- type: Transform
667667
pos: 3.5,-5.5
668668
parent: 1
669-
- proto: CratePartsT3
670-
entities:
671-
- uid: 187
672-
components:
673-
- type: Transform
674-
pos: -2.5,2.5
675-
parent: 1
676669
- proto: CratePlasma
677670
entities:
678671
- uid: 191

Resources/Prototypes/Catalog/Fills/Crates/engines.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
- type: EntityTableContainerFill
3434
containers:
3535
entity_storage:
36-
id: AmeControllerUnanchored
36+
id: AmeControllerFlatpack
3737

3838
# Singularity
3939

@@ -116,17 +116,6 @@
116116
# entity_storage:
117117
# id: Singularity
118118

119-
- type: entity
120-
parent: CrateEngineering
121-
id: CrateEngineeringGenerator
122-
name: generator crate
123-
suffix: DEBUG
124-
components:
125-
- type: EntityTableContainerFill
126-
containers:
127-
entity_storage:
128-
id: DebugGenerator # TODO change to flatpack
129-
130119
- type: entity
131120
parent: CrateEngineering
132121
id: CrateEngineeringSolar

Resources/Prototypes/Catalog/Fills/Crates/salvage.yml

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -207,42 +207,3 @@
207207
containers:
208208
entity_storage:
209209
id: ClothingNeckCloakSalvagerSupreme
210-
211-
- type: entity
212-
parent: CrateGenericSteel
213-
id: CratePartsT3
214-
name: tier 3 parts crate
215-
description: Contains 5 random tier 3 parts for upgrading machines.
216-
# TODO add contents.
217-
#components:
218-
#- type: EntityTableContainerFill
219-
# containers:
220-
# entity_storage: !type:AllSelector
221-
# id: SalvagePartsT3Spawner
222-
# amount: 5
223-
224-
- type: entity
225-
parent: CrateGenericSteel
226-
id: CratePartsT3T4
227-
name: tier 3/4 parts crate
228-
description: Contains 5 random tier 3 or 4 parts for upgrading machines.
229-
# TODO add contents.
230-
#components:
231-
#- type: EntityTableContainerFill
232-
# containers:
233-
# entity_storage:
234-
# id: SalvagePartsT3T4Spawner
235-
# amount: 5
236-
237-
- type: entity
238-
parent: CrateGenericSteel
239-
id: CratePartsT4
240-
name: tier 4 parts crate
241-
description: Contains 5 random tier 4 parts for upgrading machines.
242-
# TODO add contents.
243-
#components:
244-
#- type: EntityTableContainerFill
245-
# containers:
246-
# entity_storage:
247-
# id: SalvagePartsT4Spawner
248-
# amount: 5

Resources/Prototypes/Entities/Objects/Devices/flatpack.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,26 @@
5050
- type: StaticPrice
5151
price: 75
5252

53+
- type: entity
54+
parent: BaseFlatpack
55+
id: AmeControllerFlatpack
56+
name: AME controller flatpack
57+
description: A flatpack used for constructing the terminal that controls the antimatter engine.
58+
components:
59+
- type: Sprite
60+
layers:
61+
- state: ame-part
62+
- state: overlay
63+
color: "#EFB341"
64+
- type: Flatpack
65+
entity: AmeController
66+
- type: StaticPrice
67+
price: 1000
68+
- type: GuideHelp
69+
guides:
70+
- AME
71+
- Power
72+
5373
- type: entity
5474
parent: BaseFlatpack
5575
id: AmePartFlatpack

Resources/Prototypes/Procedural/salvage_rewards.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
IngotSilver: 1.0
2828
SheetPlasma: 1.0
2929
SheetUranium: 1.0
30-
CratePartsT3: 1.0
31-
CratePartsT3T4: 0.5
3230
TechnologyDiskRare: 0.5
3331
# cloning boards
3432
CloningPodMachineCircuitboard: 0.5
@@ -57,7 +55,6 @@
5755
# rare machinery
5856
AmmoTechFabCircuitboard: 1.0
5957
ResearchAndDevelopmentServerMachineCircuitboard: 1.0
60-
CratePartsT4: 1.0
6158
PowerCellAntiqueProto: 0.25
6259
# basic weapons
6360
CrateArmorySMG: 1.0

Resources/migration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,3 +831,8 @@ CrateVendingMachineRestockDonutFilled: VendingMachineRestockDonut
831831
# 2026-03-28
832832
# The great solutions YAML nuke
833833
FoodMeatSnail: MobSnail
834+
835+
# 2026-04-25
836+
CratePartsT3: null
837+
CratePartsT3T4: null
838+
CratePartsT4: null

0 commit comments

Comments
 (0)