Template:ItemBox/doc: Difference between revisionsGive feedback
mNo edit summary |
Add a Low graphics example showing normal vs lowGraphics cards side by side across tiers and slots (with help from vergir-bot LLM) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 30: | Line 30: | ||
"showTierTag": { | "showTierTag": { | ||
"description": "Set to true to show the tier corner badge.", | "description": "Set to true to show the tier corner badge.", | ||
"type": "boolean", | |||
"suggestedvalues": ["true", "false"] | |||
}, | |||
"lowGraphics": { | |||
"description": "Set to true for pages that place many cards at once (the card navboxes). Swaps the paper texture to a cacheable overlay so scrolling stays smooth; the look is nearly identical.", | |||
"type": "boolean", | "type": "boolean", | ||
"suggestedvalues": ["true", "false"] | "suggestedvalues": ["true", "false"] | ||
| Line 75: | Line 80: | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
"itemName", "size", "showTierTag", | "itemName", "size", "showTierTag", "lowGraphics", | ||
"overrideDisplayName", "overrideTier", "overrideSlot", | "overrideDisplayName", "overrideTier", "overrideSlot", | ||
"overrideIsActive", "overrideIsImbue", | "overrideIsActive", "overrideIsImbue", | ||
| Line 126: | Line 131: | ||
{{ItemBox|Extended Magazine}} | {{ItemBox|Extended Magazine}} | ||
{{ItemBox|Extended Magazine|size = 1.5}} | {{ItemBox|Extended Magazine|size = 1.5}} | ||
=== Low graphics === | |||
For pages that place many cards at once. The paper texture becomes a single cacheable overlay so scrolling stays smooth; the look is nearly identical. | |||
<pre> | |||
{{ItemBox|Extra Health}} | |||
{{ItemBox|Kinetic Dash}} | |||
{{ItemBox|Metal Skin}} | |||
{{ItemBox|Echo Shard}} | |||
{{ItemBox|Extra Health|lowGraphics = true}} | |||
{{ItemBox|Kinetic Dash|lowGraphics = true}} | |||
{{ItemBox|Metal Skin|lowGraphics = true}} | |||
{{ItemBox|Echo Shard|lowGraphics = true}} | |||
</pre> | |||
'''Normal'''<br> | |||
{{ItemBox|Extra Health}} | |||
{{ItemBox|Kinetic Dash}} | |||
{{ItemBox|Metal Skin}} | |||
{{ItemBox|Echo Shard}} | |||
'''Low graphics'''<br> | |||
{{ItemBox|Extra Health|lowGraphics = true}} | |||
{{ItemBox|Kinetic Dash|lowGraphics = true}} | |||
{{ItemBox|Metal Skin|lowGraphics = true}} | |||
{{ItemBox|Echo Shard|lowGraphics = true}} | |||
=== Overrides === | === Overrides === | ||