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

View File

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

View File

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

View File

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

View File

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

View File

@@ -18,7 +18,7 @@
- type: entity
parent: BoxDonkSoftBase
id: BoxDonkSoftBox
name: foam dart box
name: box of foam darts
components:
- type: BallisticAmmoProvider
whitelist:
@@ -27,20 +27,24 @@
capacity: 40
proto: BulletFoam
- type: Sprite
sprite: Objects/Fun/toys.rsi
state: foambox
sprite: Objects/storage/boxes.rsi
layers:
- state: boxwidetoy
- state: shelltoy
- type: entity
parent: BoxDonkSoftBase
parent: BaseMagazineBoxMagnum
id: BoxCartridgeCap
name: cap gun cartridge box
components:
- type: BallisticAmmoProvider
whitelist:
tags:
- CartridgeCap
capacity: 20
proto: CartridgeCap
capacity: 20
- type: Sprite
sprite: Objects/Storage/boxes.rsi
state: box
sprite: Objects/Weapons/Guns/Ammunition/Boxes/magnum.rsi
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,
"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": {
"x": 32,
"y": 32
@@ -35,7 +35,7 @@
"name": "sechud"
},
{
"name": "bottle"
"name": "bottle"
},
{
"name": "box"
@@ -43,6 +43,9 @@
{
"name": "boxwide"
},
{
"name": "boxwidetoy"
},
{
"name": "box_hug"
},
@@ -70,15 +73,27 @@
{
"name": "flashbang"
},
{
"name": "flare"
},
{
"name": "forensic"
},
{
"name": "glasses"
},
{
"name": "handcuff"
},
{
"name": "holo"
},
{
"name": "implant"
},
{
"name": "inflatable"
},
{
"name": "latex"
},
@@ -91,6 +106,9 @@
{
"name": "lighttube"
},
{
"name": "magazine"
},
{
"name": "mousetraps"
},
@@ -109,9 +127,15 @@
{
"name": "sterile"
},
{
"name": "swab"
},
{
"name": "syringe"
},
{
"name": "trashbag"
},
{
"name": "writing"
},
@@ -161,6 +185,9 @@
{
"name": "shellslug"
},
{
"name": "shelltoy"
},
{
"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,
"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": {
"x": 32,
"y": 32
@@ -10,9 +10,15 @@
{
"name": "base"
},
{
"name": "capbase"
},
{
"name": "mag-1"
},
{
"name": "cap"
},
{
"name": "hv"
},