update motherboard icon and remove bonded feature section and augment images
This commit is contained in:
parent
bbce05dfea
commit
01fc302b43
1 changed files with 1 additions and 22 deletions
|
|
@ -1,30 +1,12 @@
|
||||||
|
|
||||||
<section class="motherboard-content tab {{#if (eq activeTab 'motherboard')}}active{{/if}}" data-group="primary" data-tab="motherboard">
|
<section class="motherboard-content tab {{#if (eq activeTab 'motherboard')}}active{{/if}}" data-group="primary" data-tab="motherboard">
|
||||||
<div class="motherboard-header" style="margin-bottom: 2rem;">
|
<div class="motherboard-header" style="margin-bottom: 2rem;">
|
||||||
<h2><i class="fa-solid fa-shield-halved"></i> {{localize "DAGGERHEART.ITEMS.Ikonis.Motherboard"}}</h2>
|
<h2><i class="fa-solid fa-microchip"></i> {{localize "DAGGERHEART.ITEMS.Ikonis.Motherboard"}}</h2>
|
||||||
<div class="slots-info">
|
<div class="slots-info">
|
||||||
<span>{{usedSlots}} / {{maxSlots}} {{localize "DAGGERHEART.ITEMS.Ikonis.AugmentSlots"}}</span>
|
<span>{{usedSlots}} / {{maxSlots}} {{localize "DAGGERHEART.ITEMS.Ikonis.AugmentSlots"}}</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{!-- Bonded Feature Section (Always visible if enabled) --}}
|
|
||||||
<div class="bonded-feature motherboard-card" style="border-left: 4px solid #ff2e63; background: rgba(255,46,99,0.05); margin-bottom: 2rem; padding: 1rem; border-radius: 8px;">
|
|
||||||
<div class="bonded-info" style="display: flex; align-items: center; gap: 1rem;">
|
|
||||||
{{#if ikonis.bonded.feature}}
|
|
||||||
<img src="{{ikonis.bonded.feature.img}}" style="width: 48px; height: 48px; border-radius: 4px; border: 1px solid #ff2e63;">
|
|
||||||
<div class="text">
|
|
||||||
<h3 style="margin: 0; color: #ff2e63; font-size: 1.2rem;">{{ikonis.bonded.feature.name}} (Bonded)</h3>
|
|
||||||
<p style="margin: 0.25rem 0 0 0; color: #d1d8e0; font-size: 0.95rem;">Primary system module is active and synced.</p>
|
|
||||||
</div>
|
|
||||||
{{else}}
|
|
||||||
<div class="text">
|
|
||||||
<h3 style="margin: 0; color: #666; font-size: 1.2rem;">No Bonded Feature</h3>
|
|
||||||
<p style="margin: 0.25rem 0 0 0; color: #444; font-size: 0.95rem;">Configure the default bonded feature in Module Settings.</p>
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="augments-section">
|
<div class="augments-section">
|
||||||
<div class="section-header" style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem;">
|
<div class="section-header" style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem;">
|
||||||
<h3 style="margin: 0; color: #e0e0e0;">Installed Augments</h3>
|
<h3 style="margin: 0; color: #e0e0e0;">Installed Augments</h3>
|
||||||
|
|
@ -38,9 +20,6 @@
|
||||||
<div class="augment-item motherboard-card" style="padding: 1rem; background: rgba(255,255,255,0.02); border: 1px solid #2d3436; border-radius: 8px; position: relative;">
|
<div class="augment-item motherboard-card" style="padding: 1rem; background: rgba(255,255,255,0.02); border: 1px solid #2d3436; border-radius: 8px; position: relative;">
|
||||||
<a class="remove-btn" data-action="removeAugment" data-id="{{aug.id}}" style="position: absolute; top: 0.5rem; right: 0.5rem; color: #666; cursor: pointer;"><i class="fa-solid fa-trash-alt"></i></a>
|
<a class="remove-btn" data-action="removeAugment" data-id="{{aug.id}}" style="position: absolute; top: 0.5rem; right: 0.5rem; color: #666; cursor: pointer;"><i class="fa-solid fa-trash-alt"></i></a>
|
||||||
<div style="display: flex; gap: 0.75rem; align-items: center; margin-bottom: 0.5rem;">
|
<div style="display: flex; gap: 0.75rem; align-items: center; margin-bottom: 0.5rem;">
|
||||||
{{#if aug.feature}}
|
|
||||||
<img src="{{aug.feature.img}}" style="width: 32px; height: 32px; border-radius: 4px; border: 1px solid #00d2ff;">
|
|
||||||
{{/if}}
|
|
||||||
<span class="aug-name" style="font-weight: bold; font-size: 1.1rem; color: #ffffff;">{{aug.name}}</span>
|
<span class="aug-name" style="font-weight: bold; font-size: 1.1rem; color: #ffffff;">{{aug.name}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="aug-stats" style="font-size: 0.9rem; color: #a4b0be;">
|
<div class="aug-stats" style="font-size: 0.9rem; color: #a4b0be;">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue