Skip to content

Commit

Permalink
Small JSON Schema Fixes (#219)
Browse files Browse the repository at this point in the history
* Adding small JSON schema fixes

* Reverting trigger changes

* Removing TriggerLike entry
  • Loading branch information
Felix Siebeneicker authored Mar 19, 2021
1 parent 415e81f commit 20622c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jsonschema/current/Interfaces.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@
]
}
}
}
}
4 changes: 2 additions & 2 deletions jsonschema/current/dungeoneer/entities/Explosion.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"default": 3
},
"explosionAnimSpeed": {
"type": "integer",
"type": "number",
"description": "Particle sprite animation speed.",
"baseClass": "Explosion",
"default": 22
Expand Down Expand Up @@ -436,4 +436,4 @@
}
}
}
}
}
4 changes: 2 additions & 2 deletions jsonschema/current/dungeoneer/entities/items/Gun.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"default": 0
},
"hitParticles": {
"type": "int",
"type": "integer",
"description": "Number of particles for each projectile hit.",
"baseClass": "Gun",
"default": 7
Expand Down Expand Up @@ -505,4 +505,4 @@
}
}
}
}
}

0 comments on commit 20622c0

Please sign in to comment.