Samuel Jaffe преди 8 години
родител
ревизия
8fc3f90787
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      schema/inventory.json

+ 3 - 3
schema/inventory.json

@@ -105,7 +105,7 @@
                 },
                 "required": ["name", "effectiveBonus"],
                 "type": "object"
-              }
+              },
               {
                 "properties": {
                   "name": {"type": "string"},
@@ -122,7 +122,7 @@
     },
     "weapon": {
       "allOf": [
-        {"$ref": "#/definitions/enchantable"}
+        {"$ref": "#/definitions/enchantable"},
         {
           "dependencies":{
             "secondaryCriticalDamage": ["secondaryDamage"]
@@ -161,7 +161,7 @@
     },
     "armor": {
       "allOf": [
-        {"$ref": "#/definitions/enchantable"}
+        {"$ref": "#/definitions/enchantable"},
         {
           "dependencies": {
             "speed": {"properties": {"type": {"not": {"const": "Shield"}}}}