Armor: Penitence

300009
Equipment Type
Armor
Name
Penitence
Grade
ZAYIN
Preview
Abnormality
Defense
R: ⨯ 0.9
Endured
W: ⨯ 0.8
Endured
B: ⨯ 0.9
Endured
P: ⨯ 2
Vulnerable
Description

Heal SP +10 with a 5% chance upon receiving RED or BLACK damage


Conventional firearms were ineffective against Abnormalities; using them was as futile as cutting water with a knife.

That was when we asked ourselves: “If Abnormalities are materialized from the unconsciousness, it may be possible to extract a piece of it back from them and turn it into a weapon.”

Results varied depending on the observer.

The crown of thorns will sometimes protect the wielder’s soul.

The thorns may momentarily hurt as they anchor your soul to reality.

This suit will be no better than rags to those who have no sense of guilt.

Requirements
None
Observation Level 2 Unlock Cost 10 Acquisition Probability N/A Maximum quantity 5 + 0
Id300009
Name KeyOneBadManyGood_weapon_name
Name (EN)Penitence
Name (KR)참회
Name (JP)懺悔
Name (RU)Раскаяние
SpriteNone
Special AnimNone
Armor Sprite Id7
LC: /equipment/Equipment.xml, lines 412 ~ 428:

...
<equipment id="300009" type="armor">
<name>OneBadManyGood_weapon_name</name>
<no>OneBadManyGood_armor_no</no>
<desc>OneBadManyGood_armor_desc</desc>
<specialDesc>OneBadManyGood_armor_specialDesc</specialDesc>
<armorId>7</armorId>
<defense>
<defenseElement type="R">0.9</defenseElement>
<defenseElement type="W">0.8</defenseElement>
<defenseElement type="B">0.9</defenseElement>
<defenseElement type="P">2</defenseElement>
</defense>
<grade>1</grade>
<maxNum>5</maxNum>
<script>OneBadManyGoodArmor</script>
</equipment>
...