Skip to content

Commit d9a8a52

Browse files
committed
Add presets
1 parent fe095ba commit d9a8a52

File tree

2 files changed

+309
-4
lines changed

2 files changed

+309
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
- type: playTimeTracker
22
id: JobGhostRole
3-
3+
44
- type: playTimeTracker
55
id: AdminTime
6-
6+
77
- type: playTimeTracker
88
id: AGhostTime
9-
9+
1010
- type: playTimeTracker
11-
id: ObserverTime
11+
id: ObserverTime
12+
13+
- type: playTimeTracker
14+
id: EventRole
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,302 @@
1+
# © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt
2+
3+
#### AGENT START ####
4+
- type: entity
5+
name: "рюкзак синдиката"
6+
description: "Вместительный рюкзак с множеством карманов, который носят члены синдиката."
7+
parent: ClothingBackpackDuffelSyndicate
8+
id: ClothingBackpackDuffelSyndicateSWAgent
9+
suffix: Shitspawn, Ebent, Space Wars, Agent
10+
components:
11+
- type: StorageFill
12+
contents:
13+
- id: BoxSurvivalSyndicate
14+
- id: CrowbarRed
15+
- id: HandheldGPSBasic
16+
- id: MagazinePistolSubMachineGun
17+
amount: 2
18+
- id: MedicatedSuture
19+
- id: RegenerativeMesh
20+
21+
- type: startingGear
22+
id: EbentSpaceWarsAgentGear
23+
equipment:
24+
jumpsuit: ClothingUniformJumpsuitOperative
25+
back: ClothingBackpackDuffelSyndicateSWAgent
26+
shoes: ClothingShoesChameleonNoSlips
27+
eyes: ClothingEyesHudSyndicate
28+
mask: ClothingMaskGasSyndicate
29+
gloves: ClothingHandsGlovesCombat
30+
outerClothing: ClothingOuterHardsuitSyndie
31+
suitstorage: WeaponSubMachineGunC20r
32+
ears: ClothingHeadsetAltSyndicate
33+
belt: ClothingBeltMilitaryWebbing
34+
pocket1: DoubleEmergencyOxygenTankFilled
35+
36+
- type: entity
37+
id: RandomHumanoidSpawnerSpaceWarsAgent
38+
name: Спавнер Агента
39+
suffix: Shitspawn, Ebent, Space Wars
40+
components:
41+
- type: Sprite
42+
sprite: Markers/jobs.rsi
43+
state: ertleader
44+
- type: RandomHumanoidSpawner
45+
settings: EbentSpaceWarsAgent
46+
47+
- type: randomHumanoidSettings
48+
id: EbentSpaceWarsAgent
49+
randomizeName: true
50+
speciesBlacklist: [ Arachnid, Diona, Dwarf, Reptilian, Skeleton, SlimePerson, Vox, Moth, Felinid ]
51+
components:
52+
- type: Loadout
53+
prototypes: [ EbentSpaceWarsAgentGear ]
54+
#### AGENT END ####
55+
56+
#### LEADER START ####
57+
- type: entity
58+
name: "рюкзак синдиката"
59+
description: "Вместительный рюкзак с множеством карманов, который носят члены синдиката."
60+
parent: ClothingBackpackDuffelSyndicate
61+
id: ClothingBackpackDuffelSyndicateSWLeader
62+
suffix: Shitspawn, Ebent, Space Wars, Leader
63+
components:
64+
- type: StorageFill
65+
contents:
66+
- id: BoxSurvivalSyndicate
67+
- id: CrowbarRed
68+
- id: HandheldGPSBasic
69+
- id: MedicatedSuture
70+
- id: RegenerativeMesh
71+
- id: WeaponPistolViper
72+
- id: MagazinePistol
73+
amount: 3
74+
- id: ExpensiveLighterSyndicate
75+
- id: Stimpack
76+
amount: 2
77+
- id: CombatMedipen
78+
- id: DoubleEmergencyOxygenTankFilled
79+
80+
- type: startingGear
81+
id: EbentSpaceWarsLeaderGear
82+
equipment:
83+
jumpsuit: ClothingUniformJumpsuitOperative
84+
back: ClothingBackpackDuffelSyndicateSWLeader
85+
shoes: ClothingShoesChameleonNoSlips
86+
eyes: ClothingEyesHudSyndicate
87+
mask: ClothingMaskGasSyndicate
88+
gloves: ClothingHandsGlovesCombat
89+
outerClothing: ClothingOuterHardsuitSyndieCommander
90+
ears: ClothingHeadsetAltSyndicate
91+
belt: ClothingBeltMilitaryWebbing
92+
pocket1: FlashlightSecliteSyndicate
93+
pocket2: EnergySword
94+
95+
- type: entity
96+
id: RandomHumanoidSpawnerSpaceWarsLeader
97+
name: Спавнер Командира
98+
suffix: Shitspawn, Ebent, Space Wars
99+
components:
100+
- type: Sprite
101+
sprite: Markers/jobs.rsi
102+
state: ertleader
103+
- type: RandomHumanoidSpawner
104+
settings: EbentSpaceWarsLeader
105+
106+
- type: randomHumanoidSettings
107+
id: EbentSpaceWarsLeader
108+
randomizeName: true
109+
speciesBlacklist: [ Arachnid, Diona, Dwarf, Reptilian, Skeleton, SlimePerson, Vox, Moth, Felinid ]
110+
components:
111+
- type: Loadout
112+
prototypes: [ EbentSpaceWarsLeaderGear ]
113+
#### LEADER END ####
114+
115+
#### OPERATIVE START ####
116+
- type: entity
117+
name: "рюкзак синдиката"
118+
description: "Вместительный рюкзак с множеством карманов, который носят члены синдиката."
119+
parent: ClothingBackpackDuffelSyndicate
120+
id: ClothingBackpackDuffelSyndicateSWOperative
121+
suffix: Shitspawn, Ebent, Space Wars, Operative
122+
components:
123+
- type: StorageFill
124+
contents:
125+
- id: BoxSurvivalSyndicate
126+
- id: CrowbarRed
127+
- id: HandheldGPSBasic
128+
- id: MagazinePistolSubMachineGun
129+
amount: 2
130+
- id: MedicatedSuture
131+
- id: RegenerativeMesh
132+
- id: Stimpack
133+
amount: 3
134+
- id: CombatMedipen
135+
- id: DeathRattleImplanter
136+
137+
- type: startingGear
138+
id: EbentSpaceWarsOperativeGear
139+
equipment:
140+
jumpsuit: ClothingUniformJumpsuitOperative
141+
back: ClothingBackpackDuffelSyndicateSWOperative
142+
shoes: ClothingShoesBootsMagSyndie
143+
eyes: ClothingEyesHudSyndicate
144+
mask: ClothingMaskGasSyndicate
145+
gloves: ClothingHandsGlovesCombat
146+
outerClothing: ClothingOuterHardsuitSyndie
147+
suitstorage: WeaponSubMachineGunC20r
148+
ears: ClothingHeadsetAltSyndicate
149+
belt: ClothingBeltMilitaryWebbing
150+
pocket1: DoubleEmergencyOxygenTankFilled
151+
pocket2: FlashlightSecliteSyndicate
152+
153+
- type: entity
154+
id: RandomHumanoidSpawnerSpaceWarsOperative
155+
name: Спавнер Оперативника
156+
suffix: Shitspawn, Ebent, Space Wars
157+
components:
158+
- type: Sprite
159+
sprite: Markers/jobs.rsi
160+
state: ertleader
161+
- type: RandomHumanoidSpawner
162+
settings: EbentSpaceWarsOperative
163+
164+
- type: randomHumanoidSettings
165+
id: EbentSpaceWarsOperative
166+
randomizeName: true
167+
speciesBlacklist: [ Arachnid, Diona, Dwarf, Reptilian, Skeleton, SlimePerson, Vox, Moth, Felinid ]
168+
components:
169+
- type: Loadout
170+
prototypes: [ EbentSpaceWarsOperativeGear ]
171+
#### OPERATIVE END ####
172+
173+
#### ENGINEER START ####
174+
- type: entity
175+
name: "рюкзак синдиката"
176+
description: "Вместительный рюкзак с множеством карманов, который носят члены синдиката."
177+
parent: ClothingBackpackDuffelSyndicate
178+
id: ClothingBackpackDuffelSyndicateSWEngineer
179+
suffix: Shitspawn, Ebent, Space Wars, Engineer
180+
components:
181+
- type: Storage
182+
grid:
183+
- 0,0,8,4
184+
- type: StorageFill
185+
contents:
186+
- id: BoxSurvivalSyndicate
187+
- id: HandheldGPSBasic
188+
- id: MagazinePistol
189+
amount: 2
190+
- id: CableApcStack
191+
- id: CableMVStack
192+
- id: CableHVStack
193+
- id: SheetGlass
194+
- id: SheetPlasteel
195+
- id: SheetSteel
196+
197+
- type: entity
198+
name: армейская РПС
199+
description: Ременно-поясная система тактических ремней, которую носят абордажные группы Синдиката.
200+
parent: ClothingBeltMilitaryWebbing
201+
id: ClothingBeltMilitaryWebbingSWEngineer
202+
suffix: Shitspawn, Ebent, Space Wars, Engineer
203+
components:
204+
- type: StorageFill
205+
contents:
206+
- id: HolofanProjector
207+
- id: GasAnalyzer
208+
- id: trayScanner
209+
- id: WelderExperimental
210+
- id: PowerDrill
211+
- id: Multitool
212+
- id: SyndicateJawsOfLife
213+
214+
- type: startingGear
215+
id: EbentSpaceWarsEngineerGear
216+
equipment:
217+
jumpsuit: ClothingUniformJumpsuitOperative
218+
back: ClothingBackpackDuffelSyndicateSWEngineer
219+
shoes: ClothingShoesChameleonNoSlips
220+
eyes: ClothingEyesHudSyndicate
221+
mask: ClothingMaskGasSyndicate
222+
gloves: ClothingHandsGlovesCombat
223+
outerClothing: ClothingOuterHardsuitSyndieElite
224+
ears: ClothingHeadsetAltSyndicate
225+
belt: ClothingBeltMilitaryWebbingSWEngineer
226+
pocket1: FlashlightSecliteSyndicate
227+
pocket2: WeaponPistolViper
228+
229+
- type: entity
230+
id: RandomHumanoidSpawnerSpaceWarsEngineer
231+
name: Спавнер Техника
232+
suffix: Shitspawn, Ebent, Space Wars
233+
components:
234+
- type: Sprite
235+
sprite: Markers/jobs.rsi
236+
state: ertleader
237+
- type: RandomHumanoidSpawner
238+
settings: EbentSpaceWarsEngineer
239+
240+
- type: randomHumanoidSettings
241+
id: EbentSpaceWarsEngineer
242+
randomizeName: true
243+
speciesBlacklist: [ Arachnid, Diona, Dwarf, Reptilian, Skeleton, SlimePerson, Vox, Moth, Felinid ]
244+
components:
245+
- type: Loadout
246+
prototypes: [ EbentSpaceWarsEngineerGear ]
247+
#### ENGINEER END ####
248+
249+
#### MEIDC START ####
250+
- type: entity
251+
name: "рюкзак синдиката"
252+
description: "Вместительный рюкзак с множеством карманов, который носят члены синдиката."
253+
parent: ClothingBackpackDuffelSyndicateMedical
254+
id: ClothingBackpackDuffelSyndicateSWMedic
255+
suffix: Shitspawn, Ebent, Space Wars, Engineer
256+
components:
257+
- type: StorageFill
258+
contents:
259+
- id: BoxSurvivalSyndicate
260+
- id: CrowbarRed
261+
- id: HandheldGPSBasic
262+
- id: DoubleEmergencyOxygenTankFilled
263+
- id: MedkitAdvancedFilled
264+
- id: SyndiHypo
265+
- id: EpinephrineChemistryBottle
266+
amount: 2
267+
- id: OmnizineChemistryBottle
268+
269+
- type: startingGear
270+
id: EbentSpaceWarsMedicGear
271+
equipment:
272+
jumpsuit: ClothingUniformJumpsuitOperative
273+
back: ClothingBackpackDuffelSyndicateSWMedic
274+
shoes: ClothingShoesChameleonNoSlips
275+
eyes: ClothingEyesHudMedical
276+
mask: ClothingMaskGasSyndicate
277+
gloves: ClothingHandsGlovesCombat
278+
outerClothing: ClothingOuterHardsuitSyndieMedic
279+
ears: ClothingHeadsetAltSyndicate
280+
belt: ClothingBeltMedicalFilled
281+
pocket1: FlashlightSecliteSyndicate
282+
pocket2: HandheldHealthAnalyzer
283+
284+
- type: entity
285+
id: RandomHumanoidSpawnerSpaceWarsMedic
286+
name: Спавнер Медика
287+
suffix: Shitspawn, Ebent, Space Wars
288+
components:
289+
- type: Sprite
290+
sprite: Markers/jobs.rsi
291+
state: ertleader
292+
- type: RandomHumanoidSpawner
293+
settings: EbentSpaceWarsMedic
294+
295+
- type: randomHumanoidSettings
296+
id: EbentSpaceWarsMedic
297+
randomizeName: true
298+
speciesBlacklist: [ Arachnid, Diona, Dwarf, Reptilian, Skeleton, SlimePerson, Vox, Moth, Felinid ]
299+
components:
300+
- type: Loadout
301+
prototypes: [ EbentSpaceWarsMedicGear ]
302+
#### MEDIC END ####

0 commit comments

Comments
 (0)