Viewing Item

#400154: Survival Circlet-LT

Item ID 400154 For Sale No
Identifier Survive_Circlet_K_LT Credit Price Not For Sale
Name Survival Circlet-LT Type Armor
NPC Buy 0 Weight 50
NPC Sell 0 Weapon Level 0
Range 0 Defense 10
Slots 1 Refineable Yes
Attack 0 Min Equip Level 150
MATK 0 Max Equip Level None
Equip Locations Upper Headgear
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 .@r = getrefine();

3 bonus bMatk,50;

4 bonus bInt,3;

5 if (BaseLevel>=180) {

6 bonus bMatk,50;

7 }

8 if (BaseLevel>=210) {

9 bonus bPAtk,2;

10 bonus bSmatk,2;

11 }

12 if (.@r>=7) {

13 bonus bVariableCastrate,-10;

14 if (.@r>=9) {

15 bonus2 bMagicAtkEle,Ele_All,15;

16 if (.@r>=10) {

17 bonus bMatkRate,5;

18 if (.@r>=11) {

19 bonus2 bMagicAddClass,Class_Boss,20;

20 }

21 }

22 }

23 }

24 if (.@g >= ENCHANTGRADE_D) {

25 bonus bDelayrate,-5;

26 if (.@g >= ENCHANTGRADE_C) {

27 bonus bPAtk,2;

28 bonus bSmatk,2;

29 if (.@g >= ENCHANTGRADE_B) {

30 if (.@r>=12) {

31 bonus bFixedCast,-500;

32 }

33 }

34 }

35 }

36 bonus bMatk,10*(.@r/2);

Equip Script None
Unequip Script None