Loot

Loot section of the configuration.

Template

loot:
    enabled: true/false
    worlds:
        your_world_name:
            chanceForHeartToGenerate: number between 0-100
            heartAddChance: number between 0-100
            chanceForReviveBookToGenerate: number between 0-100
        your_second_world_name:
            chanceForHeartToGenerate: number between 0-100
            heartAddChance: number between 0-100
            chanceForReviveBookToGenerate: number between 0-100

enabled

Determines if the loot will be generated.

worlds

A user-created list of worlds.

chanceForHeartToGenerate

A chance for extra heart to appear in the structure.

heartAddChance

Chance of success of using the extra heart item.

chanceForReviveBookToGenerate

A chance for revive book to appear in the structure.

Last updated