Weapon: The Sword Sharpened with Tears

200048
Equipment Type
Weapon
Name
The Sword Sharpened with Tears
Grade
WAW
Preview
weapon/KnightOfDespair
Abnormality
Damage sets:
White: 9 – 12
White: 1 – 2
Attack Speed
Fast · 1.3
Range
Medium · 4
Weapon Type
SPECIAL
Description

A sword suitable for swift thrusts.

Even someone unskilled in dueling can rapidly puncture an enemy using this E.G.O with remarkable agility.

As mandated by chivalry, foul play is strictly forbidden in combat; however, mercy should also not be expected.

Requirements
Level:
Observation Level 4 Unlock Cost 70 Acquisition Probability N/A Maximum quantity 1 + 1
Id200048
Name KeyKnightOfDespair_weapon_name
Name (EN)The Sword Sharpened with Tears
Name (KR)눈물로 벼려낸 검
Name (JP)鋭利な涙の剣
Name (RU)Меч, заточенный слезами
SpriteKnightOfDespair
Special AnimKnightOfDespairWeapon
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3295 ~ 3346:

...
<equipment id="200048" type="weapon">
<name>KnightOfDespair_weapon_name</name>
<no>KnightOfDespair_weapon_no</no>
<desc>KnightOfDespair_weapon_desc</desc>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>KnightOfDespairWeapon</specialWeaponAnim>
<sprite>KnightOfDespair</sprite>
<require type="level">4</require>
<animation>Attack1</animation>
<animation>Attack2</animation>
<damage type="W" min="9" max="12">
<soundInfo type="damage">Weapons/rapier2</soundInfo>
<effectInfo type="damage">
<src>DespairWeaponAttackEffect</src>
<pos>
<x>2</x>
<y>0.6</y>
</pos>
<rot>0</rot>
<lifetime>1</lifetime>
<unscaled>false</unscaled>
</effectInfo>
</damage>
<damage type="W" min="1" max="2">
<soundInfo type="damage">Weapons/rapier1</soundInfo>
<effectInfo type="damage">
<src>DespairWeaponAttackEffectMulti</src>
<pos>
<x>2</x>
<y>0.6</y>
</pos>
<rot>0</rot>
<lifetime>1</lifetime>
<unscaled>false</unscaled>
</effectInfo>
</damage>
<range>4</range>
<script>KnightOfDespairWeapon</script>
<maxNum>1</maxNum>
<!--dummy For UI-->
<attackSpeed>1.3</attackSpeed>
<grade>4</grade>
</equipment>
...