Add type percularity in item entry
This commit is contained in:
BIN
system/assets/imgs/bg-social.webp
Normal file
BIN
system/assets/imgs/bg-social.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
File diff suppressed because one or more lines are too long
@@ -114,7 +114,8 @@
|
|||||||
line-height: 1.5rem;
|
line-height: 1.5rem;
|
||||||
}
|
}
|
||||||
&.attributes {
|
&.attributes {
|
||||||
select[name="data.advancement_type"],
|
.advancement_type,
|
||||||
|
.advancement_skill,
|
||||||
select[name="data.skill"],
|
select[name="data.skill"],
|
||||||
select[name="data.ring"],
|
select[name="data.ring"],
|
||||||
select[name="data.peculiarity_type"],
|
select[name="data.peculiarity_type"],
|
||||||
|
|||||||
@@ -7,7 +7,12 @@
|
|||||||
<li data-item-id="{{peculiarity._id}}" class="item-control item-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
|
<li data-item-id="{{peculiarity._id}}" class="item-control item-delete" title="{{localize 'l5r5e.global.delete'}}"><i class="fas fa-trash"></i></li>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</ul>
|
</ul>
|
||||||
|
{{#if peculiarity.data.types}}
|
||||||
|
<ul class="item-properties">
|
||||||
|
<li>{{ peculiarity.data.types }}</li>
|
||||||
|
</ul>
|
||||||
|
{{/if}}
|
||||||
{{#if peculiarity.data.description}}
|
{{#if peculiarity.data.description}}
|
||||||
<div class="item-description item-description-{{peculiarity._id}}">{{{ peculiarity.data.description }}}</div>
|
<div class="item-description item-description-{{peculiarity._id}}">{{{ peculiarity.data.description }}}</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</li>
|
</li>
|
||||||
Reference in New Issue
Block a user