Bubble Tea: Difference between revisions
| (3 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
==Effects== | ==Effects== | ||
{{Description}} | {{Description}} | ||
The chance for Bubble Tea to reduce the cooldown is affected by [[luck]]. | The chance for Bubble Tea to reduce the cooldown is affected by [[luck]]. | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ | ||
!Luck | !Luck | ||
!Chance for reduction | !Chance for reduction<ref>{{cite Discord|name=Colon|username=colon|channel=zoo-bugs|date=2023-04-29|url=//discord.com/channels/461575285364752384/1075502116635951275/1101936431372443768|text=checking code<br>[Bubble Tea] decreases if rng(1, 100) is <= 70<br>well 1 out of (100 - (5 * luck))<br>capped at 75}}</ref> | ||
!Avg. reduction per rescue | !Avg. reduction per rescue | ||
|- | |- | ||
|0 | |0 | ||
|70% | |{{#expr:70 round 0}}% | ||
|6 minutes | |6 minutes | ||
|- | |- | ||
|1 | |1 | ||
| | |{{#expr:73.684210526315789474 round 0}}% | ||
| | |12 minutes 38 seconds | ||
|- | |- | ||
|2 | |2 | ||
| | |{{#expr:77.777777777777777778 round 0}}% | ||
| | |20 minutes | ||
|- | |- | ||
|3 | |3 | ||
| | |{{#expr:82.352941176470588235 round 0}}% | ||
| | |28 minutes 14 seconds | ||
|- | |- | ||
|4+ | |4 | ||
| | |{{#expr:87.5 round 0}}% | ||
| | |37 minutes 30 seconds | ||
|- | |||
|5+ | |||
|{{#expr:93.333333333333333333 round 0}}% | |||
|48 minutes | |||
|} | |} | ||
[[Backpack]] can be used to guarantee a reduction from Bubble Tea. | |||
==Strategy== | |||
At 2 luck or less, Bubble Tea's reduction is outperformed by that of [[Juice Box]]. It should only be used in the absence of Juice Box or with a consistently high luck. | |||
==History== | ==History== | ||
Latest revision as of 17:38, 23 May 2024
Bubble Tea
|
Bubble Tea is a relic obtained normally from quests.
Effects[edit | edit source]
Grants a 70% chance to reduce each rescue cooldown by 1 hour, otherwise raises it by 2 hours.
— In-game description
The chance for Bubble Tea to reduce the cooldown is affected by luck.
| Luck | Chance for reduction[1] | Avg. reduction per rescue |
|---|---|---|
| 0 | 70% | 6 minutes |
| 1 | 74% | 12 minutes 38 seconds |
| 2 | 78% | 20 minutes |
| 3 | 82% | 28 minutes 14 seconds |
| 4 | 88% | 37 minutes 30 seconds |
| 5+ | 93% | 48 minutes |
Backpack can be used to guarantee a reduction from Bubble Tea.
Strategy[edit | edit source]
At 2 luck or less, Bubble Tea's reduction is outperformed by that of Juice Box. It should only be used in the absence of Juice Box or with a consistently high luck.
History[edit | edit source]
| RoboTop | |
|---|---|
| v80.0 | Added Bubble Tea. |
| Bubble Tea is called 💎 Relic and has no effect.[2] | |
| May 20–June 28, 2021 | Renamed 💎 Relic to 🧋 Bubble Tea.[3] |
| v84.0 | Bubble Tea is given a use. |
References[edit | edit source]
- ↑ 29 April 2023. Message by Colon [@colon] in the
#zoo-bugschannel in the 9th Tail Bot Hub server:“checking code
[Bubble Tea] decreases if rng(1, 100) is <= 70
well 1 out of (100 - (5 * luck))
capped at 75” - ↑ 12 July 2023. Code screenshot by Colon [@colon] in the
#zoo-dev-discussionchannel in the 9th Tail Bot Hub server.{ "id": "gem", "name": "Relic", "val": "cooldownGamble", "emoji": "💎", "desc": "" }, [...] { "name": "Bubble Tea", "val": "cooldownGamble", "emoji": "🧋", "chance": 7, "decrease": 60, "increase": 120, "desc": "Grants a 70% chance to decrease each rescue cooldown by 1 hour, otherwise raises it by 2 hours."},
- ↑ 8 June 2021. Message by RoboTop in the
#botschannel in the 9th Tail Bot Hub server.
