Killroy's Slaughterhouse: Difference between revisions

From IdleOn MMO Wiki
mNo edit summary
mNo edit summary
Line 11: Line 11:
The Skull Shop offers the following selections:
The Skull Shop offers the following selections:
{| class="wikitable"
{| class="wikitable"
|+Skull Shop
!Reward!!Price
!Cost
!Reward  
!Amount
!Notes
|-
|-
|5||Random Time Candy ||1 ||
|Random Time Candy x1:
{|
* {{CraftReq|1 HR Time Candy}} 25%
|+<sup>*Unverified.</sup>
* {{CraftReq|2 HR Time Candy}} 50%
|45%||{{CraftReq|1 HR Time Candy}}
* {{CraftReq|4 HR Time Candy}} 25%
||5
|-
|-
|50%||{{CraftReq|2 HR Time Candy}}
|{{CraftReq|Black Pearl}} x1||9
|-
|-
|5%||{{CraftReq|4 HR Time Candy}}
|{{CraftReq|Holy Pearl}} x1||10
|}
|-
|9||{{CraftReq|Black Pearl}}||1||
|-
|10|| {{CraftReq|Holy Pearl}}||1||
|-
|-
|3 ||[[File:Crystal Carrot Idle.gif|36px]] Next Kill Spawns a Crystal Mob|| ||
|Next Kill Spawns a Crystal Mob||3
|-
|-
|6||{{CraftReq|Dungeon Loot Dice}}||1||
|{{CraftReq|Dungeon Loot Dice}} x1||6
|-
|-
|4||[[File:Arcade Ball.png|36px]] Arcade Balls||6||Automatically applied
|[[File:Arcade Ball.png]] [[Arcade|Arcade Balls]] x6||4
|-
|-
|8||[[File:Talent Book Library.png|36px]] Library Checkouts
|[[File:Talent Book Library.png|36px]] [[Construction#Talent Book Library-0|Library Checkouts]] x2||8
|2||Automatically applied
|-
|-
|1 ||[[File:Refinery.gif|36px]] Refinery Cycle|| ||Automatically applied
|[[File:Refinery.gif|36px]] [[Construction#Refinery|Refinery Cycle]] x1||1
|-
|-
|8||{{CraftReq|Pet Egg}}s||2||
|{{CraftReq|Pet Egg}}s x2||8
|-
|-
|5||{{CraftReq|Cooking Ladle}}s||3||
|{{CraftReq|Cooking Ladle}}s x3||5
|}
|}
{{Sources/datarow|Item=1 HR Time Candy|Source=Skull Shop|Link=Skull Shop||Category=Shop}}
{{Sources/datarow|Item=1 HR Time Candy|Source=Skull Shop|Link=Skull Shop||Category=Shop}}
Line 58: Line 49:
After time's up in any battle you'll be granted to choose one of the three "Upgrades" which are permanent for all future runs that boosts your progress/rewards within room:
After time's up in any battle you'll be granted to choose one of the three "Upgrades" which are permanent for all future runs that boosts your progress/rewards within room:
{| class="wikitable"
{| class="wikitable"
|+Room Upgrades
!Upgrade!!Description
!Upgrade
|+
!Description
|-
|-
| +1 second timer
| +1 Second Timer||Increases your maximum time in room. Base time is 100 seconds.
|Increases your maximum time in room
|+1 second timer
|-
|-
| +Talent Drops
| + Talent Drops||Increases chance for Talent Point drop, depends on how many Talent Point drops already got*
|
|+Talent Drops
|-
|-
| +1% bonus skulls
| +1% Bonus Skulls||Increases chance of dropping skulls by first x mobs**
|Adds 1% bonus skulls to your total skull reward
|+1% bonus skulls
|}
|}
<sup>'''*(1 + 0.05 * TalentDropsLv) / Math.max (10, Math.pow (TalentDropsGot, 2) + 10 * TalentDropsGot + 1)''' - Formula For Talent Drops
<br>'''if ((Mod (TalentDropsGot, 9) == 7), drops Special Talent Point, else drops Talent Point + (Math.max (1, Math.min (4, Math.round (TalentDropsGot - 4 * Math.floor (TalentDropsGot / 4) + 1)))))''' - Formula For Next Talent Point, if gotten Talent Points diving by 9 gets 7 in remainder then you'll get Special Talent Point<br/></sup>
<sup>**

Revision as of 19:19, 17 July 2023

Killroy's Slaughterhouse is a weekly challenge accessed from Killroy in the YumYum Grotto where you are given two randomized selections of rooms (the second selection room unlocks after reaching World 4). The random factors are which class can enter and what the enemy will be fighting, the map is the same as the mob's spawning area. Killing enemies within these challenges will award the player with Talent Point Tab's and "Skulls" which act as a currency for the Skull Shop, also provided by Killroy. When the challenge resets your Skulls will also be reset.

Rooms can be reset using Airhorn for 300 Gem.png.

Skull Shop

The Skull Shop offers the following selections:

Reward Price
Random Time Candy x1: 5
Black Pearl.png Black Pearl x1 9
Holy Pearl.png Holy Pearl x1 10
Next Kill Spawns a Crystal Mob 3
Dungeon Loot Dice.png Dungeon Loot Dice x1 6
Arcade Ball.png Arcade Balls x6 4
Talent Book Library.png Library Checkouts x2 8
Refinery.gif Refinery Cycle x1 1
Pet Egg.png Pet Eggs x2 8
Cooking Ladle.png Cooking Ladles x3 5

Room Upgrades

After time's up in any battle you'll be granted to choose one of the three "Upgrades" which are permanent for all future runs that boosts your progress/rewards within room:

Upgrade Description
+1 Second Timer Increases your maximum time in room. Base time is 100 seconds.
+ Talent Drops Increases chance for Talent Point drop, depends on how many Talent Point drops already got*
+1% Bonus Skulls Increases chance of dropping skulls by first x mobs**

*(1 + 0.05 * TalentDropsLv) / Math.max (10, Math.pow (TalentDropsGot, 2) + 10 * TalentDropsGot + 1) - Formula For Talent Drops
if ((Mod (TalentDropsGot, 9) == 7), drops Special Talent Point, else drops Talent Point + (Math.max (1, Math.min (4, Math.round (TalentDropsGot - 4 * Math.floor (TalentDropsGot / 4) + 1))))) - Formula For Next Talent Point, if gotten Talent Points diving by 9 gets 7 in remainder then you'll get Special Talent Point
**