Update style Npc Sheet v2 + update Charac + delete old ui and add svg

Update Npc sheet style for v1.0
Update Character sheet rings / social / attribute
Delete old l5r-ui folder
Add asset svg
This commit is contained in:
Mandar
2020-12-19 04:44:12 +01:00
parent d3bcfba723
commit 10956e6677
106 changed files with 29486 additions and 1990 deletions

View File

@@ -1,8 +1,8 @@
<form class="{{cssClass}}" autocomplete="off">
{{!-- Sheet Header --}}
<header class="sheet-header">
<img class="profile-img" src="{{actor.img}}" data-edit="img" title="{{actor.name}}" height="150" width="150"/>
<div class="header-fields identity-wrapper">
<img class="profile-img" src="{{actor.img}}" data-edit="img" title="{{actor.name}}"/>
<h1 class="charname"><input name="name" type="text" value="{{actor.name}}" placeholder="Name"/></h1>
{{> 'systems/l5r5e/templates/actors/npc/identity.html' }}
</div>
@@ -11,6 +11,8 @@
{{ editor content=data.notes.value target="data.notes.value" button=true editable=editable }}
</fieldset>
<div class="header-fields">
<h2>{{ localize 'l5r5e.social.title' }}</h2>
<h2 class="right">{{ localize 'l5r5e.attributes.title' }}</h2>
{{> 'systems/l5r5e/templates/actors/npc/social.html' }}
{{> 'systems/l5r5e/templates/actors/npc/rings.html' }}
{{> 'systems/l5r5e/templates/actors/npc/attributes.html' }}
@@ -19,20 +21,16 @@
{{!-- Sheet Body --}}
<section class="sheet-body">
{{> 'systems/l5r5e/templates/actors/npc/skill.html' }}
<article>
{{> 'systems/l5r5e/templates/actors/npc/techniques.html' }}
</article>
<article>
{{> 'systems/l5r5e/templates/actors/npc/narrative.html' }}
</article>
<article>
{{> 'systems/l5r5e/templates/items/weapon/weapons.html' }}
{{> 'systems/l5r5e/templates/items/armor/armors.html' }}
{{> 'systems/l5r5e/templates/items/item/items.html' }}
</article>
<article>
{{> 'systems/l5r5e/templates/items/weapon/weapons.html' }}
</article>
<article>
{{> 'systems/l5r5e/templates/items/armor/armors.html' }}
{{> 'systems/l5r5e/templates/actors/npc/techniques.html' }}
</article>
</section>
</form>