Difference between revisions of "Royal Serpent"

From Stardew Valley Wiki
Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit
(made the math more understandable)
Tags: Mobile edit Mobile web edit
 
(17 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{Spoiler}}
 
{{Stub}}
 
 
{{Infobox monster
 
{{Infobox monster
 
|portrait  = Royal Serpent.png
 
|portrait  = Royal Serpent.png
Line 6: Line 4:
 
|levels    = All
 
|levels    = All
 
|killable  = Yes
 
|killable  = Yes
|hp        = 150
+
|hp        = 150 + ( 50 × tail segments )
 
|dmg        = 32-48
 
|dmg        = 32-48
 
|def        = 0
 
|def        = 0
 
|spd        = 2
 
|spd        = 2
 
|exp        = 20
 
|exp        = 20
|variations = [[Serpent]]
+
|variations = {{name|Serpent}}
|drops      = {{name|Void Essence|99%}}{{name|Void Essence|15%}}{{name|Bomb|15%}}{{name|Spicy Eel|6%}}{{name|Rabbit's Foot|0.8%}}{{name|Prismatic Shard|0.1%}}
+
|drops      = {{name|Bomb|15%}}{{name|Prismatic Shard|0.1%}}{{name|Rabbit's Foot|0.8%}}{{name|Red Cabbage Seeds|0.2%|class=inline}}<ref name="extradrops" />{{name|Spicy Eel|6%}}{{name|Void Essence|99%}}{{name|Void Essence|15%}}
 
}}
 
}}
  
'''Royal Serpents''' are an [[Monsters|enemy]] found in the [[Skull Cavern]] during the [[Quest#Skull Cavern Invasion|Skull Cavern Invasion]] quest.
+
'''Royal Serpents''' are an [[Monsters|enemy]] found in the [[Skull Cavern]] during the [[Quests#Skull Cavern Invasion|Skull Cavern Invasion]] quest.  They are the "dangerous" version of the [[Serpent]]. 250 Serpents (any type) need to be killed for the [[Adventurer's Guild#Monster Eradication Goals|Monster Eradication Goal]] at the [[Adventurer's Guild]].
  
It is the stronger counterpart of the [[Serpent]]. They are in different lengths but each are larger than the normal serpent.
+
==Behavior==
 +
They exist in a variety of different lengths, but each is larger than the normal serpent. They inflict damage if any part of their body touches the player. They also take damage if hit by the player on any part of their body.
 +
 
 +
==Health==
 +
A Royal Serpent's health is based on its tail length. Each segment of tail increases HP by 50. The minimum number of tail segments is 3, and the maximum is 18. <ref name="tailsegments" />
 +
 
 +
==References==
 +
<references>
 +
<ref name="extradrops">See <samp>StardewValley.Monsters.Serpent::getExtraDropItems()</samp> in the game code.</ref>
 +
<ref name="tailsegments">See <samp>StardewValley.Monsters.Serpent(Vector2, string)</samp> in the game code.</ref>
 +
</references>
  
 
==History==
 
==History==
{{history|1.5|Introduced.}}
+
{{History|1.5|Introduced.}}
  
 
{{NavboxMonsters}}
 
{{NavboxMonsters}}

Latest revision as of 07:22, 5 January 2024

Royal Serpent
Royal Serpent.png
Information
Spawns In: Skull Cavern
Floors: All
Killable: Yes
Base HP: 150 + ( 50 × tail segments )
Base Damage: 32-48
Base Def: 0
Speed: 2
XP: 20
Variations: Serpent.png Serpent
Drops: Bomb.png Bomb (15%)Prismatic Shard.png Prismatic Shard (0.1%)Rabbit's Foot.png Rabbit's Foot (0.8%)Red Cabbage Seeds.png Red Cabbage Seeds (0.2%)[1]Spicy Eel.png Spicy Eel (6%)Void Essence.png Void Essence (99%)Void Essence.png Void Essence (15%)Diamond.png Diamond (0.05%)Prismatic Shard.png Prismatic Shard (0.05%)

Royal Serpents are an enemy found in the Skull Cavern during the Skull Cavern Invasion quest. They are the "dangerous" version of the Serpent. 250 Serpents (any type) need to be killed for the Monster Eradication Goal at the Adventurer's Guild.

Behavior

They exist in a variety of different lengths, but each is larger than the normal serpent. They inflict damage if any part of their body touches the player. They also take damage if hit by the player on any part of their body.

Health

A Royal Serpent's health is based on its tail length. Each segment of tail increases HP by 50. The minimum number of tail segments is 3, and the maximum is 18. [2]

References

  1. See StardewValley.Monsters.Serpent::getExtraDropItems() in the game code.
  2. See StardewValley.Monsters.Serpent(Vector2, string) in the game code.

History

  • 1.5: Introduced.