Armor: Logging

300051
Equipment Type
Armor
Name
Logging
Grade
HE
Preview
Abnormality
Defense
R: ⨯ 0.8
Endured
W: ⨯ 1.2
Weak
B: ⨯ 0.8
Endured
P: ⨯ 1.5
Weak
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
None
Observation Level 3 Unlock Cost 30 Acquisition Probability N/A Maximum quantity 3 + 1
Id300051
Name KeyLumberjack_weapon_name
Name (EN)Logging
Name (KR)벌목
Name (JP)伐採斧
Name (RU)Лесозаготовка
SpriteNone
Special AnimNone
Armor Sprite Id56
LC: /equipment/Equipment.xml, lines 1526 ~ 1544:

...
<equipment id="300051" type="armor">
<name>Lumberjack_weapon_name</name>
<no>Lumberjack_weapon_no</no>
<desc>Lumberjack_weapon_desc</desc>
<armorId>56</armorId>
<defense>
<defenseElement type="R">0.8</defenseElement>
<defenseElement type="W">1.2</defenseElement>
<defenseElement type="B">0.8</defenseElement>
<defenseElement type="P">1.5</defenseElement>
</defense>
<grade>3</grade>
<maxNum>3</maxNum>
</equipment>
...