Weapon: Harvest

200050
Equipment Type
Weapon
Name
Harvest
Grade
HE
Preview
weapon/spear/Spear_Set_01_6
Abnormality
Damage sets:
Black: 6 – 12
Black: 6 – 12
Attack Speed
Fast · 1.5
Range
Medium · 4
Weapon Type
SPEAR
Description

The last legacy of the man who sought wisdom.

The rake tilled the human brain instead of farmland.

How many of the wise people among us have lost their lives to this rake?

Requirements
None
Observation Level 3 Unlock Cost 35 Acquisition Probability N/A Maximum quantity 3 + 1
Id200050
Name KeyScarecrow_weapon_name
Name (EN)Harvest
Name (KR)수확
Name (JP)収穫
Name (RU)Жатва
SpriteSpear_Set_01_6
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3643 ~ 3666:

...
<equipment id="200050" type="weapon">
<name>Scarecrow_weapon_name</name>
<no>Scarecrow_weapon_no</no>
<desc>Scarecrow_weapon_desc</desc>
<weaponClassType>spear</weaponClassType>
<sprite>Spear_Set_01_6</sprite>
<animation>Attack1</animation>
<damage type="B" min="6" max="12">
<soundInfo type="damage">Weapons/spear1</soundInfo>
</damage>
<damage type="B" min="6" max="12">
<soundInfo type="damage">Weapons/spear2</soundInfo>
</damage>
<range>4</range>
<script>ScarecrowWeapon</script>
<maxNum>3</maxNum>
<!--dummy For UI-->
<attackSpeed>1.5</attackSpeed>
<grade>3</grade>
</equipment>
...