{{formGroup fields.texture.fields.src value=source.texture.src rootId=rootId}} {{#if randomImgEnabled}} {{formGroup fields.randomImg value=source.randomImg classes="slim" rootId=rootId}} {{else if hasAlternates}}
{{/if}}
{{localize "Token Size"}} {{#if usesActorSize}}
{{/if}}
{{formInput fields.width value=source.width id=(concat rootId "-width") disabled=actorSizeDisable}} {{formInput fields.height value=source.height id=(concat rootId "-height") disabled=actorSizeDisable}}
{{#if shapes}} {{formGroup fields.shape value=source.shape choices=shapes classes="slim" rootId=rootId}} {{/if}} {{formGroup fields.texture.fields.fit value=source.texture.fit choices=textureFitModes classes="slim" rootId=rootId}}
{{formInput fields.texture.fields.anchorX value=source.texture.anchorX id=(concat rootId "-anchorX") placeholder="0.5"}} {{formInput fields.texture.fields.anchorY value=source.texture.anchorY id=(concat rootId "-anchorY") placeholder="0.5"}}

{{localize "TOKEN.AnchorHint"}}

{{formGroup fields.texture.fields.tint value=source.texture.tint placeholder="#ffffff" rootId=rootId}} {{formGroup fields.alpha value=source.alpha step=0.05 rootId=rootId}} {{formGroup fields.lockRotation value=source.lockRotation rootId=rootId}}
{{localize "TOKEN.RING.SHEET.legend"}} {{formGroup fields.ring.fields.enabled value=source.ring.enabled rootId=rootId}} {{formGroup fields.ring.fields.colors.fields.ring value=source.ring.colors.ring rootId=rootId}} {{formGroup fields.ring.fields.colors.fields.background value=source.ring.colors.background rootId=rootId}} {{formGroup fields.ring.fields.subject.fields.texture value=source.ring.subject.texture rootId=rootId}} {{formGroup fields.ring.fields.subject.fields.scale value=source.ring.subject.scale max=3 step=0.02 rootId=rootId}} {{formGroup fields.ring.fields.effects value=source.ring.effects input=ringEffectsInput stacked=true rootId=rootId}}