Skip to content

Loot Tables

Jerom van der Sar edited this page Jan 4, 2016 · 1 revision

Here is an example loot table profile config.

loot.yml

groups:
    junk:
    - 10 dirt
    elite_good:
    - diamond_sword
    - _goliath
    - 2 golden_spade
    elite_bad:
    - 4 diamond_spade
    - 5 gold_shovel

profiles:
    boss:
        '1':
            drops:
            - 1 50
            items:
            - group elite_good 1
    some_id:
        '10':
            drops:
            - 1 20
            - 2 40
            - 3 10
            items:
            - 1 wood_sword 20
            - 64 dirt 30
            - 1 diamond_sword 3
        '54':
            drops:
            - 1 20
            - 2 40
            - 3 10
            items:
            - group junk 70
            - group elite_good 70 
            - group elite_bad 500

Clone this wiki locally