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>
@@ -20,8 +20,7 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: PowerDrill
|
- id: PowerDrill
|
||||||
- id: Wirecutter
|
- id: JawsOfLife
|
||||||
- id: Crowbar
|
|
||||||
- id: WelderExperimental
|
- id: WelderExperimental
|
||||||
- id: Multitool
|
- id: Multitool
|
||||||
- id: CableApcStack
|
- id: CableApcStack
|
||||||
|
|||||||
@@ -1,72 +1,167 @@
|
|||||||
- type: entity
|
# Belts that need/have visualizers
|
||||||
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
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltBase
|
||||||
id: ClothingBeltBandolier
|
id: ClothingBeltUtility
|
||||||
name: bandolier
|
name: utility belt
|
||||||
description: "A bandolier for holding shotgun ammunition."
|
description: Can hold various things.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Belt/bandolier.rsi
|
sprite: Clothing/Belt/utility.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/bandolier.rsi
|
sprite: Clothing/Belt/utility.rsi
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 40
|
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
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltBase
|
||||||
id: ClothingBeltChiefEngineer
|
id: ClothingBeltChiefEngineer
|
||||||
name: chief's toolbelt
|
name: chief's toolbelt
|
||||||
description: "Holds tools, looks snazzy."
|
description: Holds tools, looks snazzy.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Belt/ce.rsi
|
sprite: Clothing/Belt/ce.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/ce.rsi
|
sprite: Clothing/Belt/ce.rsi
|
||||||
- type: Storage
|
- type: Storage
|
||||||
|
# TODO: Fill this out more.
|
||||||
|
# whitelist:
|
||||||
|
# tags:
|
||||||
|
# - Wirecutter
|
||||||
|
# - Crowbar
|
||||||
|
# - CrowbarRed
|
||||||
|
# - Screwdriver
|
||||||
|
# - Flashlight
|
||||||
|
# - Welder
|
||||||
|
# - Wrench
|
||||||
|
# - Painter
|
||||||
|
# - GeigerCounter
|
||||||
|
# - Flare
|
||||||
|
# - Coilsofwire
|
||||||
|
# -
|
||||||
|
# -
|
||||||
|
# components:
|
||||||
|
# - SignalLinker
|
||||||
capacity: 100
|
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
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltBase
|
||||||
id: ClothingBeltChampion
|
id: ClothingBeltAssault
|
||||||
name: championship belt
|
name: assault belt
|
||||||
description: "Proves to the world that you are the strongest!"
|
description: A tactical assault belt.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Belt/champion.rsi
|
sprite: Clothing/Belt/assault.rsi
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/champion.rsi
|
sprite: Clothing/Belt/assault.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
|
- 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
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltBase
|
||||||
id: ClothingBeltJanitor
|
id: ClothingBeltJanitor
|
||||||
name: janibelt
|
name: janibelt
|
||||||
description: "A belt used to hold most janitorial supplies."
|
description: A belt used to hold most janitorial supplies.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Belt/janitor.rsi
|
sprite: Clothing/Belt/janitor.rsi
|
||||||
@@ -74,12 +169,26 @@
|
|||||||
sprite: Clothing/Belt/janitor.rsi
|
sprite: Clothing/Belt/janitor.rsi
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 40
|
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
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltBase
|
||||||
id: ClothingBeltMedical
|
id: ClothingBeltMedical
|
||||||
name: medical belt
|
name: medical belt
|
||||||
description: "Can hold various medical equipment."
|
description: Can hold various medical equipment.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Belt/medical.rsi
|
sprite: Clothing/Belt/medical.rsi
|
||||||
@@ -87,12 +196,99 @@
|
|||||||
sprite: Clothing/Belt/medical.rsi
|
sprite: Clothing/Belt/medical.rsi
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 40
|
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
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltBase
|
||||||
id: ClothingBeltSecurity
|
id: ClothingBeltSecurity
|
||||||
name: security belt
|
name: security belt
|
||||||
description: "Can hold security gear like handcuffs and flashes."
|
description: Can hold security gear like handcuffs and flashes.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Belt/security.rsi
|
sprite: Clothing/Belt/security.rsi
|
||||||
@@ -100,38 +296,26 @@
|
|||||||
sprite: Clothing/Belt/security.rsi
|
sprite: Clothing/Belt/security.rsi
|
||||||
- type: Storage
|
- type: Storage
|
||||||
capacity: 40
|
capacity: 40
|
||||||
|
- type: ItemCounter
|
||||||
- type: entity
|
mapLayers:
|
||||||
parent: ClothingBeltBase
|
flashbang:
|
||||||
id: ClothingBeltSecurityWebbing
|
whitelist:
|
||||||
name: security webbing
|
components:
|
||||||
description: "Unique and versatile chest rig, can hold security gear."
|
- FlashExplosive
|
||||||
components:
|
stunbaton:
|
||||||
- type: Sprite
|
whitelist:
|
||||||
sprite: Clothing/Belt/securitywebbing.rsi
|
components:
|
||||||
- type: Clothing
|
- Stunbaton
|
||||||
sprite: Clothing/Belt/securitywebbing.rsi
|
- type: Appearance
|
||||||
- type: Storage
|
visuals:
|
||||||
capacity: 40
|
- type: MappedItemVisualizer
|
||||||
|
sprite: Clothing/Belt/belt_overlay.rsi
|
||||||
- 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
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltBase
|
||||||
id: ClothingBeltSheath
|
id: ClothingBeltSheath
|
||||||
name: sabre sheath
|
name: sabre sheath
|
||||||
description: "An ornate sheath designed to hold an officer's blade."
|
description: An ornate sheath designed to hold an officer's blade.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Belt/sheath.rsi
|
sprite: Clothing/Belt/sheath.rsi
|
||||||
@@ -143,12 +327,87 @@
|
|||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
- id: CaptainSabre
|
- 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
|
- type: entity
|
||||||
parent: ClothingBeltBase
|
parent: ClothingBeltBase
|
||||||
id: ClothingBeltSuspenders
|
id: ClothingBeltSuspenders
|
||||||
name: suspenders
|
name: suspenders
|
||||||
description: "For holding your pants up."
|
description: For holding your pants up.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Clothing/Belt/suspenders.rsi
|
sprite: Clothing/Belt/suspenders.rsi
|
||||||
@@ -156,16 +415,3 @@
|
|||||||
- type: Clothing
|
- type: Clothing
|
||||||
sprite: Clothing/Belt/suspenders.rsi
|
sprite: Clothing/Belt/suspenders.rsi
|
||||||
QuickEquip: true
|
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
|
|
||||||
|
|||||||
@@ -3,5 +3,7 @@
|
|||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
id: Clothing
|
id: Clothing
|
||||||
components:
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
netsync: false
|
||||||
- type: Clothing
|
- type: Clothing
|
||||||
size: 5
|
size: 5
|
||||||
|
|||||||
@@ -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
|
- type: entity
|
||||||
abstract: true
|
abstract: true
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
@@ -237,4 +210,3 @@
|
|||||||
- type: Appearance
|
- type: Appearance
|
||||||
visuals:
|
visuals:
|
||||||
- type: MappedItemVisualizer
|
- type: MappedItemVisualizer
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,9 @@
|
|||||||
description: Kills those pesky weeds!
|
description: Kills those pesky weeds!
|
||||||
suffix: "Filled"
|
suffix: "Filled"
|
||||||
components:
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- PlantBGone
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/Hydroponics/sprays.rsi
|
sprite: Objects/Tools/Hydroponics/sprays.rsi
|
||||||
state: plantbgone
|
state: plantbgone
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Hoe
|
- Hoe
|
||||||
|
- BotanyHoe
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/Hydroponics/hoe.rsi
|
sprite: Objects/Tools/Hydroponics/hoe.rsi
|
||||||
state: icon
|
state: icon
|
||||||
@@ -40,6 +41,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
|
- BotanyHatchet
|
||||||
- BotanySharp
|
- BotanySharp
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/Hydroponics/hatchet.rsi
|
sprite: Objects/Tools/Hydroponics/hatchet.rsi
|
||||||
@@ -58,6 +60,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Shovel
|
- Shovel
|
||||||
|
- BotanyShovel
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/Hydroponics/spade.rsi
|
sprite: Objects/Tools/Hydroponics/spade.rsi
|
||||||
state: icon
|
state: icon
|
||||||
|
|||||||
@@ -5,6 +5,9 @@
|
|||||||
suffix: Empty
|
suffix: Empty
|
||||||
description: A spray bottle with an unscrewable top.
|
description: A spray bottle with an unscrewable top.
|
||||||
components:
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Spray
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
netsync: false
|
netsync: false
|
||||||
sprite: Objects/Specific/Janitorial/janitorial.rsi
|
sprite: Objects/Specific/Janitorial/janitorial.rsi
|
||||||
@@ -29,12 +32,12 @@
|
|||||||
suffix: Filled
|
suffix: Filled
|
||||||
parent: SprayBottle
|
parent: SprayBottle
|
||||||
components:
|
components:
|
||||||
- type: SolutionContainer
|
- type: SolutionContainer
|
||||||
maxVol: 100
|
maxVol: 100
|
||||||
contents:
|
contents:
|
||||||
reagents:
|
reagents:
|
||||||
- ReagentId: Water
|
- ReagentId: Water
|
||||||
Quantity: 100
|
Quantity: 100
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: space cleaner
|
name: space cleaner
|
||||||
@@ -43,12 +46,12 @@
|
|||||||
parent: SprayBottle
|
parent: SprayBottle
|
||||||
suffix: ""
|
suffix: ""
|
||||||
components:
|
components:
|
||||||
- type: SolutionContainer
|
- type: SolutionContainer
|
||||||
maxVol: 100
|
maxVol: 100
|
||||||
contents:
|
contents:
|
||||||
reagents:
|
reagents:
|
||||||
- ReagentId: SpaceCleaner
|
- ReagentId: SpaceCleaner
|
||||||
Quantity: 100
|
Quantity: 100
|
||||||
|
|
||||||
# Vapor
|
# Vapor
|
||||||
|
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
description: A sterile injector for rapid administration of drugs to patients.
|
description: A sterile injector for rapid administration of drugs to patients.
|
||||||
id: Hypospray
|
id: Hypospray
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Medical/hypospray.rsi
|
sprite: Objects/Specific/Medical/hypospray.rsi
|
||||||
state: hypo
|
state: hypo
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Specific/Medical/hypospray.rsi
|
sprite: Objects/Specific/Medical/hypospray.rsi
|
||||||
- type: SolutionContainer
|
- type: SolutionContainer
|
||||||
maxVol: 30
|
maxVol: 30
|
||||||
caps: Refillable, CanExamine
|
caps: Refillable, CanExamine
|
||||||
- type: Hypospray
|
- type: Hypospray
|
||||||
|
|||||||
@@ -5,6 +5,9 @@
|
|||||||
abstract: true
|
abstract: true
|
||||||
description: A small bottle.
|
description: A small bottle.
|
||||||
components:
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Bottle
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Specific/Chemistry/bottle.rsi
|
sprite: Objects/Specific/Chemistry/bottle.rsi
|
||||||
netsync: false
|
netsync: false
|
||||||
@@ -29,7 +32,7 @@
|
|||||||
sprite: Objects/Specific/Chemistry/bottle.rsi
|
sprite: Objects/Specific/Chemistry/bottle.rsi
|
||||||
layers:
|
layers:
|
||||||
- state: bottle-1
|
- state: bottle-1
|
||||||
- state: bottle-1-1
|
- state: bottle-1-1
|
||||||
map: ["enum.SolutionContainerLayers.Fill"]
|
map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
visible: false
|
visible: false
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
@@ -47,7 +50,7 @@
|
|||||||
sprite: Objects/Specific/Chemistry/bottle.rsi
|
sprite: Objects/Specific/Chemistry/bottle.rsi
|
||||||
layers:
|
layers:
|
||||||
- state: bottle-2
|
- state: bottle-2
|
||||||
- state: bottle-2-1
|
- state: bottle-2-1
|
||||||
map: ["enum.SolutionContainerLayers.Fill"]
|
map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
visible: false
|
visible: false
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
@@ -65,7 +68,7 @@
|
|||||||
sprite: Objects/Specific/Chemistry/bottle.rsi
|
sprite: Objects/Specific/Chemistry/bottle.rsi
|
||||||
layers:
|
layers:
|
||||||
- state: bottle-3
|
- state: bottle-3
|
||||||
- state: bottle-3-1
|
- state: bottle-3-1
|
||||||
map: ["enum.SolutionContainerLayers.Fill"]
|
map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
visible: false
|
visible: false
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
@@ -83,7 +86,7 @@
|
|||||||
sprite: Objects/Specific/Chemistry/bottle.rsi
|
sprite: Objects/Specific/Chemistry/bottle.rsi
|
||||||
layers:
|
layers:
|
||||||
- state: bottle-4
|
- state: bottle-4
|
||||||
- state: bottle-4-1
|
- state: bottle-4-1
|
||||||
map: ["enum.SolutionContainerLayers.Fill"]
|
map: ["enum.SolutionContainerLayers.Fill"]
|
||||||
visible: false
|
visible: false
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
|
|||||||
@@ -4,30 +4,33 @@
|
|||||||
id: JawsOfLife
|
id: JawsOfLife
|
||||||
description: A set of jaws of life, compressed through the magic of science.
|
description: A set of jaws of life, compressed through the magic of science.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Tag
|
||||||
sprite: Objects/Tools/jaws_of_life.rsi
|
tags:
|
||||||
state: jaws_pry
|
- JawsOfLife
|
||||||
- type: Clothing
|
- type: Sprite
|
||||||
sprite: Objects/Tools/jaws_of_life.rsi
|
sprite: Objects/Tools/jaws_of_life.rsi
|
||||||
size: 50
|
state: jaws_pry
|
||||||
QuickEquip: false
|
- type: Clothing
|
||||||
Slots:
|
sprite: Objects/Tools/jaws_of_life.rsi
|
||||||
- Belt
|
size: 50
|
||||||
- type: TilePrying
|
QuickEquip: false
|
||||||
- type: Tool
|
Slots:
|
||||||
qualities:
|
- Belt
|
||||||
- Prying
|
- type: TilePrying
|
||||||
statusShowBehavior: true
|
- type: Tool
|
||||||
- type: MultiTool
|
qualities:
|
||||||
tools:
|
- Prying
|
||||||
- behavior: Prying
|
statusShowBehavior: true
|
||||||
state: jaws_pry
|
- type: MultiTool
|
||||||
useSound: /Audio/Items/jaws_pry.ogg
|
tools:
|
||||||
changeSound: /Audio/Items/change_jaws.ogg
|
- behavior: Prying
|
||||||
- behavior: Cutting
|
state: jaws_pry
|
||||||
state: jaws_cutter
|
useSound: /Audio/Items/jaws_pry.ogg
|
||||||
useSound: /Audio/Items/jaws_cut.ogg
|
changeSound: /Audio/Items/change_jaws.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
|
- type: entity
|
||||||
name: syndicate jaws of life
|
name: syndicate jaws of life
|
||||||
@@ -35,11 +38,11 @@
|
|||||||
id: SyndicateJawsOfLife
|
id: SyndicateJawsOfLife
|
||||||
description: Useful for entering the station or its departments.
|
description: Useful for entering the station or its departments.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: syn_jaws_pry
|
state: syn_jaws_pry
|
||||||
- type: MultiTool
|
- type: MultiTool
|
||||||
tools:
|
tools:
|
||||||
- behavior: Prying
|
- behavior: Prying
|
||||||
state: syn_jaws_pry
|
state: syn_jaws_pry
|
||||||
- behavior: Cutting
|
- behavior: Cutting
|
||||||
state: syn_jaws_cutter
|
state: syn_jaws_cutter
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- PlantSampleTaker
|
- PlantSampleTaker
|
||||||
|
- Wirecutter
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/wirecutters.rsi
|
sprite: Objects/Tools/wirecutters.rsi
|
||||||
layers:
|
layers:
|
||||||
@@ -37,6 +38,9 @@
|
|||||||
id: Screwdriver
|
id: Screwdriver
|
||||||
description: Industrial grade torque in a small screwdriving package.
|
description: Industrial grade torque in a small screwdriving package.
|
||||||
components:
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Screwdriver
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/screwdriver.rsi
|
sprite: Objects/Tools/screwdriver.rsi
|
||||||
layers:
|
layers:
|
||||||
@@ -67,6 +71,9 @@
|
|||||||
id: Wrench
|
id: Wrench
|
||||||
description: A common tool for assembly and disassembly, righty tighty lefty loosey.
|
description: A common tool for assembly and disassembly, righty tighty lefty loosey.
|
||||||
components:
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Wrench
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/wrench.rsi
|
sprite: Objects/Tools/wrench.rsi
|
||||||
state: icon
|
state: icon
|
||||||
@@ -86,6 +93,9 @@
|
|||||||
id: Crowbar
|
id: Crowbar
|
||||||
description: A multipurpose tool to pry open doors and fight interdimensional invaders.
|
description: A multipurpose tool to pry open doors and fight interdimensional invaders.
|
||||||
components:
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Crowbar
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/crowbar.rsi
|
sprite: Objects/Tools/crowbar.rsi
|
||||||
state: icon
|
state: icon
|
||||||
@@ -107,6 +117,9 @@
|
|||||||
id: CrowbarRed
|
id: CrowbarRed
|
||||||
description: A multipurpose tool to pry open doors and fight interdimensional invaders.
|
description: A multipurpose tool to pry open doors and fight interdimensional invaders.
|
||||||
components:
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- CrowbarRed
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/crowbar_red.rsi
|
sprite: Objects/Tools/crowbar_red.rsi
|
||||||
state: icon
|
state: icon
|
||||||
@@ -151,26 +164,29 @@
|
|||||||
id: PowerDrill
|
id: PowerDrill
|
||||||
description: A simple powered hand drill.
|
description: A simple powered hand drill.
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Tag
|
||||||
sprite: Objects/Tools/drill.rsi
|
tags:
|
||||||
state: drill_screw
|
- Powerdrill
|
||||||
- type: Item
|
- type: Sprite
|
||||||
sprite: Objects/Tools/drill.rsi
|
sprite: Objects/Tools/drill.rsi
|
||||||
size: 20
|
state: drill_screw
|
||||||
- type: Tool
|
- type: Item
|
||||||
qualities:
|
sprite: Objects/Tools/drill.rsi
|
||||||
- Screwing
|
size: 20
|
||||||
statusShowBehavior: true
|
- type: Tool
|
||||||
- type: MultiTool
|
qualities:
|
||||||
tools:
|
- Screwing
|
||||||
- behavior: Screwing
|
statusShowBehavior: true
|
||||||
state: drill_screw
|
- type: MultiTool
|
||||||
useSound: /Audio/Items/drill_use.ogg
|
tools:
|
||||||
changeSound: /Audio/Items/change_drill.ogg
|
- behavior: Screwing
|
||||||
- behavior: Anchoring
|
state: drill_screw
|
||||||
state: drill_bolt
|
useSound: /Audio/Items/drill_use.ogg
|
||||||
useSound: /Audio/Items/drill_use.ogg
|
changeSound: /Audio/Items/change_drill.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
|
- type: entity
|
||||||
name: RCD
|
name: RCD
|
||||||
@@ -208,13 +224,13 @@
|
|||||||
id: Shovel
|
id: Shovel
|
||||||
description: A large tool for digging and moving dirt.
|
description: A large tool for digging and moving dirt.
|
||||||
components:
|
components:
|
||||||
- type: Tag
|
- type: Tag
|
||||||
tags:
|
tags:
|
||||||
- Shovel
|
- Shovel
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
sprite: Objects/Tools/shovel.rsi
|
sprite: Objects/Tools/shovel.rsi
|
||||||
state: icon
|
state: icon
|
||||||
- type: ItemCooldown
|
- type: ItemCooldown
|
||||||
- type: MeleeWeapon
|
- type: MeleeWeapon
|
||||||
- type: Item
|
- type: Item
|
||||||
sprite: Objects/Tools/shovel.rsi
|
sprite: Objects/Tools/shovel.rsi
|
||||||
|
|||||||
@@ -13,6 +13,9 @@
|
|||||||
size: 15
|
size: 15
|
||||||
sprite: Objects/Weapons/Melee/captain_sabre.rsi
|
sprite: Objects/Weapons/Melee/captain_sabre.rsi
|
||||||
prefix: inhand
|
prefix: inhand
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- CaptainSabre
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: katana
|
name: katana
|
||||||
|
|||||||
@@ -1,9 +1,57 @@
|
|||||||
|
- type: Tag
|
||||||
|
id: BotanyHatchet
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: BotanyHoe
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: BotanySharp
|
id: BotanySharp
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: BotanyShovel
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: Bottle
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: CanPilot
|
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
|
- type: Tag
|
||||||
id: ConveyorAssembly
|
id: ConveyorAssembly
|
||||||
|
|
||||||
@@ -34,24 +82,48 @@
|
|||||||
- type: Tag
|
- type: Tag
|
||||||
id: Ingot
|
id: Ingot
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: JawsOfLife
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: NoSpinOnThrow
|
id: NoSpinOnThrow
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Ore
|
id: Ore
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: PlantAnalyzer
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: PlantBGone
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: PlantSampleTaker
|
id: PlantSampleTaker
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: Powerdrill
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: Screwdriver
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Sheet
|
id: Sheet
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Shovel
|
id: Shovel
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: Spray
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Wall
|
id: Wall
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: Wirecutter
|
||||||
|
|
||||||
|
- type: Tag
|
||||||
|
id: Wrench
|
||||||
|
|
||||||
- type: Tag
|
- type: Tag
|
||||||
id: Write
|
id: Write
|
||||||
|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 176 B |
|
Before Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 271 B |
@@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 141 B |
|
Before Width: | Height: | Size: 141 B |
|
Before Width: | Height: | Size: 210 B |
|
Before Width: | Height: | Size: 210 B |
|
Before Width: | Height: | Size: 196 B |
|
Before Width: | Height: | Size: 152 B |
|
Before Width: | Height: | Size: 148 B |
|
Before Width: | Height: | Size: 274 B |
|
Before Width: | Height: | Size: 274 B |
@@ -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
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
Before Width: | Height: | Size: 298 B |
|
Before Width: | Height: | Size: 141 B After Width: | Height: | Size: 141 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/bottle.png
Normal file
|
After Width: | Height: | Size: 218 B |
|
After Width: | Height: | Size: 280 B |
|
Before Width: | Height: | Size: 313 B After Width: | Height: | Size: 313 B |
|
Before Width: | Height: | Size: 176 B After Width: | Height: | Size: 176 B |
|
Before Width: | Height: | Size: 206 B After Width: | Height: | Size: 206 B |
|
Before Width: | Height: | Size: 186 B After Width: | Height: | Size: 186 B |
|
After Width: | Height: | Size: 153 B |
|
Before Width: | Height: | Size: 203 B After Width: | Height: | Size: 203 B |
|
After Width: | Height: | Size: 165 B |
|
Before Width: | Height: | Size: 207 B After Width: | Height: | Size: 207 B |
|
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 212 B |
|
Before Width: | Height: | Size: 223 B After Width: | Height: | Size: 223 B |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 130 B |
|
Before Width: | Height: | Size: 228 B After Width: | Height: | Size: 228 B |
|
Before Width: | Height: | Size: 150 B After Width: | Height: | Size: 150 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/hatchet.png
Normal file
|
After Width: | Height: | Size: 175 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/hoe.png
Normal file
|
After Width: | Height: | Size: 252 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/hydro.png
Normal file
|
After Width: | Height: | Size: 153 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/hypo.png
Normal file
|
After Width: | Height: | Size: 129 B |
|
Before Width: | Height: | Size: 275 B After Width: | Height: | Size: 275 B |
|
Before Width: | Height: | Size: 271 B After Width: | Height: | Size: 271 B |
|
Before Width: | Height: | Size: 151 B After Width: | Height: | Size: 151 B |
|
Before Width: | Height: | Size: 152 B After Width: | Height: | Size: 152 B |
166
Resources/Textures/Clothing/Belt/belt_overlay.rsi/meta.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 141 B After Width: | Height: | Size: 141 B |
|
Before Width: | Height: | Size: 266 B After Width: | Height: | Size: 266 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/pill.png
Normal file
|
After Width: | Height: | Size: 165 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/plantbgone.png
Normal file
|
After Width: | Height: | Size: 143 B |
|
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 327 B |
|
Before Width: | Height: | Size: 261 B After Width: | Height: | Size: 261 B |
|
Before Width: | Height: | Size: 297 B After Width: | Height: | Size: 297 B |
|
Before Width: | Height: | Size: 596 B After Width: | Height: | Size: 596 B |
|
Before Width: | Height: | Size: 145 B After Width: | Height: | Size: 145 B |
|
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 110 B After Width: | Height: | Size: 110 B |
|
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 172 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/secateurs.png
Normal file
|
After Width: | Height: | Size: 152 B |
|
After Width: | Height: | Size: 160 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/spray_burn.png
Normal file
|
After Width: | Height: | Size: 157 B |
BIN
Resources/Textures/Clothing/Belt/belt_overlay.rsi/spray_med.png
Normal file
|
After Width: | Height: | Size: 158 B |
|
After Width: | Height: | Size: 164 B |
|
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 210 B |
|
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 172 B |
|
Before Width: | Height: | Size: 227 B After Width: | Height: | Size: 227 B |
|
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
|
Before Width: | Height: | Size: 168 B After Width: | Height: | Size: 168 B |
|
Before Width: | Height: | Size: 180 B After Width: | Height: | Size: 180 B |
|
Before Width: | Height: | Size: 332 B After Width: | Height: | Size: 332 B |
BIN
Resources/Textures/Clothing/Belt/plant.rsi/equipped-BELT.png
Normal file
|
After Width: | Height: | Size: 401 B |
BIN
Resources/Textures/Clothing/Belt/plant.rsi/icon.png
Normal file
|
After Width: | Height: | Size: 407 B |
BIN
Resources/Textures/Clothing/Belt/plant.rsi/inhand-left.png
Normal file
|
After Width: | Height: | Size: 455 B |
BIN
Resources/Textures/Clothing/Belt/plant.rsi/inhand-right.png
Normal file
|
After Width: | Height: | Size: 575 B |
26
Resources/Textures/Clothing/Belt/plant.rsi/meta.json
Normal 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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 418 B After Width: | Height: | Size: 291 B |
|
Before Width: | Height: | Size: 159 B After Width: | Height: | Size: 159 B |
@@ -23,6 +23,10 @@
|
|||||||
{
|
{
|
||||||
"name": "inhand-right",
|
"name": "inhand-right",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
|
After Width: | Height: | Size: 159 B |
@@ -23,6 +23,10 @@
|
|||||||
{
|
{
|
||||||
"name": "inhand-right",
|
"name": "inhand-right",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
|
After Width: | Height: | Size: 159 B |
@@ -23,6 +23,10 @@
|
|||||||
{
|
{
|
||||||
"name": "inhand-right",
|
"name": "inhand-right",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
|
After Width: | Height: | Size: 159 B |
@@ -23,6 +23,10 @@
|
|||||||
{
|
{
|
||||||
"name": "inhand-right",
|
"name": "inhand-right",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 188 B After Width: | Height: | Size: 188 B |
@@ -54,6 +54,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "spray_colors"
|
"name": "spray_colors"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 195 B After Width: | Height: | Size: 195 B |
@@ -296,6 +296,10 @@
|
|||||||
0.1
|
0.1
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "clipboard-equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 144 B After Width: | Height: | Size: 144 B |
@@ -45,6 +45,10 @@
|
|||||||
{
|
{
|
||||||
"name": "unlit-inhand-right",
|
"name": "unlit-inhand-right",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 177 B After Width: | Height: | Size: 177 B |
@@ -38,6 +38,10 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "beaker6"
|
"name": "beaker6"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 235 B After Width: | Height: | Size: 235 B |