Weapon: Wingbeat

200053
Equipment Type
Weapon
Name
Wingbeat
Grade
ZAYIN
Preview
weapon/mace/Mace_Set_01_3
Abnormality
Damage
Red: 5 – 7
Attack Speed
Normal · 2
Range
Short · 3
Weapon Type
MACE
Description

Graced by the fairies, the weapon radiates a pale light.

Despite its cute shape, the E.G.O. itself is rather heavy.

Requirements
None
Observation Level 3 Unlock Cost 15 Acquisition Probability N/A Maximum quantity 5 + 0
Id200053
Name KeyFairy_weapon_name
Name (EN)Wingbeat
Name (KR)날갯짓
Name (JP)ウィングビート
Name (RU)Взмах крыльев
SpriteMace_Set_01_3
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3591 ~ 3612:

...
<equipment id="200053" type="weapon">
<name>Fairy_weapon_name</name>
<no>Fairy_weapon_no</no>
<desc>Fairy_weapon_desc</desc>
<weaponClassType>mace</weaponClassType>
<sprite>Mace_Set_01_3</sprite>
<animation>Attack1</animation>
<damage type="R" min="5" max="7">
<soundInfo type="damage">Weapons/mace1</soundInfo>
</damage>
<range>3</range>
<script>FairyWeapon</script>
<maxNum>5</maxNum>
<attackSpeed>2</attackSpeed>
<grade>1</grade>
</equipment>
...