{{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}} {{#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 "-texture.anchorX") placeholder="0.5"}} {{formInput fields.texture.fields.anchorY value=source.texture.anchorY id=(concat rootId "-texture.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 "PF2E.Token.Size.Label"}}
{{localize "TOKEN.Size"}} ({{localize "MEASUREMENT.GridSpaces"}}) {{~#if sizeLinkable}} {{/if~}}
{{formInput fields.width value=source.width id=(concat rootId "-width") disabled=linkToActorSize}} {{formInput fields.height value=source.height id=(concat rootId "-height") disabled=linkToActorSize}} {{formInput fields.depth value=source.depth id=(concat rootId "-depth") disabled=linkToActorSize}}
{{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}}