Première release testée
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<div class="chi-chat-desc">
|
||||
{{#if skill.name}}<span class="chi-chat-skill">{{skill.name}}</span>{{/if}}
|
||||
<span class="chi-chat-vs">→</span>
|
||||
<span class="chi-chat-diff">{{localize (concat 'chiaroscuro.difficulties.' difficulty.id)}} ({{difficulty.value}})</span>
|
||||
<span class="chi-chat-diff">{{localize (concat 'chiaroscuro.difficulties.' difficulty.id)}}</span>
|
||||
</div>
|
||||
|
||||
{{!-- Dice results --}}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<form class="l5r5e dice-picker-dialog" autocomplete="off">
|
||||
{{> 'systems/l5r5e/templates/actors/character/effects.html'}}
|
||||
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/effects.html'}}
|
||||
<table>
|
||||
{{!-- First line--}}
|
||||
<tr>
|
||||
@@ -45,14 +45,14 @@
|
||||
</div>
|
||||
<div id="skill_default_value" class="pointer-choice">
|
||||
<div class="dice-container">
|
||||
<img src="systems/l5r5e/assets/dices/default/skill_blank.svg" alt="1">
|
||||
<img src="systems/l5rx-chiaroscuro/assets/dices/default/skill_blank.svg" alt="1">
|
||||
<div class="dice-value">
|
||||
<span class="dice-skill" type="text" name="skill_{{data.skill.name}}">{{data.skill.defaultValue}}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{else}}
|
||||
<img class="profile-img" src="systems/l5r5e/assets/imgs/noskill.webp" data-edit="img" alt="no skill selected" />
|
||||
<img class="profile-img" src="systems/l5rx-chiaroscuro/assets/imgs/noskill.webp" data-edit="img" alt="no skill selected" />
|
||||
{{/if}}
|
||||
</td>
|
||||
</tr>
|
||||
@@ -86,7 +86,7 @@
|
||||
|
||||
<div class="third">
|
||||
<div class="dice-container">
|
||||
<img src="systems/l5r5e/assets/dices/default/3d/blank.png" alt="1" />
|
||||
<img src="systems/l5rx-chiaroscuro/assets/dices/default/3d/blank.png" alt="1" />
|
||||
<div class="dice-value">
|
||||
<input class="input-dice" type="text" name="difficulty.value" value="{{data.difficulty.value}}" readonly="readonly" />
|
||||
</div>
|
||||
@@ -107,7 +107,7 @@
|
||||
|
||||
<div class="third">
|
||||
<div class="dice-container">
|
||||
<img src="systems/l5r5e/assets/dices/default/ring_blank.svg" alt="1" />
|
||||
<img src="systems/l5rx-chiaroscuro/assets/dices/default/ring_blank.svg" alt="1" />
|
||||
<div class="dice-value">
|
||||
<input class="input-dice input-dice-ring" type="text" name="ring.value" value="{{data.ring.value}}" readonly="readonly" />
|
||||
</div>
|
||||
@@ -126,7 +126,7 @@
|
||||
|
||||
<div class="third">
|
||||
<div class="dice-container">
|
||||
<img src="systems/l5r5e/assets/dices/default/skill_blank.svg" alt="1" />
|
||||
<img src="systems/l5rx-chiaroscuro/assets/dices/default/skill_blank.svg" alt="1" />
|
||||
<div class="dice-value">
|
||||
<input class="input-dice input-dice-skill" type="text" name="skill.value" value="{{data.skill.value}}" readonly="readonly" />
|
||||
</div>
|
||||
@@ -164,7 +164,7 @@
|
||||
<div class="assistance dice-container">
|
||||
<i class="assistance pointer-choice fa fa-minus-square" data-item="assistance" data-value="-1"></i>
|
||||
<div class="dice-container">
|
||||
<img src="systems/l5r5e/assets/dices/default/3d/blank.png" alt="1" />
|
||||
<img src="systems/l5rx-chiaroscuro/assets/dices/default/3d/blank.png" alt="1" />
|
||||
<div class="dice-value">
|
||||
<input class="input-dice" type="text" name="skill.assistance" value="{{data.skill.assistance}}" readonly="readonly" />
|
||||
</div>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
{{/if}}
|
||||
</li>
|
||||
</ul>
|
||||
{{> 'systems/l5r5e/templates/actors/character/effects.html' actor=l5r5e.actor}}
|
||||
{{> 'systems/l5rx-chiaroscuro/templates/actors/character/effects.html' actor=l5r5e.actor}}
|
||||
</header>
|
||||
<section class="rnk-ct">
|
||||
{{!-- Body --}}
|
||||
|
||||
Reference in New Issue
Block a user