diff --git a/Resources/Prototypes/_Forge/Clothing/Back/backpacks.yml b/Resources/Prototypes/_Forge/Clothing/Back/backpacks.yml index 330c53f2b92e..82efb53dd3d8 100644 --- a/Resources/Prototypes/_Forge/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/_Forge/Clothing/Back/backpacks.yml @@ -39,3 +39,18 @@ - type: Storage grid: - 0,0,7,4 + +- type: entity + parent: [NFClothingBackpack, BaseC3Contraband, ContrabandClothing] + id: ClothingBackpackRenegade + name: backpack renegade + suffix: Ренегаты + description: A comfortable and practical backpack. + components: + - type: Sprite + sprite: Forge/Clothing/Back/Backpacks/renegade.rsi + - type: ExplosionResistance + damageCoefficient: 0.1 + - type: Storage + grid: + - 0,0,7,4 \ No newline at end of file diff --git a/Resources/Prototypes/_Forge/Clothing/Back/duffels.yml b/Resources/Prototypes/_Forge/Clothing/Back/duffels.yml index 73b37bd71d68..4f90d67dc967 100644 --- a/Resources/Prototypes/_Forge/Clothing/Back/duffels.yml +++ b/Resources/Prototypes/_Forge/Clothing/Back/duffels.yml @@ -11,3 +11,18 @@ - type: Storage grid: - 0,0,9,5 + +- type: entity + parent: [NFClothingDuffel, BaseC3Contraband, ContrabandClothing] + id: ClothingDuffelRenegade + name: duffel renegade + suffix: Ренегаты + description: A large duffel bag for storing things. + components: + - type: Sprite + sprite: Forge/Clothing/Back/Duffels/renegade.rsi + - type: ExplosionResistance + damageCoefficient: 0.1 + - type: Storage + grid: + - 0,0,9,5 \ No newline at end of file diff --git a/Resources/Prototypes/_Forge/Clothing/Back/messenger.yml b/Resources/Prototypes/_Forge/Clothing/Back/messenger.yml new file mode 100644 index 000000000000..e75edecd83a1 --- /dev/null +++ b/Resources/Prototypes/_Forge/Clothing/Back/messenger.yml @@ -0,0 +1,19 @@ +- type: entity + parent: [ClothingBackpackMessenger, BaseC3Contraband] + id: ClothingBackpackMessengerRenegade + name: renegade messenger bag + suffix: Ренегаты + description: A sterile messenger bag with renegade colours. + components: + - type: Sprite + sprite: Forge/Clothing/Back/Messenger/renegade.rsi + - type: Storage + grid: + - 0,0,1,2 + - 0,4,1,6 + - 3,1,6,5 + - 8,0,9,2 + - 8,4,9,6 + - type: ExplosionResistance # Corvax-Forge + damageCoefficient: 0.1 + diff --git a/Resources/Prototypes/_Forge/Clothing/Back/satchel.yml b/Resources/Prototypes/_Forge/Clothing/Back/satchel.yml index 222e9572d561..b9b91d20fc5e 100644 --- a/Resources/Prototypes/_Forge/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/_Forge/Clothing/Back/satchel.yml @@ -46,3 +46,20 @@ - 0,0,1,4 - 3,0,6,4 - 8,0,9,4 + +- type: entity + parent: [ClothingBackpackSatchel, BaseC3Contraband, ContrabandClothing] + id: ClothingBackpackSatchelRenegade + name: satchel renegade + suffix: Ренегаты + description: The bag is pleasent to the touch. + components: + - type: Sprite + sprite: Forge/Clothing/Back/Satchels/renegade.rsi + - type: ExplosionResistance + damageCoefficient: 0.1 + - type: Storage + grid: + - 0,0,1,4 + - 3,0,6,4 + - 8,0,9,4 \ No newline at end of file diff --git a/Resources/Prototypes/_Forge/Clothing/Ears/headsets.yml b/Resources/Prototypes/_Forge/Clothing/Ears/headsets.yml index 284a7f0655f9..ebeb4d3d8c5d 100644 --- a/Resources/Prototypes/_Forge/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/_Forge/Clothing/Ears/headsets.yml @@ -57,5 +57,52 @@ - type: Clothing sprite: Clothing/Ears/Headsets/syndicate.rsi - +# Ренегаты +- type: entity + parent: [ClothingHeadset, BaseC3Contraband, ContrabandClothing] + id: ClothingHeadsetRenegade + name: renegade headset + description: An updated, modular intercom that fits over the head. Takes encryption keys. + suffix: Ренегаты + components: + - type: ContainerFill + containers: + key_slots: + - EncryptionKeyRenegade + - type: Sprite + sprite: Forge/Clothing/Ears/Headsets/headset_renegade.rsi + - type: Clothing + sprite: Forge/Clothing/Ears/Headsets/headset_renegade.rsi + +- type: entity + parent: [ClothingHeadsetAlt, BaseC3Contraband, ContrabandClothing] + id: ClothingHeadsetRenegadeTech + name: technical renegade headset + description: An updated, modular intercom that fits over the head. Takes encryption keys. + suffix: Ренегаты + components: + - type: ContainerFill + containers: + key_slots: + - EncryptionKeyRenegadeTech + - type: Sprite + sprite: Forge/Clothing/Ears/Headsets/headset_renegade.rsi + - type: Clothing + sprite: Forge/Clothing/Ears/Headsets/headset_renegade.rsi + +- type: entity + parent: [ClothingHeadsetAlt, BaseC3Contraband, ContrabandClothing] + id: ClothingHeadsetRenegadedCom + name: command renegade headset + description: An updated, modular intercom that fits over the head. Takes encryption keys. + suffix: Ренегаты + components: + - type: ContainerFill + containers: + key_slots: + - EncryptionKeyRenegadeCom + - type: Sprite + sprite: Forge/Clothing/Ears/Headsets/headset_renegade.rsi + - type: Clothing + sprite: Forge/Clothing/Ears/Headsets/headset_renegade.rsi diff --git a/Resources/Prototypes/_Forge/Clothing/Neck/Cloaks/cloaks.yml b/Resources/Prototypes/_Forge/Clothing/Neck/Cloaks/cloaks.yml new file mode 100644 index 000000000000..e10460382881 --- /dev/null +++ b/Resources/Prototypes/_Forge/Clothing/Neck/Cloaks/cloaks.yml @@ -0,0 +1,29 @@ +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakRenegade + name: renegade cloak + suffix: Ренегаты + description: Is it legal? + components: + - type: Sprite + sprite: Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakRenegadePoncho + name: renegade poncho + suffix: Ренегаты + description: Is it legal? + components: + - type: Sprite + sprite: Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckCloakRenegadeCaptain + name: renegade captain cloak + suffix: Ренегаты + description: Is it legal? + components: + - type: Sprite + sprite: Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Forge/Clothing/Neck/Cloaks/mantles.yml b/Resources/Prototypes/_Forge/Clothing/Neck/Cloaks/mantles.yml index 2c4bef75e6bd..7668c9ee694a 100644 --- a/Resources/Prototypes/_Forge/Clothing/Neck/Cloaks/mantles.yml +++ b/Resources/Prototypes/_Forge/Clothing/Neck/Cloaks/mantles.yml @@ -9,3 +9,15 @@ sprite: Forge/Clothing/Neck/mantles/shermantle.rsi - type: Clothing sprite: Forge/Clothing/Neck/mantles/shermantle.rsi + +- type: entity + parent: ClothingNeckBase + id: ClothingNeckMantleRenegade + name: renegade's mantle + suffix: Ренегаты + description: Is it legal? + components: + - type: Sprite + sprite: Forge/Clothing/Neck/mantles/renegade.rsi + - type: Clothing + sprite: Forge/Clothing/Neck/mantles/renegade.rsi \ No newline at end of file diff --git a/Resources/Prototypes/_Forge/Clothing/Shoes/magboots.yml b/Resources/Prototypes/_Forge/Clothing/Shoes/magboots.yml index 635986161f69..fd473a132816 100644 --- a/Resources/Prototypes/_Forge/Clothing/Shoes/magboots.yml +++ b/Resources/Prototypes/_Forge/Clothing/Shoes/magboots.yml @@ -259,3 +259,25 @@ state: icon-on name: alerts-magboots-name description: alerts-magboots-desc + +- type: entity + parent: [ClothingShoesBootsMagSecurity, BaseC3Contraband] + id: ClothingShoesBootsMagRenegade + suffix: Ренегаты + name: renegade magboots + components: + - type: Sprite + sprite: Forge/Clothing/Shoes/Boots/magboots-renegade.rsi + state: icon + - type: Clothing + sprite: Forge/Clothing/Shoes/Boots/magboots-renegade.rsi + - type: Magboots + magbootsAlert: MagbootsRenegade + +- type: alert + id: MagbootsRenegade + icons: + - sprite: Forge/Clothing/Shoes/Boots/magboots-renegade.rsi + state: icon-on + name: alerts-magboots-name + description: alerts-magboots-desc \ No newline at end of file diff --git a/Resources/Prototypes/_Forge/Entities/Objects/Devices/encryption_keys.yml b/Resources/Prototypes/_Forge/Entities/Objects/Devices/encryption_keys.yml index df478bfe1ad3..ffeecae6304b 100644 --- a/Resources/Prototypes/_Forge/Entities/Objects/Devices/encryption_keys.yml +++ b/Resources/Prototypes/_Forge/Entities/Objects/Devices/encryption_keys.yml @@ -90,3 +90,57 @@ layers: - state: crypt_silver - state: pm_label + +- type: entity + parent: [EncryptionKey, BaseC3Contraband] + id: EncryptionKeyRenegade + suffix: Ренегаты + name: renegade encryption key + description: An encryption key used byrenegades, who may or may not have an affiliation. It looks like it's worn out. + components: + - type: EncryptionKey + channels: + - Renegade + defaultChannel: Renegade + - type: Sprite + sprite: Forge/Objects/Devices/encryption_keys.rsi + layers: + - state: crypt_renegade + - state: ren_label + +- type: entity + parent: [EncryptionKey, BaseC3Contraband] + id: EncryptionKeyRenegadeTech + suffix: Ренегаты + name: technical renegade encryption key + description: An encryption key used byrenegades, who may or may not have an affiliation. It looks like it's worn out. + components: + - type: EncryptionKey + channels: + - Renegade + - TechRenegade + defaultChannel: TechRenegade + - type: Sprite + sprite: Forge/Objects/Devices/encryption_keys.rsi + layers: + - state: crypt_renegade + - state: techren_label + +- type: entity + parent: [EncryptionKey, BaseC3Contraband] + id: EncryptionKeyRenegadeCom + suffix: Ренегаты + name: command renegade encryption key + description: An encryption key used byrenegades, who may or may not have an affiliation. It looks like it's worn out. + components: + - type: EncryptionKey + channels: + - Renegade + - TechRenegade + - ComRenegade + defaultChannel: ComRenegade + - type: Sprite + sprite: Forge/Objects/Devices/encryption_keys.rsi + layers: + - state: crypt_renegade + - state: comren_label diff --git a/Resources/Prototypes/_Forge/radio_channels.yml b/Resources/Prototypes/_Forge/radio_channels.yml index 388a640eee7f..a41722750076 100644 --- a/Resources/Prototypes/_Forge/radio_channels.yml +++ b/Resources/Prototypes/_Forge/radio_channels.yml @@ -27,3 +27,24 @@ keycode: 'г' frequency: 1165 color: "#75baf3" + +- type: radioChannel + id: Renegade + name: chat-radio-renegade + keycode: 'ы' + frequency: 1125 + color: "#bd33a4" + +- type: radioChannel + id: TechRenegade + name: chat-radio-tech-renegade + keycode: 'я' + frequency: 1130 + color: "#ed39c9" + +- type: radioChannel + id: ComRenegade + name: chat-radio-com-renegade + keycode: 'е' + frequency: 1134 + color: "#8b008b" \ No newline at end of file diff --git a/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/equipped-BACKPACK.png b/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/equipped-BACKPACK.png new file mode 100644 index 000000000000..4565221261c9 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/icon.png b/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/icon.png new file mode 100644 index 000000000000..a8b105f2bbc1 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/icon.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/inhand-left.png b/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/inhand-left.png new file mode 100644 index 000000000000..4be6357ce371 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/inhand-left.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/inhand-right.png b/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/inhand-right.png new file mode 100644 index 000000000000..44ca338e0bc8 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/inhand-right.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/meta.json b/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/meta.json new file mode 100644 index 000000000000..16f58b2babdc --- /dev/null +++ b/Resources/Textures/Forge/Clothing/Back/Backpacks/renegade.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Welipatent for Forge Corvax Frontier", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/equipped-BACKPACK.png b/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/equipped-BACKPACK.png new file mode 100644 index 000000000000..66ef01b5991d Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/icon.png b/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/icon.png new file mode 100644 index 000000000000..4ffc489b7d57 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/icon.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/inhand-left.png b/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/inhand-left.png new file mode 100644 index 000000000000..51e23610e1be Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/inhand-left.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/inhand-right.png b/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/inhand-right.png new file mode 100644 index 000000000000..a2e814bcc08c Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/inhand-right.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/meta.json b/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/meta.json new file mode 100644 index 000000000000..16f58b2babdc --- /dev/null +++ b/Resources/Textures/Forge/Clothing/Back/Duffels/renegade.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Welipatent for Forge Corvax Frontier", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/equipped-BACKPACK.png b/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/equipped-BACKPACK.png new file mode 100644 index 000000000000..20065afafc72 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/icon.png b/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/icon.png new file mode 100644 index 000000000000..3a6e5aebee38 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/icon.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/inhand-left.png b/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/inhand-left.png new file mode 100644 index 000000000000..21daec0b42d3 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/inhand-left.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/inhand-right.png b/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/inhand-right.png new file mode 100644 index 000000000000..fdee49c95807 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/inhand-right.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/meta.json b/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/meta.json new file mode 100644 index 000000000000..c482b1802ad4 --- /dev/null +++ b/Resources/Textures/Forge/Clothing/Back/Messenger/renegade.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Welipatent for Forge Corvax Frontier", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} \ No newline at end of file diff --git a/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/equipped-BACKPACK.png b/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/equipped-BACKPACK.png new file mode 100644 index 000000000000..fd05cb9fc341 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/equipped-BACKPACK.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/icon.png b/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/icon.png new file mode 100644 index 000000000000..3d983cc55b63 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/icon.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/inhand-left.png b/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/inhand-left.png new file mode 100644 index 000000000000..62afdba7debc Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/inhand-left.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/inhand-right.png b/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/inhand-right.png new file mode 100644 index 000000000000..4cac6fd3752d Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/inhand-right.png differ diff --git a/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/meta.json b/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/meta.json new file mode 100644 index 000000000000..16f58b2babdc --- /dev/null +++ b/Resources/Textures/Forge/Clothing/Back/Satchels/renegade.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Welipatent for Forge Corvax Frontier", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-BACKPACK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/alt-equipped-EARS.png b/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/alt-equipped-EARS.png new file mode 100644 index 000000000000..141ec124a705 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/alt-equipped-EARS.png differ diff --git a/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/equipped-EARS.png b/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/equipped-EARS.png new file mode 100644 index 000000000000..83edce1ffa72 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/equipped-EARS.png differ diff --git a/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/icon.png b/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/icon.png new file mode 100644 index 000000000000..dabb2c0a0262 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/icon.png differ diff --git a/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/icon_alt.png b/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/icon_alt.png new file mode 100644 index 000000000000..3179327a4194 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/icon_alt.png differ diff --git a/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/meta.json b/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/meta.json new file mode 100644 index 000000000000..b55cb3174840 --- /dev/null +++ b/Resources/Textures/Forge/Clothing/Ears/Headsets/headset_renegade.rsi/meta.json @@ -0,0 +1,25 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Welipatent for Forge Corvax Frontier", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "icon_alt" + }, + { + "name": "equipped-EARS", + "directions": 4 + }, + { + "name": "alt-equipped-EARS", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/equipped-NECK.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/equipped-NECK.png new file mode 100644 index 000000000000..9b5a419f8768 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/icon.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/icon.png new file mode 100644 index 000000000000..af0fd7cdb6d7 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/icon.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/inhand-left.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/inhand-left.png new file mode 100644 index 000000000000..73664b2fee03 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/inhand-left.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/inhand-right.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/inhand-right.png new file mode 100644 index 000000000000..7332669cea74 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/inhand-right.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/meta.json b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/meta.json new file mode 100644 index 000000000000..4acb73b765f3 --- /dev/null +++ b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegade.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Welipatent for Forge Corvax Frontier", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/equipped-NECK.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/equipped-NECK.png new file mode 100644 index 000000000000..c90bc46ffc87 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/icon.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/icon.png new file mode 100644 index 000000000000..29198f283f0b Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/icon.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/inhand-left.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/inhand-left.png new file mode 100644 index 000000000000..a408afed53ba Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/inhand-left.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/inhand-right.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/inhand-right.png new file mode 100644 index 000000000000..fa19caa9cabb Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/inhand-right.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/meta.json b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/meta.json new file mode 100644 index 000000000000..cd256b4408ce --- /dev/null +++ b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadecaptain.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Welipatent for Forge Corvax Frontier", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/equipped-NECK.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/equipped-NECK.png new file mode 100644 index 000000000000..6b2e326fab29 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/icon.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/icon.png new file mode 100644 index 000000000000..d871d5054130 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/icon.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/inhand-left.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/inhand-left.png new file mode 100644 index 000000000000..f2e628fba980 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/inhand-left.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/inhand-right.png b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/inhand-right.png new file mode 100644 index 000000000000..a3362b973c05 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/inhand-right.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/meta.json b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/meta.json new file mode 100644 index 000000000000..4acb73b765f3 --- /dev/null +++ b/Resources/Textures/Forge/Clothing/Neck/Cloaks/Renegade/renegadeponcho.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Welipatent for Forge Corvax Frontier", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/equipped-NECK.png b/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/equipped-NECK.png new file mode 100644 index 000000000000..d53e339d9efc Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/equipped-NECK.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/icon.png b/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/icon.png new file mode 100644 index 000000000000..8961aaf67749 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/icon.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/inhand-left.png b/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/inhand-left.png new file mode 100644 index 000000000000..2dd99a955ba3 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/inhand-left.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/inhand-right.png b/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/inhand-right.png new file mode 100644 index 000000000000..60ba0691d720 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/inhand-right.png differ diff --git a/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/meta.json b/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/meta.json new file mode 100644 index 000000000000..4acb73b765f3 --- /dev/null +++ b/Resources/Textures/Forge/Clothing/Neck/mantles/renegade.rsi/meta.json @@ -0,0 +1,26 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Welipatent for Forge Corvax Frontier", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + }, + { + "name": "equipped-NECK", + "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/equipped-FEET-reptilian.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/equipped-FEET-reptilian.png new file mode 100644 index 000000000000..3c450de7d495 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/equipped-FEET-reptilian.png differ diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/equipped-FEET-vox.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/equipped-FEET-vox.png new file mode 100644 index 000000000000..a8e70d0a94ca Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/equipped-FEET-vox.png differ diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/equipped-FEET.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/equipped-FEET.png new file mode 100644 index 000000000000..12695465df83 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/equipped-FEET.png differ diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/icon-on.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/icon-on.png new file mode 100644 index 000000000000..cd64ef3a66b6 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/icon-on.png differ diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/icon.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/icon.png new file mode 100644 index 000000000000..cd64ef3a66b6 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/icon.png differ diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/inhand-left.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/inhand-left.png new file mode 100644 index 000000000000..3b4ff5cc5fd3 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/inhand-left.png differ diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/inhand-right.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/inhand-right.png new file mode 100644 index 000000000000..a08e38055a19 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/inhand-right.png differ diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/meta.json b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/meta.json new file mode 100644 index 000000000000..9243d6674971 --- /dev/null +++ b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/meta.json @@ -0,0 +1,57 @@ +{ + "version": 1, + "license": "CC-BY-SA-3.0", + "copyright": "Made by Welipatent for Forge Corvax Frontier", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "equipped-FEET", + "directions": 4 + }, + { + "name": "equipped-FEET-reptilian", + "directions": 4 + }, + { + "name": "on-equipped-FEET", + "directions": 4 + }, + { + "name": "on-equipped-FEET-reptilian", + "directions": 4 + }, + { + "name": "on-equipped-FEET-vox", + "directions": 4 + }, + { + "name": "equipped-FEET-vox", + "directions": 4 + }, + { + "name": "icon" + }, + { + "name": "icon-on" + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 + }, + { + "name": "on-inhand-left", + "directions": 4 + }, + { + "name": "on-inhand-right", + "directions": 4 + } + ] +} diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-equipped-FEET-reptilian.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-equipped-FEET-reptilian.png new file mode 100644 index 000000000000..0f544e63067e Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-equipped-FEET-reptilian.png differ diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-equipped-FEET-vox.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-equipped-FEET-vox.png new file mode 100644 index 000000000000..46e372526aa5 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-equipped-FEET-vox.png differ diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-equipped-FEET.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-equipped-FEET.png new file mode 100644 index 000000000000..d22bce06774c Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-equipped-FEET.png differ diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-inhand-left.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-inhand-left.png new file mode 100644 index 000000000000..7866bb323866 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-inhand-left.png differ diff --git a/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-inhand-right.png b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-inhand-right.png new file mode 100644 index 000000000000..515e096c5b44 Binary files /dev/null and b/Resources/Textures/Forge/Clothing/Shoes/Boots/magboots-renegade.rsi/on-inhand-right.png differ diff --git a/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/comren_label.png b/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/comren_label.png new file mode 100644 index 000000000000..3fed5c74b9ef Binary files /dev/null and b/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/comren_label.png differ diff --git a/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/crypt_renegade.png b/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/crypt_renegade.png new file mode 100644 index 000000000000..af973be1005d Binary files /dev/null and b/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/crypt_renegade.png differ diff --git a/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/meta.json b/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/meta.json index 0859baad3205..7c1121542b92 100644 --- a/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/meta.json +++ b/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/meta.json @@ -19,6 +19,9 @@ { "name": "crypt_silver" }, + { + "name": "crypt_renegade" + }, { "name": "merc_label" }, @@ -33,6 +36,15 @@ }, { "name": "pm_label" + }, + { + "name": "comren_label" + }, + { + "name": "techren_label" + }, + { + "name": "ren_label" } ] } diff --git a/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/ren_label.png b/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/ren_label.png new file mode 100644 index 000000000000..70b1cd4b8ad6 Binary files /dev/null and b/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/ren_label.png differ diff --git a/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/techren_label.png b/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/techren_label.png new file mode 100644 index 000000000000..472be4e71bb6 Binary files /dev/null and b/Resources/Textures/Forge/Objects/Devices/encryption_keys.rsi/techren_label.png differ