Randomly pours doom upon foes, and is overall powerful.
No Monsters drop this item.
You'd like to see behind the curtain? Then you are here at the right place - lots of data only contributors would normally see.
Open raw JSONID | 7020 |
aegisName ❔ | PynScepter |
subtype ❔ | W_STAFF |
slots ❔ | 1 |
Script to execute when the item is used/equipped.
bonus bMatk,(BaseLevel-50)*2;
bonus bAtk,(BaseLevel-60);
bonus bMaxSP,JobLevel+(BaseLevel-60);
addtoskill(TMW2_MPREGEN, 2, 2);
bonus bMaxHPrate, -16;
bonus bDef,-327; bonus3 bAutoSpell,TMW2_LIGHTNINGBOLT,min(4, BaseLevel/50),200;
bonus3 bAutoSpell,TMW2_METEORSHOWER,min(4, 1+JobLevel/37),100;
bonus3 bAutoSpell,TMW2_ARMAGEDDON,1,10;
bonus bSPDrainValue, -4;
skill TMW2_OVERLOAD, min(10, getrefine());