Missing box icons (#14891)

* boxes

* holo box
This commit is contained in:
potato1234_x
2023-03-31 14:46:06 +10:00
committed by GitHub
parent 40deda74ab
commit 6bfd1d8f11
20 changed files with 105 additions and 51 deletions

View File

@@ -1,8 +1,19 @@
# As opposed to MagazineBox these are boxes of magazines so BoxMagazine # As opposed to MagazineBox these are boxes of magazines so BoxMagazine
# CaselessRifle # CaselessRifle
- type: entity - type: entity
name: box of .25 caseless magazines name: box of magazines
parent: BoxCardboard parent: BoxCardboard
id: BoxMagazine
description: A box full of magazines.
components:
- type: Sprite
layers:
- state: box_security
- state: magazine
- type: entity
name: box of .25 caseless magazines
parent: BoxMagazine
id: BoxMagazinePistolCaselessRifle id: BoxMagazinePistolCaselessRifle
description: A box full of .25 caseless magazines. description: A box full of .25 caseless magazines.
components: components:
@@ -13,7 +24,7 @@
- type: entity - type: entity
name: box of .25 caseless (high-velocity) magazines name: box of .25 caseless (high-velocity) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolCaselessRifleHighVelocity id: BoxMagazinePistolCaselessRifleHighVelocity
description: A box full of .25 caseless high-velocity magazines. description: A box full of .25 caseless high-velocity magazines.
components: components:
@@ -24,7 +35,7 @@
- type: entity - type: entity
name: box of .25 caseless (practice) magazines name: box of .25 caseless (practice) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolCaselessRiflePractice id: BoxMagazinePistolCaselessRiflePractice
description: A box full of .25 caseless practice magazines. description: A box full of .25 caseless practice magazines.
components: components:
@@ -35,7 +46,7 @@
- type: entity - type: entity
name: box of .25 caseless (rubber) magazines name: box of .25 caseless (rubber) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineCaselessRifleRubber id: BoxMagazineCaselessRifleRubber
description: A box full of description: A box full of
components: components:
@@ -47,7 +58,7 @@
# LightRifle # LightRifle
- type: entity - type: entity
name: box of .30 rifle magazines name: box of .30 rifle magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineLightRifle id: BoxMagazineLightRifle
description: A box full of .30 rifle magazines. description: A box full of .30 rifle magazines.
components: components:
@@ -58,7 +69,7 @@
- type: entity - type: entity
name: box of .30 rifle (high-velocity) magazines name: box of .30 rifle (high-velocity) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineLightRifleHighVelocity id: BoxMagazineLightRifleHighVelocity
description: A box full of .30 rifle (high-velocity) magazines. description: A box full of .30 rifle (high-velocity) magazines.
components: components:
@@ -69,7 +80,7 @@
- type: entity - type: entity
name: box of .30 rifle (practice) magazines name: box of .30 rifle (practice) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineLightRiflePractice id: BoxMagazineLightRiflePractice
description: A box full of .30 rifle (practice) magazines. description: A box full of .30 rifle (practice) magazines.
components: components:
@@ -80,7 +91,7 @@
- type: entity - type: entity
name: box of .30 rifle (rubber) magazines name: box of .30 rifle (rubber) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineLightRifleRubber id: BoxMagazineLightRifleRubber
description: A box full of .30 rifle (practice) magazines. description: A box full of .30 rifle (practice) magazines.
components: components:
@@ -91,7 +102,7 @@
- type: entity - type: entity
name: box of Vector magazines name: box of Vector magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineMagnumSubMachineGun id: BoxMagazineMagnumSubMachineGun
description: A box full of Vector magazines. description: A box full of Vector magazines.
components: components:
@@ -102,7 +113,7 @@
- type: entity - type: entity
name: box of Vector (high-velocity) magazines name: box of Vector (high-velocity) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineMagnumSubMachineGunHighVelocity id: BoxMagazineMagnumSubMachineGunHighVelocity
description: A box full of Vector (high-velocity) magazines. description: A box full of Vector (high-velocity) magazines.
components: components:
@@ -113,7 +124,7 @@
- type: entity - type: entity
name: box of Vector (practice) magazines name: box of Vector (practice) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineMagnumSubMachineGunPractice id: BoxMagazineMagnumSubMachineGunPractice
description: A box full of Vector (practice) magazines. description: A box full of Vector (practice) magazines.
components: components:
@@ -124,7 +135,7 @@
- type: entity - type: entity
name: box of Vector (rubber) magazines name: box of Vector (rubber) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineMagnumSubMachineGunRubber id: BoxMagazineMagnumSubMachineGunRubber
description: A box full of Vector (rubber) magazines. description: A box full of Vector (rubber) magazines.
components: components:
@@ -136,7 +147,7 @@
# Pistol # Pistol
- type: entity - type: entity
name: box of WT550 .35 auto magazines name: box of WT550 .35 auto magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolSubMachineGunTopMounted id: BoxMagazinePistolSubMachineGunTopMounted
description: A box full of WT550 .35 auto magazines. description: A box full of WT550 .35 auto magazines.
components: components:
@@ -147,7 +158,7 @@
- type: entity - type: entity
name: box of pistol .35 auto magazines name: box of pistol .35 auto magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistol id: BoxMagazinePistol
description: A box full of pistol .35 auto magazines. description: A box full of pistol .35 auto magazines.
components: components:
@@ -158,7 +169,7 @@
- type: entity - type: entity
name: box of pistol .35 auto (high-velocity) magazines name: box of pistol .35 auto (high-velocity) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolHighVelocity id: BoxMagazinePistolHighVelocity
description: A box full of pistol .35 auto (high-velocity) magazines. description: A box full of pistol .35 auto (high-velocity) magazines.
components: components:
@@ -169,7 +180,7 @@
- type: entity - type: entity
name: box of pistol .35 auto (practice) magazines name: box of pistol .35 auto (practice) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolPractice id: BoxMagazinePistolPractice
description: A box full of magazines. description: A box full of magazines.
components: components:
@@ -180,7 +191,7 @@
- type: entity - type: entity
name: box of pistol .35 auto (rubber) magazines name: box of pistol .35 auto (rubber) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolRubber id: BoxMagazinePistolRubber
description: A box full of pistol .35 auto (rubber) magazines. description: A box full of pistol .35 auto (rubber) magazines.
components: components:
@@ -191,7 +202,7 @@
- type: entity - type: entity
name: box of machine pistol .35 auto magazines name: box of machine pistol .35 auto magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolHighCapacity id: BoxMagazinePistolHighCapacity
description: A box full of machine pistol .35 auto magazines. description: A box full of machine pistol .35 auto magazines.
components: components:
@@ -202,7 +213,7 @@
- type: entity - type: entity
name: box of machine pistol .35 auto (high-velocity) magazines name: box of machine pistol .35 auto (high-velocity) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolHighCapacityHighVelocity id: BoxMagazinePistolHighCapacityHighVelocity
description: A box full of machine pistol .35 auto (high-velocity) magazines. description: A box full of machine pistol .35 auto (high-velocity) magazines.
components: components:
@@ -213,7 +224,7 @@
- type: entity - type: entity
name: box of machine pistol .35 auto (practice) magazines name: box of machine pistol .35 auto (practice) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolHighCapacityPractice id: BoxMagazinePistolHighCapacityPractice
description: A box full of machine pistol .35 auto (practice) magazines. description: A box full of machine pistol .35 auto (practice) magazines.
components: components:
@@ -224,7 +235,7 @@
- type: entity - type: entity
name: box of machine pistol .35 auto (rubber) magazines name: box of machine pistol .35 auto (rubber) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolHighCapacityRubber id: BoxMagazinePistolHighCapacityRubber
description: A box full of machine pistol .35 auto (rubber) magazines. description: A box full of machine pistol .35 auto (rubber) magazines.
components: components:
@@ -236,7 +247,7 @@
- type: entity - type: entity
name: box of SMG .35 auto magazines name: box of SMG .35 auto magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolSubMachineGun id: BoxMagazinePistolSubMachineGun
description: A box full of SMG .35 auto magazines. description: A box full of SMG .35 auto magazines.
components: components:
@@ -247,7 +258,7 @@
- type: entity - type: entity
name: box of SMG .35 auto (high-velocity) magazines name: box of SMG .35 auto (high-velocity) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolSubMachineGunHighVelocity id: BoxMagazinePistolSubMachineGunHighVelocity
description: A box full of SMG .35 auto (high-velocity) magazines. description: A box full of SMG .35 auto (high-velocity) magazines.
components: components:
@@ -258,7 +269,7 @@
- type: entity - type: entity
name: box of SMG .35 auto (practice) magazines name: box of SMG .35 auto (practice) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolSubMachineGunPractice id: BoxMagazinePistolSubMachineGunPractice
description: A box full of SMG .35 auto (practice) magazines. description: A box full of SMG .35 auto (practice) magazines.
components: components:
@@ -269,7 +280,7 @@
- type: entity - type: entity
name: box of SMG .35 auto (rubber) magazines name: box of SMG .35 auto (rubber) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazinePistolSubMachineGunRubber id: BoxMagazinePistolSubMachineGunRubber
description: A box full of SMG .35 auto (rubber) magazines. description: A box full of SMG .35 auto (rubber) magazines.
components: components:
@@ -281,7 +292,7 @@
# Shotgun # Shotgun
- type: entity - type: entity
name: box of (.50 pellet) ammo drums name: box of (.50 pellet) ammo drums
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineShotgun id: BoxMagazineShotgun
description: A box full of (.50 pellet) ammo drums. description: A box full of (.50 pellet) ammo drums.
components: components:
@@ -292,7 +303,7 @@
- type: entity - type: entity
name: box of (.50 beanbag) ammo drums name: box of (.50 beanbag) ammo drums
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineShotgunBeanbag id: BoxMagazineShotgunBeanbag
description: A box full of (.50 beanbag) ammo drums. description: A box full of (.50 beanbag) ammo drums.
components: components:
@@ -303,7 +314,7 @@
- type: entity - type: entity
name: box of (.50 slug) ammo drums name: box of (.50 slug) ammo drums
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineShotgunSlug id: BoxMagazineShotgunSlug
description: A box full of (.50 slug) ammo drums. description: A box full of (.50 slug) ammo drums.
components: components:
@@ -314,7 +325,7 @@
- type: entity - type: entity
name: box of (.50 incendiary) ammo drums name: box of (.50 incendiary) ammo drums
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineShotgunIncendiary id: BoxMagazineShotgunIncendiary
description: A box full of (.50 incendiary) ammo drums. description: A box full of (.50 incendiary) ammo drums.
components: components:
@@ -325,7 +336,7 @@
# base BallisticAmmoProvider boxes # base BallisticAmmoProvider boxes
- type: entity - type: entity
parent: BoxCardboard parent: BoxMagazine
id: BoxAmmoProvider id: BoxAmmoProvider
abstract: true abstract: true
components: components:
@@ -438,7 +449,7 @@
# Rifle # Rifle
- type: entity - type: entity
name: box of .20 rifle magazines name: box of .20 rifle magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineRifle id: BoxMagazineRifle
description: A box full of .20 rifle magazines. description: A box full of .20 rifle magazines.
components: components:
@@ -449,7 +460,7 @@
- type: entity - type: entity
name: box of .20 rifle (high-velocity) magazines name: box of .20 rifle (high-velocity) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineRifleHighVelocity id: BoxMagazineRifleHighVelocity
description: A box full of .20 rifle (high-velocity) magazines. description: A box full of .20 rifle (high-velocity) magazines.
components: components:
@@ -460,7 +471,7 @@
- type: entity - type: entity
name: box of .20 rifle (practice) magazines name: box of .20 rifle (practice) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineRiflePractice id: BoxMagazineRiflePractice
description: A box full of .20 rifle (practice) magazines. description: A box full of .20 rifle (practice) magazines.
components: components:
@@ -471,7 +482,7 @@
- type: entity - type: entity
name: box of .20 rifle (rubber) magazines name: box of .20 rifle (rubber) magazines
parent: BoxCardboard parent: BoxMagazine
id: BoxMagazineRifleRubber id: BoxMagazineRifleRubber
description: A box full of .20 rifle (rubber) magazines. description: A box full of .20 rifle (rubber) magazines.
components: components:

View File

@@ -220,7 +220,7 @@
- type: Sprite - type: Sprite
layers: layers:
- state: box - state: box
- state: writing - state: inflatable
- type: Tag - type: Tag
tags: tags:
- DroneUsable - DroneUsable
@@ -252,7 +252,7 @@
- type: Sprite - type: Sprite
layers: layers:
- state: box - state: box
- state: writing - state: flare
- type: entity - type: entity
name: trashbag box name: trashbag box
@@ -272,7 +272,7 @@
- type: Sprite - type: Sprite
layers: layers:
- state: box - state: box
- state: writing - state: trashbag
- type: Tag - type: Tag
tags: tags:
- DroneUsable - DroneUsable

View File

@@ -97,6 +97,10 @@
contents: contents:
- id: DiseaseSwab - id: DiseaseSwab
amount: 30 amount: 30
- type: Sprite
layers:
- state: box
- state: swab
- type: entity - type: entity
name: body bag box name: body bag box

View File

@@ -71,3 +71,4 @@
- type: Sprite - type: Sprite
layers: layers:
- state: box_security - state: box_security
- state: forensic

View File

@@ -38,3 +38,4 @@
- type: Sprite - type: Sprite
layers: layers:
- state: box - state: box
- state: holo

View File

@@ -18,7 +18,7 @@
- type: entity - type: entity
parent: BoxDonkSoftBase parent: BoxDonkSoftBase
id: BoxDonkSoftBox id: BoxDonkSoftBox
name: foam dart box name: box of foam darts
components: components:
- type: BallisticAmmoProvider - type: BallisticAmmoProvider
whitelist: whitelist:
@@ -27,20 +27,24 @@
capacity: 40 capacity: 40
proto: BulletFoam proto: BulletFoam
- type: Sprite - type: Sprite
sprite: Objects/Fun/toys.rsi sprite: Objects/storage/boxes.rsi
state: foambox layers:
- state: boxwidetoy
- state: shelltoy
- type: entity - type: entity
parent: BoxDonkSoftBase parent: BaseMagazineBoxMagnum
id: BoxCartridgeCap id: BoxCartridgeCap
name: cap gun cartridge box name: cap gun cartridge box
components: components:
- type: BallisticAmmoProvider - type: BallisticAmmoProvider
whitelist:
tags:
- CartridgeCap
capacity: 20
proto: CartridgeCap proto: CartridgeCap
capacity: 20
- type: Sprite - type: Sprite
sprite: Objects/Storage/boxes.rsi sprite: Objects/Weapons/Guns/Ammunition/Boxes/magnum.rsi
state: box layers:
- state: capbase
map: ["enum.GunVisualLayers.Base"]
- state: mag-1
map: ["enum.GunVisualLayers.Mag"]
- state: cap

Binary file not shown.

Before

Width:  |  Height:  |  Size: 337 B

After

Width:  |  Height:  |  Size: 285 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 335 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 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/cc65477c04f7403ca8a457bd5bae69a01abadbf0, encryptokey was taken from Baystation12 at https://github.com/infinitystation/Baystation12/blob/073f678cdce92edb8fcd55f9ffc9f0523bf31506/icons/obj/radio.dmi and modified by lapatison", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/cc65477c04f7403ca8a457bd5bae69a01abadbf0, encryptokey was taken from Baystation12 at https://github.com/infinitystation/Baystation12/blob/073f678cdce92edb8fcd55f9ffc9f0523bf31506/icons/obj/radio.dmi and modified by lapatison. boxwidetoy, shelltoy, swab, flare, inflatable, trashbag, magazine, holo and forensic created by potato1234x (github) for ss14 based on toys.rsi, mouth_swab.rsi, flare.rsi, inflatable_wall.rsi, trashbag.rsi, caseless_pistol_mag.rsi, guardians.rsi and bureaucracy.rsi respectively",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -35,7 +35,7 @@
"name": "sechud" "name": "sechud"
}, },
{ {
"name": "bottle" "name": "bottle"
}, },
{ {
"name": "box" "name": "box"
@@ -43,6 +43,9 @@
{ {
"name": "boxwide" "name": "boxwide"
}, },
{
"name": "boxwidetoy"
},
{ {
"name": "box_hug" "name": "box_hug"
}, },
@@ -70,15 +73,27 @@
{ {
"name": "flashbang" "name": "flashbang"
}, },
{
"name": "flare"
},
{
"name": "forensic"
},
{ {
"name": "glasses" "name": "glasses"
}, },
{ {
"name": "handcuff" "name": "handcuff"
}, },
{
"name": "holo"
},
{ {
"name": "implant" "name": "implant"
}, },
{
"name": "inflatable"
},
{ {
"name": "latex" "name": "latex"
}, },
@@ -91,6 +106,9 @@
{ {
"name": "lighttube" "name": "lighttube"
}, },
{
"name": "magazine"
},
{ {
"name": "mousetraps" "name": "mousetraps"
}, },
@@ -109,9 +127,15 @@
{ {
"name": "sterile" "name": "sterile"
}, },
{
"name": "swab"
},
{ {
"name": "syringe" "name": "syringe"
}, },
{
"name": "trashbag"
},
{ {
"name": "writing" "name": "writing"
}, },
@@ -161,6 +185,9 @@
{ {
"name": "shellslug" "name": "shellslug"
}, },
{
"name": "shelltoy"
},
{ {
"name": "ziptie" "name": "ziptie"
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 248 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 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 cev-eris at https://github.com/discordia-space/CEV-Eris/raw/89456d18dd3e7c330839121e3c6bc8c609700137/icons/obj/ammo.dmi", "copyright": "Taken from cev-eris at https://github.com/discordia-space/CEV-Eris/raw/89456d18dd3e7c330839121e3c6bc8c609700137/icons/obj/ammo.dmi. capbase and cap modified from base and rubber by potato1234x (github) for ss14",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -10,9 +10,15 @@
{ {
"name": "base" "name": "base"
}, },
{
"name": "capbase"
},
{ {
"name": "mag-1" "name": "mag-1"
}, },
{
"name": "cap"
},
{ {
"name": "hv" "name": "hv"
}, },