forked from public/foundryvtt-reve-de-dragon
		
	Use hbs extension
This commit is contained in:
		
							
								
								
									
										10
									
								
								templates/partial-roll-diffCondition.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								templates/partial-roll-diffCondition.hbs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,10 @@ | ||||
| <div class="flexrow"> | ||||
|   <label for="diffConditions">Conditions</label> | ||||
|   <select name="diffConditions" data-dtype="number" {{#unless use.conditions}}disabled{{/unless}}> | ||||
|       {{#select diffConditions}} | ||||
|       {{#each ajustementsConditions as |key|}} | ||||
|       <option value={{key}}>{{plusMoins key}}</option> | ||||
|       {{/each}} | ||||
|       {{/select}} | ||||
|   </select> | ||||
| </div> | ||||
		Reference in New Issue
	
	Block a user