some readability improving

This commit is contained in:
IvarK 2019-08-26 16:38:09 +03:00
parent d5e91dee8c
commit 0dde7621ab
3 changed files with 12 additions and 5 deletions

View File

@ -52,14 +52,20 @@ Vue.component("ra-tab", {
<p> Rules: you can't dimension boost and tick reduction is forced to be 11%. </p>
<br>
<br>
<h2> Rewards: </h2>
<h2> Memory multipliers: </h2>
<div class="c-ra-rewards">
<span class="c-ra-rewards-inner"> Teresa: {{formatX(expMultis[0], 2, 2)}} </span>
<span class="c-ra-rewards-inner"> Effarig: {{formatX(expMultis[1], 2, 2)}} </span>
<span
class="c-ra-rewards-inner"
v-if="pets[1].pet.isUnlocked"> Effarig: {{formatX(expMultis[1], 2, 2)}} </span>
</div>
<div class="c-ra-rewards">
<span class="c-ra-rewards-inner"> Enslaved: {{formatX(expMultis[2], 2, 2)}} </span>
<span class="c-ra-rewards-inner"> V: {{formatX(expMultis[3], 2, 2)}} </span>
<span
class="c-ra-rewards-inner"
v-if="pets[2].pet.isUnlocked"> Enslaved: {{formatX(expMultis[2], 2, 2)}} </span>
<span
class="c-ra-rewards-inner"
v-if="pets[3].pet.isUnlocked"> V: {{formatX(expMultis[3], 2, 2)}} </span>
</div>
</div>
</button>

View File

@ -276,7 +276,7 @@ const RA_UNLOCKS = {
TERESA_XP: {
id: 1,
description: "Get Teresa to level 3",
reward: "Unlock Ra's Reality, boost Teresa memory gain based on EP reached",
reward: "Unlock Ra's Reality, boost Teresa memory gain based on EP reached in Ra's Reality",
pet: Ra.pets.teresa,
level: 3
},

View File

@ -5905,6 +5905,7 @@ kbd {
flex: none none 50rem;
width: 50rem;
margin: 2.5rem 5rem;
cursor: pointer;
}
.l-ra-reality-inner {