Skip to content

Commit 0d3c636

Browse files
Masks Loadout Group (space-wizards#875)
# Description Yet another sequel to Simple-Station/Einstein-Engines#872 This time Masks # Changelog :cl: - tweak: All masks have had their loadout point costs substantially reduced. --------- Signed-off-by: VMSolidus <evilexecutive@gmail.com> Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
1 parent 4b08928 commit 0d3c636

2 files changed

Lines changed: 80 additions & 13 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
- type: characterItemGroup
2+
id: LoadoutMasks
3+
items:
4+
- type: loadout
5+
id: LoadoutMaskSterile
6+
- type: loadout
7+
id: LoadoutMaskMuzzle
8+
- type: loadout
9+
id: LoadoutMaskGas
10+
- type: loadout
11+
id: LoadoutMaskBandBlack
12+
- type: loadout
13+
id: LoadoutMaskBandBlue
14+
- type: loadout
15+
id: LoadoutMaskBandGold
16+
- type: loadout
17+
id: LoadoutMaskBandGreen
18+
- type: loadout
19+
id: LoadoutMaskBandGrey
20+
- type: loadout
21+
id: LoadoutMaskBandRed
22+
- type: loadout
23+
id: LoadoutMaskBandSkull
24+
- type: loadout
25+
id: LoadoutMaskBandMerc
26+
- type: loadout
27+
id: LoadoutMaskBandBrown
28+
- type: loadout
29+
id: LoadoutMaskNeckGaiter
30+
- type: loadout
31+
id: LoadoutMaskNeckGaiterRed
Lines changed: 49 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
- type: loadout
22
id: LoadoutMaskSterile
33
category: Mask
4-
cost: 1
4+
cost: 0
55
exclusive: true
66
items:
77
- ClothingMaskSterile
8+
requirements:
9+
- !type:CharacterItemGroupRequirement
10+
group: LoadoutMasks
811

912
- type: loadout
1013
id: LoadoutMaskMuzzle
1114
category: Mask
12-
cost: 2
15+
cost: 1
1316
exclusive: true
1417
items:
1518
- ClothingMaskMuzzle
19+
requirements:
20+
- !type:CharacterItemGroupRequirement
21+
group: LoadoutMasks
1622

1723
- type: loadout
1824
id: LoadoutMaskGas
@@ -21,20 +27,26 @@
2127
exclusive: true
2228
items:
2329
- ClothingMaskGas
30+
requirements:
31+
- !type:CharacterItemGroupRequirement
32+
group: LoadoutMasks
2433

2534
# Maskbands
2635
- type: loadout
2736
id: LoadoutMaskBandBlack
2837
category: Mask
29-
cost: 1
38+
cost: 0
3039
exclusive: true
3140
items:
3241
- ClothingMaskBandBlack
42+
requirements:
43+
- !type:CharacterItemGroupRequirement
44+
group: LoadoutMasks
3345

3446
- type: loadout
3547
id: LoadoutMaskBandBlue
3648
category: Mask
37-
cost: 1
49+
cost: 0
3850
exclusive: true
3951
items:
4052
- ClothingMaskBandBlue
@@ -43,11 +55,13 @@
4355
inverted: true
4456
departments:
4557
- Security
58+
- !type:CharacterItemGroupRequirement
59+
group: LoadoutMasks
4660

4761
- type: loadout
4862
id: LoadoutMaskBandGold
4963
category: Mask
50-
cost: 1
64+
cost: 0
5165
exclusive: true
5266
items:
5367
- ClothingMaskBandGold
@@ -56,11 +70,13 @@
5670
inverted: true
5771
departments:
5872
- Security
73+
- !type:CharacterItemGroupRequirement
74+
group: LoadoutMasks
5975

6076
- type: loadout
6177
id: LoadoutMaskBandGreen
6278
category: Mask
63-
cost: 1
79+
cost: 0
6480
exclusive: true
6581
items:
6682
- ClothingMaskBandGreen
@@ -69,11 +85,13 @@
6985
inverted: true
7086
departments:
7187
- Security
88+
- !type:CharacterItemGroupRequirement
89+
group: LoadoutMasks
7290

7391
- type: loadout
7492
id: LoadoutMaskBandGrey
7593
category: Mask
76-
cost: 1
94+
cost: 0
7795
exclusive: true
7896
items:
7997
- ClothingMaskBandGrey
@@ -82,27 +100,35 @@
82100
inverted: true
83101
departments:
84102
- Security
103+
- !type:CharacterItemGroupRequirement
104+
group: LoadoutMasks
85105

86106
- type: loadout
87107
id: LoadoutMaskBandRed
88108
category: Mask
89-
cost: 1
109+
cost: 0
90110
exclusive: true
91111
items:
92112
- ClothingMaskBandRed
113+
requirements:
114+
- !type:CharacterItemGroupRequirement
115+
group: LoadoutMasks
93116

94117
- type: loadout
95118
id: LoadoutMaskBandSkull
96119
category: Mask
97-
cost: 1
120+
cost: 0
98121
exclusive: true
99122
items:
100123
- ClothingMaskBandSkull
124+
requirements:
125+
- !type:CharacterItemGroupRequirement
126+
group: LoadoutMasks
101127

102128
- type: loadout
103129
id: LoadoutMaskBandMerc
104130
category: Mask
105-
cost: 2
131+
cost: 1
106132
exclusive: true
107133
items:
108134
- ClothingMaskBandMerc
@@ -111,11 +137,13 @@
111137
inverted: true
112138
departments:
113139
- Security
140+
- !type:CharacterItemGroupRequirement
141+
group: LoadoutMasks
114142

115143
- type: loadout
116144
id: LoadoutMaskBandBrown
117145
category: Mask
118-
cost: 1
146+
cost: 0
119147
exclusive: true
120148
items:
121149
- ClothingMaskBandBrown
@@ -124,20 +152,28 @@
124152
inverted: true
125153
departments:
126154
- Security
155+
- !type:CharacterItemGroupRequirement
156+
group: LoadoutMasks
127157

128158
# Gaiters
129159
- type: loadout
130160
id: LoadoutMaskNeckGaiter
131161
category: Mask
132-
cost: 2
162+
cost: 1
133163
exclusive: true
134164
items:
135165
- ClothingMaskNeckGaiter
166+
requirements:
167+
- !type:CharacterItemGroupRequirement
168+
group: LoadoutMasks
136169

137170
- type: loadout
138171
id: LoadoutMaskNeckGaiterRed
139172
category: Mask
140-
cost: 2
173+
cost: 1
141174
exclusive: true
142175
items:
143176
- ClothingMaskNeckGaiterRed
177+
requirements:
178+
- !type:CharacterItemGroupRequirement
179+
group: LoadoutMasks

0 commit comments

Comments
 (0)