Santa-NK1: Difference between revisions

From Terraria Wiki
Jump to navigation Jump to search
({{npc infobox}}: cleaned up and updated drop rates for 1.4.4, {{gameText}} for projectile names in the sound captions for automatic updates and easier porting to language wikis, improved readability of code)
(minor reword, capitalization of projectile names as in-game per Project:CAPS, consistent "it" pronouns, removed {{item}} in the Behavior section (there's no longer any reason to use the template here now that the projectile images are in the infobox), reduced width of the projectile table, changed values in the table to use {{#expr:}} (closer to the source code and therefore easier to update), {{formatnum:}} for easier porting to language wikis)
Line 10: Line 10:
-->{{modes|160|320|480}} {{note|small=y|paren=y|{{gameText|ProjectileName.Spike}}}}<br/><!--
-->{{modes|160|320|480}} {{note|small=y|paren=y|{{gameText|ProjectileName.Spike}}}}<br/><!--
-->{{modes|84|168|252}} {{note|small=y|paren=y|{{gameText|ProjectileName.Missile}}}}<br/><!--
-->{{modes|84|168|252}} {{note|small=y|paren=y|{{gameText|ProjectileName.Missile}}}}<br/><!--
-->{{modes|100|200|300}} {{note|small=y|paren=y|{{gameText|ProjectileName.Present}}}} {{source code ref|v=1.4.0.5|name=snk1ai|method=Terraria.NPC.AI|t=The relevant part is the <code>aiStyle == 61</code> block.}}
-->{{modes|100|200|300}} {{note|small=y|paren=y|{{gameText|ProjectileName.Present}}}} {{source code ref|v=1.4.4.9|name=snk1ai|method=Terraria.NPC.AI|t=The relevant part is the <code>aiStyle == 61</code> block.}}
|:note:|Higher item drop chances in later waves<ref>See [[Frost Moon#Loot|Frost Moon § Loot]] for more details on the loot drop rates.</ref>|
|:note:|Higher item drop chances in later waves<ref>See [[Frost Moon#Loot|Frost Moon § Loot]] for more details on the loot drop rates.</ref>|
|:group:start|One of the following 2 items may be dropped|----
|:group:start|One of the following 2 items may be dropped|----
Line 36: Line 36:


== Behavior ==
== Behavior ==
Santa-NK1 has four different attacks, all of which occur independently of each other:
Santa-NK1 has four different attacks, all of which occur independently of each other:<ref name="snk1ai"/>
* Santa-NK1's chain gun arm periodically fires {{item|nolink=y|image=Bullet (projectile).png|size=20px|bullets|}} at the player. The gun's rate of fire increases as its health lowers, starting from 3.75/sec (initially) to 7.5/sec when below 25% health.
* Santa-NK1's chain gun arm periodically fires Bullets at the player. The gun's rate of fire increases as Santa-NK1's health drops.
* Santa-NK1 frequently drops large red {{item|nolink=y|image=Santa-NK1 Spike.png|size=20px|spiky balls|}} on the ground that deal very high damage. These increase in frequency as Santa-NK1's health drops.
* Santa-NK1 frequently drops a large red Spike ball on the ground that deals very high damage. These increase in frequency as Santa-NK1's health drops.
* Santa-NK1 will randomly fire a barrage of {{item|nolink=y|image=Missile.png|size=10px|missiles|}} which can travel through blocks. These are fired at a constant rate of 5 per second. These barrages become more common as Santa-NK1's health drops.
* Santa-NK1 randomly fires a barrage of Missiles which can travel through [[blocks]]. These are fired at a constant rate of 5 per second. These barrages become more common as Santa-NK1's health drops.
* Santa-NK1 will also randomly launch a barrage of red {{item|nolink=y|image=Santa-NK1 Present.png|size=20px|presents|}} high into the air before descending slowly through the ground via parachutes, dealing contact damage to players. These travel through blocks and are fired at a constant rate of 6.67 per second. These barrages also become more common as Santa-NK1's health drops.
* Santa-NK1 also randomly launches a barrage of red Presents high into the air that descend slowly through the ground via parachutes, dealing contact damage to players. These travel through blocks and are fired at a constant rate of 6.67 per second. These barrages also become more common as Santa-NK1's health drops.


All of Santa-NK1's attacks either increase their rate of fire or increase their chance of occurring as its health drops, as described above; the specific effects are listed in the following table. Note that these changes happen as Santa-NK1's health passes the listed thresholds, and are not continuous; thus, for example, its chain gun firing rate will be 3.75 bullets/second at 100% health ''and also'' at 75% health, but as soon as its health drops below 75%, the rate of fire will increase to 4.29/sec.
All of Santa-NK1's attacks either increase their rate of fire or increase their chance of occurring as its health drops, as described above; the specific effects are listed in the following table. Note that these changes happen as Santa-NK1's health passes the listed thresholds, and are not continuous; thus, for example, its chain gun firing rate will be 3.75 bullets/second at 100% health ''and also'' at 75% health, but as soon as its health drops below 75%, the rate of fire will increase to 4.29/sec.

{| class="terraria lined" style="text-align:center;"
{| class="terraria lined align-center"
! Health !! Chain Gun<br/>Rate of Fire<br/><small>(bullets/sec)</small> !! Average Spiked<br/>Ball Interval<br/><small>(seconds)</small> !! Average Missile<br/>Barrage Interval<br/><small>(seconds)</small> !! Average Present<br/>Barrage Interval<br/><small>(seconds)</small>
! rowspan=2 | Health
! rowspan=2 | Chain Gun<br/>rate of fire<br/><small>(bullets/sec)</small>
! colspan=3 | Average attack interval <small>(seconds)</small>
|-
! [[File:{{projectileinfo|352|image}}|link=|x35px]]<br/>{{gameText|ProjectileName.Spike}}
! [[File:{{projectileinfo|350|image}}|link=|x35px]]<br/>{{gameText|ProjectileName.Missile}}
! [[File:{{projectileinfo|351|image}}|link=|x35px]]<br/>{{gameText|ProjectileName.Present}}
|-
|-
| &ge; 75%<br/><small>({{#expr:floor({{npcinfo|346|hp}}*0.75)}} / {{expert|{{#expr:floor({{npcinfo|346|hp|expert}}*0.75)}}}} / {{master|{{#expr:floor({{npcinfo|346|hp|master}}*0.75)}}}})</small> || 3.75 || 10 || 20 || 45
| &ge; 75%{{footnote|{{formatnum:{{#expr:floor({{npcinfo|346|hp}}*0.75)}}}} / {{expert|{{formatnum:{{#expr:floor({{npcinfo|346|hp|expert}}*0.75)}}}}}} / {{master|{{formatnum:{{#expr:floor({{npcinfo|346|hp|master}}*0.75)}}}}}}}}
| {{formatnum:{{#expr:60/16 round2}}}}
| {{formatnum:{{#expr:600/60 round2}}}}
| {{formatnum:{{#expr:1200/60 round2}}}}
| {{formatnum:{{#expr:2700/60 round2}}}}
|-
|-
| &ge; 50%<br/><small>({{#expr:floor({{npcinfo|346|hp}}*0.5)}} / {{expert|{{#expr:floor({{npcinfo|346|hp|expert}}*0.5)}}}} / {{master|{{#expr:floor({{npcinfo|346|hp|master}}*0.5)}}}})</small> || 4.29 || 9 || 18 || 40.5
| &ge; 50%{{footnote|{{formatnum:{{#expr:floor({{npcinfo|346|hp}}*0.5)}}}} / {{expert|{{formatnum:{{#expr:floor({{npcinfo|346|hp|expert}}*0.5)}}}}}} / {{master|{{formatnum:{{#expr:floor({{npcinfo|346|hp|master}}*0.5)}}}}}}}}
| {{formatnum:{{#expr:60/14 round2}}}}
| {{formatnum:{{#expr:floor(600*0.9)/60 round2}}}}
| {{formatnum:{{#expr:floor(1200*0.9)/60 round2}}}}
| {{formatnum:{{#expr:floor(2700*0.9)/60 round2}}}}
|-
|-
| &ge; 25%<br/><small>({{#expr:floor({{npcinfo|346|hp}}*0.25)}} / {{expert|{{#expr:floor({{npcinfo|346|hp|expert}}*0.25)}}}} / {{master|{{#expr:floor({{npcinfo|346|hp|master}}*0.25)}}}})</small> || 5.46 || 7.5 || 15 || 33.75
| &ge; 25%{{footnote|{{formatnum:{{#expr:floor({{npcinfo|346|hp}}*0.25)}}}} / {{expert|{{formatnum:{{#expr:floor({{npcinfo|346|hp|expert}}*0.25)}}}}}} / {{master|{{formatnum:{{#expr:floor({{npcinfo|346|hp|master}}*0.25)}}}}}}}}
| {{formatnum:{{#expr:60/11 round2}}}}
| {{formatnum:{{#expr:floor(600*0.75)/60 round2}}}}
| {{formatnum:{{#expr:floor(1200*0.75)/60 round2}}}}
| {{formatnum:{{#expr:floor(2700*0.75)/60 round2}}}}
|-
|-
| &lt; 25% || 7.5 || 5 || 10 || 22.5
| &lt; 25%
| {{formatnum:{{#expr:60/8 round2}}}}
| {{formatnum:{{#expr:floor(600*0.5)/60 round2}}}}
| {{formatnum:{{#expr:floor(1200*0.5)/60 round2}}}}
| {{formatnum:{{#expr:floor(2700*0.5)/60 round2}}}}
|}
|}


== Notes ==
== Notes ==
* Santa-NK1 has one of the highest damage rates in the game.
* Santa-NK1 has one of the highest damage rates in the game.
* Santa-NK1 has a higher chance of dropping loot in later waves. See [[Frost Moon#Loot|Frost Moon]] for more details.
* Santa-NK1 has a higher chance of dropping loot in later waves. See [[Frost Moon#Loot|Frost Moon § Loot]] for more details.


== Tips ==
== Tips ==
* Players should note that his present launcher and rocket barrage attacks are highly inaccurate.
* Players should note that its Present launcher and Missile barrage attacks are highly inaccurate.
* Using [[wings]] to fly over him back and forth will make his chain gun and the missile barrage harder to hit the player.
* Using [[wings]] to fly over it back and forth will make its chain gun and the Missile barrage harder to hit the player.
* The [[Razorpine]] and [[Golden Shower]]/{{eil|Betsy's Wrath}} are very effective against him. Hitting him first with the Golden Shower/Betsy's Wrath lowers his defense, increasing the {{DPS}} of the Razorpine. This is highly effective with [[Spectre armor]] with the [[Spectre Hood]] as it fully heals the player no matter how low the player's health is.
* The [[Razorpine]] and [[Golden Shower]]/{{eil|Betsy's Wrath}} are very effective against it. Hitting it first with the Golden Shower/Betsy's Wrath lowers its defense, increasing the {{DPS}} of the Razorpine. This is highly effective with [[Spectre armor]] with the [[Spectre Hood]] as it fully heals the player no matter how low the player's health is.
** This seems to be even more effective on the {{3DS version}} because the Spectre Hood still has its old stats, which increases magic damage, instead of lowering it.
** This seems to be even more effective on the {{3DS version}} because the Spectre Hood still has its old stats, which increases magic damage, instead of lowering it.


== Trivia ==
== Trivia ==
* The spiked balls can nearly one-shot players in {{eil|Master Mode}}, due to their damage being 480. This is by far the most damage dealt by a single attack in the entire Frost Moon event; it is also stronger than most other bosses' attacks, even dealing higher damage per hit than the [[Moon Lord]]'s Phantasmal Deathray.
* The Spike balls can nearly one-shot players in {{eil|Master Mode}}, due to their damage being 480. This is by far the most damage dealt by a single attack in the entire Frost Moon event; it is also stronger than most other bosses' attacks, even dealing higher damage per hit than the [[Moon Lord]]'s Phantasmal Deathray.
* ''Santa-NK1'' is a play on the portmanteau of ''Santa'' and ''tank'', ''Santank'', the name used when the enemy was first announced.
* ''Santa-NK1'' is a play on the portmanteau of ''Santa'' and ''tank'', ''Santank'', the name used when the enemy was first announced.
** The image in the game files used for when the face is ripped off uses the name <code>SantaTank.png</code>.
** The image in the game files used for when the face is ripped off uses the name <code>SantaTank.png</code>.
* Its arm appears to be a large [[Chain Gun]], an item which it sometimes drops.
* Its arm appears to be a large [[Chain Gun]], an item which it sometimes drops.
* The face and mask may be a reference to the ''{{wikipedia|Terminator (franchise)|Terminator}}'' science fiction action film series, as the Terminator has a metal frame and an outside "skin".
* The face and mask may be a reference to the ''{{wikipedia|Terminator (franchise)|Terminator}}'' science fiction action movie series, as the Terminator has a metal frame and an outside "skin".
* It is one of the only three bosses whose map icon does not change after entering its second phase, the others being the [[Brain of Cthulhu]] and {{eil|Queen Slime}}.
* It is one of the only three (mini-)bosses whose map icon does not change after entering its second phase, the others being the [[Brain of Cthulhu]] and {{eil|Queen Slime}}.
* There is no [[Pumpkin Moon]] equivalent to Santa-NK1, unlike the other two Frost Moon bosses ([[Everscream]] and [[Ice Queen]]), who each have counterparts in the Pumpkin Moon event ([[Mourning Wood]] and [[Pumpking]], respectively).
* There is no [[Pumpkin Moon]] equivalent to Santa-NK1, unlike the other two Frost Moon bosses ([[Everscream]] and [[Ice Queen]]), who each have counterparts in the Pumpkin Moon event ([[Mourning Wood]] and [[Pumpking]], respectively).
{{bestiary|article=}}
{{bestiary|article=}}
Line 89: Line 112:
== References ==
== References ==
{{reflist}}
{{reflist}}
{{footnotelist}}


{{Frost Moon Enemies}}
{{Frost Moon Enemies}}

Revision as of 19:59, 14 April 2024

Santa-NK1Hardmode exclusive
Santa-NK1 phase 1.gif     Santa-NK1 phase 2.gif
Map Icon Santa-NK1.png
Map Icon
Classic mode icon.png Classic
Expert mode icon.png Expert
Master mode icon.png Master
Statistics
Type
Environment
AI TypeSanta-NK1 AI
Damage120/180/270 (contact)
72144216 (Bullet)
160320480 (Spike)
84168252 (Missile)
100200300 (Present) [1]
Max Life18000/23400/29835
Defense56
KB Resist100%
Immune toFrostburnConfusedPoisonedFrostbite
Drops
Coins1 GC2 GC50 SC
Projectiles created
Projectiles created
Projectiles created
  • Deadeye Bullet
    Deadeye Bullet
  • Missile
    Missile
  • Present
    Present
  • Spike
    Spike
"Santank" redirects here. For the item that summons the Santank mount, see Toy Tank.

Santa-NK1 is a Hardmode, post-Plantera mini-boss that spawns during the Frost Moon event. When below half health, the face and beard of the Santa mask are torn apart to reveal a rather morbid mechanical skull underneath.

Defeating Santa-NK1 will add 100 / 200 / 250 points during the Frost Moon.[3]

Behavior

Santa-NK1 has four different attacks, all of which occur independently of each other:[1]

  • Santa-NK1's chain gun arm periodically fires Bullets at the player. The gun's rate of fire increases as Santa-NK1's health drops.
  • Santa-NK1 frequently drops a large red Spike ball on the ground that deals very high damage. These increase in frequency as Santa-NK1's health drops.
  • Santa-NK1 randomly fires a barrage of Missiles which can travel through blocks. These are fired at a constant rate of 5 per second. These barrages become more common as Santa-NK1's health drops.
  • Santa-NK1 also randomly launches a barrage of red Presents high into the air that descend slowly through the ground via parachutes, dealing contact damage to players. These travel through blocks and are fired at a constant rate of 6.67 per second. These barrages also become more common as Santa-NK1's health drops.

All of Santa-NK1's attacks either increase their rate of fire or increase their chance of occurring as its health drops, as described above; the specific effects are listed in the following table. Note that these changes happen as Santa-NK1's health passes the listed thresholds, and are not continuous; thus, for example, its chain gun firing rate will be 3.75 bullets/second at 100% health and also at 75% health, but as soon as its health drops below 75%, the rate of fire will increase to 4.29/sec.

Health Chain Gun
rate of fire
(bullets/sec)
Average attack interval (seconds)
Santa-NK1 Spike.png
Spike
Missile.png
Missile
Santa-NK1 Present.png
Present
≥ 75%[a] 3.75 10 20 45
≥ 50%[b] 4.29 9 18 40.5
≥ 25%[c] 5.45 7.5 15 33.75
< 25% 7.5 5 10 22.5

Notes

  • Santa-NK1 has one of the highest damage rates in the game.
  • Santa-NK1 has a higher chance of dropping loot in later waves. See Frost Moon § Loot for more details.

Tips

  • Players should note that its Present launcher and Missile barrage attacks are highly inaccurate.
  • Using wings to fly over it back and forth will make its chain gun and the Missile barrage harder to hit the player.
  • The Razorpine and Golden Shower/Betsy's Wrath(Desktop, Console and Mobile versions) are very effective against it. Hitting it first with the Golden Shower/Betsy's Wrath lowers its defense, increasing the DPS of the Razorpine. This is highly effective with Spectre armor with the Spectre Hood as it fully heals the player no matter how low the player's health is.
    • This seems to be even more effective on the Nintendo 3DSNintendo 3DS version version because the Spectre Hood still has its old stats, which increases magic damage, instead of lowering it.

Trivia

  • The Spike balls can nearly one-shot players in Master Mode(Desktop, Console and Mobile versions), due to their damage being 480. This is by far the most damage dealt by a single attack in the entire Frost Moon event; it is also stronger than most other bosses' attacks, even dealing higher damage per hit than the Moon Lord's Phantasmal Deathray.
  • Santa-NK1 is a play on the portmanteau of Santa and tank, Santank, the name used when the enemy was first announced.
    • The image in the game files used for when the face is ripped off uses the name SantaTank.png.
  • Its arm appears to be a large Chain Gun, an item which it sometimes drops.
  • The face and mask may be a reference to the Terminator science fiction action movie series, as the Terminator has a metal frame and an outside "skin".
  • It is one of the only three (mini-)bosses whose map icon does not change after entering its second phase, the others being the Brain of Cthulhu and Queen Slime(Desktop, Console and Mobile versions).
  • There is no Pumpkin Moon equivalent to Santa-NK1, unlike the other two Frost Moon bosses (Everscream and Ice Queen), who each have counterparts in the Pumpkin Moon event (Mourning Wood and Pumpking, respectively).
  • The BestiaryBestiary entry for Santa-NK1: "This jolly bad boy wants to stuff everyone's stockings with the gift of their entrails. This cranky Kringle's gone postal."

History

  • Desktop 1.4.4: Increased the Frost Moon wave point progression per kill in Master Mode from 200 to 250.
  • Desktop 1.2.3.1:
    • Its projectiles now fire slower and do less damage.
    • Increased the Frost Moon wave point progression per kill from 80 to 100.

References

  1. 1.0 1.1 Information taken from the Desktop version Desktop 1.4.4.9 source code, method AI() in Terraria.NPC.cs. The relevant part is the aiStyle == 61 block.
  2. See Frost Moon § Loot for more details on the loot drop rates.
  3. Information taken from the Desktop version Desktop 1.4.4.9 source code, method CheckProgressFrostMoon() in Terraria.NPC.cs.
  1. 13,500 / 17,550 / 22,376
  2. 9,000 / 11,700 / 14,917
  3. 4,500 / 5,850 / 7,458