Weapon: Standard Training E.G.O

200000
Equipment Type
Weapon
Name
Standard Training E.G.O
Grade
TETH
Preview
weapon/mace/Mace_Set_01_6
Abnormality
Damage
White: 5 – 7
Attack Speed
Normal · 2
Range
Short · 3
Weapon Type
MACE
Description

E.G.O intended for Manager Education

Requirements
None
Observation Level 4 Unlock Cost 1 Acquisition Probability N/A Maximum quantity 5 + 0
Id200000
Name KeyDummy_weapon_name
Name (EN)Standard Training E.G.O
Name (KR)교육용 E.G.O
Name (JP)教育用疑似E.G.O
Name (RU)Тренировочное Э.П.О.С.
SpriteMace_Set_01_6
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 362 ~ 380:

...
<equipment id="200000" type="weapon">
<name>Dummy_weapon_name</name>
<desc>Dummy_weapon_desc</desc>
<weaponClassType>mace</weaponClassType>
<sprite>Mace_Set_01_6</sprite>
<animation>Attack1</animation>
<damage type="W" min="5" max="7">
<soundInfo type="damage">Weapons/mace1</soundInfo>
</damage>
<range>3</range>
<!-- <script>OneBadManyGoodWeapon</script>-->
<maxNum>5</maxNum>
<!--dummy For UI-->
<attackSpeed>2</attackSpeed>
<grade>2</grade>
</equipment>
...