41 lines
1.0 KiB
YAML
41 lines
1.0 KiB
YAML
shop:
|
|
categories:
|
|
stone_blocks:
|
|
items:
|
|
stone:
|
|
material: STONE
|
|
price: 10
|
|
display_name: "Stone Block"
|
|
wood_blocks:
|
|
items:
|
|
oak_planks:
|
|
material: OAK_PLANKS
|
|
price: 15
|
|
display_name: "Oak Planks"
|
|
utilities:
|
|
items:
|
|
grav:
|
|
material: KNOWLEDGE_BOOK
|
|
price: 1000000
|
|
quantity: 1
|
|
display_name: "Gravity Gauntlet"
|
|
wand:
|
|
material: KNOWLEDGE_BOOK
|
|
price: 1000000
|
|
quantity: 1
|
|
display_name: "Levitation Wand"
|
|
launch:
|
|
material: KNOWLEDGE_BOOK
|
|
price: 1000000
|
|
quantity: 1
|
|
display_name: "Launch Stick"
|
|
bow:
|
|
material: KNOWLEDGE_BOOK
|
|
price: 1000000
|
|
quantity: 1
|
|
display_name: "Rapid Fire Bow"
|
|
poor: "you're poor..."
|
|
inventory_full: "you got too much clutter, cant fit your purchase into that mess..."
|
|
pagination:
|
|
max_items_per_page: 45 # Max items to display per page
|