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:
|
components:
|
||||||
- type: PDA
|
- type: PDA
|
||||||
id: CaptainIDCard
|
id: CaptainIDCard
|
||||||
|
penSlot:
|
||||||
|
startingItem: PenCap
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
visuals:
|
visuals:
|
||||||
- type: PDAVisualizer
|
- type: PDAVisualizer
|
||||||
@@ -368,7 +370,6 @@
|
|||||||
- type: Icon
|
- type: Icon
|
||||||
state: pda-captain
|
state: pda-captain
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePDA
|
parent: BasePDA
|
||||||
id: HoPPDA
|
id: HoPPDA
|
||||||
@@ -377,6 +378,8 @@
|
|||||||
components:
|
components:
|
||||||
- type: PDA
|
- type: PDA
|
||||||
id: HoPIDCard
|
id: HoPIDCard
|
||||||
|
penSlot:
|
||||||
|
startingItem: PenHop
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
visuals:
|
visuals:
|
||||||
- type: PDAVisualizer
|
- type: PDAVisualizer
|
||||||
@@ -384,7 +387,6 @@
|
|||||||
- type: Icon
|
- type: Icon
|
||||||
state: pda-hop
|
state: pda-hop
|
||||||
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BasePDA
|
parent: BasePDA
|
||||||
id: CEPDA
|
id: CEPDA
|
||||||
|
|||||||
@@ -108,6 +108,26 @@
|
|||||||
HeldPrefix: overpriced_pen
|
HeldPrefix: overpriced_pen
|
||||||
size: 2
|
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
|
- type: entity
|
||||||
id: BoxFolderBase
|
id: BoxFolderBase
|
||||||
parent: BoxBase
|
parent: BoxBase
|
||||||
|
|||||||
@@ -204,6 +204,12 @@
|
|||||||
{
|
{
|
||||||
"name": "pen"
|
"name": "pen"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "pen_cap"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pen_hop"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "overpriced_pen"
|
"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