add psionic nullifier helmet to uplink (#3259)
* add psionic nullifier helmet * no fry Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com> * wearable ops * move to categories * helmet gaming * Update hardsuit-helmets.yml Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com> * Update wearables.yml Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com> --------- Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>
This commit is contained in:
parent
83885fab48
commit
1bf4b4938d
|
|
@ -52,12 +52,6 @@ uplink-dead-mans-signaller-desc = A device that if armed, will send a signal to
|
|||
uplink-chainsmoker-bundle-name = Chainsmoker Bundle.
|
||||
uplink-chainsmoker-bundle-desc = A Carton of 6 Packs of Interdyne Herbals, plus a weaponized flippo that turns welding fuel into incendiary shots.
|
||||
|
||||
uplink-hardsuit-commander-syndie-name = Commander's Hardsuit
|
||||
uplink-hardsuit-commander-syndie-desc = The premiere blood-red hardsuit, with improved mobility and superior protection. Limit of 1.
|
||||
|
||||
uplink-hardsuit-agent-syndie-name = Agent's Hardsuit
|
||||
uplink-hardsuit-agent-syndie-desc = The iconic blood-white hardsuit, painted with patterns specifically designed to make you a less appealing target. Limit of 1.
|
||||
|
||||
uplink-paperwork-hater-name = "I Hate Paperwork" Stamp
|
||||
uplink-paperwork-hater-desc = For the seasoned paperwork hater. A stamp with an electric cigarette lighter embedded into it. Will Ignite any paper stamped with it.
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
uplink-hardsuit-nullifier-helmet-name = Psionic Nullifier Hardsuit Helmet
|
||||
uplink-hardsuit-nullifier-helmet-desc = Psionically insulates the head inside it, and protects that same head from the vacuum of space. A "must purchase" item for delving into psionic spaces.
|
||||
|
||||
uplink-hardsuit-commander-syndie-name = Commander's Hardsuit
|
||||
uplink-hardsuit-commander-syndie-desc = The premiere blood-red hardsuit, with improved mobility and superior protection. Limit of 1.
|
||||
|
||||
uplink-hardsuit-agent-syndie-name = Agent's Hardsuit
|
||||
uplink-hardsuit-agent-syndie-desc = The iconic blood-white hardsuit, painted with patterns specifically designed to make you a less appealing target. Limit of 1.
|
||||
|
|
@ -0,0 +1,54 @@
|
|||
- type: listing
|
||||
id: UplinkHardsuitNullifierHelmet
|
||||
name: uplink-hardsuit-nullifier-helmet-name
|
||||
description: uplink-hardsuit-nullifier-helmet-desc
|
||||
icon: { sprite: _DV/Clothing/Head/Helmets/psionicnullifier.rsi, state: icon }
|
||||
productEntity: ClothingHeadHelmetSyndicateNullifier
|
||||
cost:
|
||||
Telecrystal: 2
|
||||
categories:
|
||||
- UplinkWearables
|
||||
|
||||
- type: listing
|
||||
id: UplinkHardsuitCommanderSyndie
|
||||
name: uplink-hardsuit-commander-syndie-name
|
||||
description: uplink-hardsuit-commander-syndie-desc
|
||||
icon: { sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi, state: icon }
|
||||
productEntity: ClothingOuterHardsuitSyndieCommander
|
||||
cost:
|
||||
Telecrystal: 8
|
||||
categories:
|
||||
- UplinkWearables
|
||||
conditions:
|
||||
- !type:ListingLimitedStockCondition
|
||||
stock: 1
|
||||
- !type:StoreWhitelistCondition
|
||||
whitelist:
|
||||
tags:
|
||||
- CommanderUplink
|
||||
- !type:BuyerWhitelistCondition
|
||||
blacklist:
|
||||
components:
|
||||
- SurplusBundle
|
||||
|
||||
- type: listing
|
||||
id: UplinkHardsuitAgentSyndie
|
||||
name: uplink-hardsuit-agent-syndie-name
|
||||
description: uplink-hardsuit-agent-syndie-desc
|
||||
icon: { sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndiemedic.rsi, state: icon }
|
||||
productEntity: ClothingOuterHardsuitSyndieMedic
|
||||
cost:
|
||||
Telecrystal: 8
|
||||
categories:
|
||||
- UplinkWearables
|
||||
conditions:
|
||||
- !type:ListingLimitedStockCondition
|
||||
stock: 1
|
||||
- !type:StoreWhitelistCondition
|
||||
whitelist:
|
||||
tags:
|
||||
- AgentUplink
|
||||
- !type:BuyerWhitelistCondition
|
||||
blacklist:
|
||||
components:
|
||||
- SurplusBundle
|
||||
|
|
@ -1,47 +1,3 @@
|
|||
- type: listing
|
||||
id: UplinkHardsuitCommanderSyndie
|
||||
name: uplink-hardsuit-commander-syndie-name
|
||||
description: uplink-hardsuit-commander-syndie-desc
|
||||
icon: { sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi, state: icon }
|
||||
productEntity: ClothingOuterHardsuitSyndieCommander
|
||||
cost:
|
||||
Telecrystal: 8
|
||||
categories:
|
||||
- UplinkWearables
|
||||
conditions:
|
||||
- !type:ListingLimitedStockCondition
|
||||
stock: 1
|
||||
- !type:StoreWhitelistCondition
|
||||
whitelist:
|
||||
tags:
|
||||
- CommanderUplink
|
||||
- !type:BuyerWhitelistCondition
|
||||
blacklist:
|
||||
components:
|
||||
- SurplusBundle
|
||||
|
||||
- type: listing
|
||||
id: UplinkHardsuitAgentSyndie
|
||||
name: uplink-hardsuit-agent-syndie-name
|
||||
description: uplink-hardsuit-agent-syndie-desc
|
||||
icon: { sprite: /Textures/Clothing/OuterClothing/Hardsuits/syndiemedic.rsi, state: icon }
|
||||
productEntity: ClothingOuterHardsuitSyndieMedic
|
||||
cost:
|
||||
Telecrystal: 8
|
||||
categories:
|
||||
- UplinkWearables
|
||||
conditions:
|
||||
- !type:ListingLimitedStockCondition
|
||||
stock: 1
|
||||
- !type:StoreWhitelistCondition
|
||||
whitelist:
|
||||
tags:
|
||||
- AgentUplink
|
||||
- !type:BuyerWhitelistCondition
|
||||
blacklist:
|
||||
components:
|
||||
- SurplusBundle
|
||||
|
||||
- type: listing
|
||||
id: Mouse Operative Reinforcement
|
||||
name: uplink-reinforcement-radio-nukie-mouse-name
|
||||
|
|
|
|||
|
|
@ -147,3 +147,24 @@
|
|||
sprite: _DV/Clothing/Head/Helmets/eva_roboneuroticist.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Clothing/Head/Helmets/eva_roboneuroticist.rsi
|
||||
|
||||
#Psionic Nullifier Helmet
|
||||
- type: entity
|
||||
parent: [ ClothingHeadHelmetHardsuitSyndie, ClothingHeadEVAHelmetBase ]
|
||||
id: ClothingHeadHelmetSyndicateNullifier
|
||||
name: psionic nullifier hardsuit helmet
|
||||
description: A dramatic, stylish helmet. Psionically insulates the head inside it, and protects that same head from the vacuum of space.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Clothing/Head/Helmets/psionicnullifier.rsi
|
||||
- type: Clothing
|
||||
sprite: _DV/Clothing/Head/Helmets/psionicnullifier.rsi
|
||||
- type: Item
|
||||
heldPrefix: off
|
||||
- type: PointLight
|
||||
color: red
|
||||
- type: TinfoilHat
|
||||
destroyOnFry: false
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- Psionics
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 398 B |
Binary file not shown.
|
After Width: | Height: | Size: 372 B |
Binary file not shown.
|
After Width: | Height: | Size: 882 B |
Binary file not shown.
|
After Width: | Height: | Size: 858 B |
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from TGStation at commit https://github.com/tgstation/tgstation/blob/a3f41692c0344ff5501ce99f6eb0a13ba000cb3e/icons/obj/clothing/head/helmet.dmi, modified by Lyndomen for Delta-V",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "icon"
|
||||
},
|
||||
{
|
||||
"name": "icon-flash"
|
||||
},
|
||||
{
|
||||
"name": "off-equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "on-equipped-HELMET",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-left",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "inhand-right",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in New Issue