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
781 B
JSON

{
"type": "origins:action_on_callback",
"name": "Huge Chonker",
"description": "You're quite wide! You won't fit through normal doors anymore...",
"badges": [
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/item/iron_door.png",
"text": "You're 2 blocks wide! You'll only fit through double doors."
}
],
"entity_chosen_when_orb": true,
"entity_action_chosen": {
"type": "origins:and",
"actions": [
{
"type": "origins:execute_command",
"command": "scale set pehkui:hitbox_width 2.0 @s"
}
]
},
"entity_action_lost": {
"type": "origins:execute_command",
"command": "scale reset @s"
}
}