Adds shotgun shell boxes (#6195)
This commit is contained in:
@@ -57,3 +57,35 @@
|
||||
layers:
|
||||
- state: box_security
|
||||
- state: ziptie
|
||||
|
||||
- type: entity
|
||||
name: box of beanbag shots
|
||||
parent: BoxCardboard
|
||||
id: BoxBeanbag
|
||||
description: A box full of beanbag shots, designed for riot shotguns.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ShellShotgunBeanbag
|
||||
amount: 6
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: box_beanbag
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
|
||||
- type: entity
|
||||
name: box of lethal shots
|
||||
parent: BoxCardboard
|
||||
id: BoxLethalshot
|
||||
description: A box full of lethal shots, designed for riot shotguns.
|
||||
components:
|
||||
- type: StorageFill
|
||||
contents:
|
||||
- id: ShellShotgunBase
|
||||
amount: 6
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: box_lethalshot
|
||||
- type: Storage
|
||||
capacity: 30
|
||||
|
||||
@@ -21,5 +21,5 @@
|
||||
contents:
|
||||
- id: ShotgunGladstone
|
||||
amount: 2
|
||||
- id: ShellShotgun
|
||||
amount: 18
|
||||
- id: BoxLethalshot
|
||||
amount: 3
|
||||
|
||||
@@ -61,8 +61,8 @@
|
||||
amount: 2
|
||||
- id: ShotgunGladstone
|
||||
amount: 2
|
||||
- id: ShellShotgunBeanbag
|
||||
amount: 12
|
||||
- id: BoxBeanbag
|
||||
amount: 2
|
||||
# - ShieldRiot
|
||||
# - SecGasmask
|
||||
|
||||
|
||||
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box_beanbag.png
Normal file
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box_beanbag.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 337 B |
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box_lethalshot.png
Normal file
BIN
Resources/Textures/Objects/Storage/boxes.rsi/box_lethalshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 359 B |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/17dc39d12005f3279a90212b5c61a781c08693a5",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/cc65477c04f7403ca8a457bd5bae69a01abadbf0",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
@@ -113,6 +113,12 @@
|
||||
"name": "hug-inhand-right",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "box_lethalshot"
|
||||
},
|
||||
{
|
||||
"name": "box_beanbag"
|
||||
},
|
||||
{
|
||||
"name": "ziptie"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user