Weapon: Exuviae

200046
Equipment Type
Weapon
Name
Exuviae
Grade
WAW
Preview
weapon/cannon/Cannon_Set_01_2
Abnormality
Damage
Red: 35 – 50
Attack Speed
Very Slow · 5
Range
Long · 15
Weapon Type
CANNON
Description

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


The slick sensation when holding this E.G.O may disturb some employees.

Requirements
Level:
Observation Level 4 Unlock Cost 60 Acquisition Probability N/A Maximum quantity 2 + 1
Id200046
Name KeyViscusSnake_armor_name
Name (EN)Exuviae
Name (KR)허물
Name (JP)抜け殻
Name (RU)Сброшенная кожа
SpriteCannon_Set_01_2
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 4585 ~ 4620:

...
<equipment id="200046" type="weapon">
<name>ViscusSnake_armor_name</name>
<no>ViscusSnake_armor_no</no>
<desc>ViscusSnake_weapon_desc</desc>
<specialDesc>ViscusSnake_weapon_specialDesc</specialDesc>
<weaponClassType>cannon</weaponClassType>
<sprite>Cannon_Set_01_2</sprite>
<animation>Attack1</animation>
<require type="level">4</require>
<damage type="R" min="35" max="50">
<soundInfo type="damage">Weapons/Viscus</soundInfo>
<effectInfo type="damage">
<src>ViscusSnakeWeaponEffect</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>15</range>
<script>ViscusSnakeWeapon</script>
<maxNum>2</maxNum>
<attackSpeed>5</attackSpeed>
<grade>4</grade>
</equipment>
...