forked from Rxup/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
46 changed files
with
381 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
JobSecurityEnginer = Полевой Инженер | ||
job-name-security-enginer = Полевой Инженер | ||
job-description-security-enginer = Не дайте бригу пропасть во тьме. Ремонтируйте постройки, а также устройте перестройки. Приносите разруху и разрушения во время штурма! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
Resources/Prototypes/_SpaceCats/Entities/Clothing/Shoes/boots.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- type: entity | ||
parent: ClothingShoesBootsJack | ||
id: ClothingShoesBootsJackSecEnginer | ||
components: | ||
- type: Sprite | ||
sprite: _SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi | ||
- type: Clothing | ||
sprite: _SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
Resources/Prototypes/_SpaceCats/Entities/Objects/Weapons/Bombs/C4Low.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
- type: entity | ||
Check failure on line 1 in Resources/Prototypes/_SpaceCats/Entities/Objects/Weapons/Bombs/C4Low.yml GitHub Actions / CRLF CheckFile contains CRLF line endings
|
||
name: C4Low | ||
description: Взрывчатка предназначена для быстрого разрушения воздушных шлюзов или стен, но ее взрыв довольно слабый с точки зрения радиуса действия. Вы можете увидеть этикетку (прикрепите ее непосредственно к объекту). | ||
parent: BasePlasticExplosive | ||
id: LPPC4Low | ||
components: | ||
- type: Sprite | ||
sprite: _SpaceCats/Objects/Weapons/Bombs/C4Low.rsi | ||
state: icon | ||
- type: OnUseTimerTrigger | ||
delay: 5 | ||
delayOptions: [5, 10, 15, 20] | ||
initialBeepDelay: 0 | ||
beepSound: | ||
path: /Audio/Effects/Cargo/buzz_two.ogg | ||
params: | ||
volume: -6 | ||
startOnStick: false | ||
canToggleStartOnStick: true | ||
- type: TriggerOnSignal | ||
- type: DeviceLinkSink | ||
ports: | ||
- Trigger | ||
- type: Explosive | ||
explosionType: DemolitionCharge | ||
totalIntensity: 10 | ||
intensitySlope: 10 | ||
maxIntensity: 10 | ||
canCreateVacuum: false | ||
- type: ExplodeOnTrigger |
47 changes: 47 additions & 0 deletions
47
Resources/Prototypes/_SpaceCats/Roles/Jobs/Security/SecEng.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
- type: job | ||
id: SecurityEngineer | ||
name: job-name-security-enginer | ||
description: job-description-security-enginer | ||
playTimeTracker: JobSecurityEnginer | ||
requirements: | ||
- !type:CharacterHeightRequirement | ||
min: 160 | ||
- !type:CharacterDepartmentTimeRequirement | ||
department: Security | ||
min: 12000 | ||
- !type:CharacterDepartmentTimeRequirement | ||
department: Engineering | ||
min: 12000 | ||
startingGear: SecurityEngineerGear | ||
icon: "JobIconSecurityEnginer" | ||
supervisors: job-supervisors-hos | ||
canBeAntag: false | ||
access: | ||
- Security | ||
- Brig | ||
- Maintenance | ||
- External | ||
- Engineering | ||
special: | ||
- !type:AddImplantSpecial | ||
implants: [ MindShieldImplant ] | ||
|
||
- type: startingGear | ||
id: SecurityEngineerGear | ||
equipment: | ||
jumpsuit: ClothingUniformJumpsuitSecEngineer | ||
back: ClothingBackpackSecurityEngineer | ||
shoes: ClothingShoesBootsJackSecEnginer | ||
eyes: ClothingEyesHudSecEng | ||
gloves: ClothingHandsGlovesColorYellow | ||
head: ClothingHeadHatHardhatYellow | ||
id: SecurityEngineerPDA | ||
outerClothing: ClothingOuterVestHazard | ||
ears: ClothingHeadsetSecurityEngineer | ||
belt: ClothingMilitaryWebbingSecEng | ||
storage: | ||
back: | ||
- SheetSteel10 | ||
- SheetGlass10 | ||
- LPPC4Low | ||
- LPPC4Low |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+152 Bytes
Resources/Textures/Interface/Misc/job_icons.rsi/SecurityEngineer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,9 @@ | |
{ | ||
"name": "Detective" | ||
}, | ||
{ | ||
"name": "SecurityEngineer" | ||
}, | ||
{ | ||
"name": "QuarterMaster" | ||
}, | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,9 @@ | |
{ | ||
"name": "admin" | ||
}, | ||
{ | ||
"name": "idsecurityenginer" | ||
}, | ||
{ | ||
"name": "ert_chaplain" | ||
}, | ||
|
Binary file added
BIN
+2.49 KB
...s/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/equipped-BACKPACK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.15 KB
...urces/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.33 KB
...extures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.19 KB
...xtures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions
27
Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "bobeeprum+Spac__", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon", | ||
"directions": 1 | ||
}, | ||
{ | ||
"name": "equipped-BACKPACK", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-left", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "inhand-right", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+361 Bytes
Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/alt-equipped-EARS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+165 Bytes
Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/equipped-EARS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+495 Bytes
Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/icon_alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions
25
Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Spac__", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "icon_alt" | ||
}, | ||
{ | ||
"name": "equipped-EARS", | ||
"directions": 4 | ||
}, | ||
{ | ||
"name": "alt-equipped-EARS", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+569 Bytes
Resources/Textures/_SpaceCats/Clothing/Eyes/HUD/SecEngHUD.rsi/equipped-EYES.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+351 Bytes
Resources/Textures/_SpaceCats/Clothing/Eyes/HUD/SecEngHUD.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions
18
Resources/Textures/_SpaceCats/Clothing/Eyes/HUD/SecEngHUD.rsi/meta.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "Made by BL02DL", | ||
"size": { | ||
"x": 32, | ||
"y": 32 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "icon" | ||
}, | ||
{ | ||
"name": "equipped-EYES", | ||
"directions": 4 | ||
} | ||
] | ||
} |
Binary file added
BIN
+541 Bytes
...res/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/equipped-FEET.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+328 Bytes
...ces/Textures/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+323 Bytes
...tures/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/inhand-left.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+340 Bytes
...ures/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/inhand-right.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.