ID #300265
Card
Regenschirm Scientist Card
Buy Price: N/A
Sell Price: N/A
MATK +5%
_______________________
When compounded on Two-Handed Staff:
Increases Magical Damage with every element by 10%.
For each 3 Refine Levels:
Increases Magical Damage with every element by additional 2%.
Base Level at least 200 and equipped by Warlock classes:
For each 3 Refine Levels:
Increases Magical Damage with every element by additional 3%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
_______________________
When compounded on Two-Handed Staff:
Increases Magical Damage with every element by 10%.
For each 3 Refine Levels:
Increases Magical Damage with every element by additional 2%.
Base Level at least 200 and equipped by Warlock classes:
For each 3 Refine Levels:
Increases Magical Damage with every element by additional 3%.
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
MD_ED_M_SCIENCE
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 .@r = getrefine(); bonus bMatkRate,5; if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) { bonus2 bMagicAtkEle,Ele_All,10+2*(.@r/3); if (BaseLevel>=200) { bonus2 bMagicAtkEle,Ele_All,3*(.@r/3); } }
.@r = getrefine();
bonus bMatkRate,5;
if (getiteminfo(getequipid(EQI_HAND_R),11) == W_2HSTAFF) {
bonus2 bMagicAtkEle,Ele_All,10+2*(.@r/3);
if (BaseLevel>=200) {
bonus2 bMagicAtkEle,Ele_All,3*(.@r/3);
}
}