Weapon: Smile

200042
Equipment Type
Weapon
Name
Smile
Grade
ALEPH
Preview
weapon/DangoCreature
Abnormality
Damage sets:
Black: 12 – 18
Black: 35 – 45
Black: 4
Attack Speed
Fast · 1.5
Range
Medium · 5
Weapon Type
SPECIAL
Description

Each time an attack target dies, Fortitude and Justice will rise by 3

Decrease the target’s Movement Speed on normal attack

Decrease every enemy's Movement Speed in the same room on performing a special attack


It has the pale faces of nameless employees and a giant mouth on it.

Upon striking with the weapon, the monstrous mouth opens wide to devour the target, its hunger insatiable.

Requirements
Level: Temperance:
Observation Level 4 Unlock Cost 222 Acquisition Probability N/A Maximum quantity 1 + 1
Id200042
Name KeyDangoCreature_weapon_name
Name (EN)Smile
Name (KR)웃음
Name (JP)笑顔
Name (RU)Улыбка
SpriteDangoCreature
Special AnimDangoCreatureWeapon
Splash TypePENETRATION
Splash RangeNone
Splash IFFTrue
LC: /equipment/Equipment.xml, lines 3348 ~ 3406:

...
<equipment id="200042" type="weapon">
<name>DangoCreature_weapon_name</name>
<no>DangoCreature_weapon_no</no>
<desc>DangoCreature_weapon_desc</desc>
<specialDesc>DangoCreature_weapon_specialDesc</specialDesc>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>DangoCreatureWeapon</specialWeaponAnim>
<sprite>DangoCreature</sprite>
<require type="B">5</require>
<require type="level">5</require>
<animation>Attack1</animation>
<animation>Attack2</animation>
<damage type="B" min="12" max="18">
<soundInfo type="damage">Weapons/hammer</soundInfo>
</damage>
<damage type="B" min="35" max="45">
<soundInfo type="damage">creature/DangoCreature/Danggo_Lv3_Atk</soundInfo>
<effectInfo type="damage">
<src>DangoWeaponShockwave</src>
<pos>
<x>2.1</x>
<y>0.2</y>
</pos>
<rot>0</rot>
<lifetime>1</lifetime>
<unscaled>false</unscaled>
</effectInfo>
</damage>
<damage type="B" min="4" max="4">
<!--<soundInfo type="damage">creature/DangoCreature/Danggo_Lv1_Atk</soundInfo>-->
<effectInfo type="damage">
<src>DangoWeaponBlood</src>
<pos>
<x>2.1</x>
<y>0.2</y>
</pos>
<rot>0</rot>
<lifetime>1</lifetime>
<unscaled>false</unscaled>
</effectInfo>
</damage>
<splash type="penetration"/>
<range>5</range>
<script>DangoCreatureWeapon</script>
<maxNum>1</maxNum>
<!--dummy For UI-->
<attackSpeed>1.5</attackSpeed>
<grade>5</grade>
</equipment>
...