Weapon: Gaze

200049
Equipment Type
Weapon
Name
Gaze
Grade
HE
Preview
weapon/LookAtMe
Abnormality
Damage
Red: 1 – 4
Attack Speed
Normal · 2.9
Range
Medium · 4
Weapon Type
SPECIAL
Description

Can cause additional RED damage for a certain amount of time;


The gaze from the keyhole is fixed on its target without ever stopping. No one knows what it wanted to peep at so dearly.

As long as this is equipped, ambush won't be a concern.

Requirements
Prudence: Temperance:
Observation Level 4 Unlock Cost 45 Acquisition Probability N/A Maximum quantity 1 + 1
Id200049
Name KeyLookAtMe_armor_name
Name (EN)Gaze
Name (KR)시선
Name (JP)視線
Name (RU)Взгляд
SpriteLookAtMe
Special AnimLookAtMeWeapon
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 4384 ~ 4410:

...
<equipment id="200049" type="weapon">
<name>LookAtMe_armor_name</name>
<no>LookAtMe_armor_no</no>
<desc>LookAtMe_armor_desc</desc>
<specialDesc>LookAtMe_weapon_specialDesc</specialDesc>
<sprite>LookAtMe</sprite>
<require type="B">2</require>
<require type="W">2</require>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>LookAtMeWeapon</specialWeaponAnim>
<animation>Attack1</animation>
<damage type="R" min="1" max="4">
<soundInfo type="anim">Weapons/DontWatch</soundInfo>
</damage>
<range>4</range>
<script>LookAtMeWeapon</script>
<maxNum>1</maxNum>
<!--dummy For UI-->
<attackSpeed>2.9</attackSpeed>
<grade>3</grade>
</equipment>
...