diff --git a/Resources/Prototypes/Catalog/Fills/belt.yml b/Resources/Prototypes/Catalog/Fills/belt.yml deleted file mode 100644 index 12f5fc37db..0000000000 --- a/Resources/Prototypes/Catalog/Fills/belt.yml +++ /dev/null @@ -1,25 +0,0 @@ -- type: entity - id: UtilityBeltClothingFilled - parent: UtilityBeltClothing - suffix: Filled - components: - - type: StorageFill - contents: - - name: Crowbar - - name: Wrench - - name: Screwdriver - - name: Wirecutter - - name: Welder - - name: Multitool - - name: ApcExtensionCableStack - -- type: entity - id: UtilityBeltClothingFilledEvent - parent: UtilityBeltClothing - suffix: Filled - components: - - type: StorageFill - contents: - - name: Crowbar - - name: Screwdriver - - name: Multitool diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index f7f4cbd9e1..201ed2fe0e 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -1,30 +1,162 @@ +# BASE - type: entity parent: Clothing - id: BeltBase + id: ClothingBeltBase abstract: true components: + - type: Sprite + state: icon - type: Clothing Slots: [belt] - -- type: entity - parent: BeltBase - id: UtilityBeltClothing - name: utility belt - description: Belt for holding all your usual tools - components: - - type: Sprite - sprite: Clothing/Belt/belt_utility.rsi - state: utilitybelt - - type: Clothing size: 50 QuickEquip: false - sprite: Clothing/Belt/belt_utility.rsi + +# CONTENT +- type: entity + parent: ClothingBeltBase + id: ClothingBeltAssault + name: assault belt + description: "A tactical assault belt." + components: + - type: Sprite + sprite: Clothing/Belt/assault.rsi + - type: Clothing + sprite: Clothing/Belt/assault.rsi - type: Storage - capacity: 40 # Full tool loadout is 35, plus an extra + capacity: 40 - type: entity - parent: BeltBase - id: SuspendersClothing + parent: ClothingBeltBase + id: ClothingBeltBandolier + name: assault belt + description: "A bandolier for holding shotgun ammunition." + components: + - type: Sprite + sprite: Clothing/Belt/bandolier.rsi + - type: Clothing + sprite: Clothing/Belt/bandolier.rsi + - type: Storage + capacity: 40 + +- type: entity + parent: ClothingBeltBase + id: ClothingBeltChiefEngineer + name: the Chief Engineer's toolbelt + description: "Holds tools, looks snazzy." + components: + - type: Sprite + sprite: Clothing/Belt/ce.rsi + - type: Clothing + sprite: Clothing/Belt/ce.rsi + - type: Storage + capacity: 60 + +- type: entity + parent: ClothingBeltBase + id: ClothingBeltChampion + name: championship belt + description: "Proves to the world that you are the strongest!" + components: + - type: Sprite + sprite: Clothing/Belt/champion.rsi + - type: Clothing + sprite: Clothing/Belt/champion.rsi + +- type: entity + parent: ClothingBeltBase + id: ClothingBeltHolster + name: shoulder holster + description: "A holster to carry a handgun and ammo. WARNING: Badasses only." + components: + - type: Sprite + sprite: Clothing/Belt/holster.rsi + - type: Clothing + sprite: Clothing/Belt/holster.rsi + - type: Storage + capacity: 20 + +- type: entity + parent: ClothingBeltBase + id: ClothingBeltJanitor + name: janibelt + description: "A belt used to hold most janitorial supplies." + components: + - type: Sprite + sprite: Clothing/Belt/janitor.rsi + - type: Clothing + sprite: Clothing/Belt/janitor.rsi + - type: Storage + capacity: 40 + +- type: entity + parent: ClothingBeltBase + id: ClothingBeltMedical + name: medical belt + description: "Can hold various medical equipment." + components: + - type: Sprite + sprite: Clothing/Belt/medical.rsi + - type: Clothing + sprite: Clothing/Belt/medical.rsi + - type: Storage + capacity: 40 + +- type: entity + parent: ClothingBeltBase + id: ClothingBeltSecurity + name: security belt + description: "Can hold security gear like handcuffs and flashes." + components: + - type: Sprite + sprite: Clothing/Belt/security.rsi + - type: Clothing + sprite: Clothing/Belt/security.rsi + - type: Storage + capacity: 40 + +- type: entity + parent: ClothingBeltBase + id: ClothingBeltSecurityWebbing + name: security webbing + description: "Unique and versatile chest rig, can hold security gear." + components: + - type: Sprite + sprite: Clothing/Belt/securitywebbing.rsi + - type: Clothing + sprite: Clothing/Belt/securitywebbing.rsi + - type: Storage + capacity: 40 + +- type: entity + parent: ClothingBeltBase + id: ClothingBeltMilitaryWebbing + name: chest rig + description: "A set of tactical webbing worn by Syndicate boarding parties." + components: + - type: Sprite + sprite: Clothing/Belt/militarywebbing.rsi + - type: Clothing + sprite: Clothing/Belt/militarywebbing.rsi + - type: Storage + capacity: 40 + +- type: entity + parent: ClothingBeltBase + id: ClothingBeltSheath + name: sabre sheath + description: "An ornate sheath designed to hold an officer's blade." + components: + - type: Sprite + sprite: Clothing/Belt/sheath.rsi + state: sheath + - type: Clothing + sprite: Clothing/Belt/sheath.rsi + - type: Storage + capacity: 40 + +- type: entity + parent: ClothingBeltBase + id: ClothingBeltSuspenders name: suspenders description: For holding your pants up. components: @@ -32,6 +164,17 @@ sprite: Clothing/Belt/suspenders.rsi state: icon - type: Clothing - size: 50 - QuickEquip: false sprite: Clothing/Belt/suspenders.rsi + +- type: entity + parent: ClothingBeltBase + id: UtilityBeltClothing #Change to ClothingBeltUtility + name: utility belt + description: "Can hold various things." + components: + - type: Sprite + sprite: Clothing/Belt/utility.rsi + - type: Clothing + sprite: Clothing/Belt/utility.rsi + - type: Storage + capacity: 40 # Full tool loadout is 35, plus an extra diff --git a/Resources/Prototypes/Entities/Clothing/Belt/filled_belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/filled_belts.yml new file mode 100644 index 0000000000..4959eac56f --- /dev/null +++ b/Resources/Prototypes/Entities/Clothing/Belt/filled_belts.yml @@ -0,0 +1,65 @@ +- type: entity + id: UtilityBeltClothingFilled #Change to ClothingBeltUtilityFilled + parent: UtilityBeltClothing #Change to ClothingBeltUtility + description: "Holds tools." + suffix: Filled + components: + - type: StorageFill + contents: + - name: Crowbar + - name: Wrench + - name: Screwdriver + - name: Wirecutter + - name: Welder + - name: Multitool + +- type: entity + id: UtilityBeltClothingFilledEvent + parent: UtilityBeltClothing + suffix: Filled + components: + - type: StorageFill + contents: + - name: Crowbar + - name: Screwdriver + - name: Multitool + +- type: entity + id: ClothingBeltChiefEngineerFilled + parent: ClothingBeltChiefEngineer + suffix: Filled + components: + - type: StorageFill + contents: + - name: PowerDrill + - name: JawsOfLife + - name: WelderExperimental + - name: Multitool + - name: ApcExtensionCableStack + +- type: entity + id: ClothingBeltSecurityFilled + parent: ClothingBeltSecurity + suffix: Filled + components: + - type: StorageFill + contents: + - name: SecGlasses + - name: GrenadeFlashBang + - name: GrenadeFlashBang + - name: Stunbaton + - name: Handcuffs + - name: Handcuffs + +- type: entity + id: ClothingBeltJanitorFilled + parent: ClothingBeltJanitor + suffix: Filled + components: + - type: StorageFill + contents: + - name: Soap #Make a soap group and pick between when i'm not lazy + - name: SprayBottleSpaceCleaner + - name: # GrenadeChem + - name: # GrenadeChem + - name: FlashlightLantern diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index 0941fe2bf0..cafa7ee90f 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -61,40 +61,6 @@ cyan: "#18a2d5" yellow: "#ffa500" -- type: entity - name: welding tool - parent: BaseItem - id: Welder - description: 'Melts anything as long as it''s fueled, don''t forget your eye protection!' - components: - - type: Sprite - sprite: Objects/Tools/welder.rsi - layers: - - state: welder - - state: welder_flame - shader: unshaded - visible: false - - type: Item - size: 10 - sprite: Objects/Tools/welder.rsi - HeldPrefix: off - - type: ItemCooldown - - type: MeleeWeapon - - type: ItemStatus - - type: SolutionContainer - maxVol: 100 - caps: AddTo, NoExamine - contents: - reagents: - - ReagentId: chem.WeldingFuel - Quantity: 100 - - type: Welder - weldSoundCollection: Welder - - type: PointLight - enabled: false - radius: 1.5 - color: orange - - type: entity name: wrench parent: BaseItem diff --git a/Resources/Prototypes/Entities/Objects/Tools/welders.yml b/Resources/Prototypes/Entities/Objects/Tools/welders.yml new file mode 100644 index 0000000000..d36404eeb6 --- /dev/null +++ b/Resources/Prototypes/Entities/Objects/Tools/welders.yml @@ -0,0 +1,77 @@ +- type: entity + name: welding tool + parent: BaseItem + id: Welder + description: "Melts anything as long as it's fueled, don't forget your eye protection!" + components: + - type: Sprite + sprite: Objects/Tools/welder.rsi + layers: + - state: icon + - state: welder_flame + shader: unshaded + visible: false + - type: Item + size: 10 + sprite: Objects/Tools/welder.rsi + HeldPrefix: off + - type: ItemCooldown + - type: MeleeWeapon + - type: ItemStatus + - type: SolutionContainer + maxVol: 100 + caps: AddTo, NoExamine + contents: + reagents: + - ReagentId: chem.WeldingFuel + Quantity: 100 + - type: Welder + weldSoundCollection: Welder + - type: PointLight + enabled: false + radius: 1.5 + color: orange + +- type: entity + name: experimental welding tool + parent: Welder + id: WelderExperimental + description: "An experimental welder capable of self-fuel generation and less harmful to the eyes." + components: + - type: Sprite + sprite: Objects/Tools/welder_experimental.rsi + - type: Item + sprite: Objects/Tools/welder_experimental.rsi + - type: SolutionContainer + maxVol: 1000 + caps: AddTo, NoExamine + contents: + reagents: + - ReagentId: chem.WeldingFuel + Quantity: 1000 + - type: PointLight + enabled: false + radius: 1.5 + color: lightblue + +- type: entity + name: emergency welding tool + parent: Welder + id: WelderMini + description: "A miniature welder used during emergencies." + components: + - type: Sprite + sprite: Objects/Tools/welder_mini.rsi + - type: Item + sprite: Objects/Tools/welder_mini.rsi + - type: SolutionContainer + maxVol: 25 + caps: AddTo, NoExamine + contents: + reagents: + - ReagentId: chem.WeldingFuel + Quantity: 25 + - type: PointLight + enabled: false + radius: 1.0 + color: orange diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml index 6aabd73d23..e621a685ff 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/janitor.yml @@ -19,3 +19,4 @@ head: HatPurplesoft idcard: JanitorPDA ears: HeadsetService + belt: ClothingBeltJanitorFilled diff --git a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml index 6ee26c2903..7a9aed6f53 100644 --- a/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml +++ b/Resources/Prototypes/Roles/Jobs/Engineering/chief_engineer.yml @@ -23,5 +23,5 @@ backpack: BackpackEngineeringFilled shoes: ShoesBrown idcard: CEPDA - belt: UtilityBeltClothingFilled ears: HeadsetEngineering + belt: ClothingBeltChiefEngineerFilled diff --git a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml index de798fc49d..24861e8d62 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/chief_medical_officer.yml @@ -25,3 +25,4 @@ outerclothing: OuterclothingLabcoatcmo idcard: CMOPDA ears: HeadsetMedicalAlt + belt: ClothingBeltMedical diff --git a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml index 376f81107e..4455b8b2a1 100644 --- a/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml +++ b/Resources/Prototypes/Roles/Jobs/Medical/medical_doctor.yml @@ -20,3 +20,4 @@ outerclothing: OuterclothingLabcoatmedspecopen idcard: MedicalPDA ears: HeadsetMedical + belt: ClothingBeltMedical diff --git a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml index 47117c74f7..57fe23f4b3 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml @@ -28,3 +28,4 @@ head: HatBeretHoS idcard: HoSPDA ears: HeadsetSecurityAlt + belt: ClothingBeltSecurityFilled diff --git a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml index 1abec1dabd..cd49ef39c9 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/security_officer.yml @@ -22,3 +22,4 @@ outerclothing: OuterclothingArmorVest idcard: SecurityPDA ears: HeadsetSecurity + belt: ClothingBeltSecurityFilled diff --git a/Resources/Prototypes/Roles/Jobs/Security/warden.yml b/Resources/Prototypes/Roles/Jobs/Security/warden.yml index 9e223a4a9a..00b6db25c3 100644 --- a/Resources/Prototypes/Roles/Jobs/Security/warden.yml +++ b/Resources/Prototypes/Roles/Jobs/Security/warden.yml @@ -23,3 +23,4 @@ outerclothing: OuterclothingArmorVest idcard: WardenPDA ears: HeadsetSecurity + belt: ClothingBeltSecurityFilled diff --git a/Resources/Textures/Clothing/Belt/assault.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/assault.rsi/equipped-BELT.png new file mode 100644 index 0000000000..77a7c17193 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/assault.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/assault.rsi/icon.png b/Resources/Textures/Clothing/Belt/assault.rsi/icon.png new file mode 100644 index 0000000000..18047a5740 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/assault.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Belt/assault.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/assault.rsi/inhand-left.png new file mode 100644 index 0000000000..9edac4c151 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/assault.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/assault.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/assault.rsi/inhand-right.png new file mode 100644 index 0000000000..2489dcd7ec Binary files /dev/null and b/Resources/Textures/Clothing/Belt/assault.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/assault.rsi/meta.json b/Resources/Textures/Clothing/Belt/assault.rsi/meta.json new file mode 100644 index 0000000000..6fd2d07a08 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/assault.rsi/meta.json @@ -0,0 +1,74 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/bandolier.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/bandolier.rsi/equipped-BELT.png new file mode 100644 index 0000000000..55062fea78 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/bandolier.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/bandolier.rsi/icon.png b/Resources/Textures/Clothing/Belt/bandolier.rsi/icon.png new file mode 100644 index 0000000000..33dab74994 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/bandolier.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Belt/bandolier.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/bandolier.rsi/inhand-left.png new file mode 100644 index 0000000000..8cbd98c839 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/bandolier.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/bandolier.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/bandolier.rsi/inhand-right.png new file mode 100644 index 0000000000..56ae9791dc Binary files /dev/null and b/Resources/Textures/Clothing/Belt/bandolier.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/bandolier.rsi/meta.json b/Resources/Textures/Clothing/Belt/bandolier.rsi/meta.json new file mode 100644 index 0000000000..6fd2d07a08 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/bandolier.rsi/meta.json @@ -0,0 +1,74 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar.png new file mode 100644 index 0000000000..f5e98598fa Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar_brass.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar_brass.png new file mode 100644 index 0000000000..ec49455454 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar_brass.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar_large.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar_large.png new file mode 100644 index 0000000000..f5e98598fa Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar_large.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar_red.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar_red.png new file mode 100644 index 0000000000..3b80abd142 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/crowbar_red.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/cutters_brass.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/cutters_brass.png new file mode 100644 index 0000000000..f8510d2abf Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/cutters_brass.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/cutters_red.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/cutters_red.png new file mode 100644 index 0000000000..56babcdd5b Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/cutters_red.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/cutters_yellow.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/cutters_yellow.png new file mode 100644 index 0000000000..eb18cbd9a5 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/cutters_yellow.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/drill_bolt.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/drill_bolt.png new file mode 100644 index 0000000000..1be285ec4f Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/drill_bolt.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/drill_screw.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/drill_screw.png new file mode 100644 index 0000000000..1be285ec4f Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/drill_screw.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/flashbang.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/flashbang.png new file mode 100644 index 0000000000..c8d2cc971d Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/flashbang.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/jaws_cutter.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/jaws_cutter.png new file mode 100644 index 0000000000..ba81110284 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/jaws_cutter.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/jaws_pry.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/jaws_pry.png new file mode 100644 index 0000000000..ba81110284 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/jaws_pry.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/meta.json b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/meta.json new file mode 100644 index 0000000000..5f411866b4 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/meta.json @@ -0,0 +1,236 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/dc89ef0239830774bd3d9d7d6c8da2856da2b869", + "states": [ + { + "name": "crowbar", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "crowbar_brass", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "crowbar_large", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "crowbar_red", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cutters_brass", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cutters_red", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "cutters_yellow", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "drill_bolt", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "drill_screw", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "flashbang", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "jaws_cutter", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "jaws_pry", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "multitool", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "multitool_red", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "multitool_yellow", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "screwdriver", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "screwdriver_brass", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "screwdriver_head", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "screwdriver_nuke", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "stunbaton", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "stunbaton_active", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "stunbaton_nocell", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "wrench", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "wrench_brass", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "wrench_medical", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/multitool.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/multitool.png new file mode 100644 index 0000000000..008bd7995f Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/multitool.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/multitool_red.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/multitool_red.png new file mode 100644 index 0000000000..008bd7995f Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/multitool_red.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/multitool_yellow.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/multitool_yellow.png new file mode 100644 index 0000000000..008bd7995f Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/multitool_yellow.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver.png new file mode 100644 index 0000000000..d4ba4ba421 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver_brass.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver_brass.png new file mode 100644 index 0000000000..2fb9ef5388 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver_brass.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver_head.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver_head.png new file mode 100644 index 0000000000..db0208a3e9 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver_head.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver_nuke.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver_nuke.png new file mode 100644 index 0000000000..38b05c8d0a Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/screwdriver_nuke.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/stunbaton.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/stunbaton.png new file mode 100644 index 0000000000..784617bd4f Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/stunbaton.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/stunbaton_active.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/stunbaton_active.png new file mode 100644 index 0000000000..784617bd4f Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/stunbaton_active.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/stunbaton_nocell.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/stunbaton_nocell.png new file mode 100644 index 0000000000..784617bd4f Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/stunbaton_nocell.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/wrench.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/wrench.png new file mode 100644 index 0000000000..0a7e48c25d Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/wrench.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/wrench_brass.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/wrench_brass.png new file mode 100644 index 0000000000..ac6a280af3 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/wrench_brass.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/wrench_medical.png b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/wrench_medical.png new file mode 100644 index 0000000000..0a7e48c25d Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_icon_overlay.rsi/wrench_medical.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/baton.png b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/baton.png new file mode 100644 index 0000000000..dbd600edbb Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/baton.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/gun.png b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/gun.png new file mode 100644 index 0000000000..ed96666e88 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/gun.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/handcuff.png b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/handcuff.png new file mode 100644 index 0000000000..f22fd5cb89 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/handcuff.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/injector.png b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/injector.png new file mode 100644 index 0000000000..85fa72599d Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/injector.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/meta.json b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/meta.json new file mode 100644 index 0000000000..a6ea5838f7 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/meta.json @@ -0,0 +1,101 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/dc89ef0239830774bd3d9d7d6c8da2856da2b869", + "states": [ + { + "name": "baton", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "gun", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "handcuff", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "injector", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "tank", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/tank.png b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/tank.png new file mode 100644 index 0000000000..36c6b88eb3 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/belt_mob_overlay.rsi/tank.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_utility.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/belt_utility.rsi/equipped-BELT.png deleted file mode 100644 index b8cad16789..0000000000 Binary files a/Resources/Textures/Clothing/Belt/belt_utility.rsi/equipped-BELT.png and /dev/null differ diff --git a/Resources/Textures/Clothing/Belt/belt_utility.rsi/meta.json b/Resources/Textures/Clothing/Belt/belt_utility.rsi/meta.json deleted file mode 100644 index c6d2b08e03..0000000000 --- a/Resources/Textures/Clothing/Belt/belt_utility.rsi/meta.json +++ /dev/null @@ -1 +0,0 @@ -{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/discordia-space/CEV-Eris at commit 9a3a3a180344460263e8df7ea2565128e07b86b5", "states": [{"name": "equipped-BELT", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "utilitybelt", "directions": 1, "delays": [[1.0]]}]} \ No newline at end of file diff --git a/Resources/Textures/Clothing/Belt/ce.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/ce.rsi/equipped-BELT.png new file mode 100644 index 0000000000..e5bacdb467 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/ce.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/ce.rsi/icon.png b/Resources/Textures/Clothing/Belt/ce.rsi/icon.png new file mode 100644 index 0000000000..e759e11492 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/ce.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Belt/ce.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/ce.rsi/inhand-left.png new file mode 100644 index 0000000000..041e6b34f9 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/ce.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/ce.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/ce.rsi/inhand-right.png new file mode 100644 index 0000000000..512d21a2da Binary files /dev/null and b/Resources/Textures/Clothing/Belt/ce.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/ce.rsi/meta.json b/Resources/Textures/Clothing/Belt/ce.rsi/meta.json new file mode 100644 index 0000000000..6fd2d07a08 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/ce.rsi/meta.json @@ -0,0 +1,74 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/champion.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/champion.rsi/equipped-BELT.png new file mode 100644 index 0000000000..3bb41718c1 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/champion.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/champion.rsi/icon.png b/Resources/Textures/Clothing/Belt/champion.rsi/icon.png new file mode 100644 index 0000000000..a84213cfcb Binary files /dev/null and b/Resources/Textures/Clothing/Belt/champion.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Belt/champion.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/champion.rsi/inhand-left.png new file mode 100644 index 0000000000..3614c7ec83 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/champion.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/champion.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/champion.rsi/inhand-right.png new file mode 100644 index 0000000000..2137c63d34 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/champion.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/champion.rsi/meta.json b/Resources/Textures/Clothing/Belt/champion.rsi/meta.json new file mode 100644 index 0000000000..6fd2d07a08 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/champion.rsi/meta.json @@ -0,0 +1,74 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/holster.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/holster.rsi/equipped-BELT.png new file mode 100644 index 0000000000..792c016510 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/holster.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/holster.rsi/icon.png b/Resources/Textures/Clothing/Belt/holster.rsi/icon.png new file mode 100644 index 0000000000..d77d1088c9 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/holster.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Belt/holster.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/holster.rsi/inhand-left.png new file mode 100644 index 0000000000..0a2043e7cb Binary files /dev/null and b/Resources/Textures/Clothing/Belt/holster.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/holster.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/holster.rsi/inhand-right.png new file mode 100644 index 0000000000..cfc97c5ba1 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/holster.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/holster.rsi/meta.json b/Resources/Textures/Clothing/Belt/holster.rsi/meta.json new file mode 100644 index 0000000000..6fd2d07a08 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/holster.rsi/meta.json @@ -0,0 +1,74 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/janitor.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/janitor.rsi/equipped-BELT.png new file mode 100644 index 0000000000..7ce0f6c5db Binary files /dev/null and b/Resources/Textures/Clothing/Belt/janitor.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/janitor.rsi/icon.png b/Resources/Textures/Clothing/Belt/janitor.rsi/icon.png new file mode 100644 index 0000000000..94cb6d9532 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/janitor.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Belt/janitor.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/janitor.rsi/inhand-left.png new file mode 100644 index 0000000000..dfd433aaeb Binary files /dev/null and b/Resources/Textures/Clothing/Belt/janitor.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/janitor.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/janitor.rsi/inhand-right.png new file mode 100644 index 0000000000..2d060d28fe Binary files /dev/null and b/Resources/Textures/Clothing/Belt/janitor.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/janitor.rsi/meta.json b/Resources/Textures/Clothing/Belt/janitor.rsi/meta.json new file mode 100644 index 0000000000..6fd2d07a08 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/janitor.rsi/meta.json @@ -0,0 +1,74 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/medical.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/medical.rsi/equipped-BELT.png new file mode 100644 index 0000000000..4da4f1e6b2 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/medical.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/medical.rsi/icon.png b/Resources/Textures/Clothing/Belt/medical.rsi/icon.png new file mode 100644 index 0000000000..9b0c385509 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/medical.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Belt/medical.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/medical.rsi/inhand-left.png new file mode 100644 index 0000000000..05b12bcf4e Binary files /dev/null and b/Resources/Textures/Clothing/Belt/medical.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/medical.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/medical.rsi/inhand-right.png new file mode 100644 index 0000000000..a3e40d34a8 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/medical.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/medical.rsi/meta.json b/Resources/Textures/Clothing/Belt/medical.rsi/meta.json new file mode 100644 index 0000000000..6fd2d07a08 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/medical.rsi/meta.json @@ -0,0 +1,74 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/militarywebbing.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/militarywebbing.rsi/equipped-BELT.png new file mode 100644 index 0000000000..06cec5d458 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/militarywebbing.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/militarywebbing.rsi/icon.png b/Resources/Textures/Clothing/Belt/militarywebbing.rsi/icon.png new file mode 100644 index 0000000000..5767c15704 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/militarywebbing.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Belt/militarywebbing.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/militarywebbing.rsi/inhand-left.png new file mode 100644 index 0000000000..dbce144c60 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/militarywebbing.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/militarywebbing.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/militarywebbing.rsi/inhand-right.png new file mode 100644 index 0000000000..8280138ae7 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/militarywebbing.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/militarywebbing.rsi/meta.json b/Resources/Textures/Clothing/Belt/militarywebbing.rsi/meta.json new file mode 100644 index 0000000000..6fd2d07a08 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/militarywebbing.rsi/meta.json @@ -0,0 +1,74 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/security.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/security.rsi/equipped-BELT.png new file mode 100644 index 0000000000..b04e3d4b7b Binary files /dev/null and b/Resources/Textures/Clothing/Belt/security.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/security.rsi/icon.png b/Resources/Textures/Clothing/Belt/security.rsi/icon.png new file mode 100644 index 0000000000..3b17da538d Binary files /dev/null and b/Resources/Textures/Clothing/Belt/security.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Belt/security.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/security.rsi/inhand-left.png new file mode 100644 index 0000000000..9edac4c151 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/security.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/security.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/security.rsi/inhand-right.png new file mode 100644 index 0000000000..2489dcd7ec Binary files /dev/null and b/Resources/Textures/Clothing/Belt/security.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/security.rsi/meta.json b/Resources/Textures/Clothing/Belt/security.rsi/meta.json new file mode 100644 index 0000000000..6fd2d07a08 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/security.rsi/meta.json @@ -0,0 +1,74 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/securitywebbing.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/securitywebbing.rsi/equipped-BELT.png new file mode 100644 index 0000000000..42d3c6a629 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/securitywebbing.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/securitywebbing.rsi/icon.png b/Resources/Textures/Clothing/Belt/securitywebbing.rsi/icon.png new file mode 100644 index 0000000000..6a4bbd21bc Binary files /dev/null and b/Resources/Textures/Clothing/Belt/securitywebbing.rsi/icon.png differ diff --git a/Resources/Textures/Clothing/Belt/securitywebbing.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/securitywebbing.rsi/inhand-left.png new file mode 100644 index 0000000000..dbce144c60 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/securitywebbing.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/securitywebbing.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/securitywebbing.rsi/inhand-right.png new file mode 100644 index 0000000000..8280138ae7 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/securitywebbing.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/securitywebbing.rsi/meta.json b/Resources/Textures/Clothing/Belt/securitywebbing.rsi/meta.json new file mode 100644 index 0000000000..6fd2d07a08 --- /dev/null +++ b/Resources/Textures/Clothing/Belt/securitywebbing.rsi/meta.json @@ -0,0 +1,74 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/sheath.rsi/meta.json b/Resources/Textures/Clothing/Belt/sheath.rsi/meta.json new file mode 100644 index 0000000000..f2beb8d38f --- /dev/null +++ b/Resources/Textures/Clothing/Belt/sheath.rsi/meta.json @@ -0,0 +1,65 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "sheath-equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheath-sabre-equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "sheath-sabre", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "sheath", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Clothing/Belt/sheath.rsi/sheath-equipped-BELT.png b/Resources/Textures/Clothing/Belt/sheath.rsi/sheath-equipped-BELT.png new file mode 100644 index 0000000000..eb54d79fd5 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/sheath.rsi/sheath-equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/sheath.rsi/sheath-sabre-equipped-BELT.png b/Resources/Textures/Clothing/Belt/sheath.rsi/sheath-sabre-equipped-BELT.png new file mode 100644 index 0000000000..b11ba9b56b Binary files /dev/null and b/Resources/Textures/Clothing/Belt/sheath.rsi/sheath-sabre-equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/sheath.rsi/sheath-sabre.png b/Resources/Textures/Clothing/Belt/sheath.rsi/sheath-sabre.png new file mode 100644 index 0000000000..4a7ce37df2 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/sheath.rsi/sheath-sabre.png differ diff --git a/Resources/Textures/Clothing/Belt/sheath.rsi/sheath.png b/Resources/Textures/Clothing/Belt/sheath.rsi/sheath.png new file mode 100644 index 0000000000..5afd4c56b9 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/sheath.rsi/sheath.png differ diff --git a/Resources/Textures/Clothing/Belt/suspenders.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/suspenders.rsi/inhand-left.png new file mode 100644 index 0000000000..beef58b2e4 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/suspenders.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/suspenders.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/suspenders.rsi/inhand-right.png new file mode 100644 index 0000000000..25c1b5429c Binary files /dev/null and b/Resources/Textures/Clothing/Belt/suspenders.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/suspenders.rsi/meta.json b/Resources/Textures/Clothing/Belt/suspenders.rsi/meta.json index 5618dc6a77..6fd2d07a08 100644 --- a/Resources/Textures/Clothing/Belt/suspenders.rsi/meta.json +++ b/Resources/Textures/Clothing/Belt/suspenders.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/tgstation", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", "states": [ { "name": "equipped-BELT", @@ -25,6 +25,42 @@ ] ] }, + { + "name": "inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, { "name": "icon", "directions": 1, diff --git a/Resources/Textures/Clothing/Belt/utility.rsi/equipped-BELT.png b/Resources/Textures/Clothing/Belt/utility.rsi/equipped-BELT.png new file mode 100644 index 0000000000..88351c9e8d Binary files /dev/null and b/Resources/Textures/Clothing/Belt/utility.rsi/equipped-BELT.png differ diff --git a/Resources/Textures/Clothing/Belt/belt_utility.rsi/utilitybelt.png b/Resources/Textures/Clothing/Belt/utility.rsi/icon.png similarity index 100% rename from Resources/Textures/Clothing/Belt/belt_utility.rsi/utilitybelt.png rename to Resources/Textures/Clothing/Belt/utility.rsi/icon.png diff --git a/Resources/Textures/Clothing/Belt/utility.rsi/inhand-left.png b/Resources/Textures/Clothing/Belt/utility.rsi/inhand-left.png new file mode 100644 index 0000000000..ebf6f6ca37 Binary files /dev/null and b/Resources/Textures/Clothing/Belt/utility.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Belt/utility.rsi/inhand-right.png b/Resources/Textures/Clothing/Belt/utility.rsi/inhand-right.png new file mode 100644 index 0000000000..e13bfa1b5c Binary files /dev/null and b/Resources/Textures/Clothing/Belt/utility.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Belt/utility.rsi/meta.json b/Resources/Textures/Clothing/Belt/utility.rsi/meta.json new file mode 100644 index 0000000000..d1facf554c --- /dev/null +++ b/Resources/Textures/Clothing/Belt/utility.rsi/meta.json @@ -0,0 +1,38 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c838ba21dae97db345e0113f99596decd1d66039", + "states": [ + { + "name": "equipped-BELT", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Constructible/Structures/Doors/airlock_maint.rsi/meta.json b/Resources/Textures/Constructible/Structures/Doors/airlock_maint.rsi/meta.json index d1d5eee5b6..147cef6c90 100644 --- a/Resources/Textures/Constructible/Structures/Doors/airlock_maint.rsi/meta.json +++ b/Resources/Textures/Constructible/Structures/Doors/airlock_maint.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/d86e175508b8553ca8396f39f2af7ecec4595375/icons/obj/doors/Doormaint.dmi", + "copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/d86e175508b8553ca8396f39f2af7ecec4595375/icons/obj/doors/Doormaint.dmi - modified by rexonaje#5787 on discord", "states": [ { "name": "bolted", diff --git a/Resources/Textures/Objects/Tools/welder.rsi/welder.png b/Resources/Textures/Objects/Tools/welder.rsi/icon.png similarity index 100% rename from Resources/Textures/Objects/Tools/welder.rsi/welder.png rename to Resources/Textures/Objects/Tools/welder.rsi/icon.png diff --git a/Resources/Textures/Objects/Tools/welder.rsi/meta.json b/Resources/Textures/Objects/Tools/welder.rsi/meta.json index a000fa54c8..c18016dab0 100644 --- a/Resources/Textures/Objects/Tools/welder.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/welder.rsi/meta.json @@ -1,112 +1,110 @@ { - "version": 1, - "size": { - "x": 32, - "y": 32 + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/199fffd989d6f7fd6ea9c5188c875137df4f34b8", + "states": [ + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] }, - "states": [ - { - "name": "welder", - "select": [], - "flags": {}, - "directions": 1, - "delays": [ - [ - 1.0 - ] - ] - }, - { - "name": "welder_flame", - "select": [], - "flags": {}, - "directions": 1, - "delays": [ - [ - 0.2, - 0.1 - ] - ] - }, - { - "name": "on-inhand-left", - "directions": 4, - "delays": [ - [ - 0.2, - 0.1 - ], - [ - 0.2, - 0.1 - ], - [ - 0.2, - 0.1 - ], - [ - 0.2, - 0.1 - ] - ] - }, - { - "name": "on-inhand-right", - "directions": 4, - "delays": [ - [ - 0.2, - 0.1 - ], - [ - 0.2, - 0.1 - ], - [ - 0.2, - 0.1 - ], - [ - 0.2, - 0.1 - ] - ] - }, - { - "name": "off-inhand-left", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - }, - { - "name": "off-inhand-right", - "directions": 4, - "delays": [ - [ - 1 - ], - [ - 1 - ], - [ - 1 - ], - [ - 1 - ] - ] - } - ] + { + "name": "welder_flame", + "directions": 1, + "delays": [ + [ + 0.2, + 0.1 + ] + ] + }, + { + "name": "off-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "off-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "on-inhand-left", + "directions": 4, + "delays": [ + [ + 0.2, + 0.1 + ], + [ + 0.2, + 0.1 + ], + [ + 0.2, + 0.1 + ], + [ + 0.2, + 0.1 + ] + ] + }, + { + "name": "on-inhand-right", + "directions": 4, + "delays": [ + [ + 0.2, + 0.1 + ], + [ + 0.2, + 0.1 + ], + [ + 0.2, + 0.1 + ], + [ + 0.2, + 0.1 + ] + ] + } + ] } diff --git a/Resources/Textures/Objects/Tools/welder_experimental.rsi/icon.png b/Resources/Textures/Objects/Tools/welder_experimental.rsi/icon.png new file mode 100644 index 0000000000..2a36d55002 Binary files /dev/null and b/Resources/Textures/Objects/Tools/welder_experimental.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Tools/welder_experimental.rsi/meta.json b/Resources/Textures/Objects/Tools/welder_experimental.rsi/meta.json new file mode 100644 index 0000000000..ed824e60cf --- /dev/null +++ b/Resources/Textures/Objects/Tools/welder_experimental.rsi/meta.json @@ -0,0 +1,121 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/199fffd989d6f7fd6ea9c5188c875137df4f34b8", + "states": [ + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 0.2, + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "welder_flame", + "directions": 1, + "delays": [ + [ + 0.2, + 0.1 + ] + ] + }, + { + "name": "off-inhand-left", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "off-inhand-right", + "directions": 4, + "delays": [ + [ + 1 + ], + [ + 1 + ], + [ + 1 + ], + [ + 1 + ] + ] + }, + { + "name": "on-inhand-left", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ] + ] + }, + { + "name": "on-inhand-right", + "directions": 4, + "delays": [ + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ], + [ + 0.2, + 0.2, + 0.2 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Tools/welder_experimental.rsi/off-inhand-left.png b/Resources/Textures/Objects/Tools/welder_experimental.rsi/off-inhand-left.png new file mode 100644 index 0000000000..045e42531c Binary files /dev/null and b/Resources/Textures/Objects/Tools/welder_experimental.rsi/off-inhand-left.png differ diff --git a/Resources/Textures/Objects/Tools/welder_experimental.rsi/off-inhand-right.png b/Resources/Textures/Objects/Tools/welder_experimental.rsi/off-inhand-right.png new file mode 100644 index 0000000000..45628f9983 Binary files /dev/null and b/Resources/Textures/Objects/Tools/welder_experimental.rsi/off-inhand-right.png differ diff --git a/Resources/Textures/Objects/Tools/welder_experimental.rsi/on-inhand-left.png b/Resources/Textures/Objects/Tools/welder_experimental.rsi/on-inhand-left.png new file mode 100644 index 0000000000..7af2bb027e Binary files /dev/null and b/Resources/Textures/Objects/Tools/welder_experimental.rsi/on-inhand-left.png differ diff --git a/Resources/Textures/Objects/Tools/welder_experimental.rsi/on-inhand-right.png b/Resources/Textures/Objects/Tools/welder_experimental.rsi/on-inhand-right.png new file mode 100644 index 0000000000..85c42df8b2 Binary files /dev/null and b/Resources/Textures/Objects/Tools/welder_experimental.rsi/on-inhand-right.png differ diff --git a/Resources/Textures/Objects/Tools/welder_experimental.rsi/welder_flame.png b/Resources/Textures/Objects/Tools/welder_experimental.rsi/welder_flame.png new file mode 100644 index 0000000000..5c3bdc7bbe Binary files /dev/null and b/Resources/Textures/Objects/Tools/welder_experimental.rsi/welder_flame.png differ diff --git a/Resources/Textures/Objects/Tools/welder_mini.rsi/icon.png b/Resources/Textures/Objects/Tools/welder_mini.rsi/icon.png new file mode 100644 index 0000000000..87e7882792 Binary files /dev/null and b/Resources/Textures/Objects/Tools/welder_mini.rsi/icon.png differ diff --git a/Resources/Textures/Objects/Tools/welder_mini.rsi/meta.json b/Resources/Textures/Objects/Tools/welder_mini.rsi/meta.json new file mode 100644 index 0000000000..0c308b9e1d --- /dev/null +++ b/Resources/Textures/Objects/Tools/welder_mini.rsi/meta.json @@ -0,0 +1,30 @@ +{ + "version": 1, + "size": { + "x": 32, + "y": 32 + }, + "license": "CC-BY-SA-3.0", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/199fffd989d6f7fd6ea9c5188c875137df4f34b8", + "states": [ + { + "name": "icon", + "directions": 1, + "delays": [ + [ + 1 + ] + ] + }, + { + "name": "welder_flame", + "directions": 1, + "delays": [ + [ + 0.2, + 0.1 + ] + ] + } + ] +} diff --git a/Resources/Textures/Objects/Tools/welder_mini.rsi/welder_flame.png b/Resources/Textures/Objects/Tools/welder_mini.rsi/welder_flame.png new file mode 100644 index 0000000000..f080d7bcaa Binary files /dev/null and b/Resources/Textures/Objects/Tools/welder_mini.rsi/welder_flame.png differ