Weapon: Solemn Lament

200043
Equipment Type
Weapon
Name
Solemn Lament
Grade
WAW
Preview
weapon/ButterflyWeapon
Abnormality
Damage sets:
White: 2
Black: 2
Attack Speed
Very Fast · 0.5
Range
Long · 10
Weapon Type
SPECIAL
Description

The somber design is a reminder that not a sliver of frivolity is allowed for the minds of those who mourn.

One handgun symbolizes grief for the dead, while the other symbolizes early lament for the living.

Requirements
Justice:
Observation Level 4 Unlock Cost 50 Acquisition Probability N/A Maximum quantity 1 + 1
Id200043
Name KeyButterfly_weapon_name
Name (EN)Solemn Lament
Name (KR)엄숙한 애도
Name (JP)崇高な誓い
Name (RU)Торжественный траур
SpriteButterflyWeapon
Special AnimButterflyWeapon
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3488 ~ 3539:

...
<equipment id="200043" type="weapon">
<name>Butterfly_weapon_name</name>
<no>Butterfly_weapon_no</no>
<desc>Butterfly_weapon_desc</desc>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>ButterflyWeapon</specialWeaponAnim>
<sprite>ButterflyWeapon</sprite>
<require type="P">3</require>
<animation>Attack1</animation>
<damage type="W" min="2" max="2">
<!--<soundInfo type="damage">Weapons/blackSwan1</soundInfo>-->
<effectInfo type="damage">
<src>ButterflyWeaponEffect</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="2" max="2">
<!--<soundInfo type="damage">Weapons/blackSwan2</soundInfo>-->
<effectInfo type="damage">
<src>ButterflyWeaponEffect</src>
<pos>
<x>0</x>
<y>1.4</y>
</pos>
<rot>0</rot>
<lifetime>1</lifetime>
<unscaled>false</unscaled>
<attach>victim</attach>
</effectInfo>-->
</damage>
<range>10</range>
<script>ButterflyWeapon</script>
<maxNum>1</maxNum>
<attackSpeed>0.5</attackSpeed>
<grade>4</grade>
</equipment>
...