mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-21 23:23:24 -07:00
SC2: Fixing a gap in the ascendant upgrades in the tracker (#5570)
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -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 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) 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) 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) 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) Ascendant War Council upgrade. 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) Ascendants' Psionic Orbs gain 25% increased travel distance." class=" btn-upgrade-protoss-alarak-ascendantspsiorbtravelsfurther-png"></div>
|
||||
|
||||
Reference in New Issue
Block a user