forked from liza/Questionable
Make schema layout more explicit
This commit is contained in:
parent
de90882ecb
commit
295274143d
2
LLib
2
LLib
@ -1 +1 @@
|
|||||||
Subproject commit b1059871154b84401020c0072fd089fcc022fb77
|
Subproject commit 746d14681baa91132784ab17f8f49671e86ea211
|
@ -217,7 +217,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"Diving": {
|
"Diving": {
|
||||||
"type": ["boolean", "null"]
|
"type": [
|
||||||
|
"boolean",
|
||||||
|
"null"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"NotTargetable": {
|
"NotTargetable": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
@ -715,25 +718,37 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"if": {
|
"if": {
|
||||||
"anyOf": [
|
"properties": {
|
||||||
{
|
"InteractionType": {
|
||||||
"properties": {
|
"const": "UseItem"
|
||||||
"InteractionType": {
|
|
||||||
"const": "UseItem"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"properties": {
|
|
||||||
"InteractionType": {
|
|
||||||
"const": "Combat"
|
|
||||||
},
|
|
||||||
"EnemySpawnType": {
|
|
||||||
"const": "AfterItemUse"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"then": {
|
||||||
|
"properties": {
|
||||||
|
"GroundTarget": {
|
||||||
|
"type": [
|
||||||
|
"boolean",
|
||||||
|
"null"
|
||||||
|
],
|
||||||
|
"default": false
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"required": [
|
||||||
|
"ItemId"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"properties": {
|
||||||
|
"InteractionType": {
|
||||||
|
"const": "Combat"
|
||||||
|
},
|
||||||
|
"EnemySpawnType": {
|
||||||
|
"const": "AfterItemUse"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"then": {
|
"then": {
|
||||||
"properties": {
|
"properties": {
|
||||||
|
Loading…
Reference in New Issue
Block a user