We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e5ee6 commit ee23e15Copy full SHA for ee23e15
Ruleset/ALLFACTIONS/facilities.rul
@@ -32,7 +32,7 @@ facilities:
32
monthlyCost: -300000 # from -150000
33
34
- type: STR_OUTPOST_TEMP_STORAGE
35
- requiresBaseFunc: [OUTP_UPGRADE]
+ requiresBaseFunc: [OUTP]
36
maxAllowedPerBase: 1
37
spriteShape: {mod: 40k, index: 0}
38
spriteFacility: 740
@@ -49,7 +49,7 @@ facilities:
49
- &STR_OUTPOST_NORMAL
50
type: STR_OUTPOST_GUARD
51
canBeBuiltOver: true
52
- provideBaseFunc: [OUTP_UPGRADE]
+ provideBaseFunc: [OUTP, HANGAR, IMPERIUM]
53
54
monthlyCost: 300000
55
refundValue: 500000
0 commit comments