@@ -14,7 +14,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- name: BoxSurvival
|
- name: BoxHug
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
abstract: true
|
abstract: true
|
||||||
|
|||||||
@@ -102,3 +102,16 @@
|
|||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 15
|
capacity: 15
|
||||||
size: 15
|
size: 15
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: box of hugs
|
||||||
|
parent: BoxSurvival
|
||||||
|
id: BoxHug
|
||||||
|
description: A special box for sensitive people.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
layers:
|
||||||
|
- state: box_hug
|
||||||
|
- state: heart
|
||||||
|
- type: Item
|
||||||
|
HeldPrefix: hug
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box_hug.png
Normal file
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box_hug.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 207 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/clown.png
Normal file
BIN
Resources/Textures/Objects/Storage/boxes.rsi/clown.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 156 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/heart.png
Normal file
BIN
Resources/Textures/Objects/Storage/boxes.rsi/heart.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 115 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/hug-inhand-left.png
Normal file
BIN
Resources/Textures/Objects/Storage/boxes.rsi/hug-inhand-left.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 305 B |
Binary file not shown.
|
After Width: | Height: | Size: 300 B |
@@ -1,299 +1,151 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA 3",
|
||||||
|
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/17dc39d12005f3279a90212b5c61a781c08693a5",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
},
|
},
|
||||||
"license": "CC-BY-SA 3",
|
|
||||||
"copyright": "https://github.com/discordia-space/CEV-Eris/commit/9216a1754b1e1d25b8f771b15fbaf4e086fcade9",
|
|
||||||
"states": [
|
"states": [
|
||||||
{
|
{
|
||||||
"name": "beaker",
|
"name": "beaker",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bodybags",
|
"name": "bodybags",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
},
|
||||||
[
|
{
|
||||||
1
|
"name": "clown",
|
||||||
]
|
"directions": 1
|
||||||
]
|
},
|
||||||
|
{
|
||||||
|
"name": "heart",
|
||||||
|
"directions": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "meson",
|
"name": "meson",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sechud",
|
"name": "sechud",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "box",
|
"name": "box",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
},
|
||||||
[
|
{
|
||||||
1
|
"name": "box_hug",
|
||||||
]
|
"directions": 1
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "box_donk_pocket",
|
"name": "box_donk_pocket",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "box_id",
|
"name": "box_id",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "box_of_doom",
|
"name": "box_of_doom",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "box_of_doom_big",
|
"name": "box_of_doom_big",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "box_security",
|
"name": "box_security",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "circuit",
|
"name": "circuit",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "disk",
|
"name": "disk",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "flashbang",
|
"name": "flashbang",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "glasses",
|
"name": "glasses",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "handcuff",
|
"name": "handcuff",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "implant",
|
"name": "implant",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "latex",
|
"name": "latex",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "light",
|
"name": "light",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lightmixed",
|
"name": "lightmixed",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "lighttube",
|
"name": "lighttube",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mousetraps",
|
"name": "mousetraps",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pda",
|
"name": "pda",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pillbox",
|
"name": "pillbox",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "solution_trays",
|
"name": "solution_trays",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sterile",
|
"name": "sterile",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "syringe",
|
"name": "syringe",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "writing",
|
"name": "writing",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "writing_of_doom",
|
"name": "writing_of_doom",
|
||||||
"directions": 1,
|
"directions": 1
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "inhand-left",
|
"name": "inhand-left",
|
||||||
"directions": 4,
|
"directions": 4
|
||||||
"delays": [
|
|
||||||
[
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "inhand-right",
|
"name": "inhand-right",
|
||||||
"directions": 4,
|
"directions": 4
|
||||||
"delays": [
|
},
|
||||||
[
|
{
|
||||||
1
|
"name": "hug-inhand-left",
|
||||||
],
|
"directions": 4
|
||||||
[
|
},
|
||||||
1
|
{
|
||||||
],
|
"name": "hug-inhand-right",
|
||||||
[
|
"directions": 4
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user