Armor: Twilight

300038
Equipment Type
Armor
Name
Twilight
Grade
ALEPH
Preview
Abnormality
Defense
R: ⨯ 0.3
Resistant
W: ⨯ 0.3
Resistant
B: ⨯ 0.3
Resistant
P: ⨯ 0.5
Endured
Description

The lower the HP of an employee with the corresponding weapon, the greater the damage

All enemies in the same room receive BLACK damage every 5 seconds

The effect of equipping all E.G.O parts of the Apocalypse Bird: The damage type of the special ability is extended to RWBP

If an employee wears this equipment, Apocalypse Bird will be unable to appear


The three birds united their efforts to defeat the beast.

This could stop countless incidents, but you’ll have to be prepared to step into the Black Forest…

Requirements
Fortitude: EX Prudence: EX Temperance: EX Justice: EX
Observation Level 1 Unlock Cost 999 Acquisition Probability N/A Maximum quantity 1 + 0
Id300038
Name KeyBossBird_weapon_name
Name (EN)Twilight
Name (KR)황혼
Name (JP)黄昏
Name (RU)Сумерки
SpriteNone
Special AnimNone
Armor Sprite Id45
LC: /equipment/Equipment.xml, lines 1268 ~ 1292:

...
<equipment id="300038" type="armor">
<name>BossBird_weapon_name</name>
<no>BossBird_armor_no</no>
<desc>BossBird_armor_desc</desc>
<specialDesc>BossBird_armor_specialDesc</specialDesc>
<armorId>45</armorId>
<require type="R">6</require>
<require type="W">6</require>
<require type="B">6</require>
<require type="P">6</require>
<defense>
<defenseElement type="R">0.3</defenseElement>
<defenseElement type="W">0.3</defenseElement>
<defenseElement type="B">0.3</defenseElement>
<defenseElement type="P">0.5</defenseElement>
</defense>
<grade>5</grade>
<maxNum>1</maxNum>
<script>BossBirdArmor</script>
</equipment>
...