From 1a5b6681988038787fca07710727900b636b614b Mon Sep 17 00:00:00 2001 From: CrimeMoot Date: Tue, 17 Dec 2024 15:07:27 +0500 Subject: [PATCH] add new role Brig Engener --- Resources/Locale/ru-RU/_Cats/Jobs/jobs.ftl | 3 ++ .../Prototypes/Roles/Jobs/departments.yml | 1 + .../Entities/Clothing/Back/backpacks.yml | 11 +++- .../Entities/Clothing/Belt/belts.yml | 17 +++++++ .../Entities/Clothing/Ears/headsets.yml | 19 ++++++- .../Entities/Clothing/Eyes/goggles.yml | 16 ++++++ .../Entities/Clothing/Shoes/boots.yml | 8 +++ .../Entities/Clothing/Uniforms/jumpsuits.yml | 13 ++++- .../Entities/Markers/Spawners/jobs.yml | 14 +++++- .../Entities/Objects/Devices/pda.yml | 23 ++++++++- .../Objects/Misc/identification_cards.yml | 16 ++++++ .../Entities/Objects/Weapons/Bombs/C4Low.yml | 30 +++++++++++ .../_SpaceCats/Roles/Jobs/Security/SecEng.yml | 47 ++++++++++++++++++ .../_SpaceCats/StatusEffects/job.yml | 10 +++- .../Misc/job_icons.rsi/SecurityEngineer.png | Bin 0 -> 152 bytes .../Interface/Misc/job_icons.rsi/meta.json | 3 ++ .../Misc/id_cards.rsi/idsecurityenginer.png | Bin 0 -> 359 bytes .../Objects/Misc/id_cards.rsi/meta.json | 3 ++ .../equipped-BACKPACK.png | Bin 0 -> 2549 bytes .../Backpacks/securityEngineer.rsi/icon.png | Bin 0 -> 2204 bytes .../securityEngineer.rsi/inhand-left.png | Bin 0 -> 2389 bytes .../securityEngineer.rsi/inhand-right.png | Bin 0 -> 2247 bytes .../Backpacks/securityEngineer.rsi/meta.json | 27 ++++++++++ .../Ears/security.rsi/alt-equipped-EARS.png | Bin 0 -> 361 bytes .../Ears/security.rsi/equipped-EARS.png | Bin 0 -> 165 bytes .../Clothing/Ears/security.rsi/icon.png | Bin 0 -> 364 bytes .../Clothing/Ears/security.rsi/icon_alt.png | Bin 0 -> 495 bytes .../Clothing/Ears/security.rsi/meta.json | 25 ++++++++++ .../Eyes/HUD/SecEngHUD.rsi/equipped-EYES.png | Bin 0 -> 569 bytes .../Clothing/Eyes/HUD/SecEngHUD.rsi/icon.png | Bin 0 -> 351 bytes .../Clothing/Eyes/HUD/SecEngHUD.rsi/meta.json | 18 +++++++ .../equipped-FEET.png | Bin 0 -> 541 bytes .../Boots/jackboots_sec_enginer.rsi/icon.png | Bin 0 -> 328 bytes .../jackboots_sec_enginer.rsi/inhand-left.png | Bin 0 -> 323 bytes .../inhand-right.png | Bin 0 -> 340 bytes .../Boots/jackboots_sec_enginer.rsi/meta.json | 26 ++++++++++ .../equipped-INNERCLOTHING.png | Bin 0 -> 663 bytes .../securityEngineerJumpSuit.rsi/icon.png | Bin 0 -> 359 bytes .../inhand-left.png | Bin 0 -> 403 bytes .../inhand-right.png | Bin 0 -> 406 bytes .../securityEngineerJumpSuit.rsi/meta.json | 26 ++++++++++ .../Objects/Weapons/Bombs/C4Low.rsi/icon.png | Bin 0 -> 334 bytes .../Weapons/Bombs/C4Low.rsi/inhand-left.png | Bin 0 -> 329 bytes .../Weapons/Bombs/C4Low.rsi/inhand-right.png | Bin 0 -> 341 bytes .../Objects/Weapons/Bombs/C4Low.rsi/meta.json | 31 ++++++++++++ .../Weapons/Bombs/C4Low.rsi/primed.png | Bin 0 -> 374 bytes 46 files changed, 381 insertions(+), 6 deletions(-) create mode 100644 Resources/Locale/ru-RU/_Cats/Jobs/jobs.ftl create mode 100644 Resources/Prototypes/_SpaceCats/Entities/Clothing/Shoes/boots.yml create mode 100644 Resources/Prototypes/_SpaceCats/Entities/Objects/Weapons/Bombs/C4Low.yml create mode 100644 Resources/Prototypes/_SpaceCats/Roles/Jobs/Security/SecEng.yml create mode 100644 Resources/Textures/Interface/Misc/job_icons.rsi/SecurityEngineer.png create mode 100644 Resources/Textures/Objects/Misc/id_cards.rsi/idsecurityenginer.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/equipped-BACKPACK.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/icon.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/inhand-left.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/inhand-right.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/meta.json create mode 100644 Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/alt-equipped-EARS.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/equipped-EARS.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/icon.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/icon_alt.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/meta.json create mode 100644 Resources/Textures/_SpaceCats/Clothing/Eyes/HUD/SecEngHUD.rsi/equipped-EYES.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Eyes/HUD/SecEngHUD.rsi/icon.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Eyes/HUD/SecEngHUD.rsi/meta.json create mode 100644 Resources/Textures/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/equipped-FEET.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/icon.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/inhand-left.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/inhand-right.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/meta.json create mode 100644 Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/equipped-INNERCLOTHING.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/icon.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/inhand-left.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/inhand-right.png create mode 100644 Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/meta.json create mode 100644 Resources/Textures/_SpaceCats/Objects/Weapons/Bombs/C4Low.rsi/icon.png create mode 100644 Resources/Textures/_SpaceCats/Objects/Weapons/Bombs/C4Low.rsi/inhand-left.png create mode 100644 Resources/Textures/_SpaceCats/Objects/Weapons/Bombs/C4Low.rsi/inhand-right.png create mode 100644 Resources/Textures/_SpaceCats/Objects/Weapons/Bombs/C4Low.rsi/meta.json create mode 100644 Resources/Textures/_SpaceCats/Objects/Weapons/Bombs/C4Low.rsi/primed.png diff --git a/Resources/Locale/ru-RU/_Cats/Jobs/jobs.ftl b/Resources/Locale/ru-RU/_Cats/Jobs/jobs.ftl new file mode 100644 index 00000000000..f7d0374a33c --- /dev/null +++ b/Resources/Locale/ru-RU/_Cats/Jobs/jobs.ftl @@ -0,0 +1,3 @@ +JobSecurityEnginer = Полевой Инженер +job-name-security-enginer = Полевой Инженер +job-description-security-enginer = Не дайте бригу пропасть во тьме. Ремонтируйте постройки, а также устройте перестройки. Приносите разруху и разрушения во время штурма! \ No newline at end of file diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index 8d66f6d6f00..01df4f144da 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -135,6 +135,7 @@ - Detective - Warden - Brigmedic #backmen + - SecurityEngineer # Cats accountNumber: 1320 #backmen: currency - type: department diff --git a/Resources/Prototypes/_SpaceCats/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Back/backpacks.yml index 2a740f800fe..ecf8d1abe35 100644 --- a/Resources/Prototypes/_SpaceCats/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Back/backpacks.yml @@ -14,4 +14,13 @@ description: Рюкзак для переноски голов врагов корпорации. components: - type: Sprite - sprite: _SpaceCats/BridgeOfficer/BOBackpack.rsi \ No newline at end of file + sprite: _SpaceCats/BridgeOfficer/BOBackpack.rsi + +- type: entity + parent: ClothingBackpack + id: ClothingBackpackSecurityEngineer + name: рюкзак полевого инженера + description: В два раза больше наручников! + components: + - type: Sprite + sprite: _SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_SpaceCats/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Belt/belts.yml index 2e2d8b48db3..7a4d544f772 100644 --- a/Resources/Prototypes/_SpaceCats/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Belt/belts.yml @@ -111,3 +111,20 @@ sprite: _SpaceCats/BridgeOfficer/BOWebbing.rsi - type: Clothing sprite: _SpaceCats/BridgeOfficer/BOWebbing.rsi + +- type: entity + id: ClothingMilitaryWebbingSecEng + parent: ClothingBeltMilitaryWebbing + name: инженерный рпс полевого инженера + description: Лямка с большим количеством ремней для инженера по безопасности. + suffix: Security + components: + - type: StorageFill + contents: + - id: JawsOfLife + - id: Wrench + - id: Screwdriver + - id: WelderIndustrial + - id: Multitool + - type: ExplosionResistance + damageCoefficient: 0.5 \ No newline at end of file diff --git a/Resources/Prototypes/_SpaceCats/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Ears/headsets.yml index 05099f72acc..9faf337445a 100644 --- a/Resources/Prototypes/_SpaceCats/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Ears/headsets.yml @@ -13,4 +13,21 @@ - type: Sprite sprite: _SpaceCats/BridgeOfficer/BOHeadset.rsi - type: Clothing - sprite: _SpaceCats/BridgeOfficer/BOHeadset.rsi \ No newline at end of file + sprite: _SpaceCats/BridgeOfficer/BOHeadset.rsi + +- type: entity + parent: ClothingHeadset + id: ClothingHeadsetSecurityEngineer + name: гарнитура полевого инженера + description: Это используется вашими элитными силами безопасности. + components: + - type: ContainerFill + containers: + key_slots: + - EncryptionKeySecurity + - EncryptionKeyEngineering + - EncryptionKeyCommon + - type: Sprite + sprite: _SpaceCats/Clothing/Ears/security.rsi + - type: Clothing + sprite: _SpaceCats/Clothing/Ears/security.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_SpaceCats/Entities/Clothing/Eyes/goggles.yml b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Eyes/goggles.yml index f255a687c64..83cc8517819 100644 --- a/Resources/Prototypes/_SpaceCats/Entities/Clothing/Eyes/goggles.yml +++ b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Eyes/goggles.yml @@ -97,3 +97,19 @@ suffix: "Chameleon, NukeOps" components: - type: ShowSyndicateIcons + +- type: entity + parent: [ClothingEyesBase, ShowSecurityIcons] + id: ClothingEyesHudSecEng + name: охранные очки полевого инженера + description: Модель HUD представляет собой комбинацию оптического мезонного сканера и датчика безопасности. Защищает глаза. + components: + - type: Sprite + sprite: _SpaceCats/Clothing/Eyes/HUD/SecEngHUD.rsi + - type: Clothing + sprite: _SpaceCatsClothing/Eyes/HUD/SecEngHUD.rsi + - type: EyeProtection + - type: FlashImmunity + - type: Tag + tags: + - HudSecurity \ No newline at end of file diff --git a/Resources/Prototypes/_SpaceCats/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Shoes/boots.yml new file mode 100644 index 00000000000..7f442bea529 --- /dev/null +++ b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Shoes/boots.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/_SpaceCats/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Uniforms/jumpsuits.yml index f0b9926666c..12fd5b001f8 100644 --- a/Resources/Prototypes/_SpaceCats/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_SpaceCats/Entities/Clothing/Uniforms/jumpsuits.yml @@ -64,4 +64,15 @@ sprite: _SpaceCats/BridgeOfficer/BOJumpsuit.rsi - type: Tag tags: - - WhitelistChameleon \ No newline at end of file + - WhitelistChameleon + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitSecEngineer + name: комбинезон полевого офицера + description: Комбинезон изготовлен из прочного материала, обеспечивающего надежную защиту. + components: + - type: Sprite + sprite: _SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi + - type: Clothing + sprite: _SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_SpaceCats/Entities/Markers/Spawners/jobs.yml b/Resources/Prototypes/_SpaceCats/Entities/Markers/Spawners/jobs.yml index 33c306844d4..62048dc020a 100644 --- a/Resources/Prototypes/_SpaceCats/Entities/Markers/Spawners/jobs.yml +++ b/Resources/Prototypes/_SpaceCats/Entities/Markers/Spawners/jobs.yml @@ -20,4 +20,16 @@ - type: Sprite layers: - state: green - - state: maid \ No newline at end of file + - state: maid + +- type: entity + id: SpawnPointSecurityEngineer + parent: SpawnPointJobBase + name: SecurityEngineer + components: + - type: SpawnPoint + job_id: SecurityEngineer + - type: Sprite + layers: + - state: green + - state: security_officer \ No newline at end of file diff --git a/Resources/Prototypes/_SpaceCats/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/_SpaceCats/Entities/Objects/Devices/pda.yml index eb738119a4a..0baf5c16c56 100644 --- a/Resources/Prototypes/_SpaceCats/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/_SpaceCats/Entities/Objects/Devices/pda.yml @@ -26,4 +26,25 @@ components: - type: Pda id: MaidIDCard - state: pda-maid \ No newline at end of file + state: pda-maid + +- type: entity + parent: BaseEngineerPDA + id: SecurityEngineerPDA + name: кпк полевого офицера + description: Красный, чтобы скрыть пятна крови пассажира. + components: + - type: Pda + id: SecurityEngineerIDCard + state: pda-security-enginer + - type: PdaBorderColor + borderColor: "#9b2b2a" + - type: Icon + state: pda-security + - type: CartridgeLoader + preinstalled: + - CrewManifestCartridge + - NotekeeperCartridge + - NewsReaderCartridge + - CrimeAssistCartridge + - SecWatchCartridge \ No newline at end of file diff --git a/Resources/Prototypes/_SpaceCats/Entities/Objects/Misc/identification_cards.yml b/Resources/Prototypes/_SpaceCats/Entities/Objects/Misc/identification_cards.yml index b244d1dd270..7c04e2a4b19 100644 --- a/Resources/Prototypes/_SpaceCats/Entities/Objects/Misc/identification_cards.yml +++ b/Resources/Prototypes/_SpaceCats/Entities/Objects/Misc/identification_cards.yml @@ -21,3 +21,19 @@ - state: idmaid - type: PresetIdCard job: Maid + +- type: entity + parent: IDCardStandard + id: SecurityEngineerIDCard + name: карта полевого офицера + components: + - type: Sprite + layers: + - state: default + - state: departmenthead + color: "#1B67A5" + - state: subdepartment + color: "#F39F27" + - state: idsecurityenginer + - type: PresetIdCard + job: SecurityEngineer \ No newline at end of file diff --git a/Resources/Prototypes/_SpaceCats/Entities/Objects/Weapons/Bombs/C4Low.yml b/Resources/Prototypes/_SpaceCats/Entities/Objects/Weapons/Bombs/C4Low.yml new file mode 100644 index 00000000000..2cd7eba3f88 --- /dev/null +++ b/Resources/Prototypes/_SpaceCats/Entities/Objects/Weapons/Bombs/C4Low.yml @@ -0,0 +1,30 @@ +- type: entity + 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 \ No newline at end of file diff --git a/Resources/Prototypes/_SpaceCats/Roles/Jobs/Security/SecEng.yml b/Resources/Prototypes/_SpaceCats/Roles/Jobs/Security/SecEng.yml new file mode 100644 index 00000000000..ff405cd71a3 --- /dev/null +++ b/Resources/Prototypes/_SpaceCats/Roles/Jobs/Security/SecEng.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/_SpaceCats/StatusEffects/job.yml b/Resources/Prototypes/_SpaceCats/StatusEffects/job.yml index 7cd9a62558a..a4d364cd351 100644 --- a/Resources/Prototypes/_SpaceCats/StatusEffects/job.yml +++ b/Resources/Prototypes/_SpaceCats/StatusEffects/job.yml @@ -12,4 +12,12 @@ icon: sprite: /Textures/Interface/Misc/job_icons.rsi state: Maid - jobName: job-name-maid \ No newline at end of file + jobName: job-name-maid + +- type: jobIcon + parent: JobIcon + id: JobIconSecurityEnginer + icon: + sprite: /Textures/Interface/Misc/job_icons.rsi + state: SecurityEngineer + jobName: job-name-security-enginer \ No newline at end of file diff --git a/Resources/Textures/Interface/Misc/job_icons.rsi/SecurityEngineer.png b/Resources/Textures/Interface/Misc/job_icons.rsi/SecurityEngineer.png new file mode 100644 index 0000000000000000000000000000000000000000..3a9dbaad7060139032f8fd130fcdb055d326c25d GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^93afW3?x5a^xFxf7>k44ofy`glX(f`@C5jTxc>kD zznOvIGy?;Wap&l_ML=}%W!ZFkK^g&(*1py|u_Gl{x0(CKXy85}Sb4q9e0JCE=U;qFB literal 0 HcmV?d00001 diff --git a/Resources/Textures/Interface/Misc/job_icons.rsi/meta.json b/Resources/Textures/Interface/Misc/job_icons.rsi/meta.json index e6a9f4f9c6d..6b20f9cf871 100644 --- a/Resources/Textures/Interface/Misc/job_icons.rsi/meta.json +++ b/Resources/Textures/Interface/Misc/job_icons.rsi/meta.json @@ -11,6 +11,9 @@ { "name": "Detective" }, + { + "name": "SecurityEngineer" + }, { "name": "QuarterMaster" }, diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/idsecurityenginer.png b/Resources/Textures/Objects/Misc/id_cards.rsi/idsecurityenginer.png new file mode 100644 index 0000000000000000000000000000000000000000..13408b3c4a2db7e0e9b9145ff370f71965d9fc40 GIT binary patch literal 359 zcmV-t0hs=YP)Px$AxT6*R9J=Wl)Fj;K@^5RWy>AdW<_N60p?KxrbrOdXs-x1f}}_-f{m!y_yB>B z6c#>!g@qtk$n;_e;#ve}ynupMSzT~O!NGvc*9?bqhB>$SArJ@z0%K;v<~UrOdi!iY zT|F~Axi7`E9QS`pWOHOmMDsKw76PL+u@E%&YqUE(jMl82pZ)f20480|SO{jaSz;kL z*xRAq=@qswoCz4M8T79)TBDRI?8ZXPTLRV*z()t_)e2Hdnj7m#DOp}!W9csvFj`Zu zR><=lr4*Z6+r>`!!a0Ib#c7(-JvuJ!gfE;O_^R^JPWZz5k1tzuB^`KBkKA_eN-^^u zbYSc_l`u;pvLvEEe6^l0y8~{3Y54ZMz>j(c0)fE);vL{7acOLdM*9E&002ovPDHLk FV1o8jmJ0v? literal 0 HcmV?d00001 diff --git a/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json b/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json index 882feb22183..2cb1240a703 100644 --- a/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json +++ b/Resources/Textures/Objects/Misc/id_cards.rsi/meta.json @@ -16,6 +16,9 @@ { "name": "admin" }, + { + "name": "idsecurityenginer" + }, { "name": "ert_chaplain" }, diff --git a/Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/equipped-BACKPACK.png b/Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/equipped-BACKPACK.png new file mode 100644 index 0000000000000000000000000000000000000000..000cb869e8ca2fcbd66d35bc409514c0891ea23b GIT binary patch literal 2549 zcmbVO3s4hh9{-lA2r2?c#e(1(YJt_P7+VeQA_RwMx>VslMIH}c&)+(pevkE;c;DdS_9;v<2wsV<%e7pPm ze*fS9Ia!~zICX|^h%W$OMtYhqTfE1+j&o2uf>~>E$w+80KX&d6WX%CFBE{u z$IS+#VAN+46lax^G-qO@POD8s1Mpm&(?(JjMu1IBk(t#>`kM|(U^A_i7^ zo6{=nOismO165(6G_)ix7Jkl2hy+$fAYrGqgyjjRRx-*$2R05Ae1dCRZ;5G;w z^;vKdXJ=rQ6hkNs!(o|BC8cRfZK4zlVL2w3p;!zmQzJ5*ki`(V8Xo^iM0<9+kjU1h zj9U|*w31>$un{Qga5$t6T*}#tP?<)fK`}Whmm?wq;a#jiIuVwSm|)N`JY_fA1T)9N zZbs6?l?hsjsCCQo}Y9Gwa?zR^~KEi5x#!Rg*GIWiqJ|5|b$qHKQ;g zF{FY)OllR4;YyVW$H@t{C3dseX=KU6tZr4b$f(3rF}PZdBPIo|Mq(5S3NcZ*2B8(| z7@X3mC`ROQ_n*5!h%_@Vrp`6qA303v_^QMVkJbc1Qtn#UN+@@d8Co*_+Wd%k{3gre z`yIuMNcs!OAG6MLg@S{$GYLgv?0&Vl(8r1A$?{*8{@YSHrpY7yamD!mNFNUiRZOx) zj5s<`iQ5^}Jz~a^g8py5M!!8YjwayZjB_tN<5hg{3}}WGsqNzUg+6CH0eIq{>AD1i z^W2SdOVWbKATTgA-{@bg^YICEwjbQ5yZX2CTIu8u4RG#TPhacYzG3*6hpV%yC+6hGH*Zeg`)#FnQGI_;z3b4O ztJ_WwMeDl@BG&~1$p5E^8`=85!74xlUr(5 z%v{#G_nSAby!hcq!66L8EN7Vc3WcKOBc4<5i(Bo0jvYG&zna!^;>1R~7YP3(HY0C% zaQjdJwA%JG+ys))fol2IM zzqYu_<@)NW>MyF;=!07Z6KjX=ypXkYDRlVo;jW$^gBST}*B<#4S=8Ln;5REccwWfM z%Oz)(KBrD*`dl9PA~K<4XZr4)JJ)aSqe_qTmZm*Z`_1i&1E1Kc<6&^g=DeUixu>1N zEPqK{7w32D*|0GGsZ%Z`MAdyA``tB&bp*lrru-YP&jhiM?Y%bL%<$nj@B70CbnE%1 z2*7&BO+L}SEdYzWPu`o8^)#r<7-|2VW$%L>odqv+v~w8%_qy1B@bo-`FEpoe`mAYQ ze<Sh1w@oiBAewqBK5TzT{^~o}mSX})gQC>XZg_(wFob)p z>*yQK+x3Ig(X&%uMXT3FfZDzzcdDiUy>}K1hDTO?kaXGA(b>5pH986Q%H6bQN&dhR z7L1IH7+t5&{dp+iVi#K6e?dQTpdK1{dynzNlR(;rgW$~D7nQrhZyo5H_BMI#sl&#~ zzVa0fpEkbU0}h6_u83(Zn>5>)!db1$G|-x+rb|a#s&n)6w>7lmU}aVBq{_R;|Fi&X z{W8K99d>3~re2>=RJ7w11m}Sn8J*#;tXrkt1fBpFY6!4j;kEFL8%Ejfn~(Q7nm)FN zLRYR_F|7H))frCIZ4FD`eFMp*PywuB;toe4>`}bRq_I`gJ8c52`%iB4}+Rz*l zaNY}(ya5edCdJ0vS0`P$65J1o+hv60RnhV{@#I)=y&1Bvrsk$ZrGQ(SUP5x_$5~NV iAL=B?zq&r;0Voeg8`7V@(Cz+XmY%#=*N|B7$NvI6mz8D! literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/icon.png b/Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..b93af4385be2aa9903f8c7d4e1a2a889e168216a GIT binary patch literal 2204 zcmbVO3ry5@9PWXN5M}rni0G^(i>UPaxL2=o!oeXhJvQk_XPPats^*{-w&wKfx)|mt819P;|R;sMbu3PJp2PU%T=P zp5?6Mm z$j_|I&1Wl1StEy}PKHzbG$8QsG6VZPZm&f9O-K(f4c5wS41s$fa;XV1D}r!=)dpt> zA`k1;ILhL<1||r-n&Vi5oz*78Bu)|-PGN)rB{Vca(Ha9B{2@S39^;#opBqb539Z$G@tC5oh&!g9CL?1}&-~wIoXMIv&-LMxBAu>nVaI z``D(7F7T!??x$H5R~%rpJ9N0w&fut#u`?)7YAKX5=t-2-Qd%9$*zFn(rF3&ogV5P7 z36!oP_WVO4!N8W zd9xGb?v>4jy~w=8%zwG{*DGbOr;zm*HRJ!W9!v{c!g!rL7@ZiR1cNCfrne~Af9uur z?5T0o2M04wS%$_dxCjks-V3NjFn*5~9>{{AFn^B4oL|t!{@vZ3+Ljh}YDUD55|o&j zxT(50@=^E7*uv)DS0xyHcQ1By{FS<`izxUseuL`oTsiWkv&Fx9`S$i5`<~R9FK5NL z&pr6%%I;36eoH&F?)w=Lwv(!=s;cg?vP1DVjxD&*y!BC{IV+G{m(=Bqi5<$dRNa}d zq@iJW*(l$mhvS!>N{QW?-n8)2m;wAO&0Q*O+O&JAadB~Nb^Ge#H;;ZYwIO`Fdwo3B z!pGnEYC(j)tMhbSLk)DsP;~G8n_Hki-X_yxyC1IJsQRqN9uXKiHm{1T@-Ik8c9sl3 zYb#vyP1Eij?J;pP&-k8P7n@rG%@f)VIxmbU{(0F}%fPS=8#WY2q*OoLWS*6|{ATA) zY*6Fm>aa=McggxCAAX_FD5!n&s=Y9NeDmhh(>E^~Huhw6pfEZNZYz#$O*VfXGbg%m zOowVE$kWKiLFwt~#UmS9(`JN)HNjbqB~Vh-u3LdIsSEM!sX2>B+h)9b$~J3eTgSJT z7JssNay8xd@yQjf7f+oyVKzm;kKalNoUN&;(Tp-y)m8$Pr~^<#%*D=8#?jZ0NpI|p z?Uz&rwPf}e`z4<@uLYH@9k3(3K0Ix0_yh9B@edmB6+v^00txZWOQ-A!Pn*lEihKMM zcH0BWox0l7l`J^%m! literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/inhand-left.png b/Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..dabe9672fb6ada45e28a0d47eab2eb63261dffeb GIT binary patch literal 2389 zcmbVOdvFYQ9KVD{yk%&qSJpC9uf2WWW9tw}DydvTTq77J`?|Z8yW4ZSNiJzUCNru= zH629A7)C2?Xd{$R64g;d6(t(QX(RX}B+{0Oj#B#DyUU@T)0^4d-|l{XpU>y}`2F^l zO--NNv)jOKI-Ra(YD!WjxK7lL*cfo$D$Q>Mm#*HFnTk%=y{~pe>B`p+(CK2Fk}X@! zwx%(>?AEh_%!zux+Y8V--M9&UFU#kOD#VEn$zy?kuRQ=ml3;;n&{oXqO%$C{N|8^T zUX*U*i*k9h08bbXjq@{rz%8mQjGVo@#-C z*H92{Z-myPgcAi)hWc4Ait8~gs31__BRFrK&lMCGcvN(WZqcJE0E#J90wB3oYeeIzUfk}8grX+rgD}Dgc`9156?#Q9Q&i+UA1@~71DnIOXuM3KPh?fu zXOm@DN2#WEScV8(Pe3DQNFG5hP)0p6K}=#*(E@|2kqAy8gvo~E3{5k*VGL$qFf0VM z%7SDsj6f*_!w~|v;WR_z3{F1=1x+KcD*HmPz%zE)=Vn2`lACpisMq6wp-38;MA;?# zfG}`J23=UKOsYpwSr0F!CRtz*vtE(}h8K;3k)UZrz<3s+Xv%w1(`b0q*qlA|#@fnx|q5e5XODHh>)jzkCwqeYIS>?A2_-TY9wgCzmPr+`8#;ngyU zb%aMQY5dbovjR^OG({t3jIbjV1)?|6BG4vHqM0y}JWKQAP;H?A3Me!R(W1}S54JCp zB58gK!!D+a^CNzsV8=2nudPH2%xf(u3UK(b^ptA7R9?dK3!EY#eNJnJ)D_vT7O*}s z!2v4!!q!KhWnN+PpKtx;8ZG20V*Oc5<^Na@r-gU29)}1vb`;iv3Dz}K6!gFK3ch<} zv+RI_9atMiHh*vv`Fw~TK<(2$4l7&Qb-L(PsYwYof1s^AA-7>_pCiqsHJPieQf=)3 zWJy)dn$dx|b=jv*XLXLNLyL{o`wK^3?%(HLkH#gLeOz%jnkuTGp;`6sWU3b4Ok66q1?qwGoIlj0l?Sa33bD6xacwG*>^WcbO zv#%ZtTq%oZZr%QLlVeJ&+I;`B`k0*4-@KYXcnFW;ZkFa!ZDqf1Z!mv5fbW!MO+Qsu-Mac@`_hH% zjjqY^imJKMm(dSPemWd*vH+M1>9j+jw53O%F(`8v>O3d7S`(7F5es`XE;_Uc7jzCf8Gb1Xu^!|W!TZ#i` zFKs#6_2-5z_t5(LQ%agjq~^AoFUIG*F{dO~&S;PF_XB^BOs8%STCViFFs15;8ZC^} Ms?C~6-TW{ZE*yut*sYml`^6u#bZXSf{qqTt0IC2sI)K3vT8l2nMv~U-uJ%$`;Yv| z!f|n#)5C)j|}>vTi3LNRQF*UhkLKtgOFnRgk{`h6uR!gEG6L1Q5-?r4z0$7XxL zgzPvgo1MlQICR8tWSEzR1Wq6^h}Y?GiL}><`gmzLmZxzP@j;|CBN`h}?fph%q1y7r+XYe;~a|v2XF$HBtk41z`9ceNf1+n z=THZhpD+M}Yq11uJX4F)889JAF&WSee?Xpz7Oh!sfR6{FFx|s~m<%X$fb5N%j`jdX z5IftVU*rVlC(xcliHz#mL`Zc zs72s-dsYCd#t0IlNGqwK)dpH+cmfKGhGQh=rC^Sw?SjY2K!3Z0T1;&)5E!FTt1ug&bQoa+9IMh% zI*pEP-)|Dw>2hY}{cUB=2`uDzWR>Aq4W&_QFatr^F|}H4!}JR#_DX8FgBMv=KTM)3bIJrcYwJH5sz20?BAc60wC!NlHX=s6zoza;{j30 zFm^93F8q1oMJD6L(qAo=ZJGkopI40kN4h^OYzpH_2C#MFsO$_bx0tr1;Q!5+Z|$*m z)DDL|P96r@D|`qvXyAg>9@u`(jXIM;5wzKCin4moU0+*~);lV!tY%ee_{uO_PU)G% zSUmK{jjh3GQeEl1gn1XEdiEG8tY7qJ|BF?-T7$O^Ub)G-KivC$$kK5k4GELXMG^1b zIb`FB|JQqTp2ex>eee znWkCMGw!#}+qGd(YD-h@*`QVZH4D2hn~!8y2YdGP>m2h=P00sG3TwLkcI%gf{2jsy z*H0E#O}|T}oy)SWPh5E6!HIjl_stno-8d}&OzQEWH!{+4MveUkxu9Hc>pQ1!?&AFQ zYpXUkH1yh0P_U*fyqJl|pHT{G?q>bo%eq43b7%L(BIBo&e;2-CYO(&%;pon1)n$o& zye;lezbPC$zHarl`29&c@{>+%ozmj`s`<05Tg$T5wb@cyLG0Zd{r+e86isut+!^%wi0G%o`e>$T1GqU=D9UXPI&|Rn*R5N&OR?PE%9OKAhqtbT z7M-8kbo}EB4>s3-k~GJ(01V`UH#GWO_fK=jwqHiUL&+Wi&?vygGS9dDx8j)eX!=Fxj1sI z;kERZF%9L$3mtcz=##PyZ!|{cc_$Y~7Ny25LYA~}Uh}3?{Phl(Dk!*InR_~TZ+VY{ e+X?tzQgKWm4p&`H$V;u4-7&|+nF>ZuoBJ;ZH7xT0 literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/meta.json b/Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/meta.json new file mode 100644 index 00000000000..8cf724ee196 --- /dev/null +++ b/Resources/Textures/_SpaceCats/Clothing/Back/Backpacks/securityEngineer.rsi/meta.json @@ -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 + } + ] +} diff --git a/Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/alt-equipped-EARS.png b/Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/alt-equipped-EARS.png new file mode 100644 index 0000000000000000000000000000000000000000..7a4fa0fe30ed841f215a4de31a50f73a3b0a48df GIT binary patch literal 361 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7T#lEU^MV_aSW-L^Y+%ptiuKZ4G+B) zQn+uOqREsvvW!nCsU+AR*>Dn1l{QJka~XDj8nKDevBY=w@s-rxPMli&HZ zZ?hJB5FgzVr*k@J@Apfkb3;N!Wz<9FJ>M0#K6Pu<$(JQu=j2N+S}t!t{P6X;RO#fW-YtO^|QBbT^;Xa?JlR^&uxqN?|O2`nSPhAwVVImXp>%-lf3-Bl`L1WDE!+3~ zTbq6Eg?Gn1exP|kAQA9oox{pibq9ihbojo7lU2dO28+1gu!^nUe2ecPi0|p@=d#Wz Gp$Pz#Ts$fO literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/icon.png b/Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..de427e1b2992c995fee1dd2d10dba425c23fb555 GIT binary patch literal 364 zcmV-y0h9iTP)1p=5JjItR0P(6g)Mx9q&5iGK83sN5nQSZEvP)hYv z4V-+zAU?2ME?KYFhzLq4L}XGWyea^YW!abb9OVbN_7&gnBNmJ7bn+z(06agw&@?w^ zH{jKRrfGP1GT+Xp_TSrpwU+z4H>|bfdCu)@HW>JuG0gMai37YIk5hFWC;vcMmeHXo z+`J!(g0d{nG667R6Si$jRaFsy*188=JO=MQAR@GFOV@P_;z^Q_rl~V>X#-K$b;NP( zR`6=IVz=9k)dqgif&ryeZ_LL?)^!a`Yr!bA*8P;S2LgdW;4|+E)OqvaGJrP#0000< KMNUMnLSTZA*q&?v literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/icon_alt.png b/Resources/Textures/_SpaceCats/Clothing/Ears/security.rsi/icon_alt.png new file mode 100644 index 0000000000000000000000000000000000000000..0b939757a1d598984d2edafb05e921435a35e9b1 GIT binary patch literal 495 zcmVT5I9d5hP=LZczzBqK3M-; zz^pz^Q(nGhq^YPhu8||S&e!j5<-UywSWizxQ3OB`1bq4YlOPBxjcx3nDy6jNd5p(n z0HP>jv)QoSZVMT;YQS-vyrOrz-NnSm2I%#A^!t5)N^q!I0|xH*~8qRsTIEGZjy}f1V!4xRL{-Ipg^+Lgx6w6zB zHw6S$Ok1u5tlk`Ld+S z_n(|T{ck>ATR!joz26n(r+-U06bB!F;;3J094Yzg~9yf>PhIH+_3MS6HPRXfOI@e7k(DVb~1eRWXI-zK`W3&xJwl(_KAJ?qA{CCy*WBGx+O&pOm zCbpSx+;+$4Ma`V{EUA+9!jt>!)_pQ%GHFPzQZ1UiJvddD$#(WJg=mq$Q=hnI6j)e< z_FPanvUJh@KO8}4nN%O@Ox|cC4tFj?!?FW6)MJ(``e^O&V;4x+)78&qol`;+08ei8 A-T(jq literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Clothing/Eyes/HUD/SecEngHUD.rsi/icon.png b/Resources/Textures/_SpaceCats/Clothing/Eyes/HUD/SecEngHUD.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..1eac64ef08496b86426e357e3ab7ed0c884bb2bd GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijq1AIbU_lOBc9yB$zaFmzV2#ZQCuWp_tDtFt0=hIxVIk%ndoC8D_=t))C z=^EOo1X&l0>q4#O|^G8fYO`=9+AZi415Pcm~qF% z?6*L{37#&FAr}5`FL?4DR^VX`;OCK?@#wewwmiiZ7d%3*=Gt*fS9ma-n0{wL8e47O z+H(z2Z_lo8sK|3WaO~RTy^@R@*S_BSljR-D555!n-QW8PVg}QaxW-o*TcC)yR(Ux+S>yL!m*hLqzzNDMHD!D@Xq&LO=MA|@ zXWq}?wSJs09$V(1xpYd97lK$>o_OWy{It!I4AbM+Wi=c>F4PeJ{rlqc;^L+UJ{GbZ zxSn4=_nVAT=Vd8{mRFIr$;TM}{P*_TP9k#)ifgxg`#$^i;c{j%Xm8i<2}d$*XU++n=H0ON>%*7RtinJ1 z_P@7s-^*J^(msYNhWxRfv$t?v#Om#9_r1UAvA+L7_NM9m52BYadYCKtGEc~Jn8l`W zx50$hVHabjR6_~#B@>31Y)dj3F7bL?W>_LUVHq}s@9i4S71P!l-_A&fD72@RWxl6#PRjfZ5_Re zuT5YRO|li0-e;A9#XLymizm8YUX%i6x8Hsy1zf1p>E?>*T9J{L3>0-NyXLh_fGtJ? zT%0q`k>eka%)U~|BZ|`4TLyUCGV6@g^*#A#tYgGFhE?bfvI^q_bocUGcC7E&jNjpK a`~){x?~~K4oL5!=0000I$f@PVL01S#5KR6_@~B8%R?PTznI>+OyP??wOI4i|Lq%X9=10=+$;$+2M8Ke z@9fRf{O&9H>|N>oZKqD`uD!i3sA&yD`Fc%N>yo)zpJqE>kM#14Yg*Fq^W^3SYy!(3R zd)*@$mgz4aojoG&Sjw5LUuXI*ZmM;{+IR)98$iUil$TdLtfXt&mKvWpD=v@}Q<9c& zne|NfKa06_dxgt>-TqZQe|qQ5S4--~J<)#0dDO3&e78sm}`&b`8=^x+yjj^}? zMJTV|WX534=lm(PMP@DMfwJ7{-8~Ae^3A4)*{%t>c6Be$tM?*f_W>FVdQ&MBb@0M3k$`v3p{ literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/meta.json b/Resources/Textures/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/meta.json new file mode 100644 index 00000000000..e213eb14867 --- /dev/null +++ b/Resources/Textures/_SpaceCats/Clothing/Shoes/Boots/jackboots_sec_enginer.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Spac__", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 0000000000000000000000000000000000000000..4c422f6c2953473c5cf758672c09a88bde41637a GIT binary patch literal 663 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~e2l#}z>gpOtN@>X}sM!l^F4foUP|;OZQq$Kn6ciCrQd5(Vky*ZK+m-A0 zJG&Q2NXl7S+5`0+zWZS#kP<8j@(cct1{hS=&P)PIau#?*7BevL9RXp+soH$fK*wD0 zba4!caDO}PVNtV!Kuc@0+ANWp|I6R%SqAeRDYr)t?7zH=G;`}V{!m0$c@!@XOMId+W4>X{7mCOlSMv|K1s zbpIc2!T5!r%nv+S&UN6#tB2FM*2Jq9^~gBgt`L64=x#8F{Xx>Q2U1KH-3HU!8eZ?Y z^X~oWnyWjmmPS6Sj1zmjU39^rX08B-*Vh^Ch4nA)xVkQ%Va7?$;z}Nke~JogUvfNn z_`9C>hWCmuLIz7)TBf`z-&*!J@YD2CCO?K!rYHxohk_3s{8U~)c4lihs?v8ogyXc9 z&?GlkQ--(9+x8nazMUB?oaHd>g;2kuRJl{Kr`{~b8C)vQCTujyy2E)|RcKL<)&qf4 z&lVP{SFI`FDbQf}z5CeQ7pXaQ&J16q4(Rl*T*mahio-*Ssh}pI)$y_47o$mT3~&D1 zFx+`3Rle)~shgTe~DWM4fD+U>? literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/icon.png b/Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..10ce48d36ba48225acd33ce87f9f7fc0516e5a49 GIT binary patch literal 359 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijq1AIbUEiLUMrL^pYHBBrW-MqsjB;}UsYj&vUDl4h!>ly0m8p|uF35tj) zsi{fG$ShyA?aKB0o!yIox)1*S?F6KROM?7@|6>4#O|^G8fYO`=9+AZi417mGm~pB$ zpEOW#hNp{Th=u>#2@m<06ge6gnRo5k-Sxfx#)XK7&(?n3y>BH)-3zrF?Eel;UeDs7 zwcN?VWNC|Mi&wOTRz83kE<2c> fCXn{0CE*)`d6pwk44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E1o(uw+6!y0UcFjEQZ7l3)zg)J$_mX`Aa0g<>7TM9hodr!V#c4P3c9s#jiyJuBu+Wp{8;(ifb?VrI?Yd3XJlz3a3!f&*N> zCe0ELFl%7aOky#UzM-=|wK_j_?mngyA_^W~b2l&XWH4gA6Z-ewrT?wm8qy1n7YQ~A zm^cYE9ed2OZD%dhg*$$Yxp~tW%(kD~-f(v9XIlsF-z*E3-fen6?Hi|qw>9gwrE~ie iqHk$#u!-C7UVg{I70Dm`{ig%{%HZkh=d#Wzp$PzA1e$jM literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/inhand-right.png b/Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..54e882f8002d2aa28714008eeb86839e1fcd32ad GIT binary patch literal 406 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O`1E1o(uw+6!y0UcFjEQZ7i0@UTqW z);{n5|NZQu3o{nwzH^;?j(I_(+9EaSYxaeW++2DEjt>o)=Bdrq^|AR>HD5U=`N`_+ ztgQ24jA_m+A)FiD;!Y`>{dmr__mk4DhD&S?75EhG$^}yEKj}Z?qxY*5&b;cYZRCy#C;(b}Ug$$q z#wf7jvY%ESqCMoc+ppr;O%PO hqi*-P>fo+_3<-)WlD#awRsg-r;OXk;vd$@?2>=A6pDzFa literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/meta.json b/Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/meta.json new file mode 100644 index 00000000000..2104451b684 --- /dev/null +++ b/Resources/Textures/_SpaceCats/Clothing/Uniforms/Sec/Engineer/securityEngineerJumpSuit.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Spac__", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_SpaceCats/Objects/Weapons/Bombs/C4Low.rsi/icon.png b/Resources/Textures/_SpaceCats/Objects/Weapons/Bombs/C4Low.rsi/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..41874d0b02e20a54dffe6611477d591da5aa498e GIT binary patch literal 334 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dyjKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCijK0(?ST^YZfA+uPmU-M4JnVsCFRCntB{zyWP-?a0W;{|v?xyxEP@{)dK! z3SQ1L`!W%zNhirk3`hx-1o;L3M+FQIlw&1SRWH}pn%^*&R(m4;r*-Ojt}8DNAIo-J>9n)o zzsVrMK~SQ0qY$g6fc1`iso4xdfol()*uHOd3!C5q(>wgFLa$6TH!3|_$hcVaz#ePG zdknM1mG3^^sF*nO?HhTatizoF_Zps_Z+d>_r*8itLwm&?_6#)(&8-!$*@pw2#o+1c K=d#Wzp$Py3$bYK< literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Objects/Weapons/Bombs/C4Low.rsi/inhand-left.png b/Resources/Textures/_SpaceCats/Objects/Weapons/Bombs/C4Low.rsi/inhand-left.png new file mode 100644 index 0000000000000000000000000000000000000000..8b3254fbb4c499783da531cf2dcf7ae945456f87 GIT binary patch literal 329 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~u2Ka=y=4EG3@9)pa$vJS~z-KLPQ&ZEBkPwFd6?JuWyLayfs+vDr+XP5) zmjw9*|AzwxFMq~QKw-`TkH}&M2EIce%qXhi)c_Qn<>}%W65;;#+Ci=c1%Z}_Th3hl zUjHECgU~-|x8(`XRNnq*TweBCUfH3+y@BC;e}iturSw zvtrp-WN($atIn|d+N|Ekwk!$Pf7mf5iaQ@z%^~nWP~iYjJA31t%ND*f%h;K8%>M~r ze&^t@!{-7=W5&z{f_92gY8fpKTYN5bG%ROLlv4bl##FVRK__J%OOxp-pd%R=JYD@< J);T3K0RWXad?Ek< literal 0 HcmV?d00001 diff --git a/Resources/Textures/_SpaceCats/Objects/Weapons/Bombs/C4Low.rsi/inhand-right.png b/Resources/Textures/_SpaceCats/Objects/Weapons/Bombs/C4Low.rsi/inhand-right.png new file mode 100644 index 0000000000000000000000000000000000000000..d7d033e306e009adfe3da5911f22fb362e8f41a8 GIT binary patch literal 341 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0I3?%1nZ+ru!7>k44ofy`glX(f`u%tWsIx;Y9 z?C1WI$O_~u2Ka=y=4EG3@9)pa$vJS~z-KLPQ&ZEBkPwFd6?JuWyLayfs+vDr+XP5) zmjw9*|AzwxFMq~QKw-`TkH}&M2EIce%qXhi)c_P+=IP=X65;;#>OrBy3LGpKGJIYB z{cnz5_DX@XciZ-J?>Z%~l~3ud=V4$FVqj2VVDPZour^@Ton->@idTP{?Yh(O*P?8m zXvt1yOMQk_cNk91OuNtjly8bt>7IT)^M=fSe*@kf*v`n{z{Jq-grD*Mp;n34CP%*f z<(|Ic$m;&v4DVXK-(R&9`=ED+d%{&qwh#I-lS1c~>O6?INKb9>7k^ik+W3?qp^j;a X-#nI(U?U}Nn{1`4FY^ZT=Vks+S}XR-QBlr*RFDEB=;J^WGZSBa&$o~w+6TI1t)BcBs zhMqW~{{OowP*eM5mqS2Gpd`pI_&+LOc%U3B36$e3@Q5sCVBk9p!i>lBSEK+1H+#A` zhIn|toph1!kOGgZbs6{NjUWHlXGeB~T+dphf2`pCi^k2f(?a&05#Vt=>(BYZ!&+iv zrTm2u=Y_KVg*$}K%up1U$o(MFp6xhAK)hhK&9R5&j2g$LylQRL&t3Mo@T!8_gCB>k z3RUbeckp>Vt3&wAce(ex8&WuDycMm8dCO3F+er2O-Vb*ltUB1DRq&tr;qSU