Added some 20q questions in GM monitor global tooltip (q14, q15, q20) for quick access.
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
Date format : day/month/year
|
||||
|
||||
## 1.8.1 - ??/??/2022 - ???
|
||||
- Restricted symbols to lower-case only, ex : (air) work, (Air) will not (#36).
|
||||
- Added a restriction on symbols, they are now lower-case only, ex : (air) work, (Air) will not (#36).
|
||||
- Added some 20q questions in GM monitor global tooltip (q14, q15, q20) for quick access.
|
||||
|
||||
## 1.8.0 - 29/04/2022 - QoL & Compendiums Update
|
||||
- Added 179 Japanese villages name table.
|
||||
|
||||
@@ -359,6 +359,8 @@ export class GmMonitor extends FormApplication {
|
||||
actorData: data,
|
||||
advantages: adv,
|
||||
disadvantages: dis,
|
||||
suffix: data.template === "pow" ? "_pow" : "",
|
||||
actor_type: actor.data.type,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
@@ -17,5 +17,13 @@
|
||||
<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>
|
||||
{{#ifCond actor_type "==" "character"}}
|
||||
{{!-- 20Q --}}
|
||||
<ul>
|
||||
<li><b>{{localize (localize 'l5r5e.twenty_questions.part5.q14{suffix}' suffix=suffix)}}</b> : {{actorData.twenty_questions.step14.first_sight}}</li>
|
||||
<li><b>{{localize (localize 'l5r5e.twenty_questions.part5.q15{suffix}' suffix=suffix)}}</b> : {{actorData.twenty_questions.step15.stress}}</li>
|
||||
<li><b>{{localize (localize 'l5r5e.twenty_questions.part7.q20{suffix}' suffix=suffix)}}</b> : {{actorData.twenty_questions.step20.death}}</li>
|
||||
</ul>
|
||||
{{/ifCond}}
|
||||
<p>{{{enrichHTML actorData.description}}}</p>
|
||||
</section>
|
||||
Reference in New Issue
Block a user