Pre Release v0.5.0
Pre-release
Pre-release
v0.5.0
- Randomization has been reworked. Old seeds are invalidated.
- Refactors IsBalanced mode
- Now item properties are selected from items up to 10 levels above
- This replaces the 0-30, 31-60, and 61+ buckets
- Fixes bugs with Runeword property parsing and randomizing
- Runeword props were previously always added to the 0-30 bucket, allowing them on all items regardles of runeword levels
- Runewords were previously assigned props only from the 0-30 bucket.
- Runeword properties and randomization are now assigned by the level requirement of their highest rune.
- Adds a new randomization option: BalancedPropCount
- This option enables picking the prop count for items from the counts on vanilla items
- The count is pulled from items up to 10 levels above the item being randomized
- The MinProps and MaxProps settings will be ignored if this is enabled
- Adds a new randomization option: AllowDuplicateProps
- If this property is false (default), the same property type will not be added to an item twice (e.g. two instances of resist all)
- Prevents two auras from being placed on the same item. This is bugged in the game, and one aura would not work.
- Adds an option to specify the directory to read source Diablo 2 text files from instead of using the built-in 1.13c data.
- Adds an option to specify the output directory.
- NEW USER INTERFACE!