{{ entity_select('action_id', actions, 'action_id', act.get('action_id')) }}
{% for k in ['base','head','upper_body','lower_body','hands','feet','additional'] %}
{{ k | replace('_', ' ') }}
{{ toggle_group('act_' + k, act.get('fields', {}).get(k, true)) }}
{% endfor %}
Suppress Wardrobe
Strip all clothing/wardrobe prompts from generation
{% set sw = act.get('suppress_wardrobe') %}