name: uplink-edagger-name
description: uplink-edagger-desc
icon: { sprite: /Textures/Objects/Weapons/Melee/e_dagger.rsi, state: icon }
- productEntity: EnergyDagger
+ productEntity: EnergyDaggerBox
cost:
Telecrystal: 3
categories:
id: UplinkExplodingPen
name: uplink-exploding-pen-name
description: uplink-exploding-pen-desc
- productEntity: PenExploding
+ icon: { sprite: /Textures/Objects/Misc/bureaucracy.rsi, state: pen }
+ productEntity: PenExplodingBox
cost:
Telecrystal: 5
categories:
id: UplinkHypopen
name: uplink-hypopen-name
description: uplink-hypopen-desc
- productEntity: Hypopen
+ icon: { sprite: /Textures/Objects/Misc/bureaucracy.rsi, state: pen }
+ productEntity: HypopenBox
cost:
Telecrystal: 6
categories:
- type: StaticPrice # A new shitcurity meta
price: 75
+- type: entity
+ parent: BaseItem
+ id: HypopenBox
+ name: hypopen box
+ description: A small box containing a hypopen. Packaging disintegrates when opened, leaving no evidence behind.
+ components:
+ - type: Sprite
+ sprite: Objects/Storage/penbox.rsi
+ state: hypopen
+ netsync: false
+ - type: SpawnItemsOnUse
+ items:
+ - id: Hypopen
+ sound:
+ path: /Audio/Effects/unwrap.ogg
+
- type: entity
name: brigmedic hypospray
parent: BaseItem
canCreateVacuum: false
- type: ActivateOnPaperOpened
- type: ExplodeOnTrigger
+
+- type: entity
+ parent: BaseItem
+ id: PenExplodingBox
+ name: exploding pen box
+ description: A small box containing an exploding pen. Packaging disintegrates when opened, leaving no evidence behind.
+ components:
+ - type: Sprite
+ sprite: Objects/Storage/penbox.rsi
+ state: exploding_pen
+ netsync: false
+ - type: SpawnItemsOnUse
+ items:
+ - id: PenExploding
+ sound:
+ path: /Audio/Effects/unwrap.ogg
- type: DisarmMalus
malus: 0
+- type: entity
+ parent: BaseItem
+ id: EnergyDaggerBox
+ name: e-dagger box
+ suffix: E-Dagger
+ description: A small box containing an e-dagger. Packaging disintegrates when opened, leaving no evidence behind.
+ components:
+ - type: Sprite
+ sprite: Objects/Storage/penbox.rsi
+ state: e_dagger
+ netsync: false
+ - type: SpawnItemsOnUse
+ items:
+ - id: EnergyDagger
+ sound:
+ path: /Audio/Effects/unwrap.ogg
+
- type: entity
name: energy cutlass
parent: EnergySword
--- /dev/null
+{
+ "version": 1,
+ "license": "CC0-1.0",
+ "copyright": "Created for SS14 by deltanedas (github)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "e_dagger"
+ },
+ {
+ "name": "exploding_pen"
+ },
+ {
+ "name": "hypopen"
+ }
+ ]
+}