- French tab too large
- Number appearing on two lines
- Removed save vs magic for monster
- Removed log
master
U~man 2020-07-13 19:28:17 +02:00
parent 9cd35b727f
commit 8c6d595659
5 changed files with 3 additions and 14 deletions

View File

@ -132,7 +132,7 @@
"OSE.NPCReaction": "Réaction",
"OSE.RetainersMax": "#Suivants",
"OSE.category.attributes": "Caractéristiques",
"OSE.category.attributes": "Stats",
"OSE.category.inventory": "Inventaire",
"OSE.category.abilities": "Aptitudes",
"OSE.category.spells": "Sorts",

View File

@ -210,7 +210,6 @@ export class OseItem extends Item {
update = values;
}
newData.tags = update;
console.log(newData);
return this.update({ data: newData });
}

View File

@ -234,7 +234,7 @@
<h4 class="attribute-name box-title" title="{{ localize 'OSE.saves.magic.long' }}">
{{ localize "OSE.saves.magic.long"}}</h4>
<div class="attribute-value flat" title="{{localize 'OSE.scores.wis.long'}}({{data.scores.wis.mod}})">
{{data.scores.wis.mod}}
{{mod data.scores.wis.mod}}
</div>
</li>
</ul>

View File

@ -189,14 +189,6 @@
<input name="data.saves.spell.value" type="text" value="{{data.saves.spell.value}}"
placeholder="0" />
</li>
<li class="attribute saving-throw">
<h4 class="attribute-name box-title" title="{{ localize 'OSE.saves.magic.long' }}">
{{ localize "OSE.saves.magic.long"}}</h4>
<div class="attribute-value flat"
title="{{localize 'OSE.scores.wis.long'}}({{data.scores.wis.mod}})">
{{data.scores.wis.mod}}
</div>
</li>
</ul>
</div>
</section>

View File

@ -19,9 +19,7 @@
<div class="check appearing-check" title="{{localize 'OSE.roll.appearing'}}"><a><i class="fas fa-dice"></i></a></div>
</li>
<li class="flexrow check-field" data-check="wilderness">
<div>
(<input type="text" name="data.details.appearing.w" value="{{data.details.appearing.w}}" />)
</div>
(<div><input type="text" name="data.details.appearing.w" value="{{data.details.appearing.w}}" /></div>)
<div class="check appearing-check" title="{{localize 'OSE.roll.appearing'}}"><a><i class="fas fa-dice"></i></a></div>
</li>
{{#if config.morale}}