Adds shotgun shell boxes (#6195)

This commit is contained in:
Lamrr
2022-01-23 07:47:54 +11:00
committed by GitHub
parent dca60ffc7c
commit 27c16edb54
6 changed files with 43 additions and 5 deletions

View File

@@ -57,3 +57,35 @@
layers: layers:
- state: box_security - state: box_security
- state: ziptie - 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

View File

@@ -21,5 +21,5 @@
contents: contents:
- id: ShotgunGladstone - id: ShotgunGladstone
amount: 2 amount: 2
- id: ShellShotgun - id: BoxLethalshot
amount: 18 amount: 3

View File

@@ -61,8 +61,8 @@
amount: 2 amount: 2
- id: ShotgunGladstone - id: ShotgunGladstone
amount: 2 amount: 2
- id: ShellShotgunBeanbag - id: BoxBeanbag
amount: 12 amount: 2
# - ShieldRiot # - ShieldRiot
# - SecGasmask # - SecGasmask

Binary file not shown.

After

Width:  |  Height:  |  Size: 337 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 359 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "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": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -113,6 +113,12 @@
"name": "hug-inhand-right", "name": "hug-inhand-right",
"directions": 4 "directions": 4
}, },
{
"name": "box_lethalshot"
},
{
"name": "box_beanbag"
},
{ {
"name": "ziptie" "name": "ziptie"
} }