Skip to content

Commit

Permalink
Update Synergism
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Jan 6, 2025
1 parent 3ded0cf commit eb1c387
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 63 deletions.
10 changes: 5 additions & 5 deletions src/Synergism.css
Original file line number Diff line number Diff line change
Expand Up @@ -4157,9 +4157,9 @@ form input:hover {

#pseudoCoinUpgradeDescription {
display: grid;
height: 128px;
height: 192px;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 128px;
grid-template-rows: 192px;
width: 100%;
}

Expand All @@ -4170,7 +4170,7 @@ form input:hover {

#pseudoCoinUpgradeTexts {
display: grid;
grid-template-rows: repeat(3, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column: 2 / 4;
margin: auto;
width: 100%;
Expand All @@ -4179,7 +4179,7 @@ form input:hover {
}

#pCoinUpgradeDesc {
grid-row: 1 / 3;
grid-row: 1 / 6;
text-align: center;
margin: auto;
width: 100%;
Expand All @@ -4190,7 +4190,7 @@ form input:hover {
}

#pCoinButton {
grid-row: 3;
grid-row: 6;
margin: 0 auto;
width: 100%;
}
Expand Down
112 changes: 56 additions & 56 deletions src/dist/out.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4668,6 +4668,8 @@ <h1 id="pCoinUpgradeName">Welcome to the PseudoShop!</h1>
<p id="description">Buy PseudoCoin upgrades, get exclusive bonuses and support development! &#10084</p>
<p id="pCoinEffectCurr">Click on an icon to see what you can get!</p>
<p id="pCoinEffectNext">Note: you must be logged in to buy or use these!</p>
<p id="pCoinScalingEffect"></p>
<p id="pCoinScalingCosts"></p>
</div>
<div id="pCoinButton">
<button id="buy" style="display: none"></button>
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@
"shopChronometerS": "With this upgrade, you gain +1% Ascension Speed and Global Speed per Singularity number above 200 your Singularity takes place!",
"shopAmbrosiaUltra": "For this absurdly expensive EX Upgrade, every EXALT completion grants +1 permanent ☘ Ambrosia Luck, per level.",
"shopSingularitySpeedup": "You know all those time-gated Singularity and Octeract Upgrades? Now they accumulate 20 times faster! Thanks to this weird clock that somehow alters even <<gray | Singular Time>>...",
"shopSingularityPotency": "You know all those free Singularity Upgrades? They are now 666% more effective (so, each is worth the equivalent to 7.66 levels, before softcaps). Why? This kinda weird <<gray | Singularity Transmission Ritual Device>>! Don't question it.",
"shopSingularityPotency": "You know all those free Singularity Upgrades? They are now 266% more effective (so, each is worth the equivalent to 3.66 levels, before softcaps). Why? This kinda weird <<gray | Singularity Transmission Ritual Device>>! Don't question it.",
"shopSadisticRune": "What a weird rune; The shopkeeper (who you know no longer can see) says telepathically that it is an Infinite Ascent rune drenched in some <<gray | Singularity Matter>>. There were multiple infinite ascents?"
},
"maxed": "Maxed!",
Expand Down
2 changes: 1 addition & 1 deletion src/translations/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@
"shopChronometerS": "With this upgrade, you gain +1% Ascension Speed and Global Speed per Singularity number above 200 your Singularity takes place!",
"shopAmbrosiaUltra": "For this absurdly expensive EX Upgrade, every EXALT completion grants +1 permanent ☘ Ambrosia Luck, per level.",
"shopSingularitySpeedup": "You know all those time-gated Singularity and Octeract Upgrades? Now they accumulate 20 times faster! Thanks to this weird clock that somehow alters even <<gray | Singular Time>>...",
"shopSingularityPotency": "You know all those free Singularity Upgrades? They are now 666% more effective (so, each is worth the equivalent to 7.66 levels, before softcaps). Why? This kinda weird <<gray | Singularity Transmission Ritual Device>>! Don't question it.",
"shopSingularityPotency": "You know all those free Singularity Upgrades? They are now 266% more effective (so, each is worth the equivalent to 3.66 levels, before softcaps). Why? This kinda weird <<gray | Singularity Transmission Ritual Device>>! Don't question it.",
"shopSadisticRune": "What a weird rune; The shopkeeper (who you know no longer can see) says telepathically that it is an Infinite Ascent rune drenched in some <<gray | Singularity Matter>>. There were multiple infinite ascents?"
},
"maxed": "Maxed!",
Expand Down

0 comments on commit eb1c387

Please sign in to comment.