Small addition to mercenary items (#17464)
* Small addition to mercenary items try number three * Bot * Bot fix
@@ -222,6 +222,24 @@
|
|||||||
fiberColor: fibers-black
|
fiberColor: fibers-black
|
||||||
- type: FingerprintMask
|
- type: FingerprintMask
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHandsBase
|
||||||
|
id: ClothingHandsMercGlovesCombat
|
||||||
|
name: mercenary combat gloves
|
||||||
|
description: High-quality combat gloves to protect hands from mechanical damage during combat.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Hands/Gloves/Color/olive.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Hands/Gloves/Color/olive.rsi
|
||||||
|
- type: GloveHeatResistance
|
||||||
|
heatResistance: 1400
|
||||||
|
- type: Insulated
|
||||||
|
- type: Fiber
|
||||||
|
fiberMaterial: fibers-insulative
|
||||||
|
fiberColor: fibers-olive
|
||||||
|
- type: FingerprintMask
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHandsBase
|
parent: ClothingHandsBase
|
||||||
id: ClothingHandsGlovesFingerless
|
id: ClothingHandsGlovesFingerless
|
||||||
|
|||||||
@@ -75,6 +75,17 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Hats/beret_brigmedic.rsi
|
sprite: Clothing/Head/Hats/beret_brigmedic.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadBase
|
||||||
|
id: ClothingHeadHatBeretMerc
|
||||||
|
name: mercenary beret
|
||||||
|
description: Olive beret, the badge depicts a jackal on a rock.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Hats/beret_merc.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Hats/beret_merc.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
id: ClothingHeadHatBowlerHat
|
id: ClothingHeadHatBowlerHat
|
||||||
|
|||||||
@@ -29,6 +29,18 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Head/Helmets/securityold.rsi
|
sprite: Clothing/Head/Helmets/securityold.rsi
|
||||||
|
|
||||||
|
#Mercenary Helmet
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingHeadHelmetHelmet
|
||||||
|
id: ClothingHeadHelmetMerc
|
||||||
|
name: mercenary helmet
|
||||||
|
description: The combat helmet is commonly used by mercenaries, is strong, light and smells like gunpowder and the jungle.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Head/Helmets/merc_helmet.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Head/Helmets/merc_helmet.rsi
|
||||||
|
|
||||||
#SWAT Helmet
|
#SWAT Helmet
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingHeadBase
|
parent: ClothingHeadBase
|
||||||
|
|||||||
@@ -262,6 +262,17 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Mask/swat.rsi
|
sprite: Clothing/Mask/swat.rsi
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: ClothingMaskGasExplorer
|
||||||
|
id: ClothingMaskGasMerc
|
||||||
|
name: mercenary gas mask
|
||||||
|
description: Slightly outdated, but reliable military-style gas mask.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Clothing/Mask/merc.rsi
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Clothing/Mask/merc.rsi
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingMaskGasExplorer
|
parent: ClothingMaskGasExplorer
|
||||||
id: ClothingMaskGasERT
|
id: ClothingMaskGasERT
|
||||||
|
|||||||
|
After Width: | Height: | Size: 463 B |
|
After Width: | Height: | Size: 396 B |
|
After Width: | Height: | Size: 278 B |
|
After Width: | Height: | Size: 286 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "modified sprite from Jackal298 based on the sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-HAND",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 472 B |
BIN
Resources/Textures/Clothing/Head/Hats/beret_merc.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 298 B |
|
After Width: | Height: | Size: 539 B |
|
After Width: | Height: | Size: 524 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "modified sprite from Jackal298 based on the sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-HELMET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 746 B |
|
After Width: | Height: | Size: 374 B |
|
After Width: | Height: | Size: 655 B |
|
After Width: | Height: | Size: 630 B |
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "modified sprite from Jackal298 based on the sprite from cev-eris at commit https://github.com/discordia-space/CEV-Eris/commit/a75dee2e6d236612dbd403dd5f8687ca930c01f1",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-HELMET",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
BIN
Resources/Textures/Clothing/Mask/merc.rsi/equipped-MASK.png
Normal file
|
After Width: | Height: | Size: 956 B |
BIN
Resources/Textures/Clothing/Mask/merc.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 551 B |
BIN
Resources/Textures/Clothing/Mask/merc.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 420 B |
BIN
Resources/Textures/Clothing/Mask/merc.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 427 B |
26
Resources/Textures/Clothing/Mask/merc.rsi/meta.json
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "modified sprite from Jackal298 based on the sprite from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "icon"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-MASK",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-left",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "inhand-right",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||