diff --git a/data/feathermc/powers/digestion.json b/data/feathermc/powers/digestion.json index 8edcf41..c58e884 100644 --- a/data/feathermc/powers/digestion.json +++ b/data/feathermc/powers/digestion.json @@ -161,7 +161,7 @@ "condition": { "type": "origins:health", "comparison": "<", - "compare_to": 60 + "compare_to": 40 }, "if_action": {"type": "origins:and", "actions": [{ diff --git a/data/feathermc/powers/small_size.json b/data/feathermc/powers/small_size.json index 95e4f82..025a903 100644 --- a/data/feathermc/powers/small_size.json +++ b/data/feathermc/powers/small_size.json @@ -23,6 +23,19 @@ } ] }, + "entity_action_respawned": { + "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" diff --git a/data/feathermc/powers/wide_figure.json b/data/feathermc/powers/wide_figure.json index eb0ad17..bad80c7 100644 --- a/data/feathermc/powers/wide_figure.json +++ b/data/feathermc/powers/wide_figure.json @@ -19,6 +19,15 @@ } ] }, + "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"