Weapon: Grinder Mk4

200011
Equipment Type
Weapon
Name
Grinder Mk4
Grade
HE
Preview
weapon/Helper
Abnormality
Damage
Red: 1 – 3
Attack Speed
Fast · 1.6
Range
Medium · 4
Weapon Type
SPECIAL
Description

The sharp sawtooth of the grinder makes a clean cut through its enemy.

Its operation is simple and straightforward, but that doesn't necessarily make it easy to wield.

As machines have no morals of their own, there was no clear boundary between good and evil.

This disregard for value is precisely reflected by the weapon’s reliable dicing force.

People used to be afraid of machines in the beginning, but a mechanical rebellion soon became a myth of the past in our world.

Requirements
Fortitude:
Observation Level 4 Unlock Cost 50 Acquisition Probability N/A Maximum quantity 1 + 1
Id200011
Name KeyHelper_weapon_name
Name (EN)Grinder Mk4
Name (KR)연삭기 Mk4
Name (JP)グラインダー Mk4
Name (RU)Измельчитель версия 4
SpriteHelper
Special AnimHelperWeapon
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 2818 ~ 2841:

...
<equipment id="200011" type="weapon">
<name>Helper_weapon_name</name>
<no>Helper_weapon_no</no>
<desc>Helper_weapon_desc</desc>
<sprite>Helper</sprite>
<require type="R">2</require>
<weaponClassType>special</weaponClassType>
<specialWeaponAnim>HelperWeapon</specialWeaponAnim>
<animation>Attack1</animation>
<damage type="R" min="1" max="3">
<soundInfo type="damage">Weapons/helper</soundInfo>
</damage>
<range>4</range>
<script>HelperWeapon</script>
<maxNum>1</maxNum>
<!--dummy For UI-->
<attackSpeed>1.6</attackSpeed>
<grade>3</grade>
</equipment>
...