Add belt slots for several items

This commit is contained in:
Swept
2020-12-23 05:32:42 +00:00
committed by GitHub
parent c1d42de991
commit c3a6d0c597
66 changed files with 365 additions and 166 deletions

View File

@@ -17,8 +17,10 @@
state: pda state: pda
- type: Clothing - type: Clothing
QuickEquip: false QuickEquip: false
size: 10
Slots: Slots:
- idcard - idcard
- Belt
- type: PointLight - type: PointLight
enabled: false enabled: false
radius: 3 radius: 3

View File

@@ -7,17 +7,15 @@
- type: Sprite - type: Sprite
sprite: Objects/Fun/bikehorn.rsi sprite: Objects/Fun/bikehorn.rsi
state: icon state: icon
- type: Clothing
- type: Item
size: 5
sprite: Objects/Fun/bikehorn.rsi sprite: Objects/Fun/bikehorn.rsi
size: 5
Slots:
- Belt
QuickEquip: false
- type: ItemCooldown - type: ItemCooldown
- type: EmitSoundOnUse - type: EmitSoundOnUse
sound: /Audio/Items/bikehorn.ogg sound: /Audio/Items/bikehorn.ogg
semitoneVariation: 6 semitoneVariation: 6
- type: UseDelay - type: UseDelay
delay: 0.5 delay: 0.5

View File

@@ -202,10 +202,12 @@
- type: Sprite - type: Sprite
sprite: Objects/Fun/Instruments/bike_horn.rsi sprite: Objects/Fun/Instruments/bike_horn.rsi
state: icon state: icon
- type: Clothing
- type: Item
size: 24 size: 24
sprite: Objects/Fun/Instruments/bike_horn.rsi sprite: Objects/Fun/Instruments/bike_horn.rsi
Slots:
- Belt
QuickEquip: false
- type: entity - type: entity
name: super synthesizer name: super synthesizer

View File

@@ -7,8 +7,12 @@
- type: Sprite - type: Sprite
sprite: Objects/Tools/jaws_of_life.rsi sprite: Objects/Tools/jaws_of_life.rsi
state: jaws_pry state: jaws_pry
- type: Item - type: Clothing
sprite: Objects/Tools/jaws_of_life.rsi sprite: Objects/Tools/jaws_of_life.rsi
size: 50
QuickEquip: false
Slots:
- Belt
- type: TilePrying - type: TilePrying
- type: Tool - type: Tool
qualities: qualities:

View File

@@ -40,8 +40,6 @@
layers: layers:
- state: screwdriver-map - state: screwdriver-map
- state: screwdriver-screwybits - state: screwdriver-screwybits
- type: Item - type: Item
sprite: Objects/Tools/screwdriver.rsi sprite: Objects/Tools/screwdriver.rsi
- type: ItemCooldown - type: ItemCooldown
@@ -126,8 +124,12 @@
- type: Sprite - type: Sprite
sprite: Objects/Tools/multitool.rsi sprite: Objects/Tools/multitool.rsi
state: multitool state: multitool
- type: Item - type: Clothing
size: 10
sprite: Objects/Tools/multitool.rsi sprite: Objects/Tools/multitool.rsi
QuickEquip: false
Slots:
- Belt
- type: Tool - type: Tool
qualities: qualities:
- Multitool - Multitool
@@ -144,6 +146,7 @@
state: drill_screw state: drill_screw
- type: Item - type: Item
sprite: Objects/Tools/drill.rsi sprite: Objects/Tools/drill.rsi
size: 20
- type: Tool - type: Tool
qualities: qualities:
- Screwing - Screwing
@@ -170,9 +173,13 @@
delay: 1.0 delay: 1.0
- type: Sprite - type: Sprite
sprite: Objects/Tools/rcd.rsi sprite: Objects/Tools/rcd.rsi
state: rcd state: icon
- type: Item - type: Clothing
size: 20
sprite: Objects/Tools/rcd.rsi sprite: Objects/Tools/rcd.rsi
QuickEquip: false
Slots:
- Belt
- type: entity - type: entity
name: RCD Ammo name: RCD Ammo

View File

