{
	"$dynamic.list.next_index": {
		"condition": "$loot_table.general.conditions",

		"$dynamic_template": {
			"$key": "$dynamic.children.condition",

			"has_mark_variant": {
				"value": "$general.number"
			},
			"entity_properties": {
				"entity": ["this"],
				"properties": {
					"on_fire": "$general.boolean"
				}
			},
			"random_chance": {
				"chance": "$general.decimal"
			},
			"random_chance_with_looting": {
				"chance": "$general.decimal",
				"looting_multiplier": "$general.decimal"
			},
			"random_difficulty_chance": {
				"default_chance": "$general.decimal",
				"peaceful": "$general.decimal",
				"hard": "$general.decimal"
			},
			"random_regional_difficulty_chance": {
				"max_chance": "$general.decimal"
			}
		}
	}
}
