[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:
deltanedas
2023-04-12 18:44:52 +00:00
committed by GitHub
parent 89a7f2fe28
commit 2b14e9a99b
8 changed files with 74 additions and 3 deletions

View File

@@ -249,6 +249,22 @@
- 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

View File

@@ -16,3 +16,19 @@
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

View File

@@ -122,6 +122,23 @@
- 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