942c395f59
move document types from template.json into system.json change Talents into Items add rolls for Talents change the fallback language to german
40 lines
1.6 KiB
Handlebars
40 lines
1.6 KiB
Handlebars
<div class="talent_chat_message">
|
|
<h3>{{talent.name}} ({{localize (concat "DSA41.chat.talentwert_short")}}: {{talent.system.talentwert}}{{#if (ne modifikator 0)}} + {{modifikator}}{{/if}})</h3>
|
|
<div class="info">
|
|
<div>
|
|
<div>{{localize (concat "DSA41.chat.attribute")}}</div>
|
|
<div>{{localize (concat "DSA41.chat.value")}}</div>
|
|
<div>{{localize (concat "DSA41.chat.roll")}}</div>
|
|
<div>{{localize (concat "DSA41.chat.talentwert_short")}}</div>
|
|
</div>
|
|
<div>
|
|
<div>{{localize (concat "DSA41.attributes.long." attribute1.type)}}</div>
|
|
<div>{{attribute1.value}}</div>
|
|
<div>{{roll1}}</div>
|
|
<div>{{needed_taw_roll1}}</div>
|
|
</div>
|
|
<div>
|
|
<div>{{localize (concat "DSA41.attributes.long." attribute2.type)}}</div>
|
|
<div>{{attribute2.value}}</div>
|
|
<div>{{roll2}}</div>
|
|
<div>{{needed_taw_roll2}}</div>
|
|
</div>
|
|
<div>
|
|
<div>{{localize (concat "DSA41.attributes.long." attribute3.type)}}</div>
|
|
<div>{{attribute3.value}}</div>
|
|
<div>{{roll3}}</div>
|
|
<div>{{needed_taw_roll3}}</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div>
|
|
{{localize (concat "DSA41.chat.result")}}:
|
|
{{#if (lt leftover_taw 0)}}
|
|
<b>{{localize (concat "DSA41.chat.failure")}}</b>
|
|
{{else}}
|
|
<b>{{localize (concat "DSA41.chat.success")}}</b>
|
|
{{/if}}
|
|
({{localize (concat "DSA41.chat.talentwert_short")}}: {{leftover_taw}})
|
|
</div>
|
|
</div>
|