Added CentCom clipboard, folder and added a normal green folder. (#22693)
* added * pen touch up * fixed conflict? * whatever i dont want credits
@@ -357,6 +357,7 @@
|
|||||||
# white: "#e6e6e6"
|
# white: "#e6e6e6"
|
||||||
# grey: "#999999"
|
# grey: "#999999"
|
||||||
# black: "#3f3f3f"
|
# black: "#3f3f3f"
|
||||||
|
# green: "#43bc38"
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Misc/bureaucracy.rsi
|
sprite: Objects/Misc/bureaucracy.rsi
|
||||||
size: Small
|
size: Small
|
||||||
@@ -462,6 +463,31 @@
|
|||||||
color: "#3f3f3f"
|
color: "#3f3f3f"
|
||||||
- state: folder-base
|
- 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
|
- type: entity
|
||||||
id: BoxFolderClipboard
|
id: BoxFolderClipboard
|
||||||
parent: BoxFolderBase
|
parent: BoxFolderBase
|
||||||
@@ -521,6 +547,31 @@
|
|||||||
types:
|
types:
|
||||||
Blunt: 6
|
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
|
- type: entity
|
||||||
id: BoxFolderQmClipboard
|
id: BoxFolderQmClipboard
|
||||||
parent: BoxFolderBase
|
parent: BoxFolderBase
|
||||||
|
|||||||
|
After Width: | Height: | Size: 357 B |
@@ -31,6 +31,9 @@
|
|||||||
{
|
{
|
||||||
"name": "folder-white"
|
"name": "folder-white"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "folder-centcom"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "folder-overlay-paper"
|
"name": "folder-overlay-paper"
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Misc/cc-clipboard.rsi/clipboard.png
Normal file
|
After Width: | Height: | Size: 260 B |
|
After Width: | Height: | Size: 204 B |
|
After Width: | Height: | Size: 166 B |
|
After Width: | Height: | Size: 212 B |
|
After Width: | Height: | Size: 276 B |
BIN
Resources/Textures/Objects/Misc/cc-clipboard.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 465 B |
|
After Width: | Height: | Size: 480 B |
35
Resources/Textures/Objects/Misc/cc-clipboard.rsi/meta.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||