@@ -13,7 +13,6 @@
- state: mag-unshaded-4 - state: mag-unshaded-4
map: ["enum.RangedBarrelVisualLayers.MagUnshaded"] map: ["enum.RangedBarrelVisualLayers.MagUnshaded"]
shader: unshaded shader: unshaded
- type: Item - type: Item
size: 24 size: 24
sprite: Objects/Weapons/Guns/Battery/laser_retro.rsi sprite: Objects/Weapons/Guns/Battery/laser_retro.rsi
@@ -53,7 +52,6 @@
- state: mag-unshaded-4 - state: mag-unshaded-4
map: ["enum.RangedBarrelVisualLayers.MagUnshaded"] map: ["enum.RangedBarrelVisualLayers.MagUnshaded"]
shader: unshaded shader: unshaded
- type: Item - type: Item
size: 24 size: 24
sprite: Objects/Weapons/Guns/Battery/laser_cannon.rsi sprite: Objects/Weapons/Guns/Battery/laser_cannon.rsi
@@ -134,10 +132,12 @@
- state: mag-unshaded-0 - state: mag-unshaded-0
map: ["enum.RangedBarrelVisualLayers.MagUnshaded"] map: ["enum.RangedBarrelVisualLayers.MagUnshaded"]
shader: unshaded shader: unshaded
- type: Clothing
- type: Item
size: 24
sprite: Objects/Weapons/Guns/Battery/taser.rsi sprite: Objects/Weapons/Guns/Battery/taser.rsi
size: 24
QuickEquip: false
Slots:
- Belt
HeldPrefix: taser4 HeldPrefix: taser4
- type: RangedWeapon - type: RangedWeapon
- type: BatteryBarrel - type: BatteryBarrel

View File

@@ -9,8 +9,12 @@
layers: layers:
- state: icon - state: icon
map: ["enum.TriggerVisualLayers.Base"] map: ["enum.TriggerVisualLayers.Base"]
- type: Item - type: Clothing
sprite: Objects/Weapons/Grenades/grenade.rsi
size: 5 size: 5
QuickEquip: false
Slots:
- Belt
- type: OnUseTimerTrigger - type: OnUseTimerTrigger
delay: 3.5 delay: 3.5
- type: Explosive - type: Explosive
@@ -39,8 +43,12 @@
layers: layers:
- state: icon - state: icon
map: ["enum.TriggerVisualLayers.Base"] map: ["enum.TriggerVisualLayers.Base"]
- type: Item - type: Clothing
sprite: Objects/Weapons/Grenades/flashbang.rsi
size: 5 size: 5
QuickEquip: false
Slots:
- Belt
- type: OnUseTimerTrigger - type: OnUseTimerTrigger
delay: 3.5 delay: 3.5
- type: FlashExplosive - type: FlashExplosive

View File

@@ -7,25 +7,22 @@
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Melee/stunbaton.rsi sprite: Objects/Weapons/Melee/stunbaton.rsi
state: stunbaton_off state: stunbaton_off
- type: Stunbaton - type: Stunbaton
damage: 1 damage: 1
range: 0.75 range: 0.75
arcwidth: 0 arcwidth: 0
arc: default arc: default
- type: PowerCellSlot - type: PowerCellSlot
slotSize: Medium slotSize: Medium
startingCellType: PowerCellMediumHigh startingCellType: PowerCellMediumHigh
- type: ItemCooldown
- type: Item - type: Clothing
size: 10
sprite: Objects/Weapons/Melee/stunbaton.rsi sprite: Objects/Weapons/Melee/stunbaton.rsi
HeldPrefix: off HeldPrefix: off
QuickEquip: false
- type: ItemCooldown size: 20
Slots:
- Belt
- type: entity - type: entity
name: flash name: flash
@@ -35,18 +32,12 @@
- type: Sprite - type: Sprite
sprite: Objects/Weapons/Melee/flash.rsi sprite: Objects/Weapons/Melee/flash.rsi
state: flash state: flash
- type: Flash - type: Flash
damage: 0 damage: 0
cooldownTime: 1 cooldownTime: 1
arc: smash arc: smash
hitSound: /Audio/Weapons/flash.ogg hitSound: /Audio/Weapons/flash.ogg
- type: Item - type: Item
size: 2 size: 2
sprite: Objects/Weapons/Melee/flash.rsi sprite: Objects/Weapons/Melee/flash.rsi
- type: ItemCooldown - type: ItemCooldown

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 177 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 293 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 151 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

View File

