Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
CypherX committed Jul 1, 2024
1 parent b8614b0 commit 74b02f0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions pages/Dungeon Guides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,6 @@ <h5 class="mt-3">Dungeon Cost</h5>
<knockout data-bind="text: (dungeon().tokenCost * clears()).toLocaleString()"></knockout>
</div>
</div>


<!--<p>
<img data-bind="attr: { src: `./pokeclicker/docs/assets/images/profile/trainer-${$data.trainerSprite}.png` }"/>
</p>
<h2>Cost</h2>
<p>
<img width="18px" data-bind="attr: { src: `./pokeclicker/docs/assets/images/currency/${GameConstants.Currency[$data.cost.currency]}.svg` }"/>
<ko data-bind="text: $data.cost.amount.toLocaleString()"></ko>
</p>
<h2>Attack Efficiency</h2>
<p data-bind="text: `${$data.attackEfficiencyBase}%`"></p>
<h2>Step Efficiency</h2>
<p data-bind="text: `${$data.stepEfficiencyBase}%`"></p>
<h2>Unlock Requirement</h2>
<p data-bind="text: $data.unlockRequirement.hint()"></p>-->
</div>
<!-- /ko -->
</div>

0 comments on commit 74b02f0

Please sign in to comment.