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:
Emisse
2022-05-08 23:17:39 -06:00
committed by GitHub
parent 005321e484
commit c364cbf7a9
5 changed files with 30 additions and 2 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -204,6 +204,12 @@
{
"name": "pen"
},
{
"name": "pen_cap"
},
{
"name": "pen_hop"
},
{
"name": "overpriced_pen"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B