From 6e164adf5f2ae2af797c5a33dc538692464410c3 Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Tue, 2 Jul 2024 12:12:39 -0400 Subject: [PATCH] (More Starbase Slots): fixed size restrictions so you can't use the OPC on the juggernaut or defense platforms --- More Starbase Slots.mod | 2 +- More Starbase Slots/common/component_templates/mss_power.txt | 2 +- More Starbase Slots/descriptor.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/More Starbase Slots.mod b/More Starbase Slots.mod index 24ac925..705a0d5 100644 --- a/More Starbase Slots.mod +++ b/More Starbase Slots.mod @@ -1,4 +1,4 @@ -version="1.2" +version="1.3" tags={ "Balance" "Gameplay" diff --git a/More Starbase Slots/common/component_templates/mss_power.txt b/More Starbase Slots/common/component_templates/mss_power.txt index 4af02b6..17b62d6 100644 --- a/More Starbase Slots/common/component_templates/mss_power.txt +++ b/More Starbase Slots/common/component_templates/mss_power.txt @@ -8,6 +8,6 @@ utility_component_template = { icon_frame = 1 power = @upc component_set = "power_core" - class_restriction = { shipclass_starbase } + size_restriction = { starbase_outpost starbase_starport starbase_starhold starbase_starfortress starbase_citadel } ai_weight = { weight = @upc } } diff --git a/More Starbase Slots/descriptor.mod b/More Starbase Slots/descriptor.mod index 7c67d6f..58c5c99 100644 --- a/More Starbase Slots/descriptor.mod +++ b/More Starbase Slots/descriptor.mod @@ -1,4 +1,4 @@ -version="1.2" +version="1.3" tags={ "Balance" "Gameplay"