Weapon: Logging

200051
Equipment Type
Weapon
Name
Logging
Grade
HE
Preview
weapon/hammer/Hammer_Set_01_1
Abnormality
Damage
Red: 15 – 21
Attack Speed
Slow · 3
Range
Medium · 5
Weapon Type
HAMMER
Description

A versatile equipment made to cut down trees and people alike.

Perhaps sharpening the axe was the one thing it didn't neglect. The blade is always shiny.

Requirements
Temperance:
Observation Level 4 Unlock Cost 40 Acquisition Probability N/A Maximum quantity 2 + 1
Id200051
Name KeyLumberjack_weapon_name
Name (EN)Logging
Name (KR)벌목
Name (JP)伐採斧
Name (RU)Лесозаготовка
SpriteHammer_Set_01_1
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 3567 ~ 3589:

...
<equipment id="200051" type="weapon">
<name>Lumberjack_weapon_name</name>
<no>Lumberjack_weapon_no</no>
<desc>Lumberjack_weapon_desc</desc>
<weaponClassType>hammer</weaponClassType>
<sprite>Hammer_Set_01_1</sprite>
<require type="B">2</require>
<animation>Attack1</animation>
<damage type="R" min="15" max="21">
<soundInfo type="damage">creature/Lumberjack/Lumberjack_Atk2</soundInfo>
</damage>
<range>5</range>
<script>LumberjackWeapon</script>
<maxNum>2</maxNum>
<attackSpeed>3</attackSpeed>
<grade>3</grade>
</equipment>
...