Skip to content

Commit c60afda

Browse files
Merge branch 'obc/scorer-generator' into ok/obc-alpha-release
2 parents c2f7e48 + e9c08dd commit c60afda

File tree

8 files changed

+14
-10
lines changed

8 files changed

+14
-10
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ Anyone who donates, will get recognition in the form of a role in the Discord.
203203
Thanks!
204204

205205
# Change Log
206+
## v0.5.2-alpha-22
207+
* [bugfix] PropScores lines weren't allowing Faith or Exiles Path
208+
206209
## v0.5.2-alpha-21
207210
* Expanded level and item availability of auras for the Generator
208211
* Merged in cleanup from obc/mobdensity branch

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.5.2-alpha-21
1+
v0.5.2-alpha-22

assets/propscores/PropScores.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ att/lvl 24 0 0 lvl 12 15 111 Angelic Halo SetItems 0
5050
att% 0 10 300 r= 10 120 15 111 Aldur's Watchtower Sets 0
5151
aura Concentration 1 30 smm 90 900 18 weap armo 254 Pride Runes 0
5252
aura Conviction 1 30 smm 135 900 30 weap armo 254 Infinity Runes 0
53-
aura Defiance 1 30 smm 44 228 5 6 weap armo 254 Exile's Path Runes 0
54-
aura Fanaticism 1 30 smm 75 900 30 weap armo 254 dmg The Beast Runes 0
53+
aura Defiance 1 30 smm 44 228 5 6 weap armo pala 254 Exile's Path Runes 0
54+
aura Fanaticism 1 30 smm 75 900 30 weap armo miss 254 dmg The Beast Runes 0
55+
aura fanaticism 1 30 smm 75 900 30 weap armo miss 254 dmg The Beast Runes 0
5556
aura Holy Fire 1 30 smm 16 125 6 weap armo 254 Hand of Justice Runes 0
5657
aura Holy Freeze 1 30 smm 15 250 18 weap armo 254 Ice Runes 0
5758
aura Holy Shock 1 30 smm 41 500 24 weap armo 254 Dream Runes 0

cfg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"ElementalSkills": true
3737
},
3838
"GeneratorOptions": {
39-
"Generate": false,
39+
"Generate": true,
4040
"UseSeed": true,
4141
"Seed": 1234,
4242
"UseSetsSeed": true,

gui/react-ui/src/components/D2ModMaker/Main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const _ = require('lodash');
2121
const axios = require("axios");
2222

2323
const defaultCfg = {
24-
Version: "v0.5.2-alpha-21",
24+
Version: "v0.5.2-alpha-22",
2525
SourceDir: "",
2626
OutputDir: "",
2727
MeleeSplash: false,

internal/d2fs/assets/assets_vfsdata.go

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/d2mod/config/cfg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ type Data struct {
6969
// DefaultData Default configuration should the cfg.json not read/be missing anything.
7070
func DefaultData() Data {
7171
return Data{
72-
Version: "v0.5.2-alpha-21",
72+
Version: "v0.5.2-alpha-22",
7373
SourceDir: "",
7474
OutputDir: "",
7575
MeleeSplash: false,
-49.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)