Armor: In the Name of Love and Hate

300004
Equipment Type
Armor
Name
In the Name of Love and Hate
Grade
WAW
Preview
Abnormality
Defense
R: ⨯ 0.7
Endured
W: ⨯ 0.8
Endured
B: ⨯ 0.4
Resistant
P: ⨯ 2
Vulnerable
Description

A magical one-piece dress imbued with the love and justice of a magical girl.

Wearing it may ignite your spirit of justice and the desire to protect the world.

Then you'll hear the sound of hatred, sinking deeper than love.

What to do?

She vowed to love everything in the world, but all that was left was a collapsing heart.

Requirements
Level: Prudence: Temperance:
Observation Level 4 Unlock Cost 60 Acquisition Probability N/A Maximum quantity 1 + 1
Id300004
Name KeyMagicalGirl_weapon_name
Name (EN)In the Name of Love and Hate
Name (KR)사랑과 증오의 이름으로
Name (JP)愛と憎しみの名のもとに
Name (RU)Во имя любви и ненависти
SpriteNone
Special AnimNone
Armor Sprite Id48
LC: /equipment/Equipment.xml, lines 1334 ~ 1358:

...
<equipment id="300004" type="armor">
<name>MagicalGirl_weapon_name</name>
<no>MagicalGirl_armor_no</no>
<desc>MagicalGirl_armor_desc</desc>
<armorId>48</armorId>
<require type="W">3</require>
<require type="B">3</require>
<require type="level">4</require>
<defense>
<defenseElement type="R">0.7</defenseElement>
<defenseElement type="W">0.8</defenseElement>
<defenseElement type="B">0.4</defenseElement>
<defenseElement type="P">2</defenseElement>
</defense>
<grade>4</grade>
<maxNum>1</maxNum>
<script>MagicalGirlArmor</script>
</equipment>
...