Skip to content

Commit 56db802

Browse files
committed
🐛 updates to deities (frhof)
1 parent dd8ff5f commit 56db802

9 files changed

Lines changed: 14 additions & 5 deletions

src/test/java/dev/ebullient/convert/tools/dnd5e/FilterAllNewestTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ public void testKeyIndex() throws Exception {
9797
commonTests.assert_MISSING("condition|blinded|phb");
9898
commonTests.assert_Present("condition|blinded|xphb");
9999

100-
commonTests.assert_Present("deity|auril|faerûnian|scag");
100+
commonTests.assert_Present("deity|auril|faerûnian|frhof"); // frhof supercedes scag
101+
commonTests.assert_MISSING("deity|auril|faerûnian|scag");
101102
commonTests.assert_Present("deity|auril|forgotten realms|phb");
102103
commonTests.assert_Present("deity|chemosh|dragonlance|dsotdq");
103104
commonTests.assert_MISSING("deity|chemosh|dragonlance|phb");

src/test/java/dev/ebullient/convert/tools/dnd5e/FilterAllTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public void testKeyIndex() throws Exception {
126126
commonTests.assert_Present("condition|blinded|phb");
127127
commonTests.assert_Present("condition|blinded|xphb");
128128

129+
commonTests.assert_Present("deity|auril|faerûnian|frhof");
129130
commonTests.assert_Present("deity|auril|faerûnian|scag");
130131
commonTests.assert_Present("deity|auril|forgotten realms|phb");
131132
commonTests.assert_Present("deity|chemosh|dragonlance|dsotdq");

src/test/java/dev/ebullient/convert/tools/dnd5e/FilterNoneTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public void testKeyIndex() throws Exception {
7575

7676
commonTests.assert_MISSING("feat|alert|phb");
7777
commonTests.assert_Present("feat|alert|xphb");
78-
commonTests.assert_Present("feat|dueling|xphb");
78+
commonTests.assert_MISSING("feat|dueling|xphb");
7979
commonTests.assert_MISSING("feat|grappler|phb");
8080
commonTests.assert_Present("feat|grappler|xphb");
8181
commonTests.assert_MISSING("feat|mobile|phb");
@@ -96,6 +96,7 @@ public void testKeyIndex() throws Exception {
9696
commonTests.assert_Present("condition|blinded|xphb");
9797
commonTests.assert_Present("condition|blinded|xphb");
9898

99+
commonTests.assert_MISSING("deity|auril|faerûnian|frhof");
99100
commonTests.assert_MISSING("deity|auril|faerûnian|scag");
100101
commonTests.assert_MISSING("deity|auril|forgotten realms|phb");
101102
commonTests.assert_MISSING("deity|chemosh|dragonlance|dsotdq");

src/test/java/dev/ebullient/convert/tools/dnd5e/FilterSrd2014Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public void testKeyIndex() throws Exception {
9393
commonTests.assert_Present("condition|blinded|phb");
9494
commonTests.assert_MISSING("condition|blinded|xphb");
9595

96+
commonTests.assert_MISSING("deity|auril|faerûnian|frhof");
9697
commonTests.assert_MISSING("deity|auril|faerûnian|scag");
9798
commonTests.assert_Present("deity|auril|forgotten realms|phb");
9899
commonTests.assert_MISSING("deity|chemosh|dragonlance|dsotdq");

src/test/java/dev/ebullient/convert/tools/dnd5e/FilterSrd2024Test.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void testKeyIndex() throws Exception {
7373

7474
commonTests.assert_MISSING("feat|alert|phb");
7575
commonTests.assert_Present("feat|alert|xphb");
76-
commonTests.assert_Present("feat|dueling|xphb");
76+
commonTests.assert_MISSING("feat|dueling|xphb");
7777
commonTests.assert_MISSING("feat|grappler|phb");
7878
commonTests.assert_Present("feat|grappler|xphb");
7979
commonTests.assert_MISSING("feat|mobile|phb");
@@ -93,6 +93,7 @@ public void testKeyIndex() throws Exception {
9393
commonTests.assert_MISSING("condition|blinded|phb");
9494
commonTests.assert_Present("condition|blinded|xphb");
9595

96+
commonTests.assert_MISSING("deity|auril|faerûnian|frhof");
9697
commonTests.assert_MISSING("deity|auril|faerûnian|scag");
9798
commonTests.assert_MISSING("deity|auril|forgotten realms|phb");
9899
commonTests.assert_MISSING("deity|chemosh|dragonlance|dsotdq");

src/test/java/dev/ebullient/convert/tools/dnd5e/FilterSrdEditionsTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void testKeyIndex() throws Exception {
8383

8484
commonTests.assert_MISSING("feat|alert|phb");
8585
commonTests.assert_Present("feat|alert|xphb");
86-
commonTests.assert_Present("feat|dueling|xphb");
86+
commonTests.assert_MISSING("feat|dueling|xphb");
8787
commonTests.assert_MISSING("feat|grappler|phb");
8888
commonTests.assert_Present("feat|grappler|xphb");
8989
commonTests.assert_MISSING("feat|mobile|phb");
@@ -104,6 +104,7 @@ public void testKeyIndex() throws Exception {
104104
commonTests.assert_Present("condition|blinded|xphb");
105105
commonTests.assert_Present("condition|blinded|xphb");
106106

107+
commonTests.assert_MISSING("deity|auril|faerûnian|frhof");
107108
commonTests.assert_MISSING("deity|auril|faerûnian|scag");
108109
commonTests.assert_Present("deity|auril|forgotten realms|phb"); // part of basic rules/srd
109110
commonTests.assert_MISSING("deity|chemosh|dragonlance|dsotdq");
@@ -211,7 +212,7 @@ public void testKeyIndex() throws Exception {
211212

212213
commonTests.assert_MISSING("optfeature|ambush|tce");
213214
commonTests.assert_MISSING("optfeature|ambush|xphb");
214-
commonTests.assert_MISSING("optfeature|dueling|phb");
215+
commonTests.assert_Present("optfeature|dueling|phb");
215216
commonTests.assert_MISSING("optfeature|investment of the chain master|tce");
216217
commonTests.assert_Present("optfeature|investment of the chain master|xphb");
217218

src/test/java/dev/ebullient/convert/tools/dnd5e/FilterSubset2014Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ public void testKeyIndex() throws Exception {
105105
commonTests.assert_Present("condition|blinded|phb");
106106
commonTests.assert_MISSING("condition|blinded|xphb");
107107

108+
commonTests.assert_MISSING("deity|auril|faerûnian|frhof");
108109
commonTests.assert_MISSING("deity|auril|faerûnian|scag");
109110
commonTests.assert_Present("deity|auril|forgotten realms|phb");
110111
commonTests.assert_MISSING("deity|chemosh|dragonlance|dsotdq");

src/test/java/dev/ebullient/convert/tools/dnd5e/FilterSubset2024Test.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public void testKeyIndex() throws Exception {
106106
commonTests.assert_MISSING("condition|blinded|phb");
107107
commonTests.assert_Present("condition|blinded|xphb");
108108

109+
commonTests.assert_MISSING("deity|auril|faerûnian|frhof");
109110
commonTests.assert_MISSING("deity|auril|faerûnian|scag");
110111
commonTests.assert_MISSING("deity|auril|forgotten realms|phb");
111112
commonTests.assert_Present("deity|chemosh|dragonlance|dsotdq");

src/test/java/dev/ebullient/convert/tools/dnd5e/FilterSubsetMixedTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ public void testKeyIndex() throws Exception {
126126
commonTests.assert_MISSING("condition|blinded|phb");
127127
commonTests.assert_Present("condition|blinded|xphb");
128128

129+
commonTests.assert_MISSING("deity|auril|faerûnian|frhof");
129130
commonTests.assert_Present("deity|auril|faerûnian|scag");
130131
commonTests.assert_MISSING("deity|auril|forgotten realms|phb");
131132
commonTests.assert_MISSING("deity|chemosh|dragonlance|dsotdq");

0 commit comments

Comments
 (0)