mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-17 13:47:44 +00:00
feat: hit property
This commit is contained in:
parent
394bea4c87
commit
2c02be9e68
1 changed files with 46 additions and 39 deletions
|
|
@ -179,7 +179,14 @@
|
||||||
{{each equip.properties prop}}
|
{{each equip.properties prop}}
|
||||||
<div class="properties">
|
<div class="properties">
|
||||||
<div class="prop-icon {{prop.classname}}"></div>
|
<div class="prop-icon {{prop.classname}}"></div>
|
||||||
<div class="label yellow">{{prop.property_name}}</div>
|
{{if prop.score !== false}}
|
||||||
|
<div class="label yellow hit{{prop.base_score * 100}}">
|
||||||
|
{{else}}
|
||||||
|
<div class="label yellow">
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
{{prop.property_name}}
|
||||||
|
</div>
|
||||||
{{if prop.count}}
|
{{if prop.count}}
|
||||||
<div class="count">
|
<div class="count">
|
||||||
<% for(let i=1 ; i <=prop.count ; i++) { %>
|
<% for(let i=1 ; i <=prop.count ; i++) { %>
|
||||||
|
|
@ -221,5 +228,5 @@
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{/block}}
|
{{/block}}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue