Added CentCom clipboard, folder and added a normal green folder. (#22693)

* added

* pen touch up

* fixed conflict?

* whatever i dont want credits
This commit is contained in:
Guilherme Ornel
2023-12-20 20:29:35 -03:00
committed by GitHub
parent 62cee0bca5
commit d318e96936
11 changed files with 89 additions and 0 deletions

View File

@@ -357,6 +357,7 @@
# white: "#e6e6e6"
# grey: "#999999"
# black: "#3f3f3f"
# green: "#43bc38"
- type: Item
sprite: Objects/Misc/bureaucracy.rsi
size: Small
@@ -462,6 +463,31 @@
color: "#3f3f3f"
- state: folder-base
- type: entity
id: BoxFolderGreen
parent: BoxFolderBase
suffix: Green
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: folder-colormap
color: "#43bc38"
- state: folder-base
- type: entity
id: BoxFolderCentCom
name: centcom folder
parent: BoxFolderBase
suffix: DO NOT MAP
description: CentCom's miserable little pile of secrets!
components:
- type: Sprite
sprite: Objects/Misc/bureaucracy.rsi
layers:
- state: folder-centcom
- state: folder-base
- type: entity
id: BoxFolderClipboard
parent: BoxFolderBase
@@ -521,6 +547,31 @@
types:
Blunt: 6
- type: entity
id: BoxFolderCentComClipboard
parent: BoxFolderClipboard
name: centcom clipboard
description: A luxurious clipboard upholstered with green velvet. Often seen carried by CentCom officials, seldom seen actually used.
components:
- type: Sprite
sprite: Objects/Misc/cc-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: Item
sprite: Objects/Misc/cc-clipboard.rsi
size: Small
- type: Clothing
slots: [belt]
quickEquip: false
sprite: Objects/Misc/cc-clipboard.rsi
- type: entity
id: BoxFolderQmClipboard
parent: BoxFolderBase

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

View File

@@ -31,6 +31,9 @@
{
"name": "folder-white"
},
{
"name": "folder-centcom"
},
{
"name": "folder-overlay-paper"
},

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 465 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 B

View File

@@ -0,0 +1,35 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Do over of clipboard.rsi sprites done by joshepvodka",
"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
}
]
}