Gem Sick: Difference between revisions
Remove fabricated shop price: ug[i][5] is never read for upgrades (dead data) |
DwLayoutTest (talk | contribs) Effect row: gem high (spaced) |
||
| (2 intermediate revisions by one other user not shown) | |||
| Line 3: | Line 3: | ||
<div class="dw-chip__icons"><span class="dw-sprite" data-sprite="upgrades/gemsick.png"></span><span class="dw-sprite" data-sprite="upgrades/gemsick_mini.png"></span></div> | <div class="dw-chip__icons"><span class="dw-sprite" data-sprite="upgrades/gemsick.png"></span><span class="dw-sprite" data-sprite="upgrades/gemsick_mini.png"></span></div> | ||
<table class="dw-chip__rows"> | <table class="dw-chip__rows"> | ||
<tr><td>Effect</td><td> | <tr><td>Effect</td><td>[[Gem High|gem high]] lasts for longer duration</td></tr> | ||
<tr><td>名前</td><td>ジェムよい</td></tr> | <tr><td>名前</td><td>ジェムよい</td></tr> | ||
<tr><td>説明</td><td>ジェムハイじょうたいが ながく つづく</td></tr> | <tr><td>説明</td><td>ジェムハイじょうたいが ながく つづく</td></tr> | ||
| Line 10: | Line 10: | ||
</div> | </div> | ||
'''Gem Sick''' (ジェムよい) is an [[Upgrades|upgrade]]. | '''Gem Sick''' (ジェムよい) is an [[Upgrades|upgrade]] that makes [[Gem High|gem high]] last longer by slowing how quickly the gem streak decays. | ||
== Stats == | |||
The gem streak (and with it [[Gem High|gem high]]) survives as long as a countdown that resets with every gem collected. From the gem-gain code: | |||
* The countdown is normally '''300 frames (5 seconds)'''; with Gem Sick every gem collected sets it to '''480 frames (8 seconds)''' instead, a 60% longer window between pickups before the streak breaks. | |||
* The extension applies to every source that feeds the streak, including gem rewards granted directly by [[Combos|combos]] and other non-pickup sources. | |||
* The upgrade has its own HUD art: while it is held, the gem-high meter's flame animation is drawn with <code>sprGemsickMotion</code> instead of the usual <code>sprGemhighMotion</code>. | |||
* Internally the upgrade flag is called <code>pugLessResist</code>; the name ''Gem Sick'' appears only in the display strings. | |||
[[Category:Upgrades]] | [[Category:Upgrades]] | ||