Add clipboards (#20717)

This commit is contained in:
nmajask
2023-10-04 18:28:28 -04:00
committed by GitHub
parent 09b2151e08
commit ef44986235
12 changed files with 94 additions and 13 deletions

View File

@@ -435,6 +435,63 @@
color: "#3f3f3f"
- state: folder-base
- type: entity
id: BoxFolderClipboard
parent: BoxFolderBase
name: clipboard
description: The weapon of choice for those on the front lines of bureaucracy.
components:
- type: Sprite
sprite: Objects/Misc/clipboard.rsi
layers:
- state: clipboard
- state: clipboard_paper
map: ["clipboard_paper"]
visible: false
- state: clipboard_pen
map: ["clipboard_pen"]
visible: false
- state: clipboard_over
- type: ContainerContainer
containers:
storagebase: !type:Container
ents: []
pen_slot: !type:ContainerSlot {}
- type: ItemSlots
slots:
pen_slot:
name: Pen
whitelist:
tags:
- Write
insertOnInteract: false
- type: Item
sprite: Objects/Misc/clipboard.rsi
size: 10
- type: Clothing
slots: [belt]
quickEquip: false
sprite: Objects/Misc/clipboard.rsi
- type: Storage
capacity: 20
whitelist:
tags:
- Document
- type: ItemMapper
mapLayers:
clipboard_paper:
whitelist:
tags:
- Document
clipboard_pen:
whitelist:
tags:
- Write
- type: MeleeWeapon
damage:
types:
Blunt: 6
# Stamps
- type: entity
name: generic rubber stamp

View File

@@ -37,6 +37,7 @@
shoes: ClothingShoesColorBrown
id: QuartermasterPDA
ears: ClothingHeadsetQM
belt: BoxFolderClipboard
pocket1: AppraisalTool
innerclothingskirt: ClothingUniformJumpskirtQM
satchel: ClothingBackpackSatchelQuartermasterFilled

View File

@@ -57,6 +57,7 @@
head: ClothingHeadHatHopcap
id: HoPPDA
ears: ClothingHeadsetAltCommand
belt: BoxFolderClipboard
innerclothingskirt: ClothingUniformJumpskirtHoP
satchel: ClothingBackpackSatchelHOPFilled
duffelbag: ClothingBackpackDuffelHOPFilled

View File

@@ -7,15 +7,6 @@
"y": 32
},
"states": [
{
"name": "clipboard"
},
{
"name": "clipboard_over"
},
{
"name": "clipboard_pen"
},
{
"name": "envelope_closed"
},
@@ -298,10 +289,6 @@
},
{
"name": "stamp-warden"
},
{
"name": "clipboard-equipped-BELT",
"directions": 4
}
]
}

View File

Before

Width:  |  Height:  |  Size: 144 B

After

Width:  |  Height:  |  Size: 144 B

View File

Before

Width:  |  Height:  |  Size: 126 B

After

Width:  |  Height:  |  Size: 126 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

View File

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

View File

@@ -0,0 +1,35 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432. Inhand sprites by nmajask (Github) for SS14. clipboard_paper is a modified version of paper from bureaucracy.rsi.",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "clipboard"
},
{
"name": "clipboard_over"
},
{
"name": "clipboard_paper"
},
{
"name": "clipboard_pen"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}