Weapon: Adoration

200063
Equipment Type
Weapon
Name
Adoration
Grade
ALEPH
Preview
weapon/SlimeGirl
Abnormality
ALEPH · Melting Love
Damage
Black: 22 – 44
Attack Speed
Slow · 3.47
Range
Long · 15
Weapon Type
SPECIAL
Description

Reduces the Movement Speed of the target by 30% for 3 seconds

Target takes additional B damage for a certain amount of time


A big mug filled with mysterious slime that never runs out.

It’s the byproduct of some horrid experiment in a certain laboratory that eventually failed.

People who touch this slime complain of a strange sensation on their skin, but it won’t stop there.

Requirements
Level: Temperance:
Observation Level 4 Unlock Cost 222 Acquisition Probability N/A Maximum quantity 1 + 1
Id200063
Name KeySlimeGirl_weapon_name
Name (EN)Adoration
Name (KR)사랑
Name (JP)ラブ
Name (RU)Восхищение
SpriteSlimeGirl
Special AnimSlimeGirlWeapon
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 4622 ~ 4647:

...
<equipment id="200063" type="weapon">
<name>SlimeGirl_weapon_name</name>
<no>SlimeGirl_weapon_no</no>
<desc>SlimeGirl_weapon_desc</desc>
<specialDesc>SlimeGirl_weapon_specialDesc</specialDesc>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>SlimeGirlWeapon</specialWeaponAnim>
<sprite>SlimeGirl</sprite>
<animation>Attack1</animation>
<require type="B">5</require>
<require type="level">5</require>
<damage type="B" min="22" max="44">
<soundInfo type="damage">Weapons/Slime</soundInfo>
</damage>
<range>15</range>
<script>SlimeGirlWeapon</script>
<maxNum>1</maxNum>
<attackSpeed>3.47</attackSpeed>
<grade>5</grade>
</equipment>
...