Very Important PR That Adds 2 Fountain Pens (#8019)
* Add files via upload * Update paper.yml * Update meta.json * Update pda.yml * Update pda.yml
This commit is contained in:
@@ -361,6 +361,8 @@
|
||||
components:
|
||||
- type: PDA
|
||||
id: CaptainIDCard
|
||||
penSlot:
|
||||
startingItem: PenCap
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PDAVisualizer
|
||||
@@ -368,7 +370,6 @@
|
||||
- type: Icon
|
||||
state: pda-captain
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
id: HoPPDA
|
||||
@@ -377,6 +378,8 @@
|
||||
components:
|
||||
- type: PDA
|
||||
id: HoPIDCard
|
||||
penSlot:
|
||||
startingItem: PenHop
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: PDAVisualizer
|
||||
@@ -384,7 +387,6 @@
|
||||
- type: Icon
|
||||
state: pda-hop
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: BasePDA
|
||||
id: CEPDA
|
||||
|
||||
@@ -108,6 +108,26 @@
|
||||
HeldPrefix: overpriced_pen
|
||||
size: 2
|
||||
|
||||
- type: entity
|
||||
name: captain's fountain pen
|
||||
parent: Pen
|
||||
id: PenCap
|
||||
description: 'A luxurious fountain pen for the captain of the station.'
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/bureaucracy.rsi
|
||||
state: pen_cap
|
||||
|
||||
- type: entity
|
||||
name: hop's fountain pen
|
||||
parent: Pen
|
||||
id: PenHop
|
||||
description: 'A luxurious fountain pen for the hop of the station.'
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Objects/Misc/bureaucracy.rsi
|
||||
state: pen_hop
|
||||
|
||||
- type: entity
|
||||
id: BoxFolderBase
|
||||
parent: BoxBase
|
||||
|
||||
@@ -204,6 +204,12 @@
|
||||
{
|
||||
"name": "pen"
|
||||
},
|
||||
{
|
||||
"name": "pen_cap"
|
||||
},
|
||||
{
|
||||
"name": "pen_hop"
|
||||
},
|
||||
{
|
||||
"name": "overpriced_pen"
|
||||
},
|
||||
|
||||
BIN
Resources/Textures/Objects/Misc/bureaucracy.rsi/pen_cap.png
Normal file
BIN
Resources/Textures/Objects/Misc/bureaucracy.rsi/pen_cap.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 343 B |
BIN
Resources/Textures/Objects/Misc/bureaucracy.rsi/pen_hop.png
Normal file
BIN
Resources/Textures/Objects/Misc/bureaucracy.rsi/pen_hop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 264 B |
Reference in New Issue
Block a user