File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3333 - type : EntityTableContainerFill
3434 containers :
3535 entity_storage :
36- id : AmeControllerUnanchored
36+ id : AmeControllerFlatpack
3737
3838# Singularity
3939
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -831,3 +831,8 @@ CrateVendingMachineRestockDonutFilled: VendingMachineRestockDonut
831831# 2026-03-28
832832# The great solutions YAML nuke
833833FoodMeatSnail : MobSnail
834+
835+ # 2026-04-25
836+ CratePartsT3 : null
837+ CratePartsT3T4 : null
838+ CratePartsT4 : null
You can’t perform that action at this time.
0 commit comments