SC2: Fixing a gap in the ascendant upgrades in the tracker (#5570)

This commit is contained in:
Phaneros
2025-11-14 17:12:51 -08:00
committed by GitHub
parent 98273ddad9
commit 93d3d8b084
2 changed files with 2 additions and 5 deletions

View File

@@ -241,12 +241,9 @@ input[type="checkbox"]{
}
/* Hidden items */
.hidden-class:not(:has(img.acquired)){
.hidden-class:not(:has(.f:not(.unacquired))), .hidden-item{
display: none;
}
.hidden-item:not(.acquired){
display:none;
}
/* Keys */
#keys ol, #keys ul{

View File

@@ -1599,7 +1599,7 @@
<div class="f {{'unacquired' if inventory[3010] == 0}}"><img src="https://matthewmarinets.github.io/ap_sc2_icons/icons/atlas.v4.0.0.png" title="Ascendant&#10;Potent psionic master. Can use the Psionic Orb, Mind Blast, and Sacrifice abilities." class=" btn-unit-protoss-hightemplar-taldarim-png"></div>
</div>
<div class="item-class-upgrades">
<div class="f {{'unacquired' if inventory[3418] == 0}}"><img src="https://matthewmarinets.github.io/ap_sc2_icons/icons/atlas.v4.0.0.png" title="Archon Merge (Ascendant)&#10;Allows 2 Ascendants to merge into a Archon." class=" btn-unit-protoss-archon-png hidden-item"></div>
<div class="f {{'unacquired hidden-item' if inventory[3418] == 0}}"><img src="https://matthewmarinets.github.io/ap_sc2_icons/icons/atlas.v4.0.0.png" title="Archon Merge (Ascendant)&#10;Allows 2 Ascendants to merge into a Archon." class=" btn-unit-protoss-archon-png"></div>
<div class="f {{'unacquired' if inventory[3367] == 0}}"><img src="https://matthewmarinets.github.io/ap_sc2_icons/icons/atlas.v4.0.0.png" title="Blood Amulet (Ascendant)&#10;Ascendants gain +150 starting energy and +50 maximum energy." class=" btn-blood-amulet-png"></div>
<div class="f {{'unacquired' if inventory[3517] == 0}}"><img src="https://matthewmarinets.github.io/ap_sc2_icons/icons/atlas.v4.0.0.png" title="Breath of Creation (Ascendant)&#10;Ascendant War Council upgrade.&#10;Ascendant spells cost -25 energy." class=" tip_terrazinefog-png"></div>
<div class="f {{'unacquired' if inventory[3366] == 0}}"><img src="https://matthewmarinets.github.io/ap_sc2_icons/icons/atlas.v4.0.0.png" title="Chaotic Attunement (Ascendant)&#10;Ascendants' Psionic Orbs gain 25% increased travel distance." class=" btn-upgrade-protoss-alarak-ascendantspsiorbtravelsfurther-png"></div>