Viewing Item

#400307: The Alliance of Onigami

Item ID 400307 For Sale No
Identifier aegis_400307 Credit Price Not For Sale
Name The Alliance of Onigami 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 100
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 .@r = getrefine();

2 bonus bAgi,3*.@r;

3 bonus bMdef,10;

4 bonus bPerfectHitRate,30;

5 bonus2 bSkillAtk,"SR_HOWLINGOFLION",50;

6 bonus2 bSkillAtk,"SR_KNUCKLEARROW",50;

7 if (getskilllv("SR_KNUCKLEARROW") == 10)

8 bonus2 bAddEle,Ele_All,25;

9 if (getskilllv("SR_RAISINGDRAGON") == 10) {

10 bonus bMaxHPrate,25;

11 bonus2 bSubClass,Class_Boss,20;

12 }

13 if (getskilllv("SR_GENTLETOUCH_CURE") == 5)

14 bonus bSPDrainValue,3;

15 if (getskilllv("SR_GENTLETOUCH_CHANGE") == 5)

16 bonus bNoSizeFix;

17 if (.@r>=7) {

18 bonus2 bSkillAtk,"SR_HOWLINGOFLION",75;

19 bonus2 bSkillAtk,"SR_KNUCKLEARROW",75;

20 }

21 if (.@r>=9) {

22 bonus2 bSkillAtk,"SR_HOWLINGOFLION",100;

23 bonus2 bSkillAtk,"SR_KNUCKLEARROW",100;

24 }

Equip Script None
Unequip Script None