This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Integrate changes from mopi's LootRandomizer/Mod/../vX.py into bl2_vX.json for Loot-Rando-Helper | |
# Usage: edit the new_tag - new_option and json names, run this file | |
import json | |
from math import log | |
new_tag = "Tag.Freebie" #dirty hack to keep options above | |
new_option = "Freebie" | |
oldjson = 'bl2_v2.json' | |
newjson = 'bl2_v7.json' |