Strange God Foxtail Staff [2]
_______________________
MATK +240
MaxSP +100
For each 3 Refine Level: MATK +2%, MaxSP +1%.
_______________________
Refine Level +7:
Increases base weapon's ATK and MATK by 40%.
For each Refine Level higher than +7 or higher: Increases base weapon's ATK and MATK by 20%.
(Limited to +10 Refine Level)
_______________________
Indestructible in battle
_______________________
Type: One-Handed Staff
Attack: 100
Weight: 50
Weapon Level: 3
_______________________
Requirement:
Base Level 100
Summoner (Doram)
Monster Drops
Normal Drops
Deviruchi
Rate: 10%
Deleter
Rate: 10%
Bloody Butterfly
Rate: 10%
Breeze
Rate: 10%
Siroma
Rate: 10%
Swift Siroma
Rate: 10%
Solid Deviruchi
Rate: 50%
Swift Bloody Butterfly
Rate: 15%
Equipment Slots
Basic Information
Requirements
Scripts
Script bonus bMaxSP,100; .@r = getrefine(); bonus bMatkRate,2*(.@r/3); bonus bMaxSPrate,.@r/3; if (.@r>=7) { .@r = min(.@r,10)-7; bonus bBaseAtk,(20*.@r)+40; bonus bMatk,(48*.@r)+96; } bonus bUnbreakableWeapon;
bonus bMaxSP,100;
.@r = getrefine();
bonus bMatkRate,2*(.@r/3);
bonus bMaxSPrate,.@r/3;
if (.@r>=7) {
.@r = min(.@r,10)-7;
bonus bBaseAtk,(20*.@r)+40;
bonus bMatk,(48*.@r)+96;
}
bonus bUnbreakableWeapon;