Adds mapped storage for lots of entities + a botanical belt (#4342)

* Cleans up belt stuff and some sprites

* Tag cleanup and sheathed sword

* Adds plant belt for botany chads and maps it's items

* CE belt, will most likely child it to utility instead

* Merges belt_icon and belt_mob into the same RSI

* Cut out alpha layers for wirecutters

* Added lots of equipped-BELT sprites for various items

* Medical, Janitor, Security, Assault, Chief Engineer, Utility and Botany have mapped storage layers

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Swept
2021-07-25 00:21:18 -07:00
committed by GitHub
parent 93acc565f0
commit c55f3fd478
145 changed files with 859 additions and 471 deletions

View File

@@ -20,8 +20,7 @@
- type: StorageFill
contents:
- id: PowerDrill
- id: Wirecutter
- id: Crowbar
- id: JawsOfLife
- id: WelderExperimental
- id: Multitool
- id: CableApcStack

View File

@@ -1,72 +1,167 @@
- type: entity
parent: ClothingBeltBase
id: ClothingBeltAssault
name: assault belt
description: "A tactical assault belt."
components:
- type: Sprite
sprite: Clothing/Belt/assault.rsi
- type: Clothing
sprite: Clothing/Belt/assault.rsi
- type: Storage
capacity: 40
# Belts that need/have visualizers
- type: entity
parent: ClothingBeltBase
id: ClothingBeltBandolier
name: bandolier
description: "A bandolier for holding shotgun ammunition."
id: ClothingBeltUtility
name: utility belt
description: Can hold various things.
components:
- type: Sprite
sprite: Clothing/Belt/bandolier.rsi
sprite: Clothing/Belt/utility.rsi
- type: Clothing
sprite: Clothing/Belt/bandolier.rsi
sprite: Clothing/Belt/utility.rsi
- type: Storage
capacity: 40
# TODO: Fill this out more.
# whitelist:
# tags:
# - Wirecutter
# - Crowbar
# - CrowbarRed
# - Screwdriver
# - Flashlight
# - Welder
# - Wrench
# - Painter
# - GeigerCounter
# - Flare
# - Coilsofwire
# -
# -
# components:
# - SignalLinker
- type: ItemCounter
mapLayers:
cutters_red:
whitelist:
tags:
- Wirecutter
crowbar:
whitelist:
tags:
- Crowbar
crowbar_red:
whitelist:
tags:
- CrowbarRed
screwdriver_nuke:
whitelist:
tags:
- Screwdriver
wrench:
whitelist:
tags:
- Wrench
multitool:
whitelist:
components:
- SignalLinker
- type: Appearance
visuals:
- type: MappedItemVisualizer
sprite: Clothing/Belt/belt_overlay.rsi
- type: entity
parent: ClothingBeltBase
id: ClothingBeltChiefEngineer
name: chief's toolbelt
description: "Holds tools, looks snazzy."
name: chief's toolbelt
description: Holds tools, looks snazzy.
components:
- type: Sprite
sprite: Clothing/Belt/ce.rsi
- type: Clothing
sprite: Clothing/Belt/ce.rsi
- type: Storage
# TODO: Fill this out more.
# whitelist:
# tags:
# - Wirecutter
# - Crowbar
# - CrowbarRed
# - Screwdriver
# - Flashlight
# - Welder
# - Wrench
# - Painter
# - GeigerCounter
# - Flare
# - Coilsofwire
# -
# -
# components:
# - SignalLinker
capacity: 100
- type: ItemCounter
mapLayers:
drill:
whitelist:
tags:
- Powerdrill
cutters_red:
whitelist:
tags:
- Wirecutter
crowbar:
whitelist:
tags:
- Crowbar
crowbar_red:
whitelist:
tags:
- CrowbarRed
jaws:
whitelist:
tags:
- JawsOfLife
screwdriver_nuke:
whitelist:
tags:
- Screwdriver
multitool:
whitelist:
components:
- SignalLinker
wrench:
whitelist:
tags:
- Wrench
- type: Appearance
visuals:
- type: MappedItemVisualizer
sprite: Clothing/Belt/belt_overlay.rsi
- type: entity
parent: ClothingBeltBase
id: ClothingBeltChampion
name: championship belt
description: "Proves to the world that you are the strongest!"
id: ClothingBeltAssault
name: assault belt
description: A tactical assault belt.
components:
- type: Sprite
sprite: Clothing/Belt/champion.rsi
sprite: Clothing/Belt/assault.rsi
- type: Clothing
sprite: Clothing/Belt/champion.rsi
QuickEquip: true
- type: entity
parent: ClothingBeltBase
id: ClothingBeltHolster
name: shoulder holster
description: "A holster to carry a handgun and ammo. WARNING: Badasses only."
components:
- type: Sprite
sprite: Clothing/Belt/holster.rsi
- type: Clothing
sprite: Clothing/Belt/holster.rsi
sprite: Clothing/Belt/assault.rsi
- type: Storage
capacity: 20
capacity: 40
- type: ItemCounter
mapLayers:
flashbang:
whitelist:
components:
- FlashExplosive
stunbaton:
whitelist:
components:
- Stunbaton
- type: Appearance
visuals:
- type: MappedItemVisualizer
sprite: Clothing/Belt/belt_overlay.rsi
- type: entity
parent: ClothingBeltBase
id: ClothingBeltJanitor
name: janibelt
description: "A belt used to hold most janitorial supplies."
name: janibelt
description: A belt used to hold most janitorial supplies.
components:
- type: Sprite
sprite: Clothing/Belt/janitor.rsi
@@ -74,12 +169,26 @@
sprite: Clothing/Belt/janitor.rsi
- type: Storage
capacity: 40
- type: ItemCounter
mapLayers:
bottle:
whitelist:
tags:
- Bottle
bottle_spray:
whitelist:
tags:
- Spray
- type: Appearance
visuals:
- type: MappedItemVisualizer
sprite: Clothing/Belt/belt_overlay.rsi
- type: entity
parent: ClothingBeltBase
id: ClothingBeltMedical
name: medical belt
description: "Can hold various medical equipment."
name: medical belt
description: Can hold various medical equipment.
components:
- type: Sprite
sprite: Clothing/Belt/medical.rsi
@@ -87,12 +196,99 @@
sprite: Clothing/Belt/medical.rsi
- type: Storage
capacity: 40
- type: ItemCounter
mapLayers:
bottle:
whitelist:
tags:
- Bottle
hypo:
whitelist:
components:
- Hypospray
pill:
whitelist:
components:
- Pill
bottle_spray:
whitelist:
tags:
- Spray
# spray_med:
# whitelist:
# tags:
# - SprayMedical
# wrench_medical:
# whitelist:
# tags:
# - WrenchMedical
wrench:
whitelist:
tags:
- Wrench
- type: Appearance
visuals:
- type: MappedItemVisualizer
sprite: Clothing/Belt/belt_overlay.rsi
- type: entity
parent: ClothingBeltBase
id: ClothingBeltPlant
name: botanical belt
description: A belt used to hold most hydroponics supplies. Suprisingly, not green.
components:
- type: Sprite
sprite: Clothing/Belt/plant.rsi
- type: Clothing
sprite: Clothing/Belt/plant.rsi
- type: Storage
# whitelist:
# tags:
# - BotanyHoe
# - PlantAnalyzer
# - BotanyHoe
# - BotanyShovel
# - PlantBGone
# - Bottle
# components:
# - Seed
capacity: 40
- type: ItemCounter
mapLayers:
hatchet:
whitelist:
tags:
- BotanyHatchet
hydro:
whitelist:
tags:
- PlantAnalyzer # Dunno what to put here, should be aight.
hoe:
whitelist:
tags:
- BotanyHoe
secateurs: # We don't have secateurs and this looks similar enough.
whitelist:
tags:
- BotanyShovel
plantbgone:
whitelist:
tags:
- PlantBGone
bottle:
whitelist:
tags:
- Bottle
- type: Appearance
visuals:
- type: MappedItemVisualizer
sprite: Clothing/Belt/belt_overlay.rsi
- type: entity
parent: ClothingBeltBase
id: ClothingBeltSecurity
name: security belt
description: "Can hold security gear like handcuffs and flashes."
name: security belt
description: Can hold security gear like handcuffs and flashes.
components:
- type: Sprite
sprite: Clothing/Belt/security.rsi
@@ -100,38 +296,26 @@
sprite: Clothing/Belt/security.rsi
- type: Storage
capacity: 40
- type: entity
parent: ClothingBeltBase
id: ClothingBeltSecurityWebbing
name: security webbing
description: "Unique and versatile chest rig, can hold security gear."
components:
- type: Sprite
sprite: Clothing/Belt/securitywebbing.rsi
- type: Clothing
sprite: Clothing/Belt/securitywebbing.rsi
- type: Storage
capacity: 40
- type: entity
parent: ClothingBeltBase
id: ClothingBeltMilitaryWebbing
name: chest rig
description: "A set of tactical webbing worn by Syndicate boarding parties."
components:
- type: Sprite
sprite: Clothing/Belt/militarywebbing.rsi
- type: Clothing
sprite: Clothing/Belt/militarywebbing.rsi
- type: Storage
capacity: 40
- type: ItemCounter
mapLayers:
flashbang:
whitelist:
components:
- FlashExplosive
stunbaton:
whitelist:
components:
- Stunbaton
- type: Appearance
visuals:
- type: MappedItemVisualizer
sprite: Clothing/Belt/belt_overlay.rsi
- type: entity
parent: ClothingBeltBase
id: ClothingBeltSheath
name: sabre sheath
description: "An ornate sheath designed to hold an officer's blade."
name: sabre sheath
description: An ornate sheath designed to hold an officer's blade.
components:
- type: Sprite
sprite: Clothing/Belt/sheath.rsi
@@ -143,12 +327,87 @@
- type: StorageFill
contents:
- id: CaptainSabre
- type: ItemCounter
mapLayers:
sheath-sabre:
whitelist:
tags:
- CaptainSabre
- type: Appearance
visuals:
- type: MappedItemVisualizer
# Belts without visualizers
- type: entity
parent: ClothingBeltBase
id: ClothingBeltBandolier
name: bandolier
description: A bandolier for holding shotgun ammunition.
components:
- type: Sprite
sprite: Clothing/Belt/bandolier.rsi
- type: Clothing
sprite: Clothing/Belt/bandolier.rsi
- type: Storage
capacity: 40
- type: entity
parent: ClothingBeltBase
id: ClothingBeltChampion
name: championship belt
description: Proves to the world that you are the strongest!
components:
- type: Sprite
sprite: Clothing/Belt/champion.rsi
- type: Clothing
sprite: Clothing/Belt/champion.rsi
QuickEquip: true
- type: entity
parent: ClothingBeltBase
id: ClothingBeltHolster
name: shoulder holster
description: 'A holster to carry a handgun and ammo. WARNING: Badasses only.'
components:
- type: Sprite
sprite: Clothing/Belt/holster.rsi
- type: Clothing
sprite: Clothing/Belt/holster.rsi
- type: Storage
capacity: 20
- type: entity
parent: ClothingBeltBase
id: ClothingBeltSecurityWebbing
name: security webbing
description: Unique and versatile chest rig, can hold security gear.
components:
- type: Sprite
sprite: Clothing/Belt/securitywebbing.rsi
- type: Clothing
sprite: Clothing/Belt/securitywebbing.rsi
- type: Storage
capacity: 40
- type: entity
parent: ClothingBeltBase
id: ClothingBeltMilitaryWebbing
name: chest rig
description: A set of tactical webbing worn by Syndicate boarding parties.
components:
- type: Sprite
sprite: Clothing/Belt/militarywebbing.rsi
- type: Clothing
sprite: Clothing/Belt/militarywebbing.rsi
- type: Storage
capacity: 40
- type: entity
parent: ClothingBeltBase
id: ClothingBeltSuspenders
name: suspenders
description: "For holding your pants up."
description: For holding your pants up.
components:
- type: Sprite
sprite: Clothing/Belt/suspenders.rsi
@@ -156,16 +415,3 @@
- type: Clothing
sprite: Clothing/Belt/suspenders.rsi
QuickEquip: true
- type: entity
parent: ClothingBeltBase
id: ClothingBeltUtility
name: utility belt
description: "Can hold various things."
components:
- type: Sprite
sprite: Clothing/Belt/utility.rsi
- type: Clothing
sprite: Clothing/Belt/utility.rsi
- type: Storage
capacity: 40

View File

@@ -3,5 +3,7 @@
parent: BaseItem
id: Clothing
components:
- type: Sprite
netsync: false
- type: Clothing
size: 5

View File

@@ -1,30 +1,3 @@
- type: Tag
id: Crayon
- type: Tag
id: CrayonBlack
- type: Tag
id: CrayonBlue
- type: Tag
id: CrayonGreen
- type: Tag
id: CrayonOrange
- type: Tag
id: CrayonPurple
- type: Tag
id: CrayonRed
- type: Tag
id: CrayonWhite
- type: Tag
id: CrayonYellow
- type: entity
abstract: true
parent: BaseItem
@@ -237,4 +210,3 @@
- type: Appearance
visuals:
- type: MappedItemVisualizer

View File

@@ -5,6 +5,9 @@
description: Kills those pesky weeds!
suffix: "Filled"
components:
- type: Tag
tags:
- PlantBGone
- type: Sprite
sprite: Objects/Tools/Hydroponics/sprays.rsi
state: plantbgone

View File

@@ -7,6 +7,7 @@
- type: Tag
tags:
- Hoe
- BotanyHoe
- type: Sprite
sprite: Objects/Tools/Hydroponics/hoe.rsi
state: icon
@@ -40,6 +41,7 @@
components:
- type: Tag
tags:
- BotanyHatchet
- BotanySharp
- type: Sprite
sprite: Objects/Tools/Hydroponics/hatchet.rsi
@@ -58,6 +60,7 @@
- type: Tag
tags:
- Shovel
- BotanyShovel
- type: Sprite
sprite: Objects/Tools/Hydroponics/spade.rsi
state: icon

View File

@@ -5,6 +5,9 @@
suffix: Empty
description: A spray bottle with an unscrewable top.
components:
- type: Tag
tags:
- Spray
- type: Sprite
netsync: false
sprite: Objects/Specific/Janitorial/janitorial.rsi
@@ -29,12 +32,12 @@
suffix: Filled
parent: SprayBottle
components:
- type: SolutionContainer
maxVol: 100
contents:
reagents:
- ReagentId: Water
Quantity: 100
- type: SolutionContainer
maxVol: 100
contents:
reagents:
- ReagentId: Water
Quantity: 100
- type: entity
name: space cleaner
@@ -43,12 +46,12 @@
parent: SprayBottle
suffix: ""
components:
- type: SolutionContainer
maxVol: 100
contents:
reagents:
- ReagentId: SpaceCleaner
Quantity: 100
- type: SolutionContainer
maxVol: 100
contents:
reagents:
- ReagentId: SpaceCleaner
Quantity: 100
# Vapor

View File

@@ -4,12 +4,12 @@
description: A sterile injector for rapid administration of drugs to patients.
id: Hypospray
components:
- type: Sprite
sprite: Objects/Specific/Medical/hypospray.rsi
state: hypo
- type: Item
sprite: Objects/Specific/Medical/hypospray.rsi
- type: SolutionContainer
maxVol: 30
caps: Refillable, CanExamine
- type: Hypospray
- type: Sprite
sprite: Objects/Specific/Medical/hypospray.rsi
state: hypo
- type: Item
sprite: Objects/Specific/Medical/hypospray.rsi
- type: SolutionContainer
maxVol: 30
caps: Refillable, CanExamine
- type: Hypospray

View File

@@ -5,6 +5,9 @@
abstract: true
description: A small bottle.
components:
- type: Tag
tags:
- Bottle
- type: Sprite
sprite: Objects/Specific/Chemistry/bottle.rsi
netsync: false

View File

@@ -4,30 +4,33 @@
id: JawsOfLife
description: A set of jaws of life, compressed through the magic of science.
components:
- type: Sprite
sprite: Objects/Tools/jaws_of_life.rsi
state: jaws_pry
- type: Clothing
sprite: Objects/Tools/jaws_of_life.rsi
size: 50
QuickEquip: false
Slots:
- Belt
- type: TilePrying
- type: Tool
qualities:
- Prying
statusShowBehavior: true
- type: MultiTool
tools:
- behavior: Prying
state: jaws_pry
useSound: /Audio/Items/jaws_pry.ogg
changeSound: /Audio/Items/change_jaws.ogg
- behavior: Cutting
state: jaws_cutter
useSound: /Audio/Items/jaws_cut.ogg
changeSound: /Audio/Items/change_jaws.ogg
- type: Tag
tags:
- JawsOfLife
- type: Sprite
sprite: Objects/Tools/jaws_of_life.rsi
state: jaws_pry
- type: Clothing
sprite: Objects/Tools/jaws_of_life.rsi
size: 50
QuickEquip: false
Slots:
- Belt
- type: TilePrying
- type: Tool
qualities:
- Prying
statusShowBehavior: true
- type: MultiTool
tools:
- behavior: Prying
state: jaws_pry
useSound: /Audio/Items/jaws_pry.ogg
changeSound: /Audio/Items/change_jaws.ogg
- behavior: Cutting
state: jaws_cutter
useSound: /Audio/Items/jaws_cut.ogg
changeSound: /Audio/Items/change_jaws.ogg
- type: entity
name: syndicate jaws of life
@@ -35,11 +38,11 @@
id: SyndicateJawsOfLife
description: Useful for entering the station or its departments.
components:
- type: Sprite
state: syn_jaws_pry
- type: MultiTool
tools:
- behavior: Prying
state: syn_jaws_pry
- behavior: Cutting
state: syn_jaws_cutter
- type: Sprite
state: syn_jaws_pry
- type: MultiTool
tools:
- behavior: Prying
state: syn_jaws_pry
- behavior: Cutting
state: syn_jaws_cutter

View File

@@ -7,6 +7,7 @@
- type: Tag
tags:
- PlantSampleTaker
- Wirecutter
- type: Sprite
sprite: Objects/Tools/wirecutters.rsi
layers:
@@ -37,6 +38,9 @@
id: Screwdriver
description: Industrial grade torque in a small screwdriving package.
components:
- type: Tag
tags:
- Screwdriver
- type: Sprite
sprite: Objects/Tools/screwdriver.rsi
layers:
@@ -67,6 +71,9 @@
id: Wrench
description: A common tool for assembly and disassembly, righty tighty lefty loosey.
components:
- type: Tag
tags:
- Wrench
- type: Sprite
sprite: Objects/Tools/wrench.rsi
state: icon
@@ -86,6 +93,9 @@
id: Crowbar
description: A multipurpose tool to pry open doors and fight interdimensional invaders.
components:
- type: Tag
tags:
- Crowbar
- type: Sprite
sprite: Objects/Tools/crowbar.rsi
state: icon
@@ -107,6 +117,9 @@
id: CrowbarRed
description: A multipurpose tool to pry open doors and fight interdimensional invaders.
components:
- type: Tag
tags:
- CrowbarRed
- type: Sprite
sprite: Objects/Tools/crowbar_red.rsi
state: icon
@@ -151,26 +164,29 @@
id: PowerDrill
description: A simple powered hand drill.
components:
- type: Sprite
sprite: Objects/Tools/drill.rsi
state: drill_screw
- type: Item
sprite: Objects/Tools/drill.rsi
size: 20
- type: Tool
qualities:
- Screwing
statusShowBehavior: true
- type: MultiTool
tools:
- behavior: Screwing
state: drill_screw
useSound: /Audio/Items/drill_use.ogg
changeSound: /Audio/Items/change_drill.ogg
- behavior: Anchoring
state: drill_bolt
useSound: /Audio/Items/drill_use.ogg
changeSound: /Audio/Items/change_drill.ogg
- type: Tag
tags:
- Powerdrill
- type: Sprite
sprite: Objects/Tools/drill.rsi
state: drill_screw
- type: Item
sprite: Objects/Tools/drill.rsi
size: 20
- type: Tool
qualities:
- Screwing
statusShowBehavior: true
- type: MultiTool
tools:
- behavior: Screwing
state: drill_screw
useSound: /Audio/Items/drill_use.ogg
changeSound: /Audio/Items/change_drill.ogg
- behavior: Anchoring
state: drill_bolt
useSound: /Audio/Items/drill_use.ogg
changeSound: /Audio/Items/change_drill.ogg
- type: entity
name: RCD
@@ -208,13 +224,13 @@
id: Shovel
description: A large tool for digging and moving dirt.
components:
- type: Tag
tags:
- Shovel
- type: Sprite
sprite: Objects/Tools/shovel.rsi
state: icon
- type: ItemCooldown
- type: MeleeWeapon
- type: Item
sprite: Objects/Tools/shovel.rsi
- type: Tag
tags:
- Shovel
- type: Sprite
sprite: Objects/Tools/shovel.rsi
state: icon
- type: ItemCooldown
- type: MeleeWeapon
- type: Item
sprite: Objects/Tools/shovel.rsi

View File

@@ -13,6 +13,9 @@
size: 15
sprite: Objects/Weapons/Melee/captain_sabre.rsi
prefix: inhand
- type: Tag
tags:
- CaptainSabre
- type: entity
name: katana

View File

@@ -1,9 +1,57 @@
- type: Tag
id: BotanyHatchet
- type: Tag
id: BotanyHoe
- type: Tag
id: BotanySharp
- type: Tag
id: BotanyShovel
- type: Tag
id: Bottle
- type: Tag
id: CanPilot
- type: Tag
id: CaptainSabre
- type: Tag
id: Crayon
- type: Tag
id: CrayonBlack
- type: Tag
id: CrayonBlue
- type: Tag
id: CrayonGreen
- type: Tag
id: CrayonOrange
- type: Tag
id: CrayonPurple
- type: Tag
id: CrayonRed
- type: Tag
id: CrayonWhite
- type: Tag
id: CrayonYellow
- type: Tag
id: Crowbar
- type: Tag
id: CrowbarRed
- type: Tag
id: ConveyorAssembly
@@ -34,24 +82,48 @@
- type: Tag
id: Ingot
- type: Tag
id: JawsOfLife
- type: Tag
id: NoSpinOnThrow
- type: Tag
id: Ore
- type: Tag
id: PlantAnalyzer
- type: Tag
id: PlantBGone
- type: Tag
id: PlantSampleTaker
- type: Tag
id: Powerdrill
- type: Tag
id: Screwdriver
- type: Tag
id: Sheet
- type: Tag
id: Shovel
- type: Tag
id: Spray
- type: Tag
id: Wall
- type: Tag
id: Wirecutter
- type: Tag
id: Wrench
- type: Tag
id: Write

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 271 B

View File

@@ -1,86 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/dc89ef0239830774bd3d9d7d6c8da2856da2b869",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "crowbar"
},
{
"name": "crowbar_brass"
},
{
"name": "crowbar_large"
},
{
"name": "crowbar_red"
},
{
"name": "cutters_brass"
},
{
"name": "cutters_red"
},
{
"name": "cutters_yellow"
},
{
"name": "drill_bolt"
},
{
"name": "drill_screw"
},
{
"name": "flashbang"
},
{
"name": "jaws_cutter"
},
{
"name": "jaws_pry"
},
{
"name": "multitool"
},
{
"name": "multitool_red"
},
{
"name": "multitool_yellow"
},
{
"name": "screwdriver"
},
{
"name": "screwdriver_brass"
},
{
"name": "screwdriver_head"
},
{
"name": "screwdriver_nuke"
},
{
"name": "stunbaton"
},
{
"name": "stunbaton_active"
},
{
"name": "stunbaton_nocell"
},
{
"name": "wrench"
},
{
"name": "wrench_brass"
},
{
"name": "wrench_medical"
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 196 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

View File

@@ -1,183 +0,0 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/f3fdb19c606ea11786ebcad0350198f52ede17a3",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "analyzer",
"directions": 4
},
{
"name": "baton",
"directions": 4
},
{
"name": "beaker",
"directions": 4
},
{
"name": "c4",
"directions": 4
},
{
"name": "cigpack",
"directions": 4
},
{
"name": "clipboard",
"directions": 4
},
{
"name": "coil",
"directions": 4
},
{
"name": "crowbar",
"directions": 4
},
{
"name": "crowbar_red",
"directions": 4
},
{
"name": "cutters",
"directions": 4
},
{
"name": "drill",
"directions": 4
},
{
"name": "electronic",
"directions": 4
},
{
"name": "flare",
"directions": 4
},
{
"name": "flashbang",
"directions": 4
},
{
"name": "flashlight",
"directions": 4
},
{
"name": "geiger_counter",
"directions": 4
},
{
"name": "grenade",
"directions": 4
},
{
"name": "gun",
"directions": 4
},
{
"name": "handcuff",
"directions": 4
},
{
"name": "horn",
"directions": 4
},
{
"name": "horn_gold",
"directions": 4
},
{
"name": "hypo",
"directions": 4
},
{
"name": "injector",
"directions": 4
},
{
"name": "jawsoflife",
"directions": 4
},
{
"name": "knife",
"directions": 4
},
{
"name": "lighter",
"directions": 4
},
{
"name": "medipen",
"directions": 4
},
{
"name": "minibomb",
"directions": 4
},
{
"name": "painter",
"directions": 4
},
{
"name": "plasmatank",
"directions": 4
},
{
"name": "rcd",
"directions": 4
},
{
"name": "rolling_pin",
"directions": 4
},
{
"name": "rpd",
"directions": 4
},
{
"name": "rped",
"directions": 4
},
{
"name": "screwdriver",
"directions": 4
},
{
"name": "spade",
"directions": 4
},
{
"name": "spraybottle",
"directions": 4
},
{
"name": "spraycan",
"directions": 4
},
{
"name": "tele_baton",
"directions": 4
},
{
"name": "tray",
"directions": 4
},
{
"name": "welder",
"directions": 4
},
{
"name": "wrench",
"directions": 4
},
{
"name": "x4",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

View File

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 313 B

View File

Before

Width:  |  Height:  |  Size: 176 B

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

View File

Before

Width:  |  Height:  |  Size: 223 B

After

Width:  |  Height:  |  Size: 223 B

View File

Before

Width:  |  Height:  |  Size: 228 B

After

Width:  |  Height:  |  Size: 228 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 153 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 B

View File

Before

Width:  |  Height:  |  Size: 271 B

After

Width:  |  Height:  |  Size: 271 B

View File

@@ -0,0 +1,166 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/dc89ef0239830774bd3d9d7d6c8da2856da2b869",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "bottle"
},
{
"name": "bottle_spray"
},
{
"name": "crowbar"
},
{
"name": "crowbar_brass"
},
{
"name": "crowbar_red"
},
{
"name": "cutters_brass"
},
{
"name": "cutters_red"
},
{
"name": "cutters_handle"
},
{
"name": "cutters_blade"
},
{
"name": "cutters_yellow"
},
{
"name": "drill"
},
{
"name": "flashbang"
},
{
"name": "hatchet"
},
{
"name": "hoe"
},
{
"name": "hydro"
},
{
"name": "hypo"
},
{
"name": "jaws"
},
{
"name": "multitool"
},
{
"name": "pill"
},
{
"name": "plantbgone"
},
{
"name": "screwdriver"
},
{
"name": "screwdriver_brass"
},
{
"name": "screwdriver_head"
},
{
"name": "screwdriver_nuke"
},
{
"name": "secateurs"
},
{
"name": "spray_med"
},
{
"name": "spray_brute"
},
{
"name": "spray_burn"
},
{
"name": "spray_synth"
},
{
"name": "stunbaton"
},
{
"name": "wrench"
},
{
"name": "wrench_brass"
},
{
"name": "wrench_medical"
},
{
"name": "analyzer-equipped-BELT",
"directions": 4
},
{
"name": "c4-equipped-BELT",
"directions": 4
},
{
"name": "electronic-equipped-BELT",
"directions": 4
},
{
"name": "geiger_counter-equipped-BELT",
"directions": 4
},
{
"name": "injector-equipped-BELT",
"directions": 4
},
{
"name": "lighter-equipped-BELT",
"directions": 4
},
{
"name": "medipen-equipped-BELT",
"directions": 4
},
{
"name": "painter-equipped-BELT",
"directions": 4
},
{
"name": "plasmatank-equipped-BELT",
"directions": 4
},
{
"name": "rolling_pin-equipped-BELT",
"directions": 4
},
{
"name": "rpd-equipped-BELT",
"directions": 4
},
{
"name": "rped-equipped-BELT",
"directions": 4
},
{
"name": "tele_baton-equipped-BELT",
"directions": 4
},
{
"name": "tray-equipped-BELT",
"directions": 4
}
]
}

