ID #300096
Card
Senior Papila Cae Card
Buy Price: N/A
Sell Price: N/A
When compounded on a Musical Instrument or Whip class weapon:
MATK +20
_______________________
Refine Level +10:
MATK +20
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +13:
MATK +20
_______________________
Type: Card
Compound on: Weapon
Weight: 1
MATK +20
_______________________
Refine Level +10:
MATK +20
Decreases Variable Casting Time by 10%.
_______________________
Refine Level +13:
MATK +20
_______________________
Type: Card
Compound on: Weapon
Weight: 1
Monster Drops
Card Drops
Senior Papila Cae
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(); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_WHIP) { bonus bMatk,20; } if (.@r>=10) { bonus bVariableCastrate,-10; bonus bMatk,20; } if (.@r>=13) { bonus bMatk,20; }
.@r = getrefine();
if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_MUSICAL || getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_WHIP) {
bonus bMatk,20;
}
if (.@r>=10) {
bonus bVariableCastrate,-10;
bonus bMatk,20;
}
if (.@r>=13) {
bonus bMatk,20;
}