Weapon: Moonlight

200065
Equipment Type
Weapon
Name
Moonlight
Grade
WAW
Preview
weapon/Piano
Abnormality
Damage sets:
White: 8 – 10
Black: 5 – 6
Black: 5 – 6
Black: 10
Attack Speed
Fast · 1.6
Range
Short · 3
Weapon Type
SPECIAL
Description

Casts BLACK-type shields on every employee in the area when performing its special attack


A cane for outdoor activity; one of the mementos of a lady who dedicated her soul to a sonata that remained at her deathbed when she flew to the moon.

The serpentine ornament is loyal to the original owner’s taste.

The snake’s open mouth represents the endless yearning for music.

It temporarily invites the user to the world of trance.

Requirements
Level: Fortitude:
Observation Level 4 Unlock Cost 70 Acquisition Probability N/A Maximum quantity 1 + 1
Id200065
Name KeyPiano_weapon_name
Name (EN)Moonlight
Name (KR)월광
Name (JP)月光
Name (RU)Лунный свет
SpritePiano
Special AnimPianoWeapon
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 4484 ~ 4522:

...
<equipment id="200065" type="weapon">
<name>Piano_weapon_name</name>
<no>Piano_weapon_no</no>
<desc>Piano_weapon_desc</desc>
<specialDesc>Piano_weapon_specialDesc</specialDesc>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>PianoWeapon</specialWeaponAnim>
<sprite>Piano</sprite>
<require type="R">3</require>
<require type="level">4</require>
<animation>Attack1</animation>
<animation>Attack2</animation>
<damage type="W" min="8" max="10">
<soundInfo type="damage">Weapons/blackSwan1</soundInfo>
</damage>
<!--특별 공격 3타-->
<damage type="B" min="5" max="6">
<soundInfo type="damage">Weapons/blackSwan2</soundInfo>
</damage>
<damage type="B" min="5" max="6">
<soundInfo type="damage">Weapons/blackSwan1</soundInfo>
</damage>
<damage type="B" min="10" max="10">
<soundInfo type="damage">Weapons/Moon</soundInfo>
</damage>
<range>3</range>
<script>PianoWeapon</script>
<maxNum>1</maxNum>
<attackSpeed>1.6</attackSpeed>
<grade>4</grade>
</equipment>
...