Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions WebHostLib/static/styles/sc2Tracker.css
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion WebHostLib/templates/tracker__Starcraft2.html
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ <h2>Protoss Items</h2>
<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>
Expand Down