Updated UNDOCUMENTED

This commit is contained in:
DaanV2
2021-07-01 11:35:53 +02:00
parent 6ac62d15e7
commit ba94cceb50
367 changed files with 2266 additions and 640 deletions

View File

@@ -3,6 +3,7 @@
"type": "object",
"title": "Experience Reward 1.13.0",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"additionalProperties": false,
"properties": {
"on_bred": {

View File

@@ -98,6 +98,7 @@
{ "type": "array", "items": { "$ref": "#/definitions/interaction_spec" } }
],
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Interactions"
}
}

View File

@@ -36,6 +36,7 @@
"items": {
"title": "Block",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block To Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -36,6 +36,7 @@
"items": {
"title": "Block to Avoid",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -36,6 +36,7 @@
"items": {
"title": "Block to Avoid",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -36,6 +36,7 @@
"items": {
"title": "Block to Avoid",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -36,6 +36,7 @@
"items": {
"title": "Block to Avoid",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -36,6 +36,7 @@
"items": {
"title": "Block to Avoid",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"oneOf": [
{ "type": "string", "$ref": "../../../../general/block/identifier.json" },
{ "type": "object", "title": "Block to Avoid", "properties": { "name": { "$ref": "../../../../general/block/identifier.json" } } }

View File

@@ -6,7 +6,7 @@
"additionalProperties": false,
"required": [],
"properties": {
"anchor": { "type": "number", "title": "Anchor", "description": "UNDOCUMENTED" },
"anchor": { "type": "number", "title": "Anchor", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"angle_offset": {
"type": "number",
"default": 0,
@@ -99,33 +99,48 @@
"type": "object",
"title": "On Hit",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"arrow_effect": { "description": "UNDOCUMENTED", "title": "Arrow Effect", "type": "object", "additionalProperties": false },
"arrow_effect": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Arrow Effect",
"type": "object",
"additionalProperties": false
},
"impact_damage": {
"additionalProperties": false,
"type": "object",
"title": "Impact Damage",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"properties": {
"damage": {
"oneOf": [{ "type": "number" }, { "type": "array", "items": [{ "type": "integer" }, { "type": "integer" }] }],
"title": "Damage",
"description": "UNDOCUMENTED"
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
},
"destroy_on_hit": { "type": "boolean", "title": "Destroy On Hit", "description": "UNDOCUMENTED" },
"knockback": { "type": "boolean", "title": "Knockback", "description": "UNDOCUMENTED" },
"max_critical_damage": { "type": "integer", "title": "Max Critical Damage", "description": "UNDOCUMENTED" },
"min_critical_damage": { "type": "integer", "title": "Min Critical Damage", "description": "UNDOCUMENTED" },
"power_multiplier": { "type": "number", "title": "Power Multiplier", "description": "UNDOCUMENTED" },
"semi_random_diff_damage": { "type": "boolean", "title": "Semi Random Diff Damage", "description": "UNDOCUMENTED" }
"destroy_on_hit": { "type": "boolean", "title": "Destroy On Hit", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"knockback": { "type": "boolean", "title": "Knockback", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"max_critical_damage": { "type": "integer", "title": "Max Critical Damage", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"min_critical_damage": { "type": "integer", "title": "Min Critical Damage", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"power_multiplier": { "type": "number", "title": "Power Multiplier", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" },
"semi_random_diff_damage": {
"type": "boolean",
"title": "Semi Random Diff Damage",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED"
}
}
},
"stick_in_ground": {
"additionalProperties": false,
"title": "Stick In Ground",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"type": "object",
"properties": { "shake_time": { "title": "Shake Time", "description": "UNDOCUMENTED", "type": "number" } }
"properties": { "shake_time": { "title": "Shake Time", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "type": "number" } }
}
}
},