Skip to content

Commit

Permalink
Fixed user errors regarding some Wizardly/Bardic spells (#81)
Browse files Browse the repository at this point in the history
Fixed a few instances of spells requiring Magery *and* Bardic Talent, when they should require only one.
  • Loading branch information
rinickolous authored Jul 12, 2021
1 parent e65dcd1 commit b673752
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions Library/Dungeon Fantasy RPG/Dungeon Fantasy RPG Spells.spl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"categories": [
"Clerical"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -2059,7 +2059,7 @@
"categories": [
"Clerical"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -4176,7 +4176,7 @@
"categories": [
"Clerical"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -5792,7 +5792,7 @@
"categories": [
"Clerical"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -6502,7 +6502,7 @@
"categories": [
"Clerical"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -6834,7 +6834,7 @@
"categories": [
"Clerical"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -6895,7 +6895,7 @@
"categories": [
"Druidic"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -8722,7 +8722,7 @@
"categories": [
"Druidic"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -10643,7 +10643,7 @@
"categories": [
"Druidic"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -11929,7 +11929,7 @@
"categories": [
"Druidic"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -12489,7 +12489,7 @@
"categories": [
"Druidic"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -12712,7 +12712,7 @@
"categories": [
"Druidic"
],
"open": true,
"open": false,
"children": [
{
"type": "spell",
Expand Down Expand Up @@ -12977,7 +12977,7 @@
"prereqs": [
{
"type": "prereq_list",
"all": true,
"all": false,
"prereqs": [
{
"type": "advantage_prereq",
Expand Down Expand Up @@ -22965,7 +22965,7 @@
"prereqs": [
{
"type": "prereq_list",
"all": true,
"all": false,
"prereqs": [
{
"type": "advantage_prereq",
Expand Down Expand Up @@ -23578,7 +23578,7 @@
"prereqs": [
{
"type": "prereq_list",
"all": true,
"all": false,
"prereqs": [
{
"type": "advantage_prereq",
Expand Down Expand Up @@ -31350,7 +31350,7 @@
},
{
"type": "prereq_list",
"all": true,
"all": false,
"prereqs": [
{
"type": "advantage_prereq",
Expand Down Expand Up @@ -32422,7 +32422,7 @@
},
{
"type": "prereq_list",
"all": true,
"all": false,
"prereqs": [
{
"type": "advantage_prereq",
Expand Down

0 comments on commit b673752

Please sign in to comment.