<inputid="hero-sub-periods"type="number"min="1"max="52"value="1"style="width:56px"title="Число периодов (как при покупке подписки)"/>
<buttontype="button"class="btn"onclick="withAction(() => heroAction('grant-subscription',{periods:Math.min(52,Math.max(1,parseInt(document.getElementById('hero-sub-periods').value,10)||1))}))"title="Выдать подписку на N периодов (длительность из runtime), без списания RUB">Выдать подписку</button>
<buttontype="button"class="btn warn"onclick="withAction(() => heroAction('force-death',{}))"title="HP 0, state dead, ends combat; counts as a death if the hero was alive">Режим смерти</button>
<buttontype="button"class="btn warn"onclick="withAction(() => heroAction('force-death',{}))"title="HP 0, state dead, ends combat; counts as a death if the hero was alive">Режим смерти</button>
<buttonclass="btn"onclick="withAction(() => heroAction('start-rest',{}, true))"title="Town rest (same duration as normal town rest)">Start rest (town)</button>
<buttonclass="btn"onclick="withAction(() => heroAction('start-rest',{}, true))"title="Town rest (same duration as normal town rest)">Start rest (town)</button>
<buttonclass="btn"onclick="withAction(() => heroAction('start-roadside-rest',{}, true))"title="Roadside rest at current road position (not in excursion)">Start rest (roadside)</button>
<buttonclass="btn"onclick="withAction(() => heroAction('start-roadside-rest',{}, true))"title="Roadside rest at current road position (not in excursion)">Start rest (roadside)</button>