Loot Conditions Random Chance With Fortune - Tmtravlr/LootOverhaul GitHub Wiki

Loot Conditions - Random Chance With Fortune

Structure:

Property Type Description
chance Float The random chance.
fortune_multiplier Float The random chance to add per fortune level.

Description:

Passes via random chance affected by fortune, mirroring vanilla looting.

Example Usage: Rare drop increased 10% per fortune level

"conditions": [
 	{
 		"condition": "lootoverhaul:random_chance_with_fortune",
 		"chance": 0.1,
 		"fortune_multiplier": 0.1
 	}
]
Previous - Or Back Next - Can See Sky
⚠️ **GitHub.com Fallback** ⚠️