pabla1322/data / behavior_packs /vanilla /entities /evocation_illager.json
pabla1322's picture
download
raw
9.73 kB
{
"format_version": "1.26.0",
"minecraft:entity": {
"description": {
"identifier": "minecraft:evocation_illager",
"is_experimental": false,
"is_summonable": true,
"is_spawnable": true,
"spawn_category": "monster"
},
"components": {
"minecraft:behavior.avoid_mob_type": {
"entity_types": [
{
"filters": {
"AND": [
{
"test": "is_family",
"subject": 1,
"operator": 0,
"value": "player"
}
]
},
"max_dist": 8,
"walk_speed_multiplier": 0.6
}
],
"priority": 5
},
"minecraft:behavior.float": {
"priority": 0
},
"minecraft:behavior.hurt_by_target": {
"priority": 1
},
"minecraft:behavior.look_at_entity": {
"look_time": {
"min": 1,
"max": 2
},
"priority": 10
},
"minecraft:behavior.look_at_player": {
"look_time": {
"min": 1,
"max": 2
},
"look_distance": 3,
"probability": 1,
"priority": 9
},
"minecraft:behavior.nearest_attackable_target": {
"set_persistent": true,
"must_see": true,
"entity_types": [
{
"filters": {
"AND": [
{
"OR": [
{
"test": "is_family",
"subject": 1,
"operator": 0,
"value": "player"
},
{
"test": "is_family",
"subject": 1,
"operator": 0,
"value": "snowgolem"
},
{
"test": "is_family",
"subject": 1,
"operator": 0,
"value": "irongolem"
},
{
"test": "is_family",
"subject": 1,
"operator": 0,
"value": "wandering_trader"
}
]
}
]
},
"max_dist": 20
},
{
"filters": {
"AND": [
{
"test": "is_family",
"subject": 1,
"operator": 0,
"value": "villager"
},
{
"test": "has_component",
"subject": 1,
"operator": 1,
"value": "minecraft:is_baby"
}
]
},
"max_dist": 20
}
],
"priority": 2
},
"minecraft:behavior.random_stroll": {
"priority": 8,
"speed_multiplier": 0.6
},
"minecraft:behavior.send_event": {
"event_choices": [
{
"particle_color": "#FFB38033",
"cast_duration": 3,
"max_activation_range": 16,
"filters": {
"all_of": [
{
"subject": "other",
"test": "is_family",
"value": "sheep"
},
{
"subject": "other",
"test": "is_color",
"value": "blue"
}
]
},
"cooldown_time": 5,
"min_activation_range": 0,
"start_sound_event": "cast.spell",
"sequence": [
{
"base_delay": 2,
"event": "wololo",
"sound_event": "prepare.wololo"
}
],
"weight": 3
}
],
"priority": 3
},
"minecraft:behavior.summon_entity": {
"priority": 2,
"summon_choices": [
{
"cast_duration": 2,
"particle_color": "#FF664D59",
"cooldown_time": 5,
"max_activation_range": 3,
"min_activation_range": 0,
"sequence": [
{
"base_delay": 1,
"shape": "circle",
"num_entities_spawned": 5,
"delay_per_summon": 0,
"entity_lifespan": 1.1,
"entity_type": "minecraft:evocation_fang",
"size": 1.5,
"sound_event": "prepare.attack",
"target": "self"
},
{
"base_delay": 0.15,
"target": "self",
"delay_per_summon": 0,
"num_entities_spawned": 8,
"shape": "circle",
"entity_lifespan": 1.1,
"entity_type": "minecraft:evocation_fang",
"size": 2.5
}
],
"start_sound_event": "cast.spell",
"weight": 3
},
{
"cast_duration": 2,
"particle_color": "#FF664D59",
"cooldown_time": 5,
"min_activation_range": 3,
"sequence": [
{
"base_delay": 1,
"target": "self",
"delay_per_summon": 0.05,
"num_entities_spawned": 16,
"shape": "line",
"entity_lifespan": 1.1,
"entity_type": "minecraft:evocation_fang",
"size": 20
}
],
"start_sound_event": "cast.spell",
"weight": 3
},
{
"cast_duration": 5,
"particle_color": "#FFB3B3CC",
"cooldown_time": 17,
"sequence": [
{
"base_delay": 5,
"entity_type": "minecraft:vex",
"shape": "circle",
"num_entities_spawned": 3,
"summon_cap_radius": 16,
"size": 1,
"sound_event": "prepare.summon",
"summon_cap": 8,
"target": "self"
}
],
"weight": 1
}
]
},
"minecraft:breathable": {
"breathes_lava": false,
"suffocate_time": 0,
"total_supply": 15
},
"minecraft:can_climb": {},
"minecraft:collision_box": {
"height": 1.9,
"width": 0.6
},
"minecraft:experience_reward": {
"on_death": 10
},
"minecraft:follow_range": {
"value": 64
},
"minecraft:health": {
"max": 24,
"value": 24
},
"minecraft:hurt_on_condition": {
"damage_conditions": [
{
"cause": "lava",
"damage_per_tick": 4,
"filters": {
"operator": "==",
"test": "in_lava",
"subject": "self",
"value": true
}
}
]
},
"minecraft:jump.static": {},
"minecraft:loot": {
"table": "loot_tables/entities/evocation_illager.json"
},
"minecraft:movement": {
"value": 0.5
},
"minecraft:movement.basic": {},
"minecraft:nameable": {},
"minecraft:navigation.walk": {
"avoid_water": true,
"can_open_doors": true,
"using_door_annotation": true,
"can_pass_doors": true,
"can_path_over_water": true
},
"minecraft:persistent": {},
"minecraft:physics": {},
"minecraft:pushable": {
"is_pushable": true,
"is_pushable_by_piston": true
},
"minecraft:type_family": {
"family": [
"evocation_illager",
"monster",
"illager",
"mob"
]
}
},
"component_groups": {
"minecraft:celebrate": {
"minecraft:behavior.celebrate": {
"celebration_sound": "celebrate",
"duration": 30,
"jump_interval": {
"range_max": 3.5,
"range_min": 1
},
"on_celebration_end_event": {
"event": "minecraft:stop_celebrating",
"target": "self"
},
"priority": 5,
"sound_interval": {
"range_max": 7,
"range_min": 2
}
}
},
"minecraft:raid_configuration": {
"minecraft:ambient_sound_interval": {
"event_name": "ambient.in.raid",
"range": 4,
"value": 2
},
"minecraft:behavior.move_to_village": {
"priority": 6,
"speed_multiplier": 0.7
},
"minecraft:dweller": {
"can_find_poi": false,
"dwelling_type": "village",
"can_migrate": false,
"dweller_role": "hostile",
"first_founding_reward": 0,
"update_interval_base": 60,
"update_interval_variant": 40
}
}
},
"events": {
"minecraft:spawn_for_raid": {
"add": {
"component_groups": [
"minecraft:raid_configuration"
]
}
},
"minecraft:stop_celebrating": {
"remove": {
"component_groups": [
"minecraft:celebrate"
]
}
},
"minecraft:start_celebrating": { // Event must be called exactly this for village to fire it when a raid is lost
"add": {
"component_groups": [
"minecraft:celebrate"
]
}
}
}
}
}

Xet Storage Details

Size:
9.73 kB
·
Xet hash:
7e7768b77e6f01e3f4f2302db2f33bb9848c5c5429ec32693257b9a53615b268

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.