Moubootaur Legends

Lightsaber - Item DB

Lightsaber | 3536

Pyndragon always comes up with the craziest ideas.

ATK Scales. HP -1.2/s
ID 3536
type ❔ IT_WEAPON
weight ❔ 420
refine ❔ true
atk ❔ 240
range ❔ 1
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 3536
aegisName ❔ Lightsaber
subtype ❔ W_KATAR
slots ❔ 1
Script

Script to execute when the item is used/equipped.

bonus bMaxHP,-200;
bonus bAtk,(BaseLevel-60)*3;
bonus bCritical, min(5, BaseLevel/24);
bonus bHPDrainValue, -4;
bonus bHitRate, -10;
bonus bMdefRate, -60;
bonus bMdef2Rate, -60;
bonus2 bSubEle, Ele_Holy, -12;
bonus2 bSubEle, Ele_Dark, -12;
bonus2 bSubEle, Ele_Ghost, -12;
skill TMW2_OVERLOAD, min(10, getrefine());