FIXES:
- French tab too large - Number appearing on two lines - Removed save vs magic for monster - Removed logmaster
parent
9cd35b727f
commit
8c6d595659
|
@ -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",
|
||||
|
|
|
@ -210,7 +210,6 @@ export class OseItem extends Item {
|
|||
update = values;
|
||||
}
|
||||
newData.tags = update;
|
||||
console.log(newData);
|
||||
return this.update({ data: newData });
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue