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.

24 lines
635 B
JSON

{
"type": "origins:action_on_callback",
"name": "Fox sized",
"description": "You're small!",
"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"
}
}