Difference between revisions of "Halloween"

From The Perfect Tower II
Jump to navigation Jump to search
(→‎Halloween 2022: Add pumpkins table. It was a pain)
Line 92: Line 92:
 
<td colspan=3><span class="mw-customtoggle-pumpkins" style="border:1px solid; border-color:#AAA #555 #555 #AAA; border-radius: 3px; background-color:#F2F2F2; padding:.3em">Collapse extra rows</span></td><td> max </td><td colspan=2> </td>
 
<td colspan=3><span class="mw-customtoggle-pumpkins" style="border:1px solid; border-color:#AAA #555 #555 #AAA; border-radius: 3px; background-color:#F2F2F2; padding:.3em">Collapse extra rows</span></td><td> max </td><td colspan=2> </td>
 
</tr></table>
 
</tr></table>
 +
 +
===Formulas===
 +
The formulas that govern quantites like "Pumpkins per Click", etc., are not always obvious. Here the complete formulas are documented.
 +
 +
<code>pumpkins_per_click = (1 + 2 * "+2 pumpkins per Click"_lvl + "+1 pumpkin per Click"_lvl) * (1 + 0.01 * "+1% pumpkin per Grave"_lvl * graves) * (1 + 0.1 * "+10% pumpkin per Click"_lvl) * (1 + 0.01 * "x1.01 pumpkin per Bat"_lvl)<sup>bats</sup> * (1 + .25 * spooky_tower_lvl)</code>
 +
 +
<code>blood_base = "Unlocks Blood collection"_lvl * 1.2<sup>"x1.2 blood per Enemy"_lvl</sup> * 1.25<sup>"x1.2 blood per Enemy"_lvl</sup> * (1 + 0.01 * "+1% Blood per Pumpkin Brick"_lvl * bricks) * (1 + .25 * spooky_tower_lvl)</code><br>
 +
<code>blood_per_kill = range(1.5, 2.5) * blood_base</code>
 +
 +
<code>souls_per_kill = "Unlocks Soul collection"_lvl * (1 + "+1 soul per Enemy"_lvl) * (1 + 0.01 * "+1% souls per Bat"_lvl * bats) * (1 + .25 * spooky_tower_lvl)</code><br>
 +
 +
<code>soul_chance_per_darkness = "Unlocks Soul collection"_lvl * (0.05 + 0.01 * "+1% soul-Chance per #darkness")</code>
 
{{PerfectNavigation}}
 
{{PerfectNavigation}}

Revision as of 09:08, 4 November 2022

An "artist's recreation" of the 2021 quest board.
Spoopydrcubical.png

The Halloween Event is a yearly event held from October 31st to November 6th. It was first added in 2021, and expanded on in 2022.

Like Talk Like a Pirate Day, Dr. Cubical will dress in a costume, appearing as a pumpkin, calling himself Dr. Pumpkical.

Halloween 2021

The first incarnation of the Halloween event was a simple quest board, with 9 total quests ranging from defeating a number of bosses in the Statue of Cubos to crafting a number of factory items, and completing all of them would award an Achievement and an Artifact.

As it was the first Halloween event, it was also very simple, and very easy to complete.

Halloween 2022

A Level 4 Spooky Tower
The 2022 quest board.

The second Halloween event in contrast, is much more complex. To even access it, you must be at least Military Tier 1. After that, clicking on the button that has appeared at the left-side of the screen, or the Ghost Ship near Shipyard, will take you to Halloween Island.

Halloween Island

Halloween Island is the main center of all things spooky. Dr. Pumpkical's spooky lair, the Spooky Tower, is where you will find the revamped quest system, along with upgrades needed to complete the event. There are 3 main currencies: Pump.jpg Pumpkins, Blood.jpg Blood, and Soul.jpg Souls. Each are used in their own section of the Spooky Tower to buy upgrades.

All three have differing ways to obtain: Pumpkins have a chance to spawn every time the wave counter changes and will bounce around the map for 30 seconds before disappearing. Clicking on them will reward you with pumpkins.

Blood must first be unlocked via a pumpkin upgrade to be collected. Once purchased enemies will drop blood on death as resources are.

Souls must also be unlocked via a pumpkin upgrade to be collected. Once purchased enemies will have a chance to drop souls on death. The change is based on modules with the #darkness tag equipped and can be upgraded with souls.

There are also three secondary resources: pumpkin brick (image), bats (image), and graves (image). All three are obtained three same way. All of them give a +0.01× resource (town, not event) boost per resource. All of them are unlocked at certain thresholds, and never spent.

Pumpkin bricks are used to upgrade the tower, and for the first column of assets. They have a formula of pumpkins >= 2 * 8bricks needed to unlock.

Bats are used to get grave stone town assets probably. They have a formula of blood >= 1000 * bats3 needed to unlock.

Graves are used to get the grave town assets. They have a formula of souls >= 50 * graves4 needed to unlock.

Upgrades

To proceed in the event, various upgrades must be purchased. There is a tab for each type of upgrade (pumpkin, blood, and soul) but this only determines the cost - it might upgrade a different resource.

Pumpkins
+2 pumpkins per Click Unlocks Blood collection Unlocks Soul collection +5 Factory Pumpkins per Click +1% Blood per Pumpkin Brick 1.01x pumpkin per Bat
cost(lvl) 3lvl 1 2 125 * 6lvl 1000 * 8lvl 500000 * 24lvl
0 1 1 2 125 1000 500000
1 3 max max 750 8000 1.2e7
2 9 4500 64000 2.88e8
3 27 27000 512000 6.91e9
4 81 162000 4.096e6 max
5 max 972000 max
6 Expand remaining rows
6 5.832e6
7 3.499e7
8 2.1e8
9 1.26e9
10 Collapse extra rows max

Formulas

The formulas that govern quantites like "Pumpkins per Click", etc., are not always obvious. Here the complete formulas are documented.

pumpkins_per_click = (1 + 2 * "+2 pumpkins per Click"_lvl + "+1 pumpkin per Click"_lvl) * (1 + 0.01 * "+1% pumpkin per Grave"_lvl * graves) * (1 + 0.1 * "+10% pumpkin per Click"_lvl) * (1 + 0.01 * "x1.01 pumpkin per Bat"_lvl)bats * (1 + .25 * spooky_tower_lvl)

blood_base = "Unlocks Blood collection"_lvl * 1.2"x1.2 blood per Enemy"_lvl * 1.25"x1.2 blood per Enemy"_lvl * (1 + 0.01 * "+1% Blood per Pumpkin Brick"_lvl * bricks) * (1 + .25 * spooky_tower_lvl)
blood_per_kill = range(1.5, 2.5) * blood_base

souls_per_kill = "Unlocks Soul collection"_lvl * (1 + "+1 soul per Enemy"_lvl) * (1 + 0.01 * "+1% souls per Bat"_lvl * bats) * (1 + .25 * spooky_tower_lvl)

soul_chance_per_darkness = "Unlocks Soul collection"_lvl * (0.05 + 0.01 * "+1% soul-Chance per #darkness")