<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://deadlock.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=~2026-HexCooldownBooster745</id>
	<title>The Deadlock Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://deadlock.wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=~2026-HexCooldownBooster745"/>
	<link rel="alternate" type="text/html" href="https://deadlock.wiki/Special:Contributions/~2026-HexCooldownBooster745"/>
	<updated>2026-09-11T04:48:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>https://deadlock.wiki/Template:ItemBox/styles.css?diff=99298</id>
		<title>Template:ItemBox/styles.css</title>
		<link rel="alternate" type="text/html" href="https://deadlock.wiki/Template:ItemBox/styles.css?diff=99298"/>
		<updated>2026-07-24T00:08:35Z</updated>

		<summary type="html">&lt;p&gt;~2026-HexCooldownBooster745: the return of undo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
/* The whole card scales off one knob: font-size on .itembox (1em = 10px base) */&lt;br /&gt;
.itembox,&lt;br /&gt;
.itembox * {&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
.itembox {&lt;br /&gt;
    --itembox-ink: #10130D;&lt;br /&gt;
    --itembox-weapon: #EC981a;&lt;br /&gt;
    --itembox-vitality: #7CBB1E;&lt;br /&gt;
    --itembox-spirit: #CE91FF;&lt;br /&gt;
    --itembox-imbue-fg: #E8C9FF;&lt;br /&gt;
    --itembox-imbue-bg: #623585;&lt;br /&gt;
    --itembox-font: &#039;Retail Demo&#039;, sans-serif;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    font-size: 10px;&lt;br /&gt;
    width: 8em;&lt;br /&gt;
    height: 12.5em;&lt;br /&gt;
    border-radius: 0.6em;&lt;br /&gt;
    box-shadow: 0.2em 0.2em 1.2em #00000097;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    transition-duration: 0.1s;&lt;br /&gt;
    transition-property: opacity, transform, filter;&lt;br /&gt;
    /* Offscreen cards skip layout, paint and compositing entirely. The box is a&lt;br /&gt;
       fixed 8em x 12.5em, so contain-intrinsic-size keeps the placeholder the&lt;br /&gt;
       exact size of the real card and nothing reflows on scroll. */&lt;br /&gt;
    content-visibility: auto;&lt;br /&gt;
    contain-intrinsic-size: 8em 12.5em;&lt;br /&gt;
}&lt;br /&gt;
.itembox-background {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
.itembox-card {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: cover;&lt;br /&gt;
    /* Confines mix-blend-mode below to the card. Without it the blend group&lt;br /&gt;
       reaches the page backdrop and the card cannot be cached as one layer. */&lt;br /&gt;
    isolation: isolate;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-1.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/3/3e/Weapon_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/9/96/Weapon_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/5/5d/Weapon_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/a6/Weapon_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/a6/Weapon_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/7/75/Armor_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/0/05/Armor_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/7/7c/Armor_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/1/18/Armor_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/1/18/Armor_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/af/Tech_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/ac/Tech_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/6/67/Tech_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/f/f5/Tech_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/f/f5/Tech_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-icon-area {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    aspect-ratio: 1 / 1;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background-size: cover;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    mask-size: cover;&lt;br /&gt;
    mask-repeat: no-repeat;&lt;br /&gt;
    mask-mode: luminance;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon &amp;gt; span,&lt;br /&gt;
.itembox-icon &amp;gt; span &amp;gt; span,&lt;br /&gt;
.itembox-icon picture {&lt;br /&gt;
    display: block;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon img {&lt;br /&gt;
    display: block;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    max-height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-icon-v1 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/1/10/Icon_mask01.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon-v2 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/6/6f/Icon_mask02.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon-v3 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/9/96/Icon_mask03.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-badge {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    width: 2.8em;&lt;br /&gt;
    height: 2.8em;&lt;br /&gt;
    transform: scale(1.4);&lt;br /&gt;
    transform-origin: top right;&lt;br /&gt;
    /* display:none rather than visibility:hidden so the badge and its&lt;br /&gt;
       drop-shadow() cost nothing on the cards that never show it. */&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
.itembox-show-tier .itembox-tier-badge {&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-badge-fill {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    mask-size: 2.2em;&lt;br /&gt;
    mask-repeat: no-repeat;&lt;br /&gt;
    mask-position: right 0;&lt;br /&gt;
    mask-image: url(&#039;/images/6/61/Tier_corner_cap.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-badge-shadow {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: 2.2em;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: right 0;&lt;br /&gt;
    background-image: url(&#039;/images/6/61/Tier_corner_cap.svg&#039;);&lt;br /&gt;
    filter: drop-shadow(-0.4em 0 0.6em #000000ff);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-weapon .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-weapon);&lt;br /&gt;
}&lt;br /&gt;
.itembox-vitality .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-vitality);&lt;br /&gt;
}&lt;br /&gt;
.itembox-spirit .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-spirit);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-badge-number {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    top: 0.3em;&lt;br /&gt;
    height: 0.8em;&lt;br /&gt;
    mask-size: 100% 100%;&lt;br /&gt;
    background-color: var(--itembox-ink);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.5em;&lt;br /&gt;
    right: 0.4em;&lt;br /&gt;
    mask-image: url(&#039;/images/2/24/Tier_numbers_small_01.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.7em;&lt;br /&gt;
    right: 0.3em;&lt;br /&gt;
    mask-image: url(&#039;/images/7/74/Tier_numbers_small_02.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.9em;&lt;br /&gt;
    right: 0.2em;&lt;br /&gt;
    mask-image: url(&#039;/images/5/54/Tier_numbers_small_03.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4 .itembox-tier-badge-number {&lt;br /&gt;
    width: 1.1em;&lt;br /&gt;
    mask-image: url(&#039;/images/c/c6/Tier_numbers_small_04.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5 .itembox-tier-badge-number {&lt;br /&gt;
    width: 1.1em;&lt;br /&gt;
    right: 0.1em;&lt;br /&gt;
    mask-image: url(&#039;/images/8/81/Tier_numbers_small_05.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-imbue-tag {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    display: none;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: fit-content;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    line-height: normal;&lt;br /&gt;
    letter-spacing: 0.1em;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-radius: 0.2em;&lt;br /&gt;
    padding: 0 0.3em;&lt;br /&gt;
    color: var(--itembox-imbue-fg);&lt;br /&gt;
    background-color: var(--itembox-imbue-bg);&lt;br /&gt;
}&lt;br /&gt;
.itembox-imbue .itembox-imbue-tag {&lt;br /&gt;
    display: flex;&lt;br /&gt;
}&lt;br /&gt;
.itembox-active.itembox-imbue .itembox-imbue-tag {&lt;br /&gt;
    justify-content: start;&lt;br /&gt;
    height: 2.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-name-area {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 4.5em;&lt;br /&gt;
    padding: 0.5em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
.itembox-name {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    line-height: 1.2;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    color: var(--itembox-ink);&lt;br /&gt;
    overflow-wrap: normal;&lt;br /&gt;
    word-break: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-4.itembox-weapon .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-weapon .itembox-name {&lt;br /&gt;
    color: #e4c5a1;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-vitality .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-vitality .itembox-name {&lt;br /&gt;
    color: #c2e7cd;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-spirit .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-spirit .itembox-name {&lt;br /&gt;
    color: #e3d4f2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-wear {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
    mask-size: 100% 100%;&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v1 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/8/8f/Card_PaperWear_1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v2 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/1/11/Card_PaperWear_2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v3 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/8/89/Card_PaperWear_3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v4 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/5/52/Card_PaperWear_4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-1.itembox-vitality .itembox-wear {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    background-color: #f4e2cd;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-spirit .itembox-wear {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    background-color: rgb(247, 232, 213);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2 .itembox-wear {&lt;br /&gt;
    background-color: rgb(230, 209, 191);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3 .itembox-wear {&lt;br /&gt;
    background-color: rgb(206, 173, 155);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4 .itembox-wear,&lt;br /&gt;
.itembox-tier-5 .itembox-wear {&lt;br /&gt;
    background-color: rgb(105, 97, 92);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-texture {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: 100% 100%;&lt;br /&gt;
    mix-blend-mode: multiply;&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v1 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/9/97/Shopitem_papertexture01.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v2 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/b/bf/Shopitem_papertexture02.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v3 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/9/95/Shopitem_papertexture03.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Two hairlines at ~13% alpha: screen and normal blending land within ~2% of&lt;br /&gt;
   each other here, so the blend mode is dropped and the layer stays cheap. */&lt;br /&gt;
.itembox-bevel {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    border-left: 0.1em solid #ffcc6622;&lt;br /&gt;
    border-top: 0.1em solid #ffcc6622;&lt;br /&gt;
    background-size: 100% 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-active-tag {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 3.5em;&lt;br /&gt;
    display: none;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-self: center;&lt;br /&gt;
    width: fit-content;&lt;br /&gt;
    height: fit-content;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    line-height: normal;&lt;br /&gt;
    letter-spacing: 0;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-radius: 0.2em;&lt;br /&gt;
    padding: 0.1em 0.6em;&lt;br /&gt;
    box-shadow: 0 0 1.5em #000000ff;&lt;br /&gt;
    color: #ffefd7b3;&lt;br /&gt;
    background-color: #171717;&lt;br /&gt;
}&lt;br /&gt;
.itembox-active .itembox-active-tag {&lt;br /&gt;
    display: flex;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox .item-link-wrapper,&lt;br /&gt;
.itembox .item-link-wrapper &amp;gt; a {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    display: block;&lt;br /&gt;
    inset: 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>~2026-HexCooldownBooster745</name></author>
	</entry>
	<entry>
		<id>https://deadlock.wiki/Template:ItemBox/styles.css?diff=99297</id>
		<title>Template:ItemBox/styles.css</title>
		<link rel="alternate" type="text/html" href="https://deadlock.wiki/Template:ItemBox/styles.css?diff=99297"/>
		<updated>2026-07-24T00:07:07Z</updated>

		<summary type="html">&lt;p&gt;~2026-HexCooldownBooster745: undo-fication intensifies&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
/* The whole card scales off one knob: font-size on .itembox (1em = 10px base) */&lt;br /&gt;
.itembox,&lt;br /&gt;
.itembox * {&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
.itembox {&lt;br /&gt;
    --itembox-ink: #10130D;&lt;br /&gt;
    --itembox-weapon: #EC981a;&lt;br /&gt;
    --itembox-vitality: #7CBB1E;&lt;br /&gt;
    --itembox-spirit: #CE91FF;&lt;br /&gt;
    --itembox-imbue-fg: #E8C9FF;&lt;br /&gt;
    --itembox-imbue-bg: #623585;&lt;br /&gt;
    --itembox-font: &#039;Retail Demo&#039;, sans-serif;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    font-size: 10px;&lt;br /&gt;
    width: 8em;&lt;br /&gt;
    height: 12.5em;&lt;br /&gt;
    border-radius: 0.6em;&lt;br /&gt;
    box-shadow: 0.2em 0.2em 1.2em #00000097;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    transition-duration: 0.1s;&lt;br /&gt;
    transition-property: opacity, transform, filter;&lt;br /&gt;
}&lt;br /&gt;
.itembox-background {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
.itembox-card {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-1.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/3/3e/Weapon_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/9/96/Weapon_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/5/5d/Weapon_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/a6/Weapon_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/a6/Weapon_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/7/75/Armor_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/0/05/Armor_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/7/7c/Armor_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/1/18/Armor_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/1/18/Armor_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/af/Tech_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/ac/Tech_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/6/67/Tech_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/f/f5/Tech_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/f/f5/Tech_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-icon-area {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    aspect-ratio: 1 / 1;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background-size: cover;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    mask-size: cover;&lt;br /&gt;
    mask-repeat: no-repeat;&lt;br /&gt;
    mask-mode: luminance;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon &amp;gt; span,&lt;br /&gt;
.itembox-icon &amp;gt; span &amp;gt; span,&lt;br /&gt;
.itembox-icon picture {&lt;br /&gt;
    display: block;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon img {&lt;br /&gt;
    display: block;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    max-height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-icon-v1 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/1/10/Icon_mask01.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon-v2 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/6/6f/Icon_mask02.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon-v3 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/9/96/Icon_mask03.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-badge {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    width: 2.8em;&lt;br /&gt;
    height: 2.8em;&lt;br /&gt;
    transform: scale(1.4);&lt;br /&gt;
    transform-origin: top right;&lt;br /&gt;
    visibility: hidden;&lt;br /&gt;
}&lt;br /&gt;
.itembox-show-tier .itembox-tier-badge {&lt;br /&gt;
    visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-badge-fill {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    mask-size: 2.2em;&lt;br /&gt;
    mask-repeat: no-repeat;&lt;br /&gt;
    mask-position: right 0;&lt;br /&gt;
    mask-image: url(&#039;/images/6/61/Tier_corner_cap.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-badge-shadow {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: 2.2em;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: right 0;&lt;br /&gt;
    background-image: url(&#039;/images/6/61/Tier_corner_cap.svg&#039;);&lt;br /&gt;
    filter: drop-shadow(-0.4em 0 0.6em #000000ff);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-weapon .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-weapon);&lt;br /&gt;
}&lt;br /&gt;
.itembox-vitality .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-vitality);&lt;br /&gt;
}&lt;br /&gt;
.itembox-spirit .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-spirit);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-badge-number {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    top: 0.3em;&lt;br /&gt;
    height: 0.8em;&lt;br /&gt;
    mask-size: 100% 100%;&lt;br /&gt;
    background-color: var(--itembox-ink);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.5em;&lt;br /&gt;
    right: 0.4em;&lt;br /&gt;
    mask-image: url(&#039;/images/2/24/Tier_numbers_small_01.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.7em;&lt;br /&gt;
    right: 0.3em;&lt;br /&gt;
    mask-image: url(&#039;/images/7/74/Tier_numbers_small_02.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.9em;&lt;br /&gt;
    right: 0.2em;&lt;br /&gt;
    mask-image: url(&#039;/images/5/54/Tier_numbers_small_03.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4 .itembox-tier-badge-number {&lt;br /&gt;
    width: 1.1em;&lt;br /&gt;
    mask-image: url(&#039;/images/c/c6/Tier_numbers_small_04.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5 .itembox-tier-badge-number {&lt;br /&gt;
    width: 1.1em;&lt;br /&gt;
    right: 0.1em;&lt;br /&gt;
    mask-image: url(&#039;/images/8/81/Tier_numbers_small_05.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-imbue-tag {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: fit-content;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    line-height: normal;&lt;br /&gt;
    letter-spacing: 0.1em;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-radius: 0.2em;&lt;br /&gt;
    padding: 0 0.3em;&lt;br /&gt;
    color: var(--itembox-imbue-fg);&lt;br /&gt;
    background-color: var(--itembox-imbue-bg);&lt;br /&gt;
    visibility: hidden;&lt;br /&gt;
}&lt;br /&gt;
.itembox-imbue .itembox-imbue-tag {&lt;br /&gt;
    visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
.itembox-active.itembox-imbue .itembox-imbue-tag {&lt;br /&gt;
    justify-content: start;&lt;br /&gt;
    height: 2.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-name-area {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 4.5em;&lt;br /&gt;
    padding: 0.5em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
.itembox-name {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    line-height: 1.2;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    color: var(--itembox-ink);&lt;br /&gt;
    overflow-wrap: normal;&lt;br /&gt;
    word-break: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-4.itembox-weapon .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-weapon .itembox-name {&lt;br /&gt;
    color: #e4c5a1;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-vitality .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-vitality .itembox-name {&lt;br /&gt;
    color: #c2e7cd;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-spirit .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-spirit .itembox-name {&lt;br /&gt;
    color: #e3d4f2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-wear {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
    mask-size: 100% 100%;&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v1 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/8/8f/Card_PaperWear_1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v2 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/1/11/Card_PaperWear_2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v3 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/8/89/Card_PaperWear_3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v4 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/5/52/Card_PaperWear_4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-1.itembox-vitality .itembox-wear {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    background-color: #f4e2cd;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-spirit .itembox-wear {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    background-color: rgb(247, 232, 213);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2 .itembox-wear {&lt;br /&gt;
    background-color: rgb(230, 209, 191);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3 .itembox-wear {&lt;br /&gt;
    background-color: rgb(206, 173, 155);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4 .itembox-wear,&lt;br /&gt;
.itembox-tier-5 .itembox-wear {&lt;br /&gt;
    background-color: rgb(105, 97, 92);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-texture {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: 100% 100%;&lt;br /&gt;
    mix-blend-mode: multiply;&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v1 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/9/97/Shopitem_papertexture01.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v2 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/b/bf/Shopitem_papertexture02.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v3 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/9/95/Shopitem_papertexture03.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-bevel {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    border-left: 0.1em solid #ffcc6622;&lt;br /&gt;
    border-top: 0.1em solid #ffcc6622;&lt;br /&gt;
    background-size: 100% 100%;&lt;br /&gt;
    mix-blend-mode: screen;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-active-tag {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 3.5em;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-self: center;&lt;br /&gt;
    width: fit-content;&lt;br /&gt;
    height: fit-content;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    line-height: normal;&lt;br /&gt;
    letter-spacing: 0;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-radius: 0.2em;&lt;br /&gt;
    padding: 0.1em 0.6em;&lt;br /&gt;
    box-shadow: 0 0 3em #000000ff;&lt;br /&gt;
    color: #ffefd7b3;&lt;br /&gt;
    background-color: #171717;&lt;br /&gt;
    visibility: hidden;&lt;br /&gt;
}&lt;br /&gt;
.itembox-active .itembox-active-tag {&lt;br /&gt;
    visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox .item-link-wrapper,&lt;br /&gt;
.itembox .item-link-wrapper &amp;gt; a {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    display: block;&lt;br /&gt;
    inset: 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>~2026-HexCooldownBooster745</name></author>
	</entry>
	<entry>
		<id>https://deadlock.wiki/Template:ItemBox/styles.css?diff=99287</id>
		<title>Template:ItemBox/styles.css</title>
		<link rel="alternate" type="text/html" href="https://deadlock.wiki/Template:ItemBox/styles.css?diff=99287"/>
		<updated>2026-07-23T23:24:43Z</updated>

		<summary type="html">&lt;p&gt;~2026-HexCooldownBooster745: undo the undo, back to the good one&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
/* The whole card scales off one knob: font-size on .itembox (1em = 10px base) */&lt;br /&gt;
.itembox,&lt;br /&gt;
.itembox * {&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
.itembox {&lt;br /&gt;
    --itembox-ink: #10130D;&lt;br /&gt;
    --itembox-weapon: #EC981a;&lt;br /&gt;
    --itembox-vitality: #7CBB1E;&lt;br /&gt;
    --itembox-spirit: #CE91FF;&lt;br /&gt;
    --itembox-imbue-fg: #E8C9FF;&lt;br /&gt;
    --itembox-imbue-bg: #623585;&lt;br /&gt;
    --itembox-font: &#039;Retail Demo&#039;, sans-serif;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    font-size: 10px;&lt;br /&gt;
    width: 8em;&lt;br /&gt;
    height: 12.5em;&lt;br /&gt;
    border-radius: 0.6em;&lt;br /&gt;
    box-shadow: 0.2em 0.2em 1.2em #00000097;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    transition-duration: 0.1s;&lt;br /&gt;
    transition-property: opacity, transform, filter;&lt;br /&gt;
    /* Offscreen cards skip layout, paint and compositing entirely. The box is a&lt;br /&gt;
       fixed 8em x 12.5em, so contain-intrinsic-size keeps the placeholder the&lt;br /&gt;
       exact size of the real card and nothing reflows on scroll. */&lt;br /&gt;
    content-visibility: auto;&lt;br /&gt;
    contain-intrinsic-size: 8em 12.5em;&lt;br /&gt;
}&lt;br /&gt;
.itembox-background {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
.itembox-card {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: cover;&lt;br /&gt;
    /* Confines mix-blend-mode below to the card. Without it the blend group&lt;br /&gt;
       reaches the page backdrop and the card cannot be cached as one layer. */&lt;br /&gt;
    isolation: isolate;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-1.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/3/3e/Weapon_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/9/96/Weapon_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/5/5d/Weapon_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/a6/Weapon_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/a6/Weapon_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/7/75/Armor_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/0/05/Armor_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/7/7c/Armor_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/1/18/Armor_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/1/18/Armor_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/af/Tech_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/ac/Tech_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/6/67/Tech_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/f/f5/Tech_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/f/f5/Tech_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-icon-area {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    aspect-ratio: 1 / 1;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background-size: cover;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    mask-size: cover;&lt;br /&gt;
    mask-repeat: no-repeat;&lt;br /&gt;
    mask-mode: luminance;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon &amp;gt; span,&lt;br /&gt;
.itembox-icon &amp;gt; span &amp;gt; span,&lt;br /&gt;
.itembox-icon picture {&lt;br /&gt;
    display: block;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon img {&lt;br /&gt;
    display: block;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    max-height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-icon-v1 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/1/10/Icon_mask01.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon-v2 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/6/6f/Icon_mask02.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon-v3 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/9/96/Icon_mask03.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-badge {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    width: 2.8em;&lt;br /&gt;
    height: 2.8em;&lt;br /&gt;
    transform: scale(1.4);&lt;br /&gt;
    transform-origin: top right;&lt;br /&gt;
    /* display:none rather than visibility:hidden so the badge and its&lt;br /&gt;
       drop-shadow() cost nothing on the cards that never show it. */&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
.itembox-show-tier .itembox-tier-badge {&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-badge-fill {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    mask-size: 2.2em;&lt;br /&gt;
    mask-repeat: no-repeat;&lt;br /&gt;
    mask-position: right 0;&lt;br /&gt;
    mask-image: url(&#039;/images/6/61/Tier_corner_cap.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-badge-shadow {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: 2.2em;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: right 0;&lt;br /&gt;
    background-image: url(&#039;/images/6/61/Tier_corner_cap.svg&#039;);&lt;br /&gt;
    filter: drop-shadow(-0.4em 0 0.6em #000000ff);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-weapon .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-weapon);&lt;br /&gt;
}&lt;br /&gt;
.itembox-vitality .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-vitality);&lt;br /&gt;
}&lt;br /&gt;
.itembox-spirit .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-spirit);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-badge-number {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    top: 0.3em;&lt;br /&gt;
    height: 0.8em;&lt;br /&gt;
    mask-size: 100% 100%;&lt;br /&gt;
    background-color: var(--itembox-ink);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.5em;&lt;br /&gt;
    right: 0.4em;&lt;br /&gt;
    mask-image: url(&#039;/images/2/24/Tier_numbers_small_01.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.7em;&lt;br /&gt;
    right: 0.3em;&lt;br /&gt;
    mask-image: url(&#039;/images/7/74/Tier_numbers_small_02.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.9em;&lt;br /&gt;
    right: 0.2em;&lt;br /&gt;
    mask-image: url(&#039;/images/5/54/Tier_numbers_small_03.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4 .itembox-tier-badge-number {&lt;br /&gt;
    width: 1.1em;&lt;br /&gt;
    mask-image: url(&#039;/images/c/c6/Tier_numbers_small_04.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5 .itembox-tier-badge-number {&lt;br /&gt;
    width: 1.1em;&lt;br /&gt;
    right: 0.1em;&lt;br /&gt;
    mask-image: url(&#039;/images/8/81/Tier_numbers_small_05.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-imbue-tag {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    display: none;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: fit-content;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    line-height: normal;&lt;br /&gt;
    letter-spacing: 0.1em;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-radius: 0.2em;&lt;br /&gt;
    padding: 0 0.3em;&lt;br /&gt;
    color: var(--itembox-imbue-fg);&lt;br /&gt;
    background-color: var(--itembox-imbue-bg);&lt;br /&gt;
}&lt;br /&gt;
.itembox-imbue .itembox-imbue-tag {&lt;br /&gt;
    display: flex;&lt;br /&gt;
}&lt;br /&gt;
.itembox-active.itembox-imbue .itembox-imbue-tag {&lt;br /&gt;
    justify-content: start;&lt;br /&gt;
    height: 2.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-name-area {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 4.5em;&lt;br /&gt;
    padding: 0.5em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
.itembox-name {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    line-height: 1.2;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    color: var(--itembox-ink);&lt;br /&gt;
    overflow-wrap: normal;&lt;br /&gt;
    word-break: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-4.itembox-weapon .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-weapon .itembox-name {&lt;br /&gt;
    color: #e4c5a1;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-vitality .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-vitality .itembox-name {&lt;br /&gt;
    color: #c2e7cd;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-spirit .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-spirit .itembox-name {&lt;br /&gt;
    color: #e3d4f2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-wear {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
    mask-size: 100% 100%;&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v1 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/8/8f/Card_PaperWear_1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v2 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/1/11/Card_PaperWear_2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v3 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/8/89/Card_PaperWear_3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v4 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/5/52/Card_PaperWear_4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-1.itembox-vitality .itembox-wear {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    background-color: #f4e2cd;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-spirit .itembox-wear {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    background-color: rgb(247, 232, 213);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2 .itembox-wear {&lt;br /&gt;
    background-color: rgb(230, 209, 191);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3 .itembox-wear {&lt;br /&gt;
    background-color: rgb(206, 173, 155);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4 .itembox-wear,&lt;br /&gt;
.itembox-tier-5 .itembox-wear {&lt;br /&gt;
    background-color: rgb(105, 97, 92);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-texture {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: 100% 100%;&lt;br /&gt;
    mix-blend-mode: multiply;&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v1 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/9/97/Shopitem_papertexture01.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v2 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/b/bf/Shopitem_papertexture02.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v3 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/9/95/Shopitem_papertexture03.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* Two hairlines at ~13% alpha: screen and normal blending land within ~2% of&lt;br /&gt;
   each other here, so the blend mode is dropped and the layer stays cheap. */&lt;br /&gt;
.itembox-bevel {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    border-left: 0.1em solid #ffcc6622;&lt;br /&gt;
    border-top: 0.1em solid #ffcc6622;&lt;br /&gt;
    background-size: 100% 100%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-active-tag {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 3.5em;&lt;br /&gt;
    display: none;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-self: center;&lt;br /&gt;
    width: fit-content;&lt;br /&gt;
    height: fit-content;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    line-height: normal;&lt;br /&gt;
    letter-spacing: 0;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-radius: 0.2em;&lt;br /&gt;
    padding: 0.1em 0.6em;&lt;br /&gt;
    box-shadow: 0 0 1.5em #000000ff;&lt;br /&gt;
    color: #ffefd7b3;&lt;br /&gt;
    background-color: #171717;&lt;br /&gt;
}&lt;br /&gt;
.itembox-active .itembox-active-tag {&lt;br /&gt;
    display: flex;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox .item-link-wrapper,&lt;br /&gt;
.itembox .item-link-wrapper &amp;gt; a {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    display: block;&lt;br /&gt;
    inset: 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>~2026-HexCooldownBooster745</name></author>
	</entry>
	<entry>
		<id>https://deadlock.wiki/Template:ItemBox/styles.css?diff=99286</id>
		<title>Template:ItemBox/styles.css</title>
		<link rel="alternate" type="text/html" href="https://deadlock.wiki/Template:ItemBox/styles.css?diff=99286"/>
		<updated>2026-07-23T23:23:39Z</updated>

		<summary type="html">&lt;p&gt;~2026-HexCooldownBooster745: undo last, benchmarking&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
/* The whole card scales off one knob: font-size on .itembox (1em = 10px base) */&lt;br /&gt;
.itembox,&lt;br /&gt;
.itembox * {&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
    border: 0;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
.itembox {&lt;br /&gt;
    --itembox-ink: #10130D;&lt;br /&gt;
    --itembox-weapon: #EC981a;&lt;br /&gt;
    --itembox-vitality: #7CBB1E;&lt;br /&gt;
    --itembox-spirit: #CE91FF;&lt;br /&gt;
    --itembox-imbue-fg: #E8C9FF;&lt;br /&gt;
    --itembox-imbue-bg: #623585;&lt;br /&gt;
    --itembox-font: &#039;Retail Demo&#039;, sans-serif;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    font-size: 10px;&lt;br /&gt;
    width: 8em;&lt;br /&gt;
    height: 12.5em;&lt;br /&gt;
    border-radius: 0.6em;&lt;br /&gt;
    box-shadow: 0.2em 0.2em 1.2em #00000097;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    transition-duration: 0.1s;&lt;br /&gt;
    transition-property: opacity, transform, filter;&lt;br /&gt;
}&lt;br /&gt;
.itembox-background {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    pointer-events: none;&lt;br /&gt;
}&lt;br /&gt;
.itembox-card {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-1.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/3/3e/Weapon_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/9/96/Weapon_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/5/5d/Weapon_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/a6/Weapon_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-weapon .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/a6/Weapon_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/7/75/Armor_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/0/05/Armor_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/7/7c/Armor_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/1/18/Armor_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-vitality .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/1/18/Armor_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/af/Tech_Card_T1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/a/ac/Tech_Card_T2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/6/67/Tech_Card_T3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/f/f5/Tech_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5.itembox-spirit .itembox-card {&lt;br /&gt;
    background-image: url(&#039;/images/f/f5/Tech_Card_T4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-icon-area {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-items: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    aspect-ratio: 1 / 1;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    background-size: cover;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    mask-size: cover;&lt;br /&gt;
    mask-repeat: no-repeat;&lt;br /&gt;
    mask-mode: luminance;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon &amp;gt; span,&lt;br /&gt;
.itembox-icon &amp;gt; span &amp;gt; span,&lt;br /&gt;
.itembox-icon picture {&lt;br /&gt;
    display: block;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon img {&lt;br /&gt;
    display: block;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    max-height: 100%;&lt;br /&gt;
    object-fit: cover;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-icon-v1 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/1/10/Icon_mask01.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon-v2 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/6/6f/Icon_mask02.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-icon-v3 .itembox-icon {&lt;br /&gt;
    mask-image: url(&#039;/images/9/96/Icon_mask03.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-badge {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    width: 2.8em;&lt;br /&gt;
    height: 2.8em;&lt;br /&gt;
    transform: scale(1.4);&lt;br /&gt;
    transform-origin: top right;&lt;br /&gt;
    visibility: hidden;&lt;br /&gt;
}&lt;br /&gt;
.itembox-show-tier .itembox-tier-badge {&lt;br /&gt;
    visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-badge-fill {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    mask-size: 2.2em;&lt;br /&gt;
    mask-repeat: no-repeat;&lt;br /&gt;
    mask-position: right 0;&lt;br /&gt;
    mask-image: url(&#039;/images/6/61/Tier_corner_cap.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-badge-shadow {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 0;&lt;br /&gt;
    left: 0;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: 2.2em;&lt;br /&gt;
    background-repeat: no-repeat;&lt;br /&gt;
    background-position: right 0;&lt;br /&gt;
    background-image: url(&#039;/images/6/61/Tier_corner_cap.svg&#039;);&lt;br /&gt;
    filter: drop-shadow(-0.4em 0 0.6em #000000ff);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-weapon .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-weapon);&lt;br /&gt;
}&lt;br /&gt;
.itembox-vitality .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-vitality);&lt;br /&gt;
}&lt;br /&gt;
.itembox-spirit .itembox-tier-badge-fill {&lt;br /&gt;
    background-color: var(--itembox-spirit);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-badge-number {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    right: 0;&lt;br /&gt;
    top: 0.3em;&lt;br /&gt;
    height: 0.8em;&lt;br /&gt;
    mask-size: 100% 100%;&lt;br /&gt;
    background-color: var(--itembox-ink);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.5em;&lt;br /&gt;
    right: 0.4em;&lt;br /&gt;
    mask-image: url(&#039;/images/2/24/Tier_numbers_small_01.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.7em;&lt;br /&gt;
    right: 0.3em;&lt;br /&gt;
    mask-image: url(&#039;/images/7/74/Tier_numbers_small_02.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3 .itembox-tier-badge-number {&lt;br /&gt;
    width: 0.9em;&lt;br /&gt;
    right: 0.2em;&lt;br /&gt;
    mask-image: url(&#039;/images/5/54/Tier_numbers_small_03.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4 .itembox-tier-badge-number {&lt;br /&gt;
    width: 1.1em;&lt;br /&gt;
    mask-image: url(&#039;/images/c/c6/Tier_numbers_small_04.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-5 .itembox-tier-badge-number {&lt;br /&gt;
    width: 1.1em;&lt;br /&gt;
    right: 0.1em;&lt;br /&gt;
    mask-image: url(&#039;/images/8/81/Tier_numbers_small_05.svg&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-imbue-tag {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 0;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: fit-content;&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    line-height: normal;&lt;br /&gt;
    letter-spacing: 0.1em;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-radius: 0.2em;&lt;br /&gt;
    padding: 0 0.3em;&lt;br /&gt;
    color: var(--itembox-imbue-fg);&lt;br /&gt;
    background-color: var(--itembox-imbue-bg);&lt;br /&gt;
    visibility: hidden;&lt;br /&gt;
}&lt;br /&gt;
.itembox-imbue .itembox-imbue-tag {&lt;br /&gt;
    visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
.itembox-active.itembox-imbue .itembox-imbue-tag {&lt;br /&gt;
    justify-content: start;&lt;br /&gt;
    height: 2.2em;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-name-area {&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 4.5em;&lt;br /&gt;
    padding: 0.5em 0.4em;&lt;br /&gt;
}&lt;br /&gt;
.itembox-name {&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    line-height: 1.2;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    color: var(--itembox-ink);&lt;br /&gt;
    overflow-wrap: normal;&lt;br /&gt;
    word-break: normal;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-4.itembox-weapon .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-weapon .itembox-name {&lt;br /&gt;
    color: #e4c5a1;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-vitality .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-vitality .itembox-name {&lt;br /&gt;
    color: #c2e7cd;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4.itembox-spirit .itembox-name,&lt;br /&gt;
.itembox-tier-5.itembox-spirit .itembox-name {&lt;br /&gt;
    color: #e3d4f2;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-wear {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    opacity: 0.7;&lt;br /&gt;
    mask-size: 100% 100%;&lt;br /&gt;
    background-color: white;&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v1 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/8/8f/Card_PaperWear_1.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v2 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/1/11/Card_PaperWear_2.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v3 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/8/89/Card_PaperWear_3.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-wear-v4 .itembox-wear {&lt;br /&gt;
    mask-image: url(&#039;/images/5/52/Card_PaperWear_4.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-tier-1.itembox-vitality .itembox-wear {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    background-color: #f4e2cd;&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-1.itembox-spirit .itembox-wear {&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    background-color: rgb(247, 232, 213);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-2 .itembox-wear {&lt;br /&gt;
    background-color: rgb(230, 209, 191);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-3 .itembox-wear {&lt;br /&gt;
    background-color: rgb(206, 173, 155);&lt;br /&gt;
}&lt;br /&gt;
.itembox-tier-4 .itembox-wear,&lt;br /&gt;
.itembox-tier-5 .itembox-wear {&lt;br /&gt;
    background-color: rgb(105, 97, 92);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-texture {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    background-size: 100% 100%;&lt;br /&gt;
    mix-blend-mode: multiply;&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v1 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/9/97/Shopitem_papertexture01.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v2 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/b/bf/Shopitem_papertexture02.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
.itembox-texture-v3 .itembox-texture {&lt;br /&gt;
    background-image: url(&#039;/images/9/95/Shopitem_papertexture03.png&#039;);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-bevel {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    width: 100%;&lt;br /&gt;
    height: 100%;&lt;br /&gt;
    border-left: 0.1em solid #ffcc6622;&lt;br /&gt;
    border-top: 0.1em solid #ffcc6622;&lt;br /&gt;
    background-size: 100% 100%;&lt;br /&gt;
    mix-blend-mode: screen;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox-active-tag {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 3.5em;&lt;br /&gt;
    display: flex;&lt;br /&gt;
    flex-direction: column;&lt;br /&gt;
    justify-content: center;&lt;br /&gt;
    align-self: center;&lt;br /&gt;
    width: fit-content;&lt;br /&gt;
    height: fit-content;&lt;br /&gt;
    font-size: 1.1em;&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
    font-family: var(--itembox-font);&lt;br /&gt;
    line-height: normal;&lt;br /&gt;
    letter-spacing: 0;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    text-transform: uppercase;&lt;br /&gt;
    border-radius: 0.2em;&lt;br /&gt;
    padding: 0.1em 0.6em;&lt;br /&gt;
    box-shadow: 0 0 3em #000000ff;&lt;br /&gt;
    color: #ffefd7b3;&lt;br /&gt;
    background-color: #171717;&lt;br /&gt;
    visibility: hidden;&lt;br /&gt;
}&lt;br /&gt;
.itembox-active .itembox-active-tag {&lt;br /&gt;
    visibility: visible;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.itembox .item-link-wrapper,&lt;br /&gt;
.itembox .item-link-wrapper &amp;gt; a {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    display: block;&lt;br /&gt;
    inset: 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>~2026-HexCooldownBooster745</name></author>
	</entry>
	<entry>
		<id>https://deadlock.wiki/User:Vergir?diff=99254</id>
		<title>User:Vergir</title>
		<link rel="alternate" type="text/html" href="https://deadlock.wiki/User:Vergir?diff=99254"/>
		<updated>2026-07-23T20:51:00Z</updated>

		<summary type="html">&lt;p&gt;~2026-HexCooldownBooster745: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&lt;br /&gt;
= Holliday =&lt;br /&gt;
{{HeroStreetBrawlItems|Holliday|id=sb-items-holliday}}&lt;br /&gt;
&lt;br /&gt;
= Vindicta (has counter items) =&lt;br /&gt;
{{HeroStreetBrawlItems|Vindicta|id=sb-items-vindicta}}&lt;/div&gt;</summary>
		<author><name>~2026-HexCooldownBooster745</name></author>
	</entry>
	<entry>
		<id>https://deadlock.wiki/Items?diff=99242</id>
		<title>Items</title>
		<link rel="alternate" type="text/html" href="https://deadlock.wiki/Items?diff=99242"/>
		<updated>2026-07-23T20:42:40Z</updated>

		<summary type="html">&lt;p&gt;~2026-HexCooldownBooster745: restore Active Items table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quotation|[[The Archmother]]&#039;s herald|Only you know what will aid you the most.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Items&#039;&#039;&#039; are in-game equipment that provide [[Heroes]] with bonus attributes and special abilities.&lt;br /&gt;
[[File:Weapon shop.png|thumb|229x229px|Weapon shop (as of May 2025)]]&lt;br /&gt;
== Overview ==&lt;br /&gt;
There are currently &#039;&#039;&#039;{{Items count}}&#039;&#039;&#039; items available for purchase from any [[The Curiosity Shop|Curiosity Shop]] on the [[Map|game map]], as well as &#039;&#039;&#039;{{Items count|Street Brawl}}&#039;&#039;&#039; Legendary items available only in the [[Street Brawl]] mode. Every item also has an &amp;quot;Enhanced&amp;quot; variant in Street Brawl (Enhanced stats can be found in each item&#039;s page).&lt;br /&gt;
&lt;br /&gt;
Heroes start with nine item slots in their inventory which can hold an item of any type. Additionally, there are three [[Extra Slots]] that can be unlocked after completing certain map objectives.&lt;br /&gt;
&lt;br /&gt;
Items are split into four tiers based on their price. All items within a tier have the same price. If an item has a [[Components|component]], the player gets a discount equal to the price of the component if they had purchased it first. If an item is a component to multiple items, the player only receives a discount on the first upgraded item. &lt;br /&gt;
&lt;br /&gt;
Purchased items can be sold back to the shop, allowing the player to recoup half of the cost. The player can get the full value if they refund the item before closing the shop window. &lt;br /&gt;
&lt;br /&gt;
==List of Items==&lt;br /&gt;
{{Item Navbox}}&lt;br /&gt;
&lt;br /&gt;
==Item Types==&lt;br /&gt;
There are three types of items:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[File:Weapon Icon.png|25px|link=]] Weapon&#039;&#039;&#039;: Focus on improving base weapons, damage, and bullet effects.&lt;br /&gt;
* &#039;&#039;&#039;[[File:Vitality Icon.png|25px|link=]] Vitality&#039;&#039;&#039;: Focus on improving survivability, defense, and movement.&lt;br /&gt;
* &#039;&#039;&#039;[[File:Spirit icon.png|25px|link=]] Spirit&#039;&#039;&#039;: Focus on improving abilities and spirit power.&lt;br /&gt;
Spending Souls on items of each type provides corresponding stats bonuses. The strength of the bonus is dependent on the total cost of the items of each type owned by the player, up to {{Souls|28,800}} Souls.&lt;br /&gt;
&lt;br /&gt;
At {{Souls|4,800}}, the player gains a significant investment bonus.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ Item Type Bonuses by Souls&lt;br /&gt;
! rowspan=&amp;quot;2&amp;quot; scope=&amp;quot;col&amp;quot; | Souls&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | [[File:Weapon Icon.png|20px]] Weapon&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | [[File:Vitality Icon.png|20px]] Vitality&lt;br /&gt;
! scope=&amp;quot;col&amp;quot; | [[File:Spirit icon.png|20px]] Spirit &lt;br /&gt;
|-&lt;br /&gt;
!{{Plink|Weapon Damage|pic=Damage}}&lt;br /&gt;
!{{Plink|Health|pic=Health}}&lt;br /&gt;
!{{Plink|Spirit Power|pic=Spirit damage}}&lt;br /&gt;
|-&lt;br /&gt;
| {{Souls|800}} || +9% || +9% || +7&lt;br /&gt;
|-&lt;br /&gt;
| {{Souls|1,600}} || +12% || +12% || +11&lt;br /&gt;
|-&lt;br /&gt;
| {{Souls|2,400}} || +15% || +15% || +15&lt;br /&gt;
|-&lt;br /&gt;
| {{Souls|3,200}} || +18% || +20% || +19&lt;br /&gt;
|-&lt;br /&gt;
| {{Souls|4,800}} [[File:Star.png|15px]] || &#039;&#039;&#039;+46%&#039;&#039;&#039; || &#039;&#039;&#039;+38%&#039;&#039;&#039; || &#039;&#039;&#039;+38&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
| {{Souls|6,400}}|| +54% || +42% || +45&lt;br /&gt;
|-&lt;br /&gt;
| {{Souls|8,000}} || +62% || +46% || +52&lt;br /&gt;
|-&lt;br /&gt;
| {{Souls|11,200}} || +74% || +50% || +59&lt;br /&gt;
|-&lt;br /&gt;
| {{Souls|16,000}} || +86% || +54% || +66&lt;br /&gt;
|-&lt;br /&gt;
| {{Souls|22,400}} || +100% || +64% || +75&lt;br /&gt;
|-&lt;br /&gt;
| {{Souls|28,800}} || +115% || +70% || +100&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Active Items==&lt;br /&gt;
&#039;&#039;&#039;Active items&#039;&#039;&#039; provide additional, temporary effects when activated by a key press. Upon being purchased, they must be bound to one of four individual keys for activation. As a result, a player cannot hold more than four active items at a time.&lt;br /&gt;
&lt;br /&gt;
A player can change the assigned slot for an active item by holding &amp;quot;Tab&amp;quot; or &amp;quot;Alt&amp;quot; and then clicking and dragging the item between slots.&lt;br /&gt;
{{Active Items}}&lt;br /&gt;
&lt;br /&gt;
== Cosmetic Items ==&lt;br /&gt;
&#039;&#039;&#039;Cosmetic items&#039;&#039;&#039; are a unique type of active item that are only available during [[Seasonal events]] and specific periods. These items are globally unlocked for all players, don&#039;t take an item slot or provide bonus stats, and use a unique active item slot (&amp;quot;E&amp;quot; key).&lt;br /&gt;
&lt;br /&gt;
These items can be tested outside their events by using the &amp;quot;giveitem&amp;quot; [[Console commands|Console command]] in the [[Hideout]], Sandbox, or cheat-enabled custom games.&lt;br /&gt;
* {{ItemIcon|Snowball}} &#039;&#039;(cosmetic_item_snowball)&#039;&#039;&lt;br /&gt;
* Hero Vote Posters &#039;&#039;(cosmetic_item_voting_poster)&#039;&#039;&lt;br /&gt;
&amp;lt;!--== Unreleased/Cut items (WIP) ==&lt;br /&gt;
&#039;&#039;&#039;Unreleased and cut items&#039;&#039;&#039; are not obtainable through normal play. They can only be accessed via console commands and include both active and passive types. All details are provisional, and some items may change or never be added.&lt;br /&gt;
&lt;br /&gt;
These items can be tested by using the &amp;quot;giveitem&amp;quot; [[Console commands|Console command]] in the [[Hideout]], Sandbox, or cheat-enabled custom games (add &amp;quot;upgrade_&amp;quot; before the item codename in lower caps).&lt;br /&gt;
{| class=&amp;quot;wikitable mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%;&amp;quot;&lt;br /&gt;
! List of Unreleased/Cut Items&lt;br /&gt;
|-&lt;br /&gt;
| {{Unreleased or Cut Items}}&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
== Gallery ==&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
File:Weapon shop.png|Weapon shop as of 2025-05-08&lt;br /&gt;
File:Vitality shop.png|Vitality shop as of 2025-05-08&lt;br /&gt;
File:Spirit shop.png|Spirit shop as of 2025-05-08&lt;br /&gt;
File:Weapon shop leak.png|Leaked pre-release Weapon shop&lt;br /&gt;
File:Vitality shop leak.png|Leaked pre-release Vitality shop&lt;br /&gt;
File:Spirit shop leak.png|Leaked pre-release Spirit shop&lt;br /&gt;
File:Old shop.png|Old item shop UI before the [[Update:May 8, 2025|Shop Rework]]&lt;br /&gt;
File:Vitality Shop UI.png|Old Vitality shop&lt;br /&gt;
File:Neon Prime Mods.jpg|[[Neon Prime]] shop &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Trivia ==&lt;br /&gt;
* Some Heroes refer to the Items as &#039;&#039;&#039;Relics&#039;&#039;&#039;.&amp;lt;ref name=&amp;quot;relics&amp;quot;&amp;gt;&lt;br /&gt;
* {{VoiceLineCite|name=Ivy|file=Tengu t3 shop reminder 02.mp3|transcription=A tier 3 relic might change the tide!}}&lt;br /&gt;
* {{VoiceLineCite|name=Vyper|file=Viper t1 shop reminder 01.mp3|transcription=I should buy a relic.}}&lt;br /&gt;
* {{VoiceLineCite|name=Mo &amp;amp; Krill|file=Krill t3 shop reminder 01.mp3|transcription=I can afford a powerful relic!}}&lt;br /&gt;
* {{VoiceLineCite|name=Seven|file=Gigawatt t2 shop reminder 01.mp3|transcription=I need to buy a relic.}}&lt;br /&gt;
* {{VoiceLineCite|name=Holliday|file=Astro t2 shop reminder 01.mp3|transcription=Might wanna buy a relic.}}&lt;br /&gt;
&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Items| ]]&lt;/div&gt;</summary>
		<author><name>~2026-HexCooldownBooster745</name></author>
	</entry>
</feed>