Weapon: ???

101
Equipment Type
Weapon
Name
???
Grade
HE
Preview
weapon/axe/Axe_Set_01_0
Abnormality
N/A
Damage sets:
Red: 3 – 4
Red: 10 – 15
Attack Speed
N/A
Range
Very Short · 2
Weapon Type
SPECIAL
Description
None
Requirements
None
Observation Level N/A Unlock Cost N/A Acquisition Probability N/A Maximum quantity 1 + 1
Id101
Name KeyNone
Name (EN)None
Name (KR)None
Name (JP)None
Name (RU)None
SpriteAxe_Set_01_0
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 160 ~ 179:

...
<equipment id="101" type="weapon">
<name></name>
<weaponClassType>special</weaponClassType>
<sprite>Axe_Set_01_0</sprite>
<animation>Attack1</animation>
<animation>Attack2</animation>
<damage type="R" min="3" max="4">
<soundInfo type="damage">Weapons/axe1</soundInfo>
</damage>
<damage type="R" min="10" max="15">
<soundInfo type="damage">Weapons/axe1</soundInfo>
</damage>
<range>2</range>
<script>RedShoesAttractedWeapon</script>
<grade>3</grade>
</equipment>
...