Explorar o código

Fixing spell level for Create Water

Sam Jaffe %!s(int64=8) %!d(string=hai) anos
pai
achega
b1e15a3c50
Modificáronse 2 ficheiros con 9 adicións e 7 borrados
  1. 7 5
      resources/Potato.json
  2. 2 2
      resources/spells/default.json

+ 7 - 5
resources/Potato.json

@@ -11,14 +11,16 @@
         "spellInfo":{
           "0":{
             "spellsPerDay":4,
-            "spellsPrepared":[],
-            "spellsPreparedPreviously":[]
-          },
-          "1":{
-            "spellsPerDay":2,
             "spellsPrepared":[
               "Create Water"
             ],
+            "spellsPreparedPreviously":[
+              "Create Water"
+            ]
+          },
+          "1":{
+            "spellsPerDay":2,
+            "spellsPrepared":[],
             "spellsPreparedPreviously":[]
           },
           "2":{

+ 2 - 2
resources/spells/default.json

@@ -2,8 +2,8 @@
   "Create Water":{
     "name":"Create Water",
     "classToLevel":{
-      "Cleric":1,
-      "Druid":1,
+      "Cleric":0,
+      "Druid":0,
       "Paladin":1
     },
     "school":"Conjuration",