Skip to content

Commit

Permalink
Merge pull request #1 from dyvim/dyvim-CoC_7fr_typos
Browse files Browse the repository at this point in the history
[Call of Cthulhu 7th edition (French)] Update coc_7th_ed.html - correct typos
  • Loading branch information
dyvim authored Oct 8, 2024
2 parents 9f001ee + 968e090 commit eb593bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Call_of_Cthulhu_7th_Ed_French/coc_7th_ed.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h4 class="section-head">Chance</h4>
<input class="secondary-attr-input" placeholder="actuel" type="text" min="0" max="100" name="attr_luck">
</td>
<td>
<button type='roll' value='@{secret_roll} &{template:coc} {{name=Luck Roll}} {{success=[[@{luck}]]}} {{hard=[[floor(@{luck}/2)]]}} {{extreme=[[floor(@{luck}/5)]]}} {{roll1=[[1d100]]}} {{roll2=[[1d100]]}} {{roll3=[[1d100]]}}' name='roll_luck_check' />
<button type='roll' value='@{secret_roll} &{template:coc} {{name=Jet de chance}} {{success=[[@{luck}]]}} {{hard=[[floor(@{luck}/2)]]}} {{extreme=[[floor(@{luck}/5)]]}} {{roll1=[[1d100]]}} {{roll2=[[1d100]]}} {{roll3=[[1d100]]}}' name='roll_luck_check' />
</td>
</tr>
</table>
Expand Down Expand Up @@ -444,9 +444,9 @@ <h4 class="section-head">Comp&#233;tences de l'Investigateur</h4>
<table style="width:100%">
<tr>
<td><input type="checkbox" name="attr_first_aid_checkbox"></td>
<td class="skill-label">Premier soin(30%)</td>
<td class="skill-label">Premiers soins(30%)</td>
<td><input class="skill-input" type="text" name="attr_first_aid" value="30"/></td>
<td><button type='roll' value='@{secret_roll} &{template:coc} {{name=Jet de Premier soin}} {{success=[[@{first_aid}]]}} {{hard=[[floor(@{first_aid}/2)]]}} {{extreme=[[floor(@{first_aid}/5)]]}} {{roll1=[[1d100]]}} {{roll2=[[1d100]]}} {{roll3=[[1d100]]}}' name='roll_first_aid_check' /></td>
<td><button type='roll' value='@{secret_roll} &{template:coc} {{name=Jet de Premiers soins}} {{success=[[@{first_aid}]]}} {{hard=[[floor(@{first_aid}/2)]]}} {{extreme=[[floor(@{first_aid}/5)]]}} {{roll1=[[1d100]]}} {{roll2=[[1d100]]}} {{roll3=[[1d100]]}}' name='roll_first_aid_check' /></td>
</tr>
<tr>
<td><input type="checkbox" name="attr_psychoanalysis_checkbox"></td>
Expand Down

0 comments on commit eb593bc

Please sign in to comment.