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.
27 lines
618 B
JSON
27 lines
618 B
JSON
{
|
|
"type": "origins:action_on_death",
|
|
"name": "Explosive Core",
|
|
"description": "You got a core that could take out your environment when going critical.",
|
|
"badges": [
|
|
{
|
|
"type": "origins:tooltip",
|
|
"sprite": "minecraft:textures/item/gunpowder.png",
|
|
"text": "You will explode on death!"
|
|
}
|
|
],
|
|
"bientity_action": {
|
|
"type": "origins:and",
|
|
"actions": [
|
|
{
|
|
"type": "origins:target_action",
|
|
"action": {
|
|
"type": "origins:explode",
|
|
"power": 5,
|
|
"destruction_type": "keep",
|
|
"damage_slef": false
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|