Moubootaur Legends

Powerful Lightsaber - Item DB

Powerful Lightsaber | 3537

Pyndragon always comes up with the craziest ideas.

ATK Scales. HP -1/s
ID 3537
type ❔ IT_WEAPON
weight ❔ 450
refine ❔ true
atk ❔ 300
range ❔ 2
weaponLv ❔ 1
equipLv ❔ 60

Mobs that drop this item:

Monster Drop Chances
Elite Duck 0.01%
ID for use in Discord:
Expert View

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 JSON
ID 3537
aegisName ❔ PowerfulLightsaber
subtype ❔ W_KATAR
slots ❔ 1
Script

Script to execute when the item is used/equipped.

bonus bMaxHP,-100;
bonus bAtk,(BaseLevel-60)*3;
bonus bAgi, 1-(BaseLevel/10);
bonus bDex, -(BaseLevel/10);
bonus bDef, -(BaseLevel*8/10);
bonus bCritical, min(20, BaseLevel/7); bonus bHPDrainValue, -2;
bonus bFleeRate, -5;
bonus bMdefRate, -60;
bonus bMdef2Rate, -60;
bonus2 bSubEle, Ele_Holy, -20;
bonus2 bSubEle, Ele_Dark, -20;
bonus2 bSubEle, Ele_Ghost, -20;
skill TMW2_OVERLOAD, min(10, getrefine());