
RENEWAL / ITEMS
Sealed Fallen Bishop Hibram Card
#4539Card
Sealed_F_Bishop_Card
TypeCard
Card placementFootgear
Weight1
Buy price20 z
Sell price10 z
Card illustration
Description
Type: Miscellaneous
Class: Card
Compounds On: Shoes
Weight: 1
MATK +5%
MaxSP -50%
Increases Magic Damage to Demi-human and Angel monsters by 25%.
If this card is slotted into shoes refined to +15 or higher,
MATK +8%
MaxSP -50%
Increases Magic Damage to Demi-human and Angel monsters by 33% instead.
English Renewal client description · iRO. Numeric server data above takes precedence when the client text differs.
Item details
- Card placement
- Footgear
- Trade
Item effect script
.@r = getrefine();
bonus bMatkRate,((.@r>14)?8:5);
bonus bMaxSPrate,-50;
.@rate = ((.@r>14)?33:25);
bonus2 bMagicAddRace,RC_Angel,.@rate;
bonus2 bMagicAddRace,RC_DemiHuman,.@rate;
bonus2 bMagicAddRace,RC_Player_Human,.@rate;