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

@@ -5,7 +5,7 @@
"description": "Allows the entity to be a thrown entity.",
"additionalProperties": false,
"properties": {
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "title": "Anchor" },
"anchor": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Anchor" },
"angle_offset": {
"type": "number",
"default": 0,
@@ -97,79 +97,109 @@
"additionalProperties": false,
"type": "object",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "On Hit",
"properties": {
"catch_fire": {
"additionalProperties": false,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Catch Fire",
"type": "object",
"properties": { "fire_affected_by_griefing": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Fire Affected By Griefing" } }
"properties": {
"fire_affected_by_griefing": {
"type": "boolean",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Fire Affected By Griefing"
}
}
},
"definition_event": {
"additionalProperties": false,
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Event",
"type": "object",
"properties": {
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Affect Projectile" },
"affect_projectile": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Affect Projectile" },
"event_trigger": { "$ref": "../types/event.json" }
}
},
"douse_fire": { "type": "object", "description": "UNDOCUMENTED", "title": "Douse Fire" },
"douse_fire": { "type": "object", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Douse Fire" },
"impact_damage": {
"additionalProperties": false,
"type": "object",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Impact Damage",
"properties": {
"filter": { "type": "string", "description": "UNDOCUMENTED", "title": "Filter" },
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Catch Fire" },
"damage": { "type": "integer", "description": "UNDOCUMENTED", "title": "Damage" },
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Destroy On Hit" },
"knockback": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Knockback" },
"semi_random_diff_damage": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Semi Random Diff Damage" }
"filter": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Filter" },
"catch_fire": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Catch Fire" },
"damage": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Damage" },
"destroy_on_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Destroy On Hit" },
"knockback": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Knockback" },
"semi_random_diff_damage": {
"type": "boolean",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Semi Random Diff Damage"
}
}
},
"particle_on_hit": {
"additionalProperties": false,
"type": "object",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Particle On Hit",
"properties": {
"particle_type": { "type": "string", "description": "UNDOCUMENTED", "title": "Particle Type" },
"num_particles": { "type": "integer", "description": "UNDOCUMENTED", "title": "Num Particles" },
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTED", "title": "On Entity Hit" },
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTED", "title": "On Other Hit" }
"particle_type": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Particle Type" },
"num_particles": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Num Particles" },
"on_entity_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Entity Hit" },
"on_other_hit": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "On Other Hit" }
}
},
"remove_on_hit": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED", "title": "Remove On Hit" },
"remove_on_hit": {
"additionalProperties": false,
"type": "object",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Remove On Hit"
},
"spawn_chance": {
"additionalProperties": false,
"type": "object",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Spawn Chance",
"properties": {
"first_spawn_percent_chance": { "type": "number", "description": "UNDOCUMENTED", "title": "First Spawn Percent Chance" },
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "title": "First Spawn Chance" },
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "title": "Second Spawn Chance" },
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "title": "First Spawn Count" },
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "title": "Second Spawn Count" },
"spawn_definition": { "type": "string", "description": "UNDOCUMENTED", "title": "Spawn Definition" },
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Spawn Baby" }
"first_spawn_percent_chance": {
"type": "number",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "First Spawn Percent Chance"
},
"first_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "First Spawn Chance" },
"second_spawn_chance": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Second Spawn Chance" },
"first_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "First Spawn Count" },
"second_spawn_count": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Second Spawn Count" },
"spawn_definition": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Definition" },
"spawn_baby": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Spawn Baby" }
}
},
"spawn_aoe_cloud": {
"additionalProperties": false,
"type": "object",
"properties": {
"radius": { "type": "number", "description": "UNDOCUMENTED", "title": "Radius" },
"radius_on_use": { "type": "number", "description": "UNDOCUMENTED", "title": "Radius On Use" },
"potion": { "type": "integer", "description": "UNDOCUMENTED", "title": "Potion" },
"particle": { "type": "string", "description": "UNDOCUMENTED", "title": "Particle" },
"duration": { "type": "integer", "description": "UNDOCUMENTED", "title": "Duration" },
"radius": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Radius" },
"radius_on_use": { "type": "number", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Radius On Use" },
"potion": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Potion" },
"particle": { "type": "string", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Particle" },
"duration": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Duration" },
"color": {
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Color",
"type": "array",
"format": "color-array",
@@ -179,12 +209,24 @@
{ "type": "integer", "minimum": 0, "maximum": 255, "description": "B", "title": "B" }
]
},
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTED", "title": "Affect Owner" },
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTED", "title": "Reapplication Delay" }
"affect_owner": { "type": "boolean", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Affect Owner" },
"reapplication_delay": { "type": "integer", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "title": "Reapplication Delay" }
}
},
"stick_in_ground": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED", "title": "Stick In Ground" },
"teleport_owner": { "additionalProperties": false, "type": "object", "description": "UNDOCUMENTED", "title": "Teleport Owner" }
"stick_in_ground": {
"additionalProperties": false,
"type": "object",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Stick In Ground"
},
"teleport_owner": {
"additionalProperties": false,
"type": "object",
"description": "UNDOCUMENTED",
"$comment": "UNDOCUMENTED",
"title": "Teleport Owner"
}
}
},
"particle": { "type": "string", "default": "iconcrack", "description": "Particle to use upon collision", "title": "Particle" },