Weapon: Diffraction

200055
Equipment Type
Weapon
Name
Diffraction
Grade
WAW
Preview
weapon/mace/Mace_Set_01_5
Abnormality
Damage sets:
White: 15 – 17
White: 15 – 17
Attack Speed
Normal · 2
Range
Short · 3
Weapon Type
MACE
Description

To see this E.G.O, one must thoroughly concentrate.

You can ignore the ridiculous advice that you can see it with your mind.

It may be in your best interest to calculate the radius when you swing, given that it is invisible.

Many employees have sustained injuries from erroneous calculation.

Requirements
Prudence:
Observation Level 4 Unlock Cost 50 Acquisition Probability N/A Maximum quantity 3 + 1
Id200055
Name KeyWraith_weapon_name
Name (EN)Diffraction
Name (KR)회절
Name (JP)回折
Name (RU)Преломление
SpriteMace_Set_01_5
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3614 ~ 3641:

...
<equipment id="200055" type="weapon">
<name>Wraith_weapon_name</name>
<no>Wraith_weapon_no</no>
<desc>Wraith_weapon_desc</desc>
<weaponClassType>mace</weaponClassType>
<sprite>Mace_Set_01_5</sprite>
<require type="W">3</require>
<animation>Attack1</animation>
<damage type="W" min="15" max="17">
<soundInfo type="damage">Weapons/mace1</soundInfo>
</damage>
<damage type="W" min="15" max="17">
<soundInfo type="damage">Weapons/mace2</soundInfo>
</damage>
<range>3</range>
<script>WraithWeapon</script>
<maxNum>3</maxNum>
<attackSpeed>2</attackSpeed>
<grade>4</grade>
</equipment>
...