forked from public/foundryvtt-reve-de-dragon
		
	#53 : Gestion des détériorations et du recul
This commit is contained in:
		| @@ -36,10 +36,12 @@ | |||||||
|   <label for="xp">Coups Non Mortels ? </label> |   <label for="xp">Coups Non Mortels ? </label> | ||||||
|   <input class="attribute-value" type="checkbox" id="coupsNonMortels" name="coupsNonMortels"  {{#if coupsNonMortels}}checked{{/if}}/> |   <input class="attribute-value" type="checkbox" id="coupsNonMortels" name="coupsNonMortels"  {{#if coupsNonMortels}}checked{{/if}}/> | ||||||
| </div> | </div> | ||||||
|  | {{#unless attackerRoll}} | ||||||
| <div> | <div> | ||||||
|   <label>Est une charge ?</label> |   <label>Est une charge ?</label> | ||||||
|   <input class="attribute-value" type="checkbox" id="isCharge" name="isCharge"  {{#if isCharge}}checked{{/if}}/> |   <input class="attribute-value" type="checkbox" id="isCharge" name="isCharge"  {{#if isCharge}}checked{{/if}}/> | ||||||
| </div> | </div> | ||||||
|  | {{/unless}} | ||||||
| {{/if}} | {{/if}} | ||||||
| {{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-surenc.html"}} | {{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-surenc.html"}} | ||||||
| {{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-natation.html"}} | {{>"systems/foundryvtt-reve-de-dragon/templates/dialog-roll-natation.html"}} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user