@@ -1,101 +1,183 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/dc89ef0239830774bd3d9d7d6c8da2856da2b869", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/f3fdb19c606ea11786ebcad0350198f52ede17a3",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"states": [ "states": [
{
"name": "analyzer",
"directions": 4
},
{ {
"name": "baton", "name": "baton",
"directions": 4, "directions": 4
"delays": [ },
[ {
1 "name": "beaker",
], "directions": 4
[ },
1 {
], "name": "c4",
[ "directions": 4
1 },
], {
[ "name": "cigpack",
1 "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", "name": "gun",
"directions": 4, "directions": 4
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}, },
{ {
"name": "handcuff", "name": "handcuff",
"directions": 4, "directions": 4
"delays": [ },
[ {
1 "name": "horn",
], "directions": 4
[ },
1 {
], "name": "horn_gold",
[ "directions": 4
1 },
], {
[ "name": "hypo",
1 "directions": 4
]
]
}, },
{ {
"name": "injector", "name": "injector",
"directions": 4, "directions": 4
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}, },
{ {
"name": "tank", "name": "jawsoflife",
"directions": 4, "directions": 4
"delays": [ },
[ {
1 "name": "knife",
], "directions": 4
[ },
1 {
], "name": "lighter",
[ "directions": 4
1 },
], {
[ "name": "medipen",
1 "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.

After

Width:  |  Height:  |  Size: 259 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

View File

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 297 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 172 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 332 B

View File

@@ -8,8 +8,7 @@
}, },
"states": [ "states": [
{ {
"name": "icon", "name": "icon"
"directions": 1
}, },
{ {
"name": "equipped-BELT", "name": "equipped-BELT",

View File

@@ -9,7 +9,7 @@
"states": [ "states": [
{ {
"name": "icon", "name": "icon",
"directions": 1 "directions": 4
}, },
{ {
"name": "equipped-EYES", "name": "equipped-EYES",

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 B

View File

@@ -16,6 +16,10 @@
] ]
] ]
}, },
{
"name": "equipped-BELT",
"directions": 4
},
{ {
"name": "insert_overlay", "name": "insert_overlay",
"directions": 1, "directions": 1,

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

View File

@@ -51,6 +51,24 @@
1 1
] ]
] ]
},
{
"name": "equipped-BELT",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 B

View File

@@ -1 +1,60 @@
{"version": 1, "size": {"x": 32, "y": 32}, "license": "CC-BY-SA-3.0", "copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at commit 125c975f1b3bf9826b37029e9ab5a5f89e975a7e", "states": [{"name": "icon", "directions": 1, "delays": [[1.0]]}, {"name": "inhand-left", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}, {"name": "inhand-right", "directions": 4, "delays": [[1.0], [1.0], [1.0], [1.0]]}]} {
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/vgstation-coders/vgstation13 at commit 125c975f1b3bf9826b37029e9ab5a5f89e975a7e",
"states": [
{
"name": "icon",
"directions": 1,
"delays": [
[
1
]
]
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{
"name": "inhand-right",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}
]
}

View File

@@ -45,39 +45,11 @@
}, },
{ {
"name": "inhand-left", "name": "inhand-left",
"directions": 4, "directions": 4
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
}, },
{ {
"name": "inhand-right", "name": "inhand-right",
"directions": 4, "directions": 4
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
} }
] ]
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 B

View File

@@ -41,6 +41,24 @@
] ]
] ]
}, },
{
"name": "equipped-BELT",
"directions": 4,
"delays": [
[
1
],
[
1
],
[
1
],
[
1
]
]
},
{ {
"name": "multitool", "name": "multitool",
"directions": 1, "directions": 1,

Binary file not shown.

After

Width:  |  Height:  |  Size: 298 B

View File

Before

Width:  |  Height:  |  Size: 638 B

After

Width:  |  Height:  |  Size: 638 B

View File

@@ -43,7 +43,25 @@
] ]
}, },
{ {
"name": "rcd", "name": "equipped-BELT",
"directions": 4,
"delays": [
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{
"name": "icon",
"directions": 1, "directions": 1,
"delays": [ "delays": [
[ [

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 B

View File

@@ -26,6 +26,24 @@
] ]
] ]
}, },
{
"name": "equipped-BELT",
"directions": 4,
"delays": [
[
1.0
],
[
1.0
],
[
1.0
],
[
1.0
]
]
},
{ {
"name": "off-inhand-right", "name": "off-inhand-right",
"directions": 4, "directions": 4,
@@ -140,4 +158,3 @@
] ]
} }