Hypopen (#6826)
Co-authored-by: mirrorcult <lunarautomaton6@gmail.com> Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -129,6 +129,13 @@
|
|||||||
icon: /Textures/Objects/Tools/emag.rsi/icon.png
|
icon: /Textures/Objects/Tools/emag.rsi/icon.png
|
||||||
price: 8
|
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
|
# Bundles
|
||||||
|
|
||||||
- type: uplinkListing
|
- type: uplinkListing
|
||||||
@@ -223,6 +230,13 @@
|
|||||||
|
|
||||||
# Misc
|
# 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
|
- type: uplinkListing
|
||||||
id: UplinkBalloon
|
id: UplinkBalloon
|
||||||
category: Misc
|
category: Misc
|
||||||
@@ -243,12 +257,6 @@
|
|||||||
itemId: RevolverCapGun
|
itemId: RevolverCapGun
|
||||||
price: 4
|
price: 4
|
||||||
|
|
||||||
- type: uplinkListing
|
|
||||||
id: UplinkPen
|
|
||||||
category: Misc
|
|
||||||
itemId: Pen
|
|
||||||
price: 2
|
|
||||||
|
|
||||||
- type: uplinkListing
|
- type: uplinkListing
|
||||||
id: UplinkCigarettes
|
id: UplinkCigarettes
|
||||||
category: Misc
|
category: Misc
|
||||||
|
|||||||
@@ -71,6 +71,28 @@
|
|||||||
HeldPrefix: pen
|
HeldPrefix: pen
|
||||||
size: 2
|
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
|
- type: entity
|
||||||
id: BoxFolderBase
|
id: BoxFolderBase
|
||||||
parent: BoxBase
|
parent: BoxBase
|
||||||
@@ -113,6 +135,8 @@
|
|||||||
visuals:
|
visuals:
|
||||||
- type: MappedItemVisualizer
|
- type: MappedItemVisualizer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: BoxFolderRed
|
id: BoxFolderRed
|
||||||
parent: BoxFolderBase
|
parent: BoxFolderBase
|
||||||
@@ -183,4 +207,3 @@
|
|||||||
- state: folder-colormap
|
- state: folder-colormap
|
||||||
color: "#3f3f3f"
|
color: "#3f3f3f"
|
||||||
- state: folder-base
|
- state: folder-base
|
||||||
|
|
||||||
|
|||||||
@@ -87,3 +87,27 @@
|
|||||||
Quantity: 10
|
Quantity: 10
|
||||||
- ReagentId: Epinephrine
|
- ReagentId: Epinephrine
|
||||||
Quantity: 5
|
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
|
||||||
|
|||||||
@@ -221,6 +221,9 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pen"
|
"name": "pen"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "overpriced_pen"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pen_blue"
|
"name": "pen_blue"
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 317 B |
Reference in New Issue
Block a user