Difference between revisions of "Sacred 2:Octagolamus"

From SacredWiki
Jump to navigation Jump to search
Line 13: Line 13:
  
  
== Battle Notes ==
+
== Combat Arts ==
*shock tentacle does {{:Sacred 2:Magic}} damage
 
*firey tentacle does {{:Sacred 2:Magic}} damage
 
*ink spit is [[Sacred 2:Damage over Time|dot]] damage (damage type unknown)
 
*Leech Strike does up to 3 hits of approx 7% [[Sacred 2:Leech life from opponents|Leech Life]] in a single blow.  (numbers from silver server)
 
  
Will only use the below Combat Arts when all tentacles destroyed:
+
 
*Heal spell  will heal the Octo with approx. 10% of it's health
+
'''Hard Blow - boss_krake_harterschlag'''
*Ink Spit
+
*Multiplies Octagolamus' base damage (x1.400 + 0.004 per level) and converts a percentage of it to {{:Sacred 2:Magic}} damage (50% at level 1, 90% at level 41 and 97.6% at level 200)
 +
*Debuffs [[Sacred 2:Attack Speed|Attack Speed]] (-34.2% at level 1, -71.4% at level 100 and -81.8% at level 200).
 +
*Has an increased base [[Sacred 2: Attack Value|attack rating]] and also an [[Sacred 2:Attack Value X%25|attack rating multiplier]].
 +
<pre>Values copied from source; Ice & Blood - spells.txt
 +
tokens = {
 +
entry0 = {"et_duration_sec", 800, 0, 0, 8 },
 +
entry1 = {"et_mult_weapondamage", 1400, 4, 0, 9 },
 +
entry2 = {"et_AW_rel", 400, 100, 0, 5 },
 +
entry3 = {"et_baseAW", 100, 75, 0, 5 },
 +
entry4 = {"et_debuff_attackspeed", 500, 20, 0, 42 },
 +
entry5 = {"et_physical_to_magic", 800, 200, 0, 5 },
 +
},
 +
</pre>
 +
 
 +
 
 +
'''Ink - boss_krake_tinte'''
 +
*Deals {{:Sacred 2:Poison}} damage over time for 3s + 0.5s per level.
 +
*Targets an area (500 distance units).
 +
*Has a 100% chance to root enemies in target area.
 +
<pre>Values copied from source; Ice & Blood - spells.txt
 +
tokens = {
 +
entry0 = {"et_duration_sec", 300, 5, 0, 8 },
 +
entry1 = {"et_dotdamage_poison", 1800, 900, 0, 42 },
 +
entry2 = {"et_range_area", 500, 0, 0, 4 },
 +
entry3 = {"et_chance_debuff_root", 1000, 0, 0, 5 },
 +
},
 +
</pre>
 +
 
 +
 
 +
'''Tidal Wave - boss_krake_flutwelle'''
 +
*Has a cone shaped area of effect like [[Sacred 2: Levin Array| Levin Array]].
 +
*Deals {{:Sacred 2:Physical}} and {{:Sacred 2:Magic}} damage.
 +
*Pushes effected units back 200 distance units (appears to happen several times, perhaps due to cone shaped effect?).
 +
*Has a chance to stun (50% + 1% per level).
 +
<pre>Values copied from source; Ice & Blood - spells.txt
 +
tokens = {
 +
entry0 = {"et_maxangle_cone", 60, 0, 0, 8 },
 +
entry1 = {"et_push_distance", 200, 0, 0, 10 },
 +
entry2 = {"et_spelldamage_magic", 560, 280, 0, 133 },
 +
entry3 = {"et_spelldamage_physical", 1200, 600, 0, 133 },
 +
entry4 = {"et_chance_stun", 500, 10, 0, 133 },
 +
},
 +
</pre>
 +
 
 +
 
 +
'''Leech Pull - boss_krake_heranziehen'''
 +
*Heals 4.5% + 0.1% of Octagolamus' life per level.
 +
*Leeches 5.0% + 0.1% of targets health per level 3 times.
 +
*Pulls mosters with 500 distance units towards target of spell.
 +
<pre>Values copied from source; Ice & Blood - spells.txt
 +
