{{#unless isPrototype}}
{{/unless}}
{{#if isPrototype}}

{{localize "TOKEN.AppendNumberHint" name=object.name}}

{{localize "TOKEN.PrependAdjectiveHint" name=object.name}}


{{/if}} {{#unless isPrototype}}
{{numberInput object.x name="x" step=1 disabled=(not isGM) placeholder=(localize "Pixels")}} {{numberInput object.y name="y" step=1 disabled=(not isGM) placeholder=(localize "Pixels")}}
{{numberInput object.elevation name="elevation" placeholder=gridUnits}}
{{numberInput object.sort name="sort" step=1}}
{{/unless}}
{{numberInput object.rotation name="rotation" placeholder=(localize "Degrees")}}
{{numberInput object.occludable.radius name="occludable.radius" placeholder=gridUnits min="0" step="any"}}

{{localize "TOKEN.OcclusionRadiusHint" name=object.name}}

{{#if randomImgEnabled}}
{{else if hasAlternates}}
{{/if}}
{{numberInput object.width name="width" placeholder=(localize "spaces")}} {{numberInput object.height name="height" placeholder=(localize "spaces")}}

{{localize "TOKEN.DimensionsHint"}}

{{#if showHexagonalShapes}}

{{localize "TOKEN.HexagonalShapeHint"}}

{{/if}}

{{localize "TOKEN.ImageFitModeHint"}}

{{numberInput object.texture.anchorX name="texture.anchorX" placeholder="0.5"}} {{numberInput object.texture.anchorY name="texture.anchorY" placeholder="0.5"}}

{{localize "TOKEN.AnchorHint"}}

{{ rangePicker name="scale" value=scale min="0.2" max="3.0" step="0.1" }}
{{ rangePicker name="alpha" value=object.alpha min="0" max="1" step="0.05" }}
{{localize "TOKEN.RING.SHEET.legend"}} {{formField fields.ring.fields.enabled value=object.ring.enabled}} {{formField fields.ring.fields.colors.fields.ring value=object.ring.colors.ring}} {{formField fields.ring.fields.colors.fields.background value=object.ring.colors.background}} {{formField fields.ring.fields.subject.fields.texture value=object.ring.subject.texture}} {{formField fields.ring.fields.subject.fields.scale value=object.ring.subject.scale max=3 min=0.8 step=0.02}} {{formField fields.ring.fields.effects value=object.ring.effects input=ringEffectsInput stacked=true}}
{{> "templates/scene/parts/token-vision.html"}} {{> "templates/scene/parts/token-lighting.hbs"}} {{> "templates/scene/parts/token-resources.html"}}