Allow flashlights on belts (#23256)
This commit is contained in:
@@ -69,6 +69,11 @@
|
|||||||
price: 40
|
price: 40
|
||||||
- type: StealTarget
|
- type: StealTarget
|
||||||
stealGroup: LAMP
|
stealGroup: LAMP
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Objects/Tools/flashlight.rsi
|
||||||
|
quickEquip: false
|
||||||
|
slots:
|
||||||
|
- Belt
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: seclite
|
name: seclite
|
||||||
@@ -111,6 +116,11 @@
|
|||||||
- type: PointLight
|
- type: PointLight
|
||||||
enabled: false
|
enabled: false
|
||||||
radius: 8
|
radius: 8
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Objects/Tools/seclite.rsi
|
||||||
|
quickEquip: false
|
||||||
|
slots:
|
||||||
|
- Belt
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: FlashlightLantern
|
parent: FlashlightLantern
|
||||||
|
|||||||
@@ -55,6 +55,12 @@
|
|||||||
cell_slot: !type:ContainerSlot {}
|
cell_slot: !type:ContainerSlot {}
|
||||||
- type: StealTarget
|
- type: StealTarget
|
||||||
stealGroup: LAMP
|
stealGroup: LAMP
|
||||||
|
- type: Clothing
|
||||||
|
sprite: Objects/Tools/lantern.rsi
|
||||||
|
equippedPrefix: off
|
||||||
|
quickEquip: false
|
||||||
|
slots:
|
||||||
|
- Belt
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: Lantern
|
parent: Lantern
|
||||||
|
|||||||
@@ -34,6 +34,14 @@
|
|||||||
{
|
{
|
||||||
"name": "on-inhand-right",
|
"name": "on-inhand-right",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"name": "on-equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "off-equipped-BELT",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 267 B |
Binary file not shown.
|
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 423 B |
Binary file not shown.
|
Before Width: | Height: | Size: 353 B After Width: | Height: | Size: 416 B |
Binary file not shown.
|
After Width: | Height: | Size: 245 B |
Reference in New Issue
Block a user