Viewing Item

#15822: Magaleta's Ribbon

Item ID 15822 For Sale No
Identifier Magaleta_Ribbon_EXE Credit Price Not For Sale
Name Magaleta's Ribbon Type Armor
NPC Buy 0 Weight 30
NPC Sell 0 Weapon Level 0
Range 0 Defense 20
Slots 1 Refineable Yes
Attack 0 Min Equip Level 50
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 if (BaseJob == Job_Priest) {

3 bonus bBaseAtk,2*(readparam(bStr)/9);

4 bonus bMatk,2*(readparam(bInt)/9);

5 if (.@r>=7) {

6 bonus bDef,10;

7 bonus bMdef,15;

8 bonus2 bSkillAtk,"AL_HOLYLIGHT",20;

9 if (.@r>=8) {

10 bonus bAspdRate,5;

11 bonus bDelayrate,-10;

12 if (.@r>=9) {

13 skill "ALL_ODINS_POWER",1;

14 bonus bHealPower,10;

15 if (.@r>=10) {

16 bonus bAllStats,2;

17 bonus bMaxHPrate,3;

18 bonus bMaxSPrate,3;

19 }

20 }

21 }

22 }

23 }

24 else if (BaseJob == Job_Monk) {

25 bonus bBaseAtk,2*(readparam(bStr)/9);

26 bonus bMatk,2*(readparam(bInt)/9);

27 if (.@r>=7) {

28 bonus bDef,10;

29 bonus bMdef,15;

30 bonus2 bSkillAtk,"MO_TRIPLEATTACK",20;

31 if (.@r>=8) {

32 bonus bDelayrate,-10;

33 bonus2 bSkillUseSP,"CH_CHAINCRUSH",5;

34 if (.@r>=9) {

35 bonus2 bVariableCastrate,"MO_FINGEROFFENSIVE",-30;

36 bonus2 bSkillAtk,"MO_COMBOFINISH",30;

37 if (.@r>=10) {

38 bonus bAllStats,2;

39 bonus bMaxHPrate,3;

40 bonus bMaxSPrate,3;

41 }

42 }

43 }

44 }

45 }

Equip Script None
Unequip Script None