14 lines
451 B
Text
14 lines
451 B
Text
|
# universal power core
|
||
|
# Thanks FrozenParagon from the Stellaris Modding Den for help getting all of this working, you were a huge help!
|
||
|
@upc = 1000000
|
||
|
utility_component_template = {
|
||
|
key = "tech_solar_panel_network"
|
||
|
size = aux
|
||
|
icon = "GFX_solar_panel_network"
|
||
|
icon_frame = 1
|
||
|
power = @upc
|
||
|
component_set = "power_core"
|
||
|
class_restriction = { shipclass_starbase shipclass_military_station }
|
||
|
ai_weight = { weight = @upc }
|
||
|
}
|