Weapon: Feather of Honor

200061
Equipment Type
Weapon
Name
Feather of Honor
Grade
WAW
Preview
weapon/Firebird
Abnormality
Damage
White: 4 – 5
Attack Speed
Very Fast · 1
Range
Long · 15
Weapon Type
SPECIAL
Description

The feather strikes with vivid flame.

It is not weak, nor faint.

The flame pierces the body and melts the frost of the heart.

It is the Firebird’s wish that people do not forever lose their passion.

Requirements
Fortitude:
Observation Level N/A Unlock Cost N/A Acquisition Probability N/A Maximum quantity 3 + 0
Id200061
Name KeyFireBird_weapon_name
Name (EN)Feather of Honor
Name (KR)명예로운 깃털
Name (JP)名誉の羽根
Name (RU)Перо чести
No BindingTrue
SpriteFirebird
Special AnimFireBirdWeapon
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 4213 ~ 4249:

...
<equipment id="200061" type="weapon">
<name>FireBird_weapon_name</name>
<no>FireBird_weapon_no</no>
<desc>FireBird_weapon_desc</desc>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>FireBirdWeapon</specialWeaponAnim>
<sprite>Firebird</sprite>
<animation>Attack1</animation>
<require type="R">3</require>
<!--공속 1 기준 공격횟수 초당 2회-->
<damage type="W" min="4" max="5">
<soundInfo type="damage">Weapons/Firebird</soundInfo>
<effectInfo type="damage">
<src>FireBirdWeaponHit</src>
<pos>
<x>0</x>
<y>1.088</y>
</pos>
<rot>0</rot>
<lifetime>3</lifetime>
<unscaled>false</unscaled>
<attach>victim</attach>
</effectInfo>
</damage>
<range>15</range>
<script>FireBirdWeapon</script>
<maxNum>3</maxNum>
<attackSpeed>1</attackSpeed>
<grade>4</grade>
</equipment>
...