Luxury pens (#22542)
* add * spawns * fix * spacing * cut down a bit * componenets sdsstsdsds
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user