diff --git a/Resources/Prototypes/Catalog/Fills/Items/misc.yml b/Resources/Prototypes/Catalog/Fills/Items/misc.yml index 543cd604a2f..d1eeba0c6f9 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/misc.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/misc.yml @@ -18,3 +18,27 @@ item: - KukriKnife +- type: entity + id: ClothingBeltBlueShieldWebbingFilled + parent: ClothingBeltBlueShieldWebbing + suffix: Filled + components: + - type: StorageFill + contents: + - id: Handcuffs + - id: Handcuffs + - id: Stunbaton + - id: GrenadeFlashBang + - id: TearGasGrenade + - id: MedkitCombatFilled + + +- type: entity + id: ClothingShoesBootsBlueShieldFilled + parent: ClothingShoesBootsBlueShield + suffix: Filled + components: + - type: ContainerFill + containers: + item: + - CombatKnife diff --git a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml index eb406ba3163..29df27c01ee 100644 --- a/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml +++ b/Resources/Prototypes/Entities/Clothing/Shoes/boots.yml @@ -235,3 +235,14 @@ sprite: Clothing/Shoes/Boots/cowboybootsfancy.rsi - type: Clothing sprite: Clothing/Shoes/Boots/cowboybootsfancy.rsi + +- type: entity + parent: ClothingShoesMilitaryBase + id: ClothingShoesBootsBlueShield + name: ботинки офицера «синий щит» + description: Синий или голубой, вот в чём вопрос. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Shoes/Boots/blueshield.rsi + - type: Clothing + sprite: _Sunrise/Clothing/Shoes/Boots/blueshield.rsi diff --git a/Resources/Prototypes/Roles/Jobs/departments.yml b/Resources/Prototypes/Roles/Jobs/departments.yml index 8ea3e363a6e..daec8b97a6a 100644 --- a/Resources/Prototypes/Roles/Jobs/departments.yml +++ b/Resources/Prototypes/Roles/Jobs/departments.yml @@ -46,6 +46,7 @@ - HeadOfSecurity - ResearchDirector - Quartermaster + - BlueShield primary: false weight: 100 diff --git a/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/backpack.yml b/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/backpack.yml index 939a82c61f2..9326390fe8b 100644 --- a/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/backpack.yml +++ b/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/backpack.yml @@ -16,3 +16,18 @@ contents: - id: BoxSurvivalMedical - id: RubberStampPsychologist + +- type: entity + noSpawn: true + parent: ClothingBackpackBlueShield + id: ClothingBackpackBlueShieldFilled + components: + - type: StorageFill + contents: + - id: BoxSurvivalSecurity + - id: Flash + - id: TrackingImplanter + - id: TrackingImplanter + - id: TrackingImplanter + - id: TrackingImplanter + - id: ClothingOuterHardsuitBlueshield \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml b/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml index 5c67e56c0dc..913b4ed36ae 100644 --- a/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml +++ b/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/duffelbag.yml @@ -16,3 +16,18 @@ contents: - id: BoxSurvivalMedical - id: RubberStampPsychologist + +- type: entity + noSpawn: true + parent: ClothingBackpackDuffelBlueShield + id: ClothingBackpackDuffelBlueShieldFilled + components: + - type: StorageFill + contents: + - id: BoxSurvivalSecurity + - id: Flash + - id: TrackingImplanter + - id: TrackingImplanter + - id: TrackingImplanter + - id: TrackingImplanter + - id: ClothingOuterHardsuitBlueshield \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/satchel.yml b/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/satchel.yml index a18c641ca6f..152d1a6a593 100644 --- a/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/satchel.yml +++ b/Resources/Prototypes/_Sunrise/Catalog/Fills/Backpacks/StarterGear/satchel.yml @@ -16,3 +16,18 @@ contents: - id: BoxSurvivalMedical - id: RubberStampPsychologist + +- type: entity + noSpawn: true + parent: ClothingBackpackSatchelBlueShield + id: ClothingBackpackSatchelBlueShieldFilled + components: + - type: StorageFill + contents: + - id: BoxSurvivalSecurity + - id: Flash + - id: TrackingImplanter + - id: TrackingImplanter + - id: TrackingImplanter + - id: TrackingImplanter + - id: ClothingOuterHardsuitBlueshield \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/backpacks.yml index 51272af0ad4..bc71340a39e 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/backpacks.yml @@ -32,3 +32,12 @@ components: - type: Sprite sprite: _Sunrise/Back/Backpacks/ce.rsi + +- type: entity + parent: ClothingBackpack + id: ClothingBackpackBlueShield + name: рюкзак офицера «синий щит» + description: На стиле. + components: + - type: Sprite + sprite: _Sunrise/Back/Backpacks/blueshield.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/duffel.yml index b47125c9397..b63ae41ab7c 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/duffel.yml @@ -19,3 +19,12 @@ components: - type: Sprite sprite: _Sunrise/Back/Duffels/ce.rsi + +- type: entity + parent: ClothingBackpackDuffel + id: ClothingBackpackDuffelBlueShield + name: вещмешок офицера «синий щит» + description: На стиле. + components: + - type: Sprite + sprite: _Sunrise/Back/Duffels/blueshield.rsi diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/satchel.yml index 5c182dd267f..54d9ce447a3 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Back/satchel.yml @@ -19,3 +19,12 @@ components: - type: Sprite sprite: _Sunrise/Back/Satchels/ce.rsi + +- type: entity + parent: ClothingBackpackSatchel + id: ClothingBackpackSatchelBlueShield + name: сумка офицера «синий щит» + description: На стиле. + components: + - type: Sprite + sprite: _Sunrise/Back/Satchels/blueshield.rsi diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Belt/belts.yml new file mode 100644 index 00000000000..824362c3153 --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Belt/belts.yml @@ -0,0 +1,10 @@ +- type: entity + parent: ClothingBeltStorageBase + id: ClothingBeltBlueShieldWebbing + name: рпс офицера «синий щит» + description: Голубой?! + components: + - type: Sprite + sprite: _Sunrise/Clothing/Belt/blueshield_webbing.rsi + - type: Clothing + sprite: _Sunrise/Clothing/Belt/blueshield_webbing.rsi diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Eyes/glasses.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Eyes/glasses.yml index f25c2fdd953..bc8f5596c27 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Eyes/glasses.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Eyes/glasses.yml @@ -19,3 +19,29 @@ sprite: _Sunrise/Clothing/Eyes/Glasses/kim.rsi - type: Clothing sprite: _Sunrise/Clothing/Eyes/Glasses/kim.rsi + +- type: entity + parent: ClothingEyesBase + id: ClothingEyesGlassesBlueShield + name: очки офицера «синий щит» + description: Инновационные синие линзы скрывают глаза от световых вспышек и имеют встроенный визор. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi + - type: Clothing + sprite: _Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi + - type: FlashImmunity + - type: ShowJobIcons + - type: ShowMindShieldIcons + - type: ShowCriminalRecordIcons + - type: ShowHealthBars + damageContainers: + - Biological + - type: ShowHealthIcons + damageContainers: + - Biological + - type: Tag + tags: + - HudMedical + - type: EyeProtection + protectionTime: 5 diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Head/hats.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Head/hats.yml index f971c948c3d..73762eaff00 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Head/hats.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Head/hats.yml @@ -85,3 +85,14 @@ sprite: _Sunrise/Clothing/Head/Hats/caphat.rsi - type: Clothing sprite: _Sunrise/Clothing/Head/Hats/caphat.rsi + +- type: entity + parent: ClothingHeadBase + id: ClothingHeadHatBeretBlueShield + name: берет офицера «синий щит» + description: Синий. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Head/Hats/blueshield.rsi + - type: Clothing + sprite: _Sunrise/Clothing/Head/Hats/blueshield.rsi diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml index 49bb67a5822..b04c5cdd13f 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/armor.yml @@ -17,3 +17,25 @@ Heat: 0.5 - type: ExplosionResistance damageCoefficient: 0.65 + +- type: entity + parent: ClothingOuterArmorBasic + id: ClothingOuterArmorBlueShield + name: бронежилет офицера «синий щит» + description: Синий и прочный. + components: + - type: Sprite + sprite: _Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi + - type: Clothing + sprite: _Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi + - type: Armor + modifiers: + coefficients: + Blunt: 0.6 + Slash: 0.6 + Piercing: 0.6 + Heat: 0.7 + - type: ExplosionResistance + damageCoefficient: 0.80 + - type: Item + size: Normal diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/hardsuits.yml index 9eba9f5df70..cf1273a9e26 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/OuterClothing/hardsuits.yml @@ -30,3 +30,35 @@ damageCoefficient: 0.7 - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetCBURNLeader + +- type: entity + parent: ClothingOuterHardsuitBase + id: ClothingOuterHardsuitBlueshield + name: скафандр офицера «синий щит» + description: Крепкий и надёжныый, как и его владелец. + components: + - type: Sprite + sprite: _Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi + - type: Clothing + sprite: _Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi + - type: PressureProtection + highPressureMultiplier: 0.525 + lowPressureMultiplier: 10000 + - type: ClothingSpeedModifier + walkModifier: 0.75 + sprintModifier: 0.75 + - type: Armor + modifiers: + coefficients: + Blunt: 0.6 + Slash: 0.5 + Piercing: 0.5 + Heat: 0.8 + Radiation: 0.25 + Caustic: 0.6 + - type: ExplosionResistance + damageCoefficient: 0.6 + - type: ToggleableClothing + clothingPrototype: ClothingHeadHelmetHardsuitBlueshield + - type: Item + size: Normal diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpskirts.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpskirts.yml index 475d3f9b930..0a99f4990df 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpskirts.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpskirts.yml @@ -64,3 +64,14 @@ sprite: _Sunrise/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi - type: Clothing sprite: _Sunrise/Clothing/Uniforms/Jumpskirt/schoolskirt.rsi + +- type: entity + parent: ClothingUniformSkirtBase + id: ClothingUniformJumpskirtBlueShield + name: юбка-комбинезон офицера «синий щит» + description: Детка... + components: + - type: Sprite + sprite: _Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi + - type: Clothing + sprite: _Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpsuits.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpsuits.yml index d67e4e89e4e..1e863f05062 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpsuits.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Uniforms/jumpsuits.yml @@ -41,3 +41,14 @@ sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/centcom_admiral.rsi - type: Clothing sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/centcom_admiral.rsi + +- type: entity + parent: ClothingUniformBase + id: ClothingUniformJumpsuitBlueShield + name: комбинезон офицера «синий щит» + description: На стиле. + components: + - type: Sprite + sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi + - type: Clothing + sprite: _Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/identification_cards.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/identification_cards.yml new file mode 100644 index 00000000000..4316e9e930b --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/identification_cards.yml @@ -0,0 +1,15 @@ +- type: entity + parent: IDCardStandard + id: BlueShieldIDCard + name: ID карта офицера «синий щит» + description: Карта, необходимая для доступа в различные области станции. + components: + - type: Sprite + sprite: _Sunrise/Objects/Misc/id_cards.rsi + layers: + - state: silver + - state: idblueshield + - type: Item + heldPrefix: silver + - type: PresetIdCard + job: BlueShield diff --git a/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/pda.yml b/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/pda.yml index f72b10c0a43..284e8988e15 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/pda.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Objects/Devices/pda.yml @@ -11,3 +11,27 @@ borderColor: "#6f6192" - type: Icon state: pda-lawyer + +- type: entity + parent: BasePDA + id: BlueShieldPDA + name: КПК офицера «синий щит» + description: Охуенный стиль. + components: + - type: Pda + id: BlueShieldIDCard + state: pda-blueshield + - type: Icon + state: pda-blueshield + - type: Sprite + sprite: _Sunrise/Objects/pda.rsi + layers: + - map: [ "enum.PdaVisualLayers.Base" ] + - state: "light_overlay" + map: [ "enum.PdaVisualLayers.Flashlight" ] + shader: "unshaded" + visible: false + - state: "id_overlay" + map: [ "enum.PdaVisualLayers.IdLight" ] + shader: "unshaded" + visible: false diff --git a/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Command/blueshield.yml b/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Command/blueshield.yml new file mode 100644 index 00000000000..5264219522d --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Loadouts/Jobs/Command/blueshield.yml @@ -0,0 +1,44 @@ +- type: loadout + id: BlueShieldBackpack + equipment: BlueShieldBackpack + +- type: startingGear + id: BlueShieldBackpack + equipment: + back: ClothingBackpackBlueShieldFilled + +- type: loadout + id: BlueShieldSatchel + equipment: BlueShieldSatchel + +- type: startingGear + id: BlueShieldSatchel + equipment: + back: ClothingBackpackSatchelBlueShieldFilled + +- type: loadout + id: BlueShieldDuffel + equipment: BlueShieldDuffel + +- type: startingGear + id: BlueShieldDuffel + equipment: + back: ClothingBackpackDuffelBlueShieldFilled + +- type: loadout + id: BlueShieldJumpsuit + equipment: BlueShieldJumpsuit + +- type: startingGear + id: BlueShieldJumpsuit + equipment: + jumpsuit: ClothingUniformJumpsuitBlueShield + +- type: loadout + id: BlueShieldJumpskirt + equipment: BlueShieldJumpskirt + +- type: startingGear + id: BlueShieldJumpskirt + equipment: + jumpsuit: ClothingUniformJumpskirtBlueShield diff --git a/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml b/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml index 95eab89bf34..098dcd485d3 100644 --- a/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml +++ b/Resources/Prototypes/_Sunrise/Loadouts/loadout_groups.yml @@ -13,3 +13,17 @@ - PsychologistSatchel - PsychologistDuffel +- type: loadoutGroup + id: BlueShieldBackpack + name: Офицер «Синий Щит», рюкзак + loadouts: + - BlueShieldBackpack + - BlueShieldSatchel + - BlueShieldDuffel + +- type: loadoutGroup + id: BlueShieldJumpsuit + name: Офицер «Синий Щит», комбинезон + loadouts: + - BlueShieldJumpsuit + - BlueShieldJumpskirt diff --git a/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml b/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml index a9fbd366a16..f9cc93e10f6 100644 --- a/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/_Sunrise/Loadouts/role_loadouts.yml @@ -6,3 +6,10 @@ - CommonBackpack - Trinkets - Inventory # _Sunrise-Loadouts + +- type: roleLoadout + id: JobBlueShield + groups: + - BlueShieldJumpsuit + - BlueShieldBackpack + - Trinkets diff --git a/Resources/Prototypes/_Sunrise/Roles/Jobs/Special/blueshield.yml b/Resources/Prototypes/_Sunrise/Roles/Jobs/Special/blueshield.yml new file mode 100644 index 00000000000..6814a5533bb --- /dev/null +++ b/Resources/Prototypes/_Sunrise/Roles/Jobs/Special/blueshield.yml @@ -0,0 +1,55 @@ +- type: job + id: BlueShield + name: офицер «синий щит» + description: Ваша главная задача - защита глав. Помните, вы не офицер службы безопасности. + playTimeTracker: JobBlueShield +# requirements: +# - !type:DepartmentTimeRequirement +# department: Security +# time: 36000 # 10 hrs +# - !type:DepartmentTimeRequirement +# department: Command +# time: 36000 # 10 hrs + startingGear: BlueShieldGear + icon: JobIconBlueShield + supervisors: job-supervisors-centcom + canBeAntag: false + access: + - Command + - Bar + - Service + - Maintenance + - Janitor + - Theatre + - Kitchen + - Chapel + - Hydroponics + - External + - Chemistry + - Engineering + - Research + - Detective + - Salvage + - Security + - Brig + - Cargo + - Atmospherics + - Cargo + - Medical + special: + - !type:AddImplantSpecial + implants: [ MindShieldImplant ] + +- type: startingGear + id: BlueShieldGear + equipment: + shoes: ClothingShoesBootsBlueShieldFilled + eyes: ClothingEyesGlassesBlueShield + head: ClothingHeadHatBeretBlueShield + outerClothing: ClothingOuterArmorBlueShield + id: BlueShieldPDA + ears: ClothingHeadsetAltCommand + belt: ClothingBeltBlueShieldWebbingFilled + gloves: ClothingHandsGlovesCombat + inhand: + - WeaponDisablerSMG diff --git a/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml b/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml index a6fbbfbb1a8..1a132e8d54b 100644 --- a/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml +++ b/Resources/Prototypes/_Sunrise/Roles/play_time_trackers.yml @@ -1,2 +1,5 @@ - type: playTimeTracker id: JobIAA + +- type: playTimeTracker + id: JobBlueShield diff --git a/Resources/Prototypes/_Sunrise/StatusEffects/job.yml b/Resources/Prototypes/_Sunrise/StatusEffects/job.yml index db9c13c057f..3f6acc55ca1 100644 --- a/Resources/Prototypes/_Sunrise/StatusEffects/job.yml +++ b/Resources/Prototypes/_Sunrise/StatusEffects/job.yml @@ -4,3 +4,10 @@ icon: sprite: /Textures/Interface/Misc/job_icons.rsi state: IAA + +- type: statusIcon + parent: JobIcon + id: JobIconBlueShield + icon: + sprite: /Textures/_Sunrise/Interface/Misc/job_icons.rsi + state: BlueShield diff --git a/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/equipped-BACKPACK.png b/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..d0d36901c93 Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/icon.png b/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/icon.png new file mode 100644 index 00000000000..b21a0b974ed Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/inhand-left.png new file mode 100644 index 00000000000..d7194024728 Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/inhand-right.png new file mode 100644 index 00000000000..dd7edc78bc0 Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/meta.json b/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/meta.json new file mode 100644 index 00000000000..76b1f59d533 --- /dev/null +++ b/Resources/Textures/_Sunrise/Back/Backpacks/blueshield.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "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/_Sunrise/Back/Duffels/blueshield.rsi/equipped-BACKPACK.png b/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..db822d622dc Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/icon.png b/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/icon.png new file mode 100644 index 00000000000..411bd837bb1 Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/inhand-left.png new file mode 100644 index 00000000000..8b12fd699e6 Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/inhand-right.png new file mode 100644 index 00000000000..6fc311d5308 Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/meta.json b/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/meta.json new file mode 100644 index 00000000000..76b1f59d533 --- /dev/null +++ b/Resources/Textures/_Sunrise/Back/Duffels/blueshield.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "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/_Sunrise/Back/Satchels/blueshield.rsi/equipped-BACKPACK.png b/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/equipped-BACKPACK.png new file mode 100644 index 00000000000..22cfa08db31 Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/icon.png b/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/icon.png new file mode 100644 index 00000000000..65c278508cf Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/inhand-left.png new file mode 100644 index 00000000000..f2ebc07741d Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/inhand-right.png new file mode 100644 index 00000000000..7ddb3bd3826 Binary files /dev/null and b/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/meta.json b/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/meta.json new file mode 100644 index 00000000000..76b1f59d533 --- /dev/null +++ b/Resources/Textures/_Sunrise/Back/Satchels/blueshield.rsi/meta.json @@ -0,0 +1,27 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "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/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/equipped-BELT.png b/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/equipped-BELT.png new file mode 100644 index 00000000000..97d3dc1c37f Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/icon.png new file mode 100644 index 00000000000..0404b78cce9 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/inhand-left.png new file mode 100644 index 00000000000..30e8644bf07 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/inhand-right.png new file mode 100644 index 00000000000..05bbad9fae4 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/meta.json new file mode 100644 index 00000000000..743a60876e3 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Belt/blueshield_webbing.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/equipped-EYES.png b/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/equipped-EYES.png new file mode 100644 index 00000000000..221ed3abbcf Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/equipped-EYES.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/icon.png new file mode 100644 index 00000000000..0666f21d2ea Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/inhand-left.png new file mode 100644 index 00000000000..c25fd24aae2 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/inhand-right.png new file mode 100644 index 00000000000..6e096ebd386 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/meta.json new file mode 100644 index 00000000000..3dcc8ac600b --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Eyes/Glasses/blueshield_sunglasses.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-EYES", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/equipped-HELMET-hamster.png b/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/equipped-HELMET-hamster.png new file mode 100644 index 00000000000..019b5b9c83a Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/equipped-HELMET-hamster.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/equipped-HELMET.png b/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/equipped-HELMET.png new file mode 100644 index 00000000000..6c5dbd05bc2 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/equipped-HELMET.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/icon.png new file mode 100644 index 00000000000..4f4e5ba6a87 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/meta.json new file mode 100644 index 00000000000..6b2edfc8140 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Head/Hats/blueshield.rsi/meta.json @@ -0,0 +1,22 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-HELMET", + "directions": 4 + }, + { + "name": "equipped-HELMET-hamster", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..9371b44e78a Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/icon.png new file mode 100644 index 00000000000..4b69fb568b1 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/inhand-left.png new file mode 100644 index 00000000000..aea0f39676c Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/inhand-right.png new file mode 100644 index 00000000000..cef6f162c71 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/meta.json new file mode 100644 index 00000000000..d07b9b02bb1 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/OuterClothing/Armor/blueshield.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/equipped-OUTERCLOTHING.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/equipped-OUTERCLOTHING.png new file mode 100644 index 00000000000..17df20f60c4 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/equipped-OUTERCLOTHING.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/icon.png new file mode 100644 index 00000000000..f76c3356cc8 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/inhand-left.png new file mode 100644 index 00000000000..e3ed2137f3d Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/inhand-right.png new file mode 100644 index 00000000000..78b4206377b Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/meta.json new file mode 100644 index 00000000000..aa3d96d0402 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/OuterClothing/hardsuits/blueshield.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-OUTERCLOTHING", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/equipped-FEET-digi.png b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/equipped-FEET-digi.png new file mode 100644 index 00000000000..46b244c19ef Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/equipped-FEET-digi.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/equipped-FEET.png b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/equipped-FEET.png new file mode 100644 index 00000000000..50a41ae8caf Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/icon.png new file mode 100644 index 00000000000..c7941655cf5 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/inhand-left.png new file mode 100644 index 00000000000..03bdacf9fb5 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/inhand-right.png new file mode 100644 index 00000000000..f00d861ca54 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/meta.json new file mode 100644 index 00000000000..63b949a526b --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Shoes/Boots/blueshield.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "equipped-FEET-digi", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000..59399389dfe Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..a3d853aa001 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/icon.png new file mode 100644 index 00000000000..6c52f2fd5ff Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/inhand-left.png new file mode 100644 index 00000000000..d5ca96c85f6 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/inhand-right.png new file mode 100644 index 00000000000..0fcbfbaf67a Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/meta.json new file mode 100644 index 00000000000..72f5ef9c020 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpskirt/blueshield.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/equipped-INNERCLOTHING-digi.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/equipped-INNERCLOTHING-digi.png new file mode 100644 index 00000000000..68793ee365d Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/equipped-INNERCLOTHING-digi.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/equipped-INNERCLOTHING-monkey.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/equipped-INNERCLOTHING-monkey.png new file mode 100644 index 00000000000..bb84d9edf2b Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/equipped-INNERCLOTHING-monkey.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/equipped-INNERCLOTHING.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/equipped-INNERCLOTHING.png new file mode 100644 index 00000000000..cbc963ca9fe Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/equipped-INNERCLOTHING.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/icon.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/icon.png new file mode 100644 index 00000000000..6b5d7ad25d1 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/icon.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/inhand-left.png new file mode 100644 index 00000000000..d5ca96c85f6 Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/inhand-right.png new file mode 100644 index 00000000000..0fcbfbaf67a Binary files /dev/null and b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/meta.json b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/meta.json new file mode 100644 index 00000000000..f52664de071 --- /dev/null +++ b/Resources/Textures/_Sunrise/Clothing/Uniforms/Jumpsuit/blueshield.rsi/meta.json @@ -0,0 +1,34 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-INNERCLOTHING", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-monkey", + "directions": 4 + }, + { + "name": "equipped-INNERCLOTHING-digi", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/_Sunrise/Interface/Misc/job_icons.rsi/BlueShield.png b/Resources/Textures/_Sunrise/Interface/Misc/job_icons.rsi/BlueShield.png new file mode 100644 index 00000000000..96b3fc32738 Binary files /dev/null and b/Resources/Textures/_Sunrise/Interface/Misc/job_icons.rsi/BlueShield.png differ diff --git a/Resources/Textures/_Sunrise/Interface/Misc/job_icons.rsi/meta.json b/Resources/Textures/_Sunrise/Interface/Misc/job_icons.rsi/meta.json new file mode 100644 index 00000000000..74c6124ddbf --- /dev/null +++ b/Resources/Textures/_Sunrise/Interface/Misc/job_icons.rsi/meta.json @@ -0,0 +1,14 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 8, + "y": 8 + }, + "states": [ + { + "name": "BlueShield" + } + ] +} diff --git a/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/idblueshield.png b/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/idblueshield.png new file mode 100644 index 00000000000..d95d8d4c6b6 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/idblueshield.png differ diff --git a/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/meta.json b/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/meta.json new file mode 100644 index 00000000000..a893c822374 --- /dev/null +++ b/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "silver" + }, + { + "name": "silver-inhand-left", + "directions": 4 + }, + { + "name": "silver-inhand-right", + "directions": 4 + }, + { + "name": "idblueshield" + } + ] +} diff --git a/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/silver-inhand-left.png b/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/silver-inhand-left.png new file mode 100644 index 00000000000..8197fa122f9 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/silver-inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/silver-inhand-right.png b/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/silver-inhand-right.png new file mode 100644 index 00000000000..430322e892c Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/silver-inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/silver.png b/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/silver.png new file mode 100644 index 00000000000..b13153a246e Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/Misc/id_cards.rsi/silver.png differ diff --git a/Resources/Textures/_Sunrise/Objects/pda.rsi/equipped-BELT.png b/Resources/Textures/_Sunrise/Objects/pda.rsi/equipped-BELT.png new file mode 100644 index 00000000000..6901e6c33b1 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/pda.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/_Sunrise/Objects/pda.rsi/equipped-IDCARD.png b/Resources/Textures/_Sunrise/Objects/pda.rsi/equipped-IDCARD.png new file mode 100644 index 00000000000..6901e6c33b1 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/pda.rsi/equipped-IDCARD.png differ diff --git a/Resources/Textures/_Sunrise/Objects/pda.rsi/id_overlay.png b/Resources/Textures/_Sunrise/Objects/pda.rsi/id_overlay.png new file mode 100644 index 00000000000..3f5d310e703 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/pda.rsi/id_overlay.png differ diff --git a/Resources/Textures/_Sunrise/Objects/pda.rsi/inhand-left.png b/Resources/Textures/_Sunrise/Objects/pda.rsi/inhand-left.png new file mode 100644 index 00000000000..12b784f81e8 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/pda.rsi/inhand-left.png differ diff --git a/Resources/Textures/_Sunrise/Objects/pda.rsi/inhand-right.png b/Resources/Textures/_Sunrise/Objects/pda.rsi/inhand-right.png new file mode 100644 index 00000000000..6919215bcf5 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/pda.rsi/inhand-right.png differ diff --git a/Resources/Textures/_Sunrise/Objects/pda.rsi/insert_overlay.png b/Resources/Textures/_Sunrise/Objects/pda.rsi/insert_overlay.png new file mode 100644 index 00000000000..61ba781c1ff Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/pda.rsi/insert_overlay.png differ diff --git a/Resources/Textures/_Sunrise/Objects/pda.rsi/light_overlay.png b/Resources/Textures/_Sunrise/Objects/pda.rsi/light_overlay.png new file mode 100644 index 00000000000..286a6c32558 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/pda.rsi/light_overlay.png differ diff --git a/Resources/Textures/_Sunrise/Objects/pda.rsi/meta.json b/Resources/Textures/_Sunrise/Objects/pda.rsi/meta.json new file mode 100644 index 00000000000..3e25748e651 --- /dev/null +++ b/Resources/Textures/_Sunrise/Objects/pda.rsi/meta.json @@ -0,0 +1,38 @@ +{ + "version": 1, + "license": "CLA", + "copyright": "SUNRISE", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "id_overlay" + }, + { + "name": "equipped-BELT", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "insert_overlay" + }, + { + "name": "light_overlay" + }, + { + "name": "equipped-IDCARD" + }, + { + "name": "pda-blueshield" + } + ] +} diff --git a/Resources/Textures/_Sunrise/Objects/pda.rsi/pda-blueshield.png b/Resources/Textures/_Sunrise/Objects/pda.rsi/pda-blueshield.png new file mode 100644 index 00000000000..02b5bbe5836 Binary files /dev/null and b/Resources/Textures/_Sunrise/Objects/pda.rsi/pda-blueshield.png differ diff --git a/Resources/Textures/_Sunrise/Roles/play_time_trackers.yml b/Resources/Textures/_Sunrise/Roles/play_time_trackers.yml new file mode 100644 index 00000000000..bfe1524fb95 --- /dev/null +++ b/Resources/Textures/_Sunrise/Roles/play_time_trackers.yml @@ -0,0 +1,2 @@ +- type: playTimeTracker + id: JobBlueShield