2023-01-19 02:46:54 +01:00
|
|
|
<h4>Soins</h4>
|
2023-03-15 00:46:08 +01:00
|
|
|
<div>
|
2023-12-04 01:21:05 +01:00
|
|
|
<a class="chat-card-button creer-tache-blessure-legere" data-tooltip="Soigner une blessure légère"><i class="fas fa-first-aid"></i> légère</a>
|
|
|
|
<a class="chat-card-button creer-tache-blessure-grave" data-tooltip="Soigner une blessure grave"><i class="fas fa-first-aid"></i> grave</a>
|
|
|
|
<a class="chat-card-button creer-tache-blessure-critique" data-tooltip="Soigner une blessure critique"><i class="fas fa-first-aid"></i> critique</a>
|
2023-03-15 00:46:08 +01:00
|
|
|
</div>
|
2023-01-19 02:42:25 +01:00
|
|
|
<ul class="item-list alterne-list">
|
|
|
|
{{#each taches as |tache id|}}
|
|
|
|
{{#if (eq tache.system.competence 'Chirurgie')}}
|
2023-12-04 01:21:05 +01:00
|
|
|
<li class="item flexrow list-item" data-item-id="{{tache._id}}"
|
|
|
|
data-tooltip="Premiers soins: {{tache.name}} ({{tache.system.points_de_tache_courant}}/{{tache.system.points_de_tache}})">
|
|
|
|
<img class="sheet-competence-img" src="{{tache.img}}"/>
|
2025-01-15 19:13:32 +01:00
|
|
|
<span class="list-item-label"><a class="action-tache">{{tache.name}}
|
2023-12-04 01:21:05 +01:00
|
|
|
({{tache.system.points_de_tache_courant}}/{{tache.system.points_de_tache}})</a></span>
|
2025-01-15 19:13:32 +01:00
|
|
|
{{>'systems/foundryvtt-reve-de-dragon/templates/actor/item-action-controls.hbs' item=tache options=@root.options}}
|
2023-01-19 02:42:25 +01:00
|
|
|
</li>
|
|
|
|
{{/if}}
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|