Armor: Moonlight

300065
Equipment Type
Armor
Name
Moonlight
Grade
WAW
Preview
Abnormality
Defense
R: ⨯ 0.8
Endured
W: ⨯ 0.4
Resistant
B: ⨯ 0.7
Endured
P: ⨯ 2
Vulnerable
Description

A classic, dark dress whose edge resembles an ink cap.

You may take a step towards the truth of the moon that was so difficult to understand if you wear it.

It temporarily invites the wearer to the world of trance.

Requirements
Temperance:
Observation Level 4 Unlock Cost 60 Acquisition Probability N/A Maximum quantity 1 + 1
Id300065
Name KeyPiano_weapon_name
Name (EN)Moonlight
Name (KR)월광
Name (JP)月光
Name (RU)Лунный свет
SpriteNone
Special AnimNone
Armor Sprite Id58
LC: /equipment/Equipment.xml, lines 1611 ~ 1631:

...
<equipment id="300065" type="armor">
<name>Piano_weapon_name</name>
<no>Piano_armor_no</no>
<desc>Piano_armor_desc</desc>
<require type="B">3</require>
<armorId>58</armorId>
<defense>
<defenseElement type="R">0.8</defenseElement>
<defenseElement type="W">0.4</defenseElement>
<defenseElement type="B">0.7</defenseElement>
<defenseElement type="P">2</defenseElement>
</defense>
<grade>4</grade>
<maxNum>1</maxNum>
</equipment>
...