File tree 1 file changed +72
-0
lines changed
Resources/Prototypes/Recipes/Construction/Graphs/utilities
1 file changed +72
-0
lines changed Original file line number Diff line number Diff line change 71
71
- node : solarpanelplasma
72
72
entity : SolarPanelPlasma
73
73
edges :
74
+ # Begin DeltaV additions - Easy upgradeable solars
75
+ - to : solarpaneluranium
76
+ conditions :
77
+ - !type:EntityAnchored
78
+ completed :
79
+ - !type:SpawnPrototype
80
+ prototype : SheetPGlass1
81
+ amount : 2
82
+ steps :
83
+ - material : UraniumGlass
84
+ amount : 2
85
+ doAfter : 1.5
86
+ - to : solarpanel
87
+ conditions :
88
+ - !type:EntityAnchored
89
+ completed :
90
+ - !type:SpawnPrototype
91
+ prototype : SheetPGlass1
92
+ amount : 2
93
+ steps :
94
+ - material : Glass
95
+ amount : 2
96
+ doAfter : 1.5
97
+ # End DeltaV additions - Easy upgradeable solars
74
98
- to : solarassembly
75
99
completed :
76
100
- !type:SnapToGrid
88
112
- node : solarpaneluranium
89
113
entity : SolarPanelUranium
90
114
edges :
115
+ # Begin DeltaV additions - Easy upgradeable solars
116
+ - to : solarpanelplasma
117
+ conditions :
118
+ - !type:EntityAnchored
119
+ completed :
120
+ - !type:SpawnPrototype
121
+ prototype : SheetUGlass1
122
+ amount : 2
123
+ steps :
124
+ - material : PlasmaGlass
125
+ amount : 2
126
+ doAfter : 1.5
127
+ - to : solarpanel
128
+ conditions :
129
+ - !type:EntityAnchored
130
+ completed :
131
+ - !type:SpawnPrototype
132
+ prototype : SheetUGlass1
133
+ amount : 2
134
+ steps :
135
+ - material : Glass
136
+ amount : 2
137
+ doAfter : 1.5
138
+ # End DeltaV additions - Easy upgradeable solars
91
139
- to : solarassembly
92
140
completed :
93
141
- !type:SnapToGrid
105
153
- node : solarpanel
106
154
entity : SolarPanel
107
155
edges :
156
+ # Begin DeltaV additions - Easy upgradeable solars
157
+ - to : solarpaneluranium
158
+ conditions :
159
+ - !type:EntityAnchored
160
+ completed :
161
+ - !type:SpawnPrototype
162
+ prototype : SheetGlass1
163
+ amount : 2
164
+ steps :
165
+ - material : UraniumGlass
166
+ amount : 2
167
+ doAfter : 1.5
168
+ - to : solarpanelplasma
169
+ conditions :
170
+ - !type:EntityAnchored
171
+ completed :
172
+ - !type:SpawnPrototype
173
+ prototype : SheetGlass1
174
+ amount : 2
175
+ steps :
176
+ - material : PlasmaGlass
177
+ amount : 2
178
+ doAfter : 1.5
179
+ # End DeltaV additions - Easy upgradeable solars
108
180
- to : solarassembly
109
181
completed :
110
182
- !type:SnapToGrid
You can’t perform that action at this time.
0 commit comments