Weapon: Horn

200013
Equipment Type
Weapon
Name
Horn
Grade
TETH
Preview
weapon/spear/Spear_Set_01_2
Abnormality
Damage
Red: 5 – 9
Attack Speed
Fast · 1.5
Range
Medium · 4
Weapon Type
SPEAR
Description

The green-eyed beauty's favorite flower was the dahlia; “Your love makes me happy.”

The lady's happiness came to an end with the budding of those unsightly horns. The dahlia’s unfulfilled meaning was borne as a seed in this E.G.O, carrying a lingering emotion.

No matter how many times the equipment is produced, the bud never withers.

As the horn digs deep into the enemy's heart, it will turn blood red to show off the glamor that she couldn't in her life.

Requirements
None
Observation Level 3 Unlock Cost 20 Acquisition Probability N/A Maximum quantity 3 + 1
Id200013
Name KeyBeautyBeast_weapon_name
Name (EN)Horn
Name (KR)
Name (JP)
Name (RU)Рог
SpriteSpear_Set_01_2
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 2587 ~ 2606:

...
<equipment id="200013" type="weapon">
<name>BeautyBeast_weapon_name</name>
<no>BeautyBeast_weapon_no</no>
<desc>BeautyBeast_weapon_desc</desc>
<weaponClassType>spear</weaponClassType>
<sprite>Spear_Set_01_2</sprite>
<animation>Attack1</animation>
<damage type="R" min="5" max="9">
<soundInfo type="damage">Weapons/spear1</soundInfo>
</damage>
<range>4</range>
<script>BeautyBeastWeapon</script>
<maxNum>3</maxNum>
<!--dummy For UI-->
<attackSpeed>1.5</attackSpeed>
<grade>2</grade>
</equipment>
...