uplink-clothing-outer-vest-web-name = Web Vest
uplink-clothing-outer-vest-web-desc = A synthetic armor vest. This one has added webbing and ballistic plates.
+uplink-clothing-outer-vest-web-elite-name = Elite Web Vest
+uplink-clothing-outer-vest-web-elite-desc = A synthetic armor vest. This one has added webbing and heat resistant fibers.
+
uplink-clothing-shoes-boots-mag-syndie-name = Blood-red Magboots
uplink-clothing-shoes-boots-mag-syndie-desc = A pair of boots that prevent slipping and, in zero gravity, allow you to move normally, at the cost of a slight slowdown. Additionally, they have jetpack functionality and come fueled, but don't last for long.
categories:
- UplinkWearables
+- type: listing
+ id: UplinkClothingOuterVestWebElite
+ name: uplink-clothing-outer-vest-web-elite-name
+ description: uplink-clothing-outer-vest-web-elite-desc
+ productEntity: ClothingOuterVestWebElite
+ discountCategory: usualDiscounts
+ discountDownTo:
+ Telecrystal: 3
+ cost:
+ Telecrystal: 5
+ categories:
+ - UplinkWearables
+
- type: listing
id: UplinkClothingShoesBootsMagSyndie
name: uplink-clothing-shoes-boots-mag-syndie-name
description: uplink-hardsuit-syndieelite-desc
icon: { sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndieelite.rsi, state: icon }
productEntity: ClothingBackpackDuffelSyndicateEliteHardsuitBundle
- discountCategory: rareDiscounts
- discountDownTo:
- Telecrystal: 7
cost:
Telecrystal: 12
categories:
- UplinkWearables
+ conditions:
+ - !type:StoreWhitelistCondition
+ whitelist:
+ tags:
+ - NukeOpsUplink
- type: listing
id: UplinkClothingOuterHardsuitJuggernaut
description: uplink-clothing-outer-hardsuit-juggernaut-desc
icon: { sprite: /Textures/Structures/Storage/Crates/syndicate.rsi, state: icon }
productEntity: CrateCybersunJuggernautBundle
- discountCategory: veryRareDiscounts
- discountDownTo:
- Telecrystal: 8
cost:
Telecrystal: 12
categories:
- UplinkWearables
+ conditions:
+ - !type:StoreWhitelistCondition
+ whitelist:
+ tags:
+ - NukeOpsUplink
- type: listing
id: UplinkClothingEyesHudSyndicate
- type: ExplosionResistance
damageCoefficient: 0.9
+#Elite web vest
+- type: entity
+ parent: [ClothingOuterStorageBase, AllowSuitStorageClothing, BaseSyndicateContraband]
+ id: ClothingOuterVestWebElite
+ name: elite web vest
+ description: A synthetic armor vest. This one has added webbing and heat resistant fibers.
+ components:
+ - type: Sprite
+ sprite: Clothing/OuterClothing/Vests/elitevest.rsi
+ - type: Clothing
+ sprite: Clothing/OuterClothing/Vests/elitevest.rsi
+ - type: TemperatureProtection
+ heatingCoefficient: 0.1
+ coolingCoefficient: 0.1
+ - type: Armor
+ modifiers:
+ coefficients:
+ Blunt: 0.5
+ Slash: 0.5
+ Piercing: 0.7
+ Heat: 0.3
+ Radiation: 0.5
+ Caustic: 0.5
+ - type: ExplosionResistance
+ damageCoefficient: 0.5
+ - type: FireProtection
+ reduction: 0.85
+
#Mercenary web vest
- type: entity
parent: [ BaseMajorContraband, ClothingOuterVestWeb] #web vest so it should have some pockets for ammo
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e. Vox state by Flareguy for SS14. Minor edits by SlamBamActionman and Minemoder for elite variant.",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "icon"
+ },
+ {
+ "name": "equipped-OUTERCLOTHING",
+ "directions": 4
+ },
+ {
+ "name": "equipped-OUTERCLOTHING-vox",
+ "directions": 4
+ },
+ {
+ "name": "inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "inhand-right",
+ "directions": 4
+ }
+ ]
+}