{ "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_respawned": { "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" } }