Bonded Feature Configuration

Attach the core feature of this motherboard.

{{#if ikonis.bonded.feature}}
{{ikonis.bonded.feature.name}}
{{else}} Drop Feature Item Here {{/if}}

Augment Slots ({{usedSlots}} / {{maxSlots}})

{{#each ikonis.slots as |slot|}}
Slot {{slot.index}} {{#if slot.aug}} {{/if}}
{{#if slot.aug}}
{{slot.aug.name}}
{{slot.aug.effect}}
Cost: {{slot.aug.cost}}
{{#if slot.aug.feature}}
{{slot.aug.feature.name}}
{{else}} Drop Feature {{/if}}
{{else}} {{/if}}
{{/each}}