Co-authored-by: mirrorcult <lunarautomaton6@gmail.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
CrudeWax
2022-03-17 21:46:19 +03:00
committed by GitHub
parent 9fc147a6f1
commit 686780c512
5 changed files with 65 additions and 7 deletions

View File

@@ -129,6 +129,13 @@
icon: /Textures/Objects/Tools/emag.rsi/icon.png
price: 8
- type: uplinkListing
id: UplinkHypopen
category: Utility
itemId: Hypopen
description: A chemical hypospray disguised as a pen, capable of instantly injecting up to 15u of reagents. Starts empty.
price: 4
# Bundles
- type: uplinkListing
@@ -223,6 +230,13 @@
# Misc
- type: uplinkListing
id: UplinkCyberpen
category: Misc
itemId: CyberPen
description: Cybersun's legal department pen. Smells vaguely of hard-light and war profiteering.
price: 4
- type: uplinkListing
id: UplinkBalloon
category: Misc
@@ -243,12 +257,6 @@
itemId: RevolverCapGun
price: 4
- type: uplinkListing
id: UplinkPen
category: Misc
itemId: Pen
price: 2
- type: uplinkListing
id: UplinkCigarettes
category: Misc

View File

@@ -71,6 +71,28 @@
HeldPrefix: pen
size: 2
- type: entity
name: Cybersun pen
parent: BaseItem
id: CyberPen
description: A high-tech pen straight from Cybersun's legal department, capable of refracting hard-light at impossible angles through its diamond tip in order to write. It's not literally pointless, only figuratively.
components:
- type: Tag
tags:
- Write
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: overpriced_pen
netsync: false
- type: Pickaxe
damage:
types:
Piercing: 5
- type: Item
sprite: Objects/Misc/bureaucracy.rsi
HeldPrefix: overpriced_pen
size: 2
- type: entity
id: BoxFolderBase
parent: BoxBase
@@ -113,6 +135,8 @@
visuals:
- type: MappedItemVisualizer
- type: entity
id: BoxFolderRed
parent: BoxFolderBase
@@ -183,4 +207,3 @@
- state: folder-colormap
color: "#3f3f3f"
- state: folder-base

View File

@@ -87,3 +87,27 @@
Quantity: 10
- ReagentId: Epinephrine
Quantity: 5
- type: entity
name: pen
suffix: Hypopen
parent: BaseItem
description: A dark ink pen.
id: Hypopen
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
state: pen
netsync: false
- type: Item
sprite: Objects/Misc/bureaucracy.rsi
HeldPrefix: pen
- type: SolutionContainerManager
solutions:
hypospray:
maxVol: 15
- type: RefillableSolution
solution: hypospray
- type: ExaminableSolution
solution: hypospray
- type: Hypospray

View File

@@ -221,6 +221,9 @@
},
{
"name": "pen"
},
{
"name": "overpriced_pen"
},
{
"name": "pen_blue"

Binary file not shown.

After

Width:  |  Height:  |  Size: 317 B