Template:ItemBox: Difference between revisionsGive feedback
Add texture=overlay and overlay-soft for the transparent-paper overlay (with help from vergir-bot LLM) |
Add overlay opacity-ladder and overlay-dark switch values (with help from vergir-bot LLM) |
||
| Line 42: | Line 42: | ||
1/2/3 - one shared paper via the mix-blend overlay (does not cache) | 1/2/3 - one shared paper via the mix-blend overlay (does not cache) | ||
blend / blend1..3 - paper multiplied into the card art (does not cache) | blend / blend1..3 - paper multiplied into the card art (does not cache) | ||
overlay | overlay - transparent-background paper dropped on top as a plain image; | ||
caches, covers the whole card, closest to the original. Strength | |||
presets: overlay-soft (0.6), overlay-o30, overlay-o20, overlay-o10, | |||
overlay-o05. overlay-dark darkens the grain so it deepens dark cards | |||
rather than lightening them. | |||
mask / mask-soft / mask-crisp / mask-crisp-soft - dead ends kept for | mask / mask-soft / mask-crisp / mask-crisp-soft - dead ends kept for | ||
reference; they fake the paper from the opaque PNGs and look wrong | reference; they fake the paper from the opaque PNGs and look wrong | ||
-->{{#vardefine:lite|{{#switch:{{{wearMask|}}}|no=itembox-flat-wear|ramp=itembox-ramp-wear|soft=itembox-soft-wear}} {{#ifeq:{{{iconMask|}}}|no|itembox-flat-icon}} {{#switch:{{{texture|}}}|no=itembox-no-texture|1=itembox-force-tex-1|2=itembox-force-tex-2|3=itembox-force-tex-3|blend=itembox-blend-texture|blend1=itembox-blend-texture itembox-blend-tex-1|blend2=itembox-blend-texture itembox-blend-tex-2|blend3=itembox-blend-texture itembox-blend-tex-3|overlay=itembox-over-texture|overlay-soft=itembox-over-texture itembox-over-soft|mask=itembox-mask-texture itembox-mask-any-texture|mask-soft=itembox-mask-soft-texture itembox-mask-any-texture|mask-crisp=itembox-mask-crisp-texture itembox-mask-any-texture|mask-crisp-soft=itembox-mask-crisp-soft-texture itembox-mask-any-texture}}}}<!-- | -->{{#vardefine:lite|{{#switch:{{{wearMask|}}}|no=itembox-flat-wear|ramp=itembox-ramp-wear|soft=itembox-soft-wear}} {{#ifeq:{{{iconMask|}}}|no|itembox-flat-icon}} {{#switch:{{{texture|}}}|no=itembox-no-texture|1=itembox-force-tex-1|2=itembox-force-tex-2|3=itembox-force-tex-3|blend=itembox-blend-texture|blend1=itembox-blend-texture itembox-blend-tex-1|blend2=itembox-blend-texture itembox-blend-tex-2|blend3=itembox-blend-texture itembox-blend-tex-3|overlay=itembox-over-texture|overlay-soft=itembox-over-texture itembox-over-soft|overlay-o30=itembox-over-texture itembox-over-o30|overlay-o20=itembox-over-texture itembox-over-o20|overlay-o10=itembox-over-texture itembox-over-o10|overlay-o05=itembox-over-texture itembox-over-o05|overlay-dark=itembox-over-texture itembox-over-dark|mask=itembox-mask-texture itembox-mask-any-texture|mask-soft=itembox-mask-soft-texture itembox-mask-any-texture|mask-crisp=itembox-mask-crisp-texture itembox-mask-any-texture|mask-crisp-soft=itembox-mask-crisp-soft-texture itembox-mask-any-texture}}}}<!-- | ||
Links. | Links. | ||