Fixing projectile
This commit is contained in:
@@ -131,6 +131,12 @@
|
|||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "On Hit",
|
"title": "On Hit",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"arrow_effect": {
|
||||||
|
"type": "object",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"additionalProperties": false
|
||||||
|
},
|
||||||
"catch_fire": {
|
"catch_fire": {
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
@@ -190,10 +196,10 @@
|
|||||||
"title": "Catch Fire"
|
"title": "Catch Fire"
|
||||||
},
|
},
|
||||||
"damage": {
|
"damage": {
|
||||||
"type": "integer",
|
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"title": "Damage"
|
"title": "Damage",
|
||||||
|
"oneOf": [{ "type": "integer" }, { "type": "array", "items": [{ "type": "integer" }, { "type": "integer" }] }]
|
||||||
},
|
},
|
||||||
"destroy_on_hit": {
|
"destroy_on_hit": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
@@ -395,7 +401,7 @@
|
|||||||
"title": "Shake Time",
|
"title": "Shake Time",
|
||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"type": "integer",
|
"type": "number",
|
||||||
"minimum": 0
|
"minimum": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user