Weapon: Beak

200020
Equipment Type
Weapon
Name
Beak
Grade
TETH
Preview
weapon/pistol/Pistol_Set_01_0
Abnormality
Damage
Red: 2 – 3
Attack Speed
Very Fast · 0.667
Range
Long · 10
Weapon Type
PISTOL
Description

As if to prove that size doesn't matter when it comes to force, the weapon has high firepower despite its small size.

Unleash it on those standing in the way with no hesitation or forgiveness.

The bullet's surface is covered with numerous spikes resembling small teeth, so it can inflict quite a bit of pain when it penetrates an enemy.

Requirements
None
Observation Level 3 Unlock Cost 30 Acquisition Probability N/A Maximum quantity 2 + 1
Id200020
Name KeySmallBird_weapon_name
Name (EN)Beak
Name (KR)부리
Name (JP)くちばし
Name (RU)Клюв
SpritePistol_Set_01_0
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3035 ~ 3055:

...
<equipment id="200020" type="weapon">
<name>SmallBird_weapon_name</name>
<no>SmallBird_weapon_no</no>
<desc>SmallBird_weapon_desc</desc>
<weaponClassType>pistol</weaponClassType>
<sprite>Pistol_Set_01_0</sprite>
<animation>Attack1</animation>
<damage type="R" min="2" max="3">
<soundInfo type="damage">Weapons/gun</soundInfo>
</damage>
<range>10</range>
<script>SmallBirdWeapon</script>
<maxNum>2</maxNum>
<attackSpeed>0.667</attackSpeed>
<grade>2</grade>
</equipment>
...