Luxury pens (#22542)

* add

* spawns

* fix

* spacing

* cut down a bit

* componenets sdsstsdsds
This commit is contained in:
Ubaser
2023-12-16 19:21:24 +11:00
committed by GitHub
parent 8399d0a9eb
commit 6e38fed896
4 changed files with 23 additions and 1 deletions

View File

@@ -376,6 +376,8 @@
- type: Pda
id: LibrarianIDCard
state: pda-library
penSlot:
startingItem: LuxuryPen
- type: PdaBorderColor
borderColor: "#858585"
- type: Icon
@@ -390,6 +392,8 @@
- type: Pda
id: LawyerIDCard
state: pda-lawyer
penSlot:
startingItem: LuxuryPen
- type: PdaBorderColor
borderColor: "#6f6192"
- type: Icon
@@ -823,6 +827,8 @@
- type: Pda
id: ReporterIDCard
state: pda-reporter
penSlot:
startingItem: LuxuryPen
- type: PdaBorderColor
borderColor: "#3f3f74"
- type: Icon

View File

@@ -250,6 +250,19 @@
materialComposition:
Steel: 25
#TODO: I want the luxury pen to write a cool font like Merriweather in the future.
- type: entity
name: luxury pen
parent: Pen
id: LuxuryPen
description: A fancy and expensive pen that you only deserve to own if you're qualified to handle vast amounts of paperwork.
components:
- type: Sprite
state: luxury_pen
- type: Item
heldPrefix: luxury_pen
- type: entity
name: Cybersun pen
parent: BaseItem

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. paper_stamp-syndicate by Veritius. paper_receipt, paper_receipt_horizontal by eoineoineoin. pen_centcom is a resprited version of pen_cap by PuroSlavKing (Github). New stamp- icons taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93. stamp-warden is a darker version of stamp-hos.",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. paper_stamp-syndicate by Veritius. paper_receipt, paper_receipt_horizontal by eoineoineoin. pen_centcom is a resprited version of pen_cap by PuroSlavKing (Github). New stamp- icons taken from tgstation at https://github.com/tgstation/tgstation/commit/fb1012102257b7b0a08d861fd2b8ba963c416e93. stamp-warden is a darker version of stamp-hos. Luxury pen is drawn by Ubaser.",
"size": {
"x": 32,
"y": 32
@@ -222,6 +222,9 @@
{
"name": "overpriced_pen"
},
{
"name": "luxury_pen"
},
{
"name": "pen_blue"
},