tokens = {
 +
entry0 = {"et_life_leech_rel", 50, 1, 0, 5 },
 +
entry1 = {"et_pull_range_rel", 500, 0, 0, 6 },
 +
entry2 = {"et_life_heal_rel", 45, 1, 0, 9 },
 +
},
 +
</pre>
 +
 
 +
 
 +
''The Hitpoints, Chance to hit, Damage and Armor noted above of the {{PAGENAME}} are dependent on the level of the {{PAGENAME}}.  Stats will scale based on the {{PAGENAME}}'s level.  Use the above stats as a guideline.''
  
 
[[Category:Sacred 2 Enemies in Ancaria|O]]
 
[[Category:Sacred 2 Enemies in Ancaria|O]]
 
[[Category:Sacred 2 Bosses|O]]
 
[[Category:Sacred 2 Bosses|O]]

Revision as of 23:35, 30 May 2011

Damage Done:

Weak against:


Combat Arts

Hard Blow - boss_krake_harterschlag

  • Multiplies Octagolamus' base damage (x1.400 + 0.004 per level) and converts a percentage of it to magic.jpg Magic damage (50% at level 1, 90% at level 41 and 97.6% at level 200)
  • Debuffs Attack Speed (-34.2% at level 1, -71.4% at level 100 and -81.8% at level 200).
  • Has an increased base attack rating and also an attack rating multiplier.
Values copied from source; Ice & Blood - spells.txt 
	tokens = {
		entry0 = {"et_duration_sec", 800, 0, 0, 8 },
		entry1 = {"et_mult_weapondamage", 1400, 4, 0, 9 },
		entry2 = {"et_AW_rel", 400, 100, 0, 5 },
		entry3 = {"et_baseAW", 100, 75, 0, 5 },
		entry4 = {"et_debuff_attackspeed", 500, 20, 0, 42 },
		entry5 = {"et_physical_to_magic", 800, 200, 0, 5 },
	},


Ink - boss_krake_tinte

  • Deals poison.jpg Poison damage over time for 3s + 0.5s per level.
  • Targets an area (500 distance units).
  • Has a 100% chance to root enemies in target area.
Values copied from source; Ice & Blood - spells.txt 
	tokens = {
		entry0 = {"et_duration_sec", 300, 5, 0, 8 },
		entry1 = {"et_dotdamage_poison", 1800, 900, 0, 42 },
		entry2 = {"et_range_area", 500, 0, 0, 4 },
		entry3 = {"et_chance_debuff_root", 1000, 0, 0, 5 },
	},


Tidal Wave - boss_krake_flutwelle

  • Has a cone shaped area of effect like Levin Array.
  • Deals physical.jpg Physical and magic.jpg Magic damage.
  • Pushes effected units back 200 distance units (appears to happen several times, perhaps due to cone shaped effect?).
  • Has a chance to stun (50% + 1% per level).
Values copied from source; Ice & Blood - spells.txt 
		tokens = {
		entry0 = {"et_maxangle_cone", 60, 0, 0, 8 },
		entry1 = {"et_push_distance", 200, 0, 0, 10 },
		entry2 = {"et_spelldamage_magic", 560, 280, 0, 133 },
		entry3 = {"et_spelldamage_physical", 1200, 600, 0, 133 },
		entry4 = {"et_chance_stun", 500, 10, 0, 133 },
	},


Leech Pull - boss_krake_heranziehen

  • Heals 4.5% + 0.1% of Octagolamus' life per level.
  • Leeches 5.0% + 0.1% of targets health per level 3 times.
  • Pulls mosters with 500 distance units towards target of spell.
Values copied from source; Ice & Blood - spells.txt 
	tokens = {
		entry0 = {"et_life_leech_rel", 50, 1, 0, 5 },
		entry1 = {"et_pull_range_rel", 500, 0, 0, 6 },
		entry2 = {"et_life_heal_rel", 45, 1, 0, 9 },
	},


The Hitpoints, Chance to hit, Damage and Armor noted above of the Octagolamus are dependent on the level of the Octagolamus. Stats will scale based on the Octagolamus's level. Use the above stats as a guideline.