Files
neochrome/pack/config/paxi/datapacks/statures/data/tinkerer/powers/impish.json
2026-01-24 05:19:02 -07:00

30 lines
750 B
JSON

{
"name": "Impish",
"description": "You're impishly short (66%)!\nHeight: 1.2 Blocks\nSneak Height: 1 Block\nWidth: 0.4 Blocks",
"type": "origins:action_on_callback",
"entity_action_chosen": {
"type": "origins:and",
"actions": [
{
"type": "origins:execute_command",
"command": "scale set pehkui:height 0.66 @s"
},
{
"type": "origins:execute_command",
"command": "scale set pehkui:width 0.66 @s"
},
{
"type": "origins:execute_command",
"command": "scale persist set pehkui:height true @s"
},
{
"type": "origins:execute_command",
"command": "scale persist set pehkui:width true @s"
}
]
},
"entity_action_lost": {
"type": "origins:execute_command",
"command": "scale reset @s"
}
}