CONNEXION
  • RetourJeux
    • Tests
    • Soluces
    • Previews
    • Sorties
    • Hit Parade
    • Les + attendus
    • Tous les Jeux
  • RetourActu
    • Culture Geek
    • Astuces
    • Réalité Virtuelle
    • Rétrogaming
    • Toutes les actus
  • RetourHigh-Tech
    • Actus JVTECH
    • Bons plans
    • Tutoriels
    • Tests produits High-Tech
    • Guides d'achat High-Tech
    • JVTECH
  • RetourVidéos
    • A la une
    • Gaming Live
    • Vidéos Tests
    • Vidéos Previews
    • Gameplay
    • Trailers
    • Chroniques
    • Replay Web TV
    • Toutes les vidéos
  • RetourForums
    • Hardware PC
    • PS5
    • Switch
    • Xbox Series
    • Overwatch 2
    • FUT 23
    • League of Legends
    • Genshin Impact
    • Tous les Forums
  • PC
  • PS5
  • Xbox Series
  • PS4
  • One
  • Switch
  • Wii U
  • iOS
  • Android
  • MMO
  • RPG
  • FPS
En ce moment Genshin Impact Valhalla Breath of the wild Animal Crossing GTA 5 Red dead 2
Etoile Abonnement RSS
Forum
  • Accueil
  • Actus
  • Tests
  • Vidéos
  • Images
  • Soluces
  • Forum

Sujet : Besoin d'aide json

DébutPage précedente
1
Page suivantePage suivante
stoonser4 stoonser4
MP
Niveau 2
28 octobre 2021 à 01:38:43

Salut, je suis en train de me lancer sur les Add-on mcpe et en ce moment je travaille les entité.
J'ai custom des zombies et un pnj. Et j'ai fait en sorte que le zombie aggro le pnj a 200 bloc de distance. Seulement laggro du zombie reste la même que le zombie classique. Si quelqu'un peut m'aider ça serait super.
Voici le .json

{
"format_version": "1.10.0",
"minecraft:entity": {
"description": {
"identifier": "minecraft:zombie",
"is_spawnable": true,
"is_summonable": true,
"is_experimental": false
},
"component_groups": {
"minecraft:can_have_equipment": {
"minecraft:equipment": {
"table": "loot_tables/entities/zombie_equipment.json"
}
},
"minecraft:convert_to_baby_drowned": {
"minecraft:is_shaking": {},
"minecraft:transformation": {
"into": "minecraft:drowned<minecraft:as_baby>",
"transformation_sound": "convert_to_drowned",
"drop_equipment": true,
"delay": {
"value": 15
}
}
},
"minecraft:convert_to_drowned": {
"minecraft:is_shaking": {},
"minecraft:transformation": {
"into": "minecraft:drowned<minecraft:as_adult>",
"transformation_sound": "convert_to_drowned",
"drop_equipment": true,
"delay": {
"value": 15
}
}
},
"minecraft:zombie_baby": {
"minecraft:experience_reward": {
"on_death": "query.last_hit_by_player ? 12 + (query.equipment_count * Math.Random(1,3)) : 0"
},
"minecraft:is_baby": {},
"minecraft:scale": {
"value": 0.5
},
"minecraft:movement": {
"max": 0.23,
"value": 0.23
}
},
"minecraft:zombie_adult": {
"minecraft:behavior.mount_pathing": {
"speed_multiplier": 1.25,
"priority": 2,
"target_dist": 0.0,
"track_target": true
},
"minecraft:rideable": {
"family_types": [
"zombie"
],
"seat_count": 1,
"seats": {
"position": [
0.0,
1.1,
-0.35
],
"lock_rider_rotation": 0
}
},
"minecraft:movement": {
"max": 0.23,
"value": 0.23
}
},
"minecraft:zombie_jockey": {
"minecraft:behavior.find_mount": {
"within_radius": 16,
"priority": 1
}
},
"minecraft:start_drowned_transformation": {
"minecraft:timer": {
"looping": false,
"time": 30,
"time_down_event": {
"event": "minecraft:convert_to_drowned"
}
},
"minecraft:environment_sensor": {
"filters": {
"test": "is_underwater",
"subject": "self",
"value": false,
"operator": "=="
},
"event": "minecraft:stop_transforming"
}
},
"minecraft:look_to_start_drowned_transformation": {
"minecraft:environment_sensor": {
"filters": {
"test": "is_underwater",
"subject": "self",
"value": true,
"operator": "=="
},
"event": "minecraft:start_transforming"
}
}
},
"components": {
"minecraft:behavior.random_look_around": {
"priority": 7
},
"minecraft:behavior.random_stroll": {
"speed_multiplier": 1,
"priority": 6
},
"minecraft:jump.static": {},
"minecraft:behavior.stomp_turtle_egg": {
"interval": 20,
"search_count": 4,
"search_height": 3,
"goal_radius": 1.13,
"priority": 4,
"speed_multiplier": 1,
"search_range": 10
},
"minecraft:health": {
"max": 20,
"value": 20
},
"minecraft:behavior.melee_attack": {
"track_target": false,
"speed_multiplier": 1
},
"minecraft:behavior.look_at_player": {
"look_distance": 6,
"probability": 0.02,
"priority": 7
},
"minecraft:movement": {
"max": 0.23,
"value": 0.23
},
"minecraft:breathable": {
"totalSupply": 15,
"breathesWater": true,
"generatesBubbles": false,
"breathesAir": true,
"suffocateTime": -1
},
"minecraft:experience_reward": {
"on_bred": "10",
"on_death": "query.last_hit_by_player ? 10 : 0"
},
"minecraft:annotation.break_door": {
"break_time": 15.0,
"min_difficulty": "easy"
},
"minecraft:environment_sensor": {
"filters": {
"operator": "==",
"value": true,
"test": "is_underwater"
},
"event": "minecraft:start_transforming"
},
"minecraft:physics": {},
"minecraft:nameable": {
"allow_name_tag_renaming": false,
"always_show": false,
"alwaysShow": false,
"allowNameTagRenaming": false
},
"minecraft:type_family": {
"family": [
"zombie",
"undead",
"monster"
]
},
"minecraft:attack": {
"damage": 3
},
"minecraft:movement.basic": {},
"minecraft:navigation.walk": {
"can_pass_doors": true,
"can_walk": true,
"can_break_doors": true,
"is_amphibious": true
},
"minecraft:behavior.hurt_by_target": {
"priority": 3
},
"minecraft:behavior.nearest_attackable_target": {
"priority": 2,
"must_see": false,
"reselect_targets": true,
"within_radius": 200,
"must_see_forget_duration": 17.0,
"entity_types": [
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "player"
},
{
"test": "is_family",
"subject": "other",
"value": "snowgolem"
},
{
"test": "is_family",
"subject": "other",
"value": "irongolem"
},
{
"test": "is_family",
"subject": "other",
"value": "svg"
}
]
},
"max_dist": 200,
"must_see": false
},
{
"filters": {
"any_of": [
{
"test": "is_family",
"subject": "other",
"value": "villager"
},
{
"test": "is_family",
"subject": "other",
"value": "wandering_trader"
}
]
},
"max_dist": 200,
"must_see": false
},
{
"filters": {
"all_of": [
{
"test": "is_family",
"subject": "other",
"value": "baby_turtle"
},
{
"test": "in_water",
"subject": "other",
"operator": "!=",
"value": true
}
]
},
"max_dist": 200
}
]
},
"minecraft:scale": {
"value": 1
},
"minecraft:collision_box": {
"height": 1.8,
"width": 0.5
},
"minecraft:behavior.move_towards_restriction": {
"speed_multiplier": 1,
"priority": 5
},
"minecraft:underwater_movement": {
"value": 0.02
},
"minecraft:behavior.owner_hurt_by_target": {
"priority": 1
},
"minecraft:behavior.owner_hurt_target": {
"priority": 2
},
"minecraft:on_death": {
"event": "on:death",
"target": "self"
},
"minecraft:on_hurt": {
"event": "on:hurt",
"target": "self"
},
"minecraft:on_hurt_by_player": {
"event": "on:hurt_by_player",
"target": "self"
},
"minecraft:on_ignite": {
"event": "on:ignite",
"target": "self"
},
"minecraft:on_target_acquired": {
"event": "on:target_acquired",
"target": "self"
},
"minecraft:on_target_escape": {
"event": "on:target_escape",
"target": "self"
},
"minecraft:on_wake_with_owner": {
"event": "on:wake_with_owner",
"target": "self"
},
"minecraft:equip_item": {},
"minecraft:loot": {
"table": "loot_tables/entities/zombie.json"
}
},
"events": {
"minecraft:start_transforming": {
"add": {
"component_groups": [
"minecraft:start_drowned_transformation"
]
},
"remove": {
"component_groups": [
"minecraft:look_to_start_drowned_transformation"
]
}
},
"minecraft:stop_transforming": {
"add": {
"component_groups": [
"minecraft:look_to_start_drowned_transformation"
]
},
"remove": {
"component_groups": [
"minecraft:start_drowned_transformation"
]
}
},
"minecraft:entity_spawned": {
"randomize": [
{
"add": {
"component_groups": [
"minecraft:zombie_adult",
"minecraft:can_have_equipment"
]
},
"remove": {},
"weight": 380
},
{
"add": {
"component_groups": [
"minecraft:zombie_baby",
"minecraft:can_have_equipment"
]
},
"remove": {},
"weight": 17
},
{
"add": {
"component_groups": [
"minecraft:zombie_baby",
"minecraft:zombie_jockey",
"minecraft:can_have_equipment"
]
},
"remove": {},
"weight": 3
}
]
},
"minecraft:convert_to_drowned": {
"sequence": [
{
"filters": {
"operator": "!=",
"value": "minecraft:is_baby",
"test": "has_component"
},
"add": {
"component_groups": [
"minecraft:convert_to_drowned"
]
},
"remove": {
"component_groups": [
"minecraft:start_drowned_transformation"
]
}
},
{
"filters": {
"value": "minecraft:is_baby",
"test": "has_component"
},
"add": {
"component_groups": [
"minecraft:convert_to_baby_drowned"
]
},
"remove": {
"component_groups": [
"minecraft:start_drowned_transformation"
]
}
}
]
},
"minecraft:as_adult": {
"add": {
"component_groups": [
"minecraft:zombie_adult"
]
}
},
"minecraft:as_baby": {
"add": {
"component_groups": [
"minecraft:zombie_baby"
]
}
},
"on:death": {
"run_command": {
"command": []
}
},
"on:hurt": {
"run_command": {
"command": []
}
},
"on:hurt_by_player": {
"run_command": {
"command": []
}
},
"on:ignite": {
"run_command": {
"command": []
}
},
"on:target_acquired": {
"run_command": {
"command": []
}
},
"on:target_escape": {
"run_command": {
"command": []
}
},
"on:wake_with_owner": {
"run_command": {
"command": []
}
}
}
}
}

DébutPage précedente
1
Page suivantePage suivante
Répondre
Prévisu
?
Victime de harcèlement en ligne : comment réagir ?
Infos 0 connecté(s)

Gestion du forum

Modérateurs : Evilash08, Vortex646, Tomy-Fett, Leirok, ]Faustine[, Latios[JV], Remysangfamy
Contacter les modérateurs - Règles du forum

Sujets à ne pas manquer

La vidéo du moment