You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|