Weapon: Lamp

200008
Equipment Type
Weapon
Name
Lamp
Grade
WAW
Preview
weapon/hammer/Hammer_Set_01_2
Abnormality
WAW · Big Bird
Damage
Black: 22 – 28
Attack Speed
Slow · 3
Range
Medium · 5
Weapon Type
HAMMER
Description

25% chance to make the target more vulnerable to B damage


Big Bird's eyes gained another in number for every creature it saved.

On this weapon, the radiant pride is apparent.

Requirements
Fortitude: Prudence:
Observation Level 4 Unlock Cost 70 Acquisition Probability N/A Maximum quantity 1 + 1
Id200008
Name KeyBigBird_armor_name
Name (EN)Lamp
Name (KR)램프
Name (JP)ランプ
Name (RU)Лампа
SpriteHammer_Set_01_2
Special AnimNone
Splash TypeSPLASH
Splash Range2.0
Splash IFFTrue
LC: /equipment/Equipment.xml, lines 4524 ~ 4561:

...
<equipment id="200008" type="weapon">
<name>BigBird_armor_name</name>
<no>BigBird_armor_no</no>
<desc>BigBird_weapon_desc</desc>
<specialDesc>BigBird_weapon_specialDesc</specialDesc>
<require type="R">3</require>
<require type="W">3</require>
<weaponClassType>hammer</weaponClassType>
<sprite>Hammer_Set_01_2</sprite>
<animation>Attack1</animation>
<damage type="B" min="22" max="28">
<soundInfo type="damage">Weapons/hammer</soundInfo>
<effectInfo type="damage">
<src>BigBirdWeaponEffect</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>5</range>
<splash type="splash" range="2" />
<script>BigBirdWeapon</script>
<maxNum>1</maxNum>
<!--dummy For UI-->
<attackSpeed>3</attackSpeed>
<grade>4</grade>
</equipment>
...