The most powerful sword in the world, has a mind of its own.
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 | 3600 |
aegisName ❔ | Lightbringer |
subtype ❔ | W_1HSWORD |
slots ❔ | 2 |
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, min(10, 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));
}