Refactor the way of symbols was handled, now compatible with "monks enhanced journal".
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
|
||||
{{!-- commander --}}
|
||||
<li><b>{{localize 'l5r5e.army.commander_abilities'}}</b> : {{actorData.data.commander_abilities}}</li>
|
||||
<li><b>{{localize 'l5r5e.army.army_abilities'}}</b> : {{{actorData.data.army_abilities}}}</li>
|
||||
<li><b>{{localize 'l5r5e.army.army_abilities'}}</b> : {{{enrichHTML actorData.data.army_abilities}}}</li>
|
||||
</ul>
|
||||
{{!-- description --}}
|
||||
<p>{{{actorData.data.description}}}</p>
|
||||
<p>{{{enrichHTML actorData.data.description}}}</p>
|
||||
|
||||
{{!-- Cohorts --}}
|
||||
{{#if actorData.splitItemsList.army_cohort}}
|
||||
|
||||
@@ -17,5 +17,5 @@
|
||||
<li><b>{{localize 'l5r5e.social.glory'}}</b> : <span class="{{#ifCond actorData.social.glory '>' 64}}goodvalue{{/ifCond}}{{#ifCond actorData.social.glory '<' 20}}badvalue{{/ifCond}}">{{actorData.social.glory}}</span></li>
|
||||
<li><b>{{localize 'l5r5e.social.status'}}</b> : {{actorData.social.status}}</li>
|
||||
</ul>
|
||||
<p>{{{actorData.description}}}</p>
|
||||
<p>{{{enrichHTML actorData.description}}}</p>
|
||||
</section>
|
||||
Reference in New Issue
Block a user