AOF6-Vocality/config/simplyswords/general_config.json5
2023-03-02 15:41:30 -06:00

19 lines
592 B
Plaintext

{
// -- GENERAL CONFIGURATION --
// -- Loot Table Weights --
// The chances of loot appearing in chests.
// 1 = 100% chance
// Values are very sensitive - recommend keeping changes small
// Simply Swords loot has a chance to appear in any chest vanilla or modded, except villager chests
// ------------------------
// Standard Loot: Iron > Gold Weapons. Default: 0.08
"standard_loot_table_weight": 0.08,
// Rare Loot: Diamond & Runic Weapons. Default: 0.008
"rare_loot_table_weight": 0.01,
// Unique Loot: Unique Weapons. Default: 0.002
"unique_loot_table_weight": 0.008
}