
RENEWAL / ITEMS
Sealed Gloom Under Night Card
#4485Card
Sealed_Gloom_Card
TypeCard
Card placementArmor
Weight1
Buy price20 z
Sell price10 z
Card illustration
Description
Type: Miscellaneous
Class: Card
Compounds On: Armor
Weight: 1
Increases physical damage by 20% to Holy, Dark, Angel and Demon-type monsters.
If this card is slotted into an armor refined to +15 or higher, increases physical damage by an additional 10% to Holy, Dark, Angel and Demon-type monsters.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Armor
- Trade
Item effect script
.@rate = ((getrefine()>14)?30:20);
bonus2 bAddEle,Ele_Holy,.@rate;
bonus2 bAddEle,Ele_Dark,.@rate;
bonus2 bAddRace,RC_Angel,.@rate;
bonus2 bAddRace,RC_Demon,.@rate;