Weapon: Solitude

200021
Equipment Type
Weapon
Name
Solitude
Grade
TETH
Preview
weapon/pistol/Pistol_Set_01_2
Abnormality
TETH · Old Lady
Damage
White: 2 – 3
Attack Speed
Very Fast · 0.667
Range
Long · 10
Weapon Type
PISTOL
Description

A strong sense of loneliness still lingers, even in the form of an E.G.O.

Its bullets create a void that cannot be filled on the victim's soul, rather than a wound upon their flesh and bones.

It was a rusty weapon from the beginning.

Requirements
None
Observation Level 3 Unlock Cost 30 Acquisition Probability N/A Maximum quantity 2 + 1
Id200021
Name KeyOldLady_weapon_name
Name (EN)Solitude
Name (KR)외로움
Name (JP)孤独
Name (RU)Одиночество
SpritePistol_Set_01_2
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3082 ~ 3112:

...
<equipment id="200021" type="weapon">
<name>OldLady_weapon_name</name>
<no>OldLady_weapon_no</no>
<desc>OldLady_weapon_desc</desc>
<weaponClassType>pistol</weaponClassType>
<sprite>Pistol_Set_01_2</sprite>
<animation>Attack1</animation>
<damage type="W" min="2" max="3">
<soundInfo type="damage">Weapons/revolver</soundInfo>
<effectInfo type="damage">
<src>GunFireRight</src>
<pos>
<x>1.344</x>
<y>1.088</y>
</pos>
<rot>0</rot>
<lifetime>0.3</lifetime>
<unscaled>false</unscaled>
</effectInfo>
</damage>
<range>10</range>
<script>OldLadyWeapon</script>
<maxNum>2</maxNum>
<attackSpeed>0.667</attackSpeed>
<grade>2</grade>
</equipment>
...