Editing User:VergirGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
= Holliday = | |||
{{HeroStreetBrawlItems|Holliday|id=sb-items-holliday}} | |||
= Vindicta (has counter items) = | |||
{{HeroStreetBrawlItems|Vindicta|id=sb-items-vindicta}} | |||
= ItemBox mask-texture comparison = | |||
Instead of multiplying paper over the card (which does not cache), the paper PNG is used as a mask over a solid dark tint. A mask is a clip of one image, so it caches like the wear layer and should stay smooth while scrolling. The trade is that it darkens toward one flat colour rather than the paper's own tones, so it reads as monochrome grain. Three takes below; the icon mask and real wear are kept, only the paper method changes. | |||
== 1. Baseline == | |||
The real look everywhere else: paper multiplied over the whole card. | |||
{{ItemBox|itemName=Active Reload}} {{ItemBox|itemName=Alchemical Fire}} {{ItemBox|itemName=Arctic Blast}} {{ItemBox|itemName=Berserker}} {{ItemBox|itemName=Bullet Armor}} {{ItemBox|itemName=Cheat Death}} {{ItemBox|itemName=Colossus}} {{ItemBox|itemName=Crippling Headshot}} {{ItemBox|itemName=Divine Barrier}} {{ItemBox|itemName=Echo Shard}} | |||
== 2. Mask, luminance (default 0.55) == | |||
Paper's brightness sets where the dark tint shows. | |||
{{ItemBox|itemName=Active Reload|texture=mask}} {{ItemBox|itemName=Alchemical Fire|texture=mask}} {{ItemBox|itemName=Arctic Blast|texture=mask}} {{ItemBox|itemName=Berserker|texture=mask}} {{ItemBox|itemName=Bullet Armor|texture=mask}} {{ItemBox|itemName=Cheat Death|texture=mask}} {{ItemBox|itemName=Colossus|texture=mask}} {{ItemBox|itemName=Crippling Headshot|texture=mask}} {{ItemBox|itemName=Divine Barrier|texture=mask}} {{ItemBox|itemName=Echo Shard|texture=mask}} | |||
== 3. Mask, alpha (in case luminance reads inverted) == | |||
Uses the paper's own transparency rather than its brightness. | |||
{{ItemBox|itemName=Active Reload|texture=mask-inv}} {{ItemBox|itemName=Alchemical Fire|texture=mask-inv}} {{ItemBox|itemName=Arctic Blast|texture=mask-inv}} {{ItemBox|itemName=Berserker|texture=mask-inv}} {{ItemBox|itemName=Bullet Armor|texture=mask-inv}} {{ItemBox|itemName=Cheat Death|texture=mask-inv}} {{ItemBox|itemName=Colossus|texture=mask-inv}} {{ItemBox|itemName=Crippling Headshot|texture=mask-inv}} {{ItemBox|itemName=Divine Barrier|texture=mask-inv}} {{ItemBox|itemName=Echo Shard|texture=mask-inv}} | |||
== 4. Mask, soft (luminance, lighter) == | |||
Same as section 2 but at a lower opacity for subtle grain. | |||
{{ItemBox|itemName=Active Reload|texture=mask-soft}} {{ItemBox|itemName=Alchemical Fire|texture=mask-soft}} {{ItemBox|itemName=Arctic Blast|texture=mask-soft}} {{ItemBox|itemName=Berserker|texture=mask-soft}} {{ItemBox|itemName=Bullet Armor|texture=mask-soft}} {{ItemBox|itemName=Cheat Death|texture=mask-soft}} {{ItemBox|itemName=Colossus|texture=mask-soft}} {{ItemBox|itemName=Crippling Headshot|texture=mask-soft}} {{ItemBox|itemName=Divine Barrier|texture=mask-soft}} {{ItemBox|itemName=Echo Shard|texture=mask-soft}} | |||