Moubootaur Legends

Lightbringer - Item DB

Lightbringer | 3600

The most powerful sword in the world, has a mind of its own.

HIT +50% / Holy Damage / Healing Skills +100% / Crit Def -50% / No blocking / Lose HP and MP
ID 3600
type IT_WEAPON
weight 2000
refine true
atk 1800
matk 1800
range 1
weaponLv 1
equipLv 1

Mobs that drop this item:

No Monsters drop this item.

This Item has Trade restrictions

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 3600
aegisName Lightbringer
subtype W_1HSWORD
slots 2
Script

Script to execute when the item is used/equipped.

bonus bHitRate,50;
bonus bAtkEle,Ele_Holy;
bonus2 bAddRace, RC_Legendary, 50;
bonus bFlee2Rate,-100;
bonus bCriticalDef,-50;
bonus bHealPower,100;
bonus bHealPower2,100;
skill TMW2_OVERLOAD, getrefine();

bonus bUnstripableWeapon, 1;
bonus2 bResEff, Eff_Stone,     40;
bonus2 bResEff, Eff_Freeze,    40;
bonus2 bResEff, Eff_Stun,      40;
bonus2 bResEff, Eff_Sleep,     40;
bonus2 bResEff, Eff_Poison,    40;
bonus2 bResEff, Eff_Curse,     40;
bonus2 bResEff, Eff_Silence,   40;
bonus2 bResEff, Eff_Confusion, 40;
bonus2 bResEff, Eff_Blind,     40;
bonus2 bResEff, Eff_Bleeding,  40;
bonus2 bResEff, Eff_DPoison,   40;
bonus2 bResEff, Eff_Fear,      40;
bonus2 bResEff, Eff_Cold,      40;
bonus2 bResEff, Eff_Burning,   40;
bonus2 bResEff, Eff_Deepsleep, 40;

if (BaseLevel < 255 && !$@GM_OVERRIDE) {
	bonus bNoRegen,1;
	bonus2 bSPLossRate,(255-BaseLevel)/30,(1000-(BaseLevel*2));
	bonus2 bHPLossRate,(255-BaseLevel)/40,(1000-(BaseLevel*2));
}