Skip to content

Commit

Permalink
feat: uty rarities
Browse files Browse the repository at this point in the history
  • Loading branch information
feildmaster committed Jun 3, 2024
1 parent 3a1ce72 commit 36f0259
Show file tree
Hide file tree
Showing 16 changed files with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
gtag('config', 'G-9RQNLPJ49W', {
'anonymize_ip': true,
});

function editEvent(type) {
gtag('event', `edit_${type}`);
}
Expand All @@ -35,7 +35,7 @@
<!--<script defer src="/__/firebase/6.0.2/firebase-firestore.js"></script>-->
<!-- initialize the SDK after all desired features are loaded -->
<!--<script defer src="/__/firebase/init.js"></script>-->

<script defer src="https://unpkg.com/[email protected]/dist/dom-to-image.min.js"></script>
<script defer src="./resources/simpletoast.js"></script>
<script type="module" src="./resources/modules/index.js"></script>
Expand All @@ -56,7 +56,7 @@
<div>Loading...</div>
</div>
<footer class="transparent">
<a href="https://undercards.net/SignUp?ref=63068" title="Undercards" target="_blank">Undercards</a> Template Editor
<a href="https://undercards.net/SignUp?ref=63068" title="Undercards" target="_blank">Undercards</a> Template Editor
&bullet;
<a href="https://discord.gg/xgT3X9j" title="Discord" target="_blank">
<img src="./resources/social/discord.png" class="social">
Expand Down Expand Up @@ -100,8 +100,11 @@ <h2>Select Rarity</h2>
<div>
<img class="selectable" src="./rarity/BASE.png">
<img class="selectable extra" src="./rarity/BASE_DR.png">
<img class="selectable" src="./rarity/GENERATED.png">
<img class="selectable" src="./rarity/GENERATED_DR.png">
<img class="selectable extra" src="./rarity/BASE_UTY.png">
<br class="extra">
<img class="selectable" src="./rarity/TOKEN.png">
<img class="selectable" src="./rarity/TOKEN_DR.png">
<img class="selectable" src="./rarity/TOKEN_UTY.png">
</div>
<div>
<img class="selectable active" src="./rarity/COMMON.png">
Expand All @@ -117,6 +120,13 @@ <h2>Select Rarity</h2>
<img class="selectable" src="./rarity/LEGENDARY_DR.png">
<img class="selectable" src="./rarity/DETERMINATION_DR.png">
</div>
<div>
<img class="selectable" src="./rarity/COMMON_UTY.png">
<img class="selectable" src="./rarity/RARE_UTY.png">
<img class="selectable" src="./rarity/EPIC_UTY.png">
<img class="selectable" src="./rarity/LEGENDARY_UTY.png">
<img class="selectable" src="./rarity/DETERMINATION_UTY.png">
</div>
</template>
<template id="selectTribe">
<!-- <h2>Select Tribe</h2> -->
Expand Down
Binary file added public/rarity/BASE_UTY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/rarity/COMMON.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/rarity/COMMON_UTY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/rarity/DETERMINATION.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/rarity/DETERMINATION_UTY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/rarity/EPIC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/rarity/EPIC_UTY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/rarity/GENERATED.png
Binary file not shown.
Binary file modified public/rarity/LEGENDARY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/rarity/LEGENDARY_UTY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/rarity/RARE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/rarity/RARE_UTY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/rarity/TOKEN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added public/rarity/TOKEN_UTY.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36f0259

Please sign in to comment.