Skip to content

Commit

Permalink
Updated Pool
Browse files Browse the repository at this point in the history
  • Loading branch information
RainAfterDark committed Jun 8, 2019
1 parent 659b5d0 commit 564cb6d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 25 deletions.
Binary file added assets/luluca-banner.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions index.html
Expand Up @@ -79,7 +79,7 @@ <h5>V1.31</h5>
<div class="dropdown-item banner banner-item banner-bg-normal" data-banner="NormalBanner" data-pool="NormalSummon">Normal Summon</div>
<div class="dropdown-item banner banner-item banner-bg-mystic" data-banner="NormalBanner" data-pool="MysticSummon">Mystic Summon</div>
<div class="dropdown-item banner banner-item banner-bg-moonlight" data-banner="MoonlightBanner" data-pool="MoonlightSummon">Moonlight Summon</div>
<div class="dropdown-item banner banner-item banner-bg-limited" data-banner="LimitedBanner" data-pool="NormalSummon">Limited Summon</div>
<div class="dropdown-item banner banner-item banner-bg-rateup" data-banner="RateUpBanner" data-pool="NormalSummon">Rate Up Summon</div>
</div>
</div>
</div>
Expand All @@ -88,11 +88,11 @@ <h5>V1.31</h5>
<div class="grid-placeholder-text text-shadow">
<h2> Current Banner Units: </h2>

<h4>Limited Hero:
<a class="link" href="https://epicsevendb.com/hero/baiken" target="_blank">Baiken</a>
<h4>New Hero:
<a class="link" href="https://epicsevendb.com/hero/luluca" target="_blank">Luluca</a>
</h4>
<h4>Limited Artifact:
<a class="link" href="https://epicsevendb.com/artifact/torn-sleeve" target="_blank">Torn Sleeve</a>
<h4>New Artifact:
<a class="link" href="https://epicsevendb.com/artifact/spirits-breath" target="_blank">Spirit's Breath</a>
</h4>
<!--
<h4> ※ Double Rate Up Heroes:
Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -192,7 +192,7 @@ h4 {
}

.banner-bg-rateup {
background-image: url("assets/tenebae-banner.png");
background-image: url("assets/luluca-banner.png");
}

.banner-bg-limited {
Expand Down
38 changes: 19 additions & 19 deletions unit-pool.js
@@ -1,9 +1,9 @@
var Pool = {

LimitedUnit: "baiken",
LimitedArtifact: "torn-sleeve",
NewHero: "",
NewArtifact: "",
LimitedUnit: "",
LimitedArtifact: "",
NewHero: "luluca",
NewArtifact: "spirits-breath",

NormalSummon: {
hero: {
Expand Down Expand Up @@ -221,35 +221,35 @@ var Pool = {
hero: {
5: [
"sage-baal-sezan",
"kayron"
"violet"
],
4: [
"crescent-moon-rin",
"rose",
"achates",
"maya",
"coli"
"cidd",
"zerato",
"schuri",
"rose"
],
3: [
"enott",
"adlay",
"judith",
"mistychain"
"carmainerose",
"taranor-guard",
"kluri",
"judith"
]
},
artifact: {
5: [
"celestine"
"purple-talisman"
],
4: [
"els-fist",
"dust-devil",
"infinity-basket"
"hell-cutter",
"elyhas-knife",
"sashe-ithanes"
],
3: [
"mighty-yaksha",
"grail-of-blood",
"cursed-compass",
"oath-key"
"mighty-yaksha"
]
}
}
Expand Down

0 comments on commit 564cb6d

Please sign in to comment.