[Tweak] Syndi pens are bought in boxes now (#15190)
* pens are bought in wrappers now * pro * maybe * pro * pro --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
name: uplink-edagger-name
|
name: uplink-edagger-name
|
||||||
description: uplink-edagger-desc
|
description: uplink-edagger-desc
|
||||||
icon: { sprite: /Textures/Objects/Weapons/Melee/e_dagger.rsi, state: icon }
|
icon: { sprite: /Textures/Objects/Weapons/Melee/e_dagger.rsi, state: icon }
|
||||||
productEntity: EnergyDagger
|
productEntity: EnergyDaggerBox
|
||||||
cost:
|
cost:
|
||||||
Telecrystal: 3
|
Telecrystal: 3
|
||||||
categories:
|
categories:
|
||||||
@@ -156,7 +156,8 @@
|
|||||||
id: UplinkExplodingPen
|
id: UplinkExplodingPen
|
||||||
name: uplink-exploding-pen-name
|
name: uplink-exploding-pen-name
|
||||||
description: uplink-exploding-pen-desc
|
description: uplink-exploding-pen-desc
|
||||||
productEntity: PenExploding
|
icon: { sprite: /Textures/Objects/Misc/bureaucracy.rsi, state: pen }
|
||||||
|
productEntity: PenExplodingBox
|
||||||
cost:
|
cost:
|
||||||
Telecrystal: 5
|
Telecrystal: 5
|
||||||
categories:
|
categories:
|
||||||
@@ -314,7 +315,8 @@
|
|||||||
id: UplinkHypopen
|
id: UplinkHypopen
|
||||||
name: uplink-hypopen-name
|
name: uplink-hypopen-name
|
||||||
description: uplink-hypopen-desc
|
description: uplink-hypopen-desc
|
||||||
productEntity: Hypopen
|
icon: { sprite: /Textures/Objects/Misc/bureaucracy.rsi, state: pen }
|
||||||
|
productEntity: HypopenBox
|
||||||
cost:
|
cost:
|
||||||
Telecrystal: 6
|
Telecrystal: 6
|
||||||
categories:
|
categories:
|
||||||
|
|||||||
@@ -249,6 +249,22 @@
|
|||||||
- type: StaticPrice # A new shitcurity meta
|
- type: StaticPrice # A new shitcurity meta
|
||||||
price: 75
|
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
|
- type: entity
|
||||||
name: brigmedic hypospray
|
name: brigmedic hypospray
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
|
|||||||
@@ -16,3 +16,19 @@
|
|||||||
canCreateVacuum: false
|
canCreateVacuum: false
|
||||||
- type: ActivateOnPaperOpened
|
- type: ActivateOnPaperOpened
|
||||||
- type: ExplodeOnTrigger
|
- 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
|
||||||
|
|||||||
@@ -122,6 +122,23 @@
|
|||||||
- type: DisarmMalus
|
- type: DisarmMalus
|
||||||
malus: 0
|
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
|
- type: entity
|
||||||
name: energy cutlass
|
name: energy cutlass
|
||||||
parent: EnergySword
|
parent: EnergySword
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Storage/penbox.rsi/e_dagger.png
Normal file
BIN
Resources/Textures/Objects/Storage/penbox.rsi/e_dagger.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 760 B |
BIN
Resources/Textures/Objects/Storage/penbox.rsi/exploding_pen.png
Normal file
BIN
Resources/Textures/Objects/Storage/penbox.rsi/exploding_pen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 757 B |
BIN
Resources/Textures/Objects/Storage/penbox.rsi/hypopen.png
Normal file
BIN
Resources/Textures/Objects/Storage/penbox.rsi/hypopen.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 752 B |
20
Resources/Textures/Objects/Storage/penbox.rsi/meta.json
Normal file
20
Resources/Textures/Objects/Storage/penbox.rsi/meta.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user