Rebirth Athame
| Item ID | 510042 | Name | Rebirth Athame |
|
None
|
|---|---|---|---|---|---|
| Weapon Level | 4 | Identifier | Rebirth_Athame | ||
| Attack | 30 | Type | Weapon - Dagger | ||
| MATK | 180 | Equip Locations | Main Hand | ||
| Defense | 0 | Equippable Jobs | Merchant, Knight, Wizard, Blacksmith, Hunter, Assassin, Crusader, Sage, Rogue, Alchemist, Bard / Dancer, Soul Linker, Ninja, Kagerou / Oboro | ||
| Range | 1 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | Third, Third Upper, Third Baby | ||
| Weight | 30 | Min Equip Level | 130 | ||
| NPC Buy | 20 | Max Equip Level | None | ||
| NPC Sell | 10 | Refineable | Yes | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
.@r = getrefine();
skill "WZ_STORMGUST",1;
bonus2 bMagicAtkEle,Ele_Water,3*.@r;
if (getskilllv("GN_MANDRAGORA") == 5)
bonus3 bSPVanishRate,1000,10,BF_WEAPON;
if (.@r>=5) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bLongAtkDef,5;
}
if (.@r>=7)
skill "WZ_STORMGUST",min(10,.@r);
if (.@r>=9) {
bonus bMaxHPrate,10;
bonus bMaxSPrate,10;
bonus bLongAtkDef,5;
}
|
||||