Sentient ATM: Difference between revisions

From A KoL Wiki
imported>Cool12309
The autoattack and uncopyable were manually added (see stream); I highly doubt this is a boss.
imported>Volc
Notes: Confirmed immune to instakills, uncopyable category
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{NeedsContent|When does it first occur?}}
{{NeedsContent|When does it first occur?}}
{{NeedsSpading|Is this actually a boss? (Does the dataspider change its image?)}}
{{battle|text=In the horrible dystopian future, the economy has crashed so hard that all the ATMs have revolted and are trying to murder the filthy greedy money-grubbing humans. This one is eager to help you make a withdrawal. From the blood bank.
{{battle|text=In the horrible dystopian future, the economy has crashed so hard that all the ATMs have revolted and are trying to murder the filthy greedy money-grubbing humans. This one is eager to help you make a withdrawal. From the blood bank.
|hit=The slot on the ATM opens up and a bundle of cash flies out, hitting you in the {{part}}.
|hit=The slot on the ATM opens up and a bundle of cash flies out, hitting you in the {{part}}.
Line 12: Line 11:


==Notes==
==Notes==
*{{Boss}}
*{{Uncopyable}}
*Does not count as a boss for PvP purposes, and the [[Dataspider]] does change its image.
*Occurs every 11 adventures spent in [[The Post-Mall]].
*Occurs every 11 adventures spent in [[The Post-Mall]].
*The number of Chroner dropped is based on the total damage done to the sentient ATM. Chroner dropped is <code>2*rround(log(totaldamage)) + {1, 2, 3}</code>, where <code>rround</code> is the [[rounding|random rounding]] function. Those who wear a [[time-twitching toolbelt]] will receive one to three additional Chroners.
*The number of Chroner dropped is based on the total damage done to the sentient ATM. Chroner dropped is <code>2*rround(log(totaldamage)) + {1, 2, 3}</code>, where <code>rround</code> is the [[rounding|random rounding]] function. Those who wear a [[time-twitching toolbelt]] will receive one to three additional Chroners.
*According to the code visible during the Twitch livestream, total Chroner drop is capped at 25. Which seems excessive, since this assumes damage of 7 trillion, and most numbers are capped at signed MAXINT, or 2 billion.  
*According to the code visible during the Twitch livestream, total Chroner drop is capped at 25. Which seems excessive, since this assumes damage of 7 trillion, and most numbers are capped at signed MAXINT, or 2 billion. It is possible to do [http://forums.kingdomofloathing.com/vb/showpost.php?p=4781903&postcount=343 damage in the trillions], however.
*This monster's hit points are fixed at 1. As such, it is defeated after only one round of taking damage.
*This monster's hit points are fixed at 1. As such, it is defeated after only one round of taking damage. Despite this, it is immune to [[Insta-kill|insta-kills]].

Latest revision as of 15:36, 14 October 2022

This page is in need of content.

When does it first occur?
Sentient ATM
Monster ID 1646
Locations The Post-Mall
Hit Points 1
Attack 1
Defense 0
Initiative 0
Meat None
Phylum construct
Elements None
Resistance None
Monster Parts camera, keypad, monitor
Drops Chroner
Manuel Entry
refreshedit data
sentient ATM You're fighting a sentient ATM

In the horrible dystopian future, the economy has crashed so hard that all the ATMs have revolted and are trying to murder the filthy greedy money-grubbing humans. This one is eager to help you make a withdrawal. From the blood bank.

Hit Message(s):

The slot on the ATM opens up and a bundle of cash flies out, hitting you in the <solar plexus>.

Critical Hit Message:

not known

Miss Message(s):

It beeps ineffectually.

Fumble Message:

not known


After Combat
You gather all of the Chroners that you knocked loose from the ATM.
You acquire some Chroner

Occurs at The Post-Mall.

Notes

  • This monster cannot be copied.
  • Does not count as a boss for PvP purposes, and the Dataspider does change its image.
  • Occurs every 11 adventures spent in The Post-Mall.
  • The number of Chroner dropped is based on the total damage done to the sentient ATM. Chroner dropped is 2*rround(log(totaldamage)) + {1, 2, 3}, where rround is the random rounding function. Those who wear a time-twitching toolbelt will receive one to three additional Chroners.
  • According to the code visible during the Twitch livestream, total Chroner drop is capped at 25. Which seems excessive, since this assumes damage of 7 trillion, and most numbers are capped at signed MAXINT, or 2 billion. It is possible to do damage in the trillions, however.
  • This monster's hit points are fixed at 1. As such, it is defeated after only one round of taking damage. Despite this, it is immune to insta-kills.