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.

31 lines
842 B
JSON

{
"type": "origins:action_on_callback",
"name": "Tiny stature",
"description": "You're small!",
"badges": [
{
"type": "origins:tooltip",
"sprite": "minecraft:textures/item/sweet_berries.png",
"text": "You are 25% smaller than others!"
}
],
"entity_chosen_when_orb": true,
"entity_action_chosen": {
"type": "origins:and",
"actions": [
{
"type": "origins:execute_command",
"command": "scale set pehkui:height 0.75 @s"
},
{
"type": "origins:execute_command",
"command": "scale set pehkui:width 0.75 @s"
}
]
},
"entity_action_lost": {
"type": "origins:execute_command",
"command": "scale reset @s"
}
}