ID #4607
Card
Faithful Manager Card
Buy Price: N/A
Sell Price: N/A
ATK +5
MATK +5
_______________________
When equipped with Book class weapon:
Refine Level +10:
ATK +20
MATK +20
Refine Level +14:
ATK +20
MATK +20
_______________________
Type: Card
Compound on: Weapon
Weight: 1
MATK +5
_______________________
When equipped with Book class weapon:
Refine Level +10:
ATK +20
MATK +20
Refine Level +14:
ATK +20
MATK +20
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Faithful Manager
Rate: 0.5%
Available from boxes
Equipment Slots
Head (Top)
Head (Lower)
Left Hand
Garment
Accessory 1
Head (Mid)
Body Armor
Right Hand
Shoes
Accessory 2
Basic Information
Type
Card
Weight
10
Item Flags
Drop Effect
Yes
Scripts
Script bonus bBaseAtk,5; bonus bMatk,5; if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK) { .@r = getrefine(); if (.@r>=10) { bonus bBaseAtk,20; bonus bMatk,20; } if (.@r>=14) { bonus bBaseAtk,20; bonus bMatk,20; } }
bonus bBaseAtk,5;
bonus bMatk,5;
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK) {
.@r = getrefine();
if (.@r>=10) {
bonus bBaseAtk,20;
bonus bMatk,20;
}
if (.@r>=14) {
bonus bBaseAtk,20;
bonus bMatk,20;
}
}