Weapon: Penitence

200009
Equipment Type
Weapon
Name
Penitence
Grade
ZAYIN
Preview
weapon/mace/Mace_Set_01_1
Abnormality
Damage
White: 5 – 7
Attack Speed
Normal · 2
Range
Short · 3
Weapon Type
MACE
Description

5% chance to recover 10 SP on attack if wielder has 2+ Justice


To know means to understand.

We successfully extracted the archetype and materialized it, and the observer reshaped it into a weapon.

This is why we highly regarded the act of observation.

The eye sockets of the hollow skull stare into sins, and the crown of thorns casts blame.

Those who are willing to spill blood for the greater good will be readily given approval for its use.

Though this weapon is not as strong as other E.G.O weapons in our possession, it provides psychological comfort to the wielder.

However, it is useless to those who do not know justice.

Requirements
None
Observation Level 3 Unlock Cost 15 Acquisition Probability N/A Maximum quantity 5 + 0
Id200009
Name KeyOneBadManyGood_weapon_name
Name (EN)Penitence
Name (KR)참회
Name (JP)懺悔
Name (RU)Раскаяние
SpriteMace_Set_01_1
Special AnimNone
Splash TypeNone
Splash RangeNone
Splash IFFNone
LC: /equipment/Equipment.xml, lines 2565 ~ 2585:

...
<equipment id="200009" type="weapon">
<name>OneBadManyGood_weapon_name</name>
<no>OneBadManyGood_weapon_no</no>
<desc>OneBadManyGood_weapon_desc</desc>
<specialDesc>OneBadManyGood_weapon_specialDesc</specialDesc>
<weaponClassType>mace</weaponClassType>
<sprite>Mace_Set_01_1</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>1</grade>
</equipment>
...