{{!-- Description Tab --}}
{{item.name}}
{{#if data.manufacturer}}
{{else if data.skinColorOptions}}
{{/if}}
{{editor content=data.description.value target="data.description.value" fontsize=12px button=true editable=editable}}
{{!-- Traits Tab --}}
{{item.name}} Traits
As a/an {{item.name}}, you have the following special traits.
{{editor content=data.traits.value target="data.traits.value" button=true editable=editable}}
{{!-- Effects Tab --}}
{{> "systems/sw5e/templates/actors/parts/active-effects.html"}}