mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-02-07 11:19:42 +00:00
533 lines
14 KiB
JSON
533 lines
14 KiB
JSON
{
|
|
"format_version": "1.16.0",
|
|
"minecraft:entity": {
|
|
"description": {
|
|
"identifier": "minecraft:wither_skeleton",
|
|
"spawn_category": "monster",
|
|
"is_spawnable": true,
|
|
"is_summonable": true,
|
|
"is_experimental": false
|
|
},
|
|
|
|
"components": {
|
|
"minecraft:is_hidden_when_invisible": {
|
|
},
|
|
"minecraft:experience_reward": {
|
|
"on_death": "query.last_hit_by_player ? 5 + (query.equipment_count * Math.Random(1,3)) : 0"
|
|
},
|
|
"minecraft:nameable": {
|
|
},
|
|
"minecraft:breathable": {
|
|
"total_supply": 15,
|
|
"suffocate_time": 0,
|
|
"breathes_water": true
|
|
},
|
|
"minecraft:health": {
|
|
"value": 20,
|
|
"max": 20
|
|
},
|
|
"minecraft:equip_item": {
|
|
"excluded_items": [
|
|
{
|
|
"item": "minecraft:banner:15"
|
|
}
|
|
]
|
|
},
|
|
"minecraft:collision_box": {
|
|
"width": 0.72,
|
|
"height": 2.01
|
|
},
|
|
"minecraft:attack": {
|
|
"damage": 4,
|
|
"effect_name": "wither",
|
|
"effect_duration": 10
|
|
},
|
|
"minecraft:loot": {
|
|
"table": "loot_tables/entities/wither_skeleton.json"
|
|
},
|
|
"minecraft:equipment": {
|
|
"table": "loot_tables/entities/wither_skeleton_gear.json"
|
|
},
|
|
"minecraft:movement": {
|
|
"value": 0.25
|
|
},
|
|
"minecraft:navigation.walk": {
|
|
"is_amphibious": true,
|
|
"avoid_sun": true,
|
|
"avoid_water": true
|
|
},
|
|
"minecraft:movement.basic": {
|
|
},
|
|
"minecraft:jump.static": {
|
|
},
|
|
"minecraft:can_climb": {
|
|
},
|
|
"minecraft:shareables": {
|
|
"singular_pickup": true,
|
|
"items": [
|
|
{
|
|
"item": "minecraft:netherite_sword",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 0
|
|
},
|
|
{
|
|
"item": "minecraft:diamond_sword",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 1
|
|
},
|
|
{
|
|
"item": "minecraft:iron_sword",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 2
|
|
},
|
|
{
|
|
"item": "minecraft:stone_sword",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 3
|
|
},
|
|
{
|
|
"item": "minecraft:golden_sword",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 4
|
|
},
|
|
{
|
|
"item": "minecraft:wooden_sword",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 5
|
|
},
|
|
{
|
|
"item": "minecraft:wooden_shovel",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:stone_shovel",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:golden_shovel",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:iron_shovel",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:diamond_shovel",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:netherite_shovel",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:wooden_pickaxe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:stone_pickaxe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:golden_pickaxe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:iron_pickaxe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:diamond_pickaxe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:netherite_pickaxe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:wooden_axe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:stone_axe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:golden_axe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:iron_axe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:diamond_axe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:netherite_axe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:wooden_hoe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:stone_hoe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:golden_hoe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:iron_hoe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:diamond_hoe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:netherite_hoe",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:netherite_helmet",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 0
|
|
},
|
|
{
|
|
"item": "minecraft:diamond_helmet",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 1
|
|
},
|
|
{
|
|
"item": "minecraft:iron_helmet",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 2
|
|
},
|
|
{
|
|
"item": "minecraft:chainmail_helmet",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 3
|
|
},
|
|
{
|
|
"item": "minecraft:golden_helmet",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 4
|
|
},
|
|
{
|
|
"item": "minecraft:leather_helmet",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 5
|
|
},
|
|
{
|
|
"item": "minecraft:turtle_helmet",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 6
|
|
},
|
|
{
|
|
"item": "minecraft:skull:0",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 7
|
|
},
|
|
{
|
|
"item": "minecraft:skull:1",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 7
|
|
},
|
|
{
|
|
"item": "minecraft:carved_pumpkin",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 7
|
|
},
|
|
{
|
|
"item": "minecraft:netherite_chestplate",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 0
|
|
},
|
|
{
|
|
"item": "minecraft:diamond_chestplate",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 1
|
|
},
|
|
{
|
|
"item": "minecraft:iron_chestplate",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 2
|
|
},
|
|
{
|
|
"item": "minecraft:chainmail_chestplate",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 3
|
|
},
|
|
{
|
|
"item": "minecraft:golden_chestplate",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 4
|
|
},
|
|
{
|
|
"item": "minecraft:leather_chestplate",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 5
|
|
},
|
|
{
|
|
"item": "minecraft:netherite_leggings",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 0
|
|
},
|
|
{
|
|
"item": "minecraft:diamond_leggings",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 1
|
|
},
|
|
{
|
|
"item": "minecraft:iron_leggings",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 2
|
|
},
|
|
{
|
|
"item": "minecraft:chainmail_leggings",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 3
|
|
},
|
|
{
|
|
"item": "minecraft:golden_leggings",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 4
|
|
},
|
|
{
|
|
"item": "minecraft:leather_leggings",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 5
|
|
},
|
|
{
|
|
"item": "minecraft:netherite_boots",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 0
|
|
},
|
|
{
|
|
"item": "minecraft:diamond_boots",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 1
|
|
},
|
|
{
|
|
"item": "minecraft:iron_boots",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 2
|
|
},
|
|
{
|
|
"item": "minecraft:chainmail_boots",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 3
|
|
},
|
|
{
|
|
"item": "minecraft:golden_boots",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 4
|
|
},
|
|
{
|
|
"item": "minecraft:leather_boots",
|
|
"want_amount": 1,
|
|
"surplus_amount": 1,
|
|
"priority": 5
|
|
}
|
|
]
|
|
},
|
|
"minecraft:scale": {
|
|
"value": 1.2
|
|
},
|
|
"minecraft:fire_immune": {
|
|
},
|
|
"minecraft:despawn": {
|
|
"despawn_from_distance": {}
|
|
},
|
|
"minecraft:behavior.hurt_by_target": {
|
|
"priority": 1
|
|
},
|
|
"minecraft:behavior.nearest_attackable_target": {
|
|
"priority": 2,
|
|
"reselect_targets": true,
|
|
"must_see": true,
|
|
"entity_types": [
|
|
{
|
|
"filters": {
|
|
"test": "is_family",
|
|
"subject": "other",
|
|
"value": "player"
|
|
},
|
|
"max_dist": 16
|
|
},
|
|
{
|
|
"filters": {
|
|
"all_of": [
|
|
{
|
|
"test": "is_family",
|
|
"subject": "other",
|
|
"value": "piglin"
|
|
},
|
|
{
|
|
"test": "is_difficulty",
|
|
"operator": "!=",
|
|
"value": "peaceful"
|
|
}
|
|
]
|
|
},
|
|
"max_dist": 16
|
|
},
|
|
{
|
|
"filters": {
|
|
"test": "is_family",
|
|
"subject": "other",
|
|
"value": "irongolem"
|
|
},
|
|
"max_dist": 16
|
|
},
|
|
{
|
|
"filters": {
|
|
"all_of": [
|
|
{
|
|
"test": "is_family",
|
|
"subject": "other",
|
|
"value": "baby_turtle"
|
|
},
|
|
{
|
|
"test": "in_water",
|
|
"subject": "other",
|
|
"operator": "!=",
|
|
"value": true
|
|
}
|
|
]
|
|
},
|
|
"max_dist": 16
|
|
}
|
|
]
|
|
},
|
|
"minecraft:behavior.equip_item": {
|
|
"priority": 3
|
|
},
|
|
"minecraft:behavior.melee_box_attack": {
|
|
"priority": 4,
|
|
"track_target": true,
|
|
"speed_multiplier": 1.25
|
|
},
|
|
"minecraft:behavior.pickup_items": {
|
|
"priority": 5,
|
|
"max_dist": 3,
|
|
"goal_radius": 2,
|
|
"speed_multiplier": 1.0,
|
|
"pickup_based_on_chance": true
|
|
},
|
|
"minecraft:behavior.random_stroll": {
|
|
"priority": 6,
|
|
"speed_multiplier": 1
|
|
},
|
|
"minecraft:behavior.look_at_player": {
|
|
"priority": 7,
|
|
"look_distance": 8
|
|
},
|
|
"minecraft:behavior.random_look_around": {
|
|
"priority": 8
|
|
},
|
|
"minecraft:type_family": {
|
|
"family": [ "wither", "monster", "undead", "skeleton", "mob" ]
|
|
},
|
|
"minecraft:physics": {
|
|
},
|
|
"minecraft:pushable": {
|
|
"is_pushable": true,
|
|
"is_pushable_by_piston": true
|
|
},
|
|
"minecraft:conditional_bandwidth_optimization": {
|
|
}
|
|
},
|
|
|
|
"events": {
|
|
"minecraft:entity_spawned": {
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|