View File

Before

Width:  |  Height:  |  Size: 141 B

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

View File

Before

Width:  |  Height:  |  Size: 297 B

After

Width:  |  Height:  |  Size: 297 B

View File

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 157 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

View File

Before

Width:  |  Height:  |  Size: 210 B

After

Width:  |  Height:  |  Size: 210 B

View File

Before

Width:  |  Height:  |  Size: 227 B

After

Width:  |  Height:  |  Size: 227 B

View File

Before

Width:  |  Height:  |  Size: 180 B

After

Width:  |  Height:  |  Size: 180 B

View File

Before

Width:  |  Height:  |  Size: 332 B

After

Width:  |  Height:  |  Size: 332 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 575 B

View File

@@ -0,0 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/3fd95ab2a061459c881eeab6dbecaae5a8884f0a",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "icon"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 418 B

After

Width:  |  Height:  |  Size: 291 B

View File

@@ -23,6 +23,10 @@
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

View File

@@ -23,6 +23,10 @@
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

View File

@@ -23,6 +23,10 @@
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

View File

@@ -23,6 +23,10 @@
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

View File

Before

Width:  |  Height:  |  Size: 188 B

After

Width:  |  Height:  |  Size: 188 B

View File

@@ -54,6 +54,10 @@
},
{
"name": "spray_colors"
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

View File

@@ -296,6 +296,10 @@
0.1
]
]
},
{
"name": "clipboard-equipped-BELT",
"directions": 4
}
]
}

View File

Before

Width:  |  Height:  |  Size: 144 B

After

Width:  |  Height:  |  Size: 144 B

View File

@@ -45,6 +45,10 @@
{
"name": "unlit-inhand-right",
"directions": 4
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

View File

@@ -38,6 +38,10 @@
},
{
"name": "beaker6"
},
{
"name": "equipped-BELT",
"directions": 4
}
]
}

Some files were not shown because too many files have changed in this diff Show More