Janitor equipment slot locale, vehicle slot (Keys) locale (#22859)
* stuff * fixes * vehicle locale
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
# mop bucket
|
||||||
|
mop-bucket-slot-component-slot-name-shark = Shark
|
||||||
|
# janitorial trolley
|
||||||
|
janitorial-trolley-slot-component-slot-name-plunger = Plunger
|
||||||
|
janitorial-trolley-slot-component-slot-name-sign = Sign
|
||||||
|
janitorial-trolley-slot-component-slot-name-lightreplacer = Light Replacer
|
||||||
|
janitorial-trolley-slot-component-slot-name-spray = Spray
|
||||||
|
janitorial-trolley-slot-component-slot-name-bucket = Bucket
|
||||||
|
janitorial-trolley-slot-component-slot-name-trashbag = Trash Bag
|
||||||
|
janitorial-trolley-slot-component-slot-name-mop = Mop
|
||||||
@@ -1 +1,3 @@
|
|||||||
vehicle-use-key = You use {THE($keys)} to start {THE($vehicle)}.
|
vehicle-use-key = You use {THE($keys)} to start {THE($vehicle)}.
|
||||||
|
|
||||||
|
vehicle-slot-component-slot-name-keys = Keys
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
# TODO: Add description (1)
|
|
||||||
- type: entity
|
- type: entity
|
||||||
parent: BaseItem
|
parent: BaseItem
|
||||||
name: mop
|
name: mop
|
||||||
@@ -140,7 +139,7 @@
|
|||||||
- type: ItemSlots
|
- type: ItemSlots
|
||||||
slots:
|
slots:
|
||||||
shark_slot:
|
shark_slot:
|
||||||
name: Shark
|
name: mop-bucket-slot-component-slot-name-shark
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- PlushieSharkBlue
|
- PlushieSharkBlue
|
||||||
@@ -290,64 +289,64 @@
|
|||||||
- type: ItemSlots
|
- type: ItemSlots
|
||||||
slots:
|
slots:
|
||||||
mop_slot:
|
mop_slot:
|
||||||
name: Mop
|
name: janitorial-trolley-slot-component-slot-name-mop
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- Mop
|
- Mop
|
||||||
insertOnInteract: false # or it conflicts with bucket logic
|
insertOnInteract: false # or it conflicts with bucket logic
|
||||||
priority: 9 # Higher than bucket slot
|
priority: 9 # Higher than bucket slot
|
||||||
plunger_slot:
|
plunger_slot:
|
||||||
name: Plunger
|
name: janitorial-trolley-slot-component-slot-name-plunger
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- Plunger
|
- Plunger
|
||||||
priority: 8
|
priority: 8
|
||||||
wetfloorsign_slot4:
|
wetfloorsign_slot4:
|
||||||
name: WetFloorSign
|
name: janitorial-trolley-slot-component-slot-name-sign
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- WetFloorSign
|
- WetFloorSign
|
||||||
priority: 7
|
priority: 7
|
||||||
wetfloorsign_slot3:
|
wetfloorsign_slot3:
|
||||||
name: WetFloorSign
|
name: janitorial-trolley-slot-component-slot-name-sign
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- WetFloorSign
|
- WetFloorSign
|
||||||
priority: 7
|
priority: 7
|
||||||
wetfloorsign_slot2:
|
wetfloorsign_slot2:
|
||||||
name: WetFloorSign
|
name: janitorial-trolley-slot-component-slot-name-sign
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- WetFloorSign
|
- WetFloorSign
|
||||||
priority: 7
|
priority: 7
|
||||||
wetfloorsign_slot1:
|
wetfloorsign_slot1:
|
||||||
name: WetFloorSign
|
name: janitorial-trolley-slot-component-slot-name-sign
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- WetFloorSign
|
- WetFloorSign
|
||||||
priority: 7
|
priority: 7
|
||||||
lightreplacer_slot:
|
lightreplacer_slot:
|
||||||
name: LightReplacer
|
name: janitorial-trolley-slot-component-slot-name-lightreplacer
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- LightReplacer
|
- LightReplacer
|
||||||
priority: 6
|
priority: 6
|
||||||
spraybottle_slot:
|
spraybottle_slot:
|
||||||
name: Spray
|
name: janitorial-trolley-slot-component-slot-name-spray
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- Spray
|
- Spray
|
||||||
insertOnInteract: false # or it conflicts with bucket logic
|
insertOnInteract: false # or it conflicts with bucket logic
|
||||||
priority: 5 # Higher than bucket slot
|
priority: 5 # Higher than bucket slot
|
||||||
bucket_slot:
|
bucket_slot:
|
||||||
name: Bucket
|
name: janitorial-trolley-slot-component-slot-name-bucket
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- Bucket
|
- Bucket
|
||||||
insertOnInteract: false # or it also conflicts with bucket logic
|
insertOnInteract: false # or it also conflicts with bucket logic
|
||||||
priority: 4 # Higher than trash bag slot
|
priority: 4 # Higher than trash bag slot
|
||||||
trashbag_slot:
|
trashbag_slot:
|
||||||
name: Bag
|
name: janitorial-trolley-slot-component-slot-name-trashbag
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- TrashBag
|
- TrashBag
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
- type: ItemSlots
|
- type: ItemSlots
|
||||||
slots:
|
slots:
|
||||||
key_slot: #this slot name is important
|
key_slot: #this slot name is important
|
||||||
name: Keys
|
name: vehicle-slot-component-slot-name-keys
|
||||||
whitelist:
|
whitelist:
|
||||||
requireAll: true
|
requireAll: true
|
||||||
tags:
|
tags:
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
- type: ItemSlots
|
- type: ItemSlots
|
||||||
slots:
|
slots:
|
||||||
key_slot:
|
key_slot:
|
||||||
name: Keys
|
name: vehicle-slot-component-slot-name-keys
|
||||||
whitelist:
|
whitelist:
|
||||||
requireAll: true
|
requireAll: true
|
||||||
tags:
|
tags:
|
||||||
@@ -146,7 +146,7 @@
|
|||||||
params:
|
params:
|
||||||
volume: -3
|
volume: -3
|
||||||
trashbag_slot:
|
trashbag_slot:
|
||||||
name: Bag
|
name: janitorial-trolley-slot-component-slot-name-trashbag
|
||||||
whitelist:
|
whitelist:
|
||||||
tags:
|
tags:
|
||||||
- TrashBag
|
- TrashBag
|
||||||
@@ -205,7 +205,7 @@
|
|||||||
- type: ItemSlots
|
- type: ItemSlots
|
||||||
slots:
|
slots:
|
||||||
key_slot:
|
key_slot:
|
||||||
name: Keys
|
name: vehicle-slot-component-slot-name-keys
|
||||||
whitelist:
|
whitelist:
|
||||||
requireAll: true
|
requireAll: true
|
||||||
tags:
|
tags:
|
||||||
@@ -255,7 +255,7 @@
|
|||||||
- type: ItemSlots
|
- type: ItemSlots
|
||||||
slots:
|
slots:
|
||||||
key_slot:
|
key_slot:
|
||||||
name: Keys
|
name: vehicle-slot-component-slot-name-keys
|
||||||
whitelist:
|
whitelist:
|
||||||
requireAll: true
|
requireAll: true
|
||||||
tags:
|
tags:
|
||||||
@@ -298,7 +298,7 @@
|
|||||||
- type: ItemSlots
|
- type: ItemSlots
|
||||||
slots:
|
slots:
|
||||||
key_slot:
|
key_slot:
|
||||||
name: Keys
|
name: vehicle-slot-component-slot-name-keys
|
||||||
whitelist:
|
whitelist:
|
||||||
requireAll: true
|
requireAll: true
|
||||||
tags:
|
tags:
|
||||||
@@ -344,7 +344,7 @@
|
|||||||
- type: ItemSlots
|
- type: ItemSlots
|
||||||
slots:
|
slots:
|
||||||
key_slot:
|
key_slot:
|
||||||
name: Keys
|
name: vehicle-slot-component-slot-name-keys
|
||||||
whitelist:
|
whitelist:
|
||||||
requireAll: true
|
requireAll: true
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user