fix(mss): fixed being able to put the mss power core on defense platforms
This commit is contained in:
parent
f6a83372c5
commit
78181c0f71
4 changed files with 4 additions and 4 deletions
|
@ -4,4 +4,4 @@ tags={
|
||||||
}
|
}
|
||||||
name="Archaeo Jump Drive"
|
name="Archaeo Jump Drive"
|
||||||
supported_version="3.10.4"
|
supported_version="3.10.4"
|
||||||
path="C:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/Archaeo Jump Drive"
|
path="E:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/Archaeo Jump Drive"
|
||||||
|
|
|
@ -4,4 +4,4 @@ tags={
|
||||||
}
|
}
|
||||||
name="Big Yards Forked"
|
name="Big Yards Forked"
|
||||||
supported_version="3.10.4"
|
supported_version="3.10.4"
|
||||||
path="C:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/Big Yards Forked"
|
path="E:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/Big Yards Forked"
|
||||||
|
|
|
@ -5,4 +5,4 @@ tags={
|
||||||
}
|
}
|
||||||
name="More Starbase Slots"
|
name="More Starbase Slots"
|
||||||
supported_version="3.10.4"
|
supported_version="3.10.4"
|
||||||
path="C:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/More Starbase Slots"
|
path="E:/Users/seasw/Documents/Paradox Interactive/Stellaris/mod/More Starbase Slots"
|
||||||
|
|
|
@ -8,6 +8,6 @@ utility_component_template = {
|
||||||
icon_frame = 1
|
icon_frame = 1
|
||||||
power = @upc
|
power = @upc
|
||||||
component_set = "power_core"
|
component_set = "power_core"
|
||||||
class_restriction = { shipclass_starbase shipclass_military_station }
|
class_restriction = { shipclass_starbase }
|
||||||
ai_weight = { weight = @upc }
|
ai_weight = { weight = @upc }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue