Weapon: Black Swan

200045
Equipment Type
Weapon
Name
Black Swan
Grade
WAW
Preview
weapon/BlackSwan
Abnormality
Damage sets:
Black: 6 – 7
Black: 6 – 7
Attack Speed
Fast · 1.6
Range
Short · 3
Weapon Type
SPECIAL
Description

When attacked, the damage has a chance of being reflected


Believing that it would turn white, the black swan wanted to lift the curse by weaving together nettles. All that was left is a worn parasol it once treasured.

It yearned to have a dream it would never wake up from, but reality was cruel as ever.

Requirements
Prudence:
Observation Level 4 Unlock Cost 60 Acquisition Probability N/A Maximum quantity 2 + 1
Id200045
Name KeyBlackSwan_weapon_name
Name (EN)Black Swan
Name (KR)흑조
Name (JP)ブラック・スワン
Name (RU)Чёрный лебедь
SpriteBlackSwan
Special AnimBlackSwanWeapon
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3434 ~ 3486:

...
<equipment id="200045" type="weapon">
<name>BlackSwan_weapon_name</name>
<no>BlackSwan_weapon_no</no>
<desc>BlackSwan_weapon_desc</desc>
<specialDesc>BlackSwan_weapon_specialDesc</specialDesc>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>BlackSwanWeapon</specialWeaponAnim>
<sprite>BlackSwan</sprite>
<require type="W">3</require>
<animation>Attack1</animation>
<damage type="B" min="6" max="7">
<soundInfo type="damage">Weapons/blackSwan1</soundInfo>
<effectInfo type="damage">
<src>BlackSwanWeaponEffect</src>
<pos>
<x>0</x>
<y>1.4</y>
</pos>
<rot>0</rot>
<lifetime>1</lifetime>
<unscaled>false</unscaled>
<attach>victim</attach>
</effectInfo>
</damage>
<damage type="B" min="6" max="7">
<soundInfo type="damage">Weapons/blackSwan2</soundInfo>
<effectInfo type="damage">
<src>BlackSwanWeaponEffect</src>
<pos>
<x>0</x>
<y>1</y>
</pos>
<rot>0</rot>
<lifetime>1</lifetime>
<unscaled>false</unscaled>
<attach>victim</attach>
</effectInfo>
</damage>
<range>3</range>
<script>BlackSwanWeapon</script>
<maxNum>2</maxNum>
<attackSpeed>1.6</attackSpeed>
<grade>4</grade>
</equipment>
...