Weapon: Amita

200105
Equipment Type
Weapon
Name
Amita
Grade
WAW
Preview
weapon/FengYun
Abnormality
Damage sets:
Red: 3 – 4
Red: 3 – 4
Attack Speed
Fast · 1.26
Range
Medium · 4
Weapon Type
SPECIAL
Description

A cane used by monks for when they travel away from their temple.

It is commonly used to measure the depth of a body of water or to drive animals or insects away.

The rings attached to the cane represent the middle way and the Six Paramitas.

Anyone can become a Buddha by washing away the anguish and delusion in their heart.

At least, that was what he wanted to believe.

Requirements
Level: Temperance:
Observation Level 4 Unlock Cost 70 Acquisition Probability N/A Maximum quantity 1 + 1
Id200105
Name KeyFengYun_weapon_name
Name (EN)Amita
Name (KR)아미타
Name (JP)阿弥陀
Name (RU)Чётки
SpriteFengYun
Special AnimFengYunWeapon
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 4412 ~ 4441:

...
<equipment id="200105" type="weapon">
<name>FengYun_weapon_name</name>
<no>FengYun_weapon_no</no>
<desc>FengYun_weapon_desc</desc>
<sprite>FengYun</sprite>
<require type="B">3</require>
<require type="level">3</require>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>FengYunWeapon</specialWeaponAnim>
<animation>Attack1</animation>
<!--첫번째 데미지 사운드용-->
<damage type="R" min="3" max="4">
<soundInfo type="damage">Weapons/Templer</soundInfo>
</damage>
<damage type="R" min="3" max="4">
</damage>
<range>4</range>
<script>FengYunWeapon</script>
<maxNum>1</maxNum>
<!--dummy For UI-->
<attackSpeed>1.26</attackSpeed>
<grade>4</grade>
</equipment>
...