Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Resources/Prototypes/_Forge/Clothing/Back/backpacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
15 changes: 15 additions & 0 deletions Resources/Prototypes/_Forge/Clothing/Back/duffels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
19 changes: 19 additions & 0 deletions Resources/Prototypes/_Forge/Clothing/Back/messenger.yml
Original file line number Diff line number Diff line change
@@ -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

17 changes: 17 additions & 0 deletions Resources/Prototypes/_Forge/Clothing/Back/satchel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
49 changes: 48 additions & 1 deletion Resources/Prototypes/_Forge/Clothing/Ears/headsets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

29 changes: 29 additions & 0 deletions Resources/Prototypes/_Forge/Clothing/Neck/Cloaks/cloaks.yml
Original file line number Diff line number Diff line change
@@ -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
12 changes: 12 additions & 0 deletions Resources/Prototypes/_Forge/Clothing/Neck/Cloaks/mantles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
22 changes: 22 additions & 0 deletions Resources/Prototypes/_Forge/Clothing/Shoes/magboots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
21 changes: 21 additions & 0 deletions Resources/Prototypes/_Forge/radio_channels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -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
}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading