{ "type": "origins:multiple", "name": "Bark", "description": "bark bark bark bark bark bark", "self_bark": { "type": "origins:active_self", "key": { "key": "key.origins.primary_active", "continuous": false }, "retain_state": false, "entity_action": { "type": "origins:choice", "actions": [ { "element": { "type": "origins:play_sound", "sound": "minecraft:entity.wolf.ambient" }, "weight": 4 }, { "element": { "type": "origins:play_sound", "sound": "minecraft:entity.wolf.ambient", "pitch": 0.8 }, "weight": 4 }, { "element": { "type": "origins:play_sound", "sound": "minecraft:entity.wolf.ambient", "pitch": 1.2 }, "weight": 4 }, { "element": { "type": "origins:play_sound", "sound": "minecraft:entity.wolf.pant" }, "weight": 4 }, { "element": { "type": "origins:play_sound", "sound": "minecraft:entity.wolf.howl" }, "weight": 1 }, { "element": { "type": "origins:play_sound", "sound": "minecraft:entity.wolf.growl" }, "weight": 1 } ] } }, "damage_whine": { "type": "origins:action_when_damage_taken", "entity_action": { "type": "origins:play_sound", "sound": "minecraft:entity.wolf.whine" }, "cooldown": 20 }, "death_howl": { "type": "origins:action_on_death", "entity_action": { "type": "origins:play_sound", "sound": "minecraft:entity.wolf.death" } } }