Viewing Item

#311053: Talisman of Four Bearing God Tuning Device

Item ID 311053 For Sale No
Identifier Gear_SOA1 Credit Price Not For Sale
Name Talisman of Four Bearing God Tuning Device Type Card - Enchant
NPC Buy 0 Weight 0
NPC Sell 0 Weapon Level 0
Range 0 Defense 0
Slots 0 Refineable No
Attack 0 Min Equip Level None
MATK 0 Max Equip Level None
Equip Locations None
Equip Upper None
Equippable Jobs None
Equip Gender Both (Male and Female)
Trade restriction None
Item Use Script

1 .@g = getenchantgrade();

2 bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",5;

3 if (.@g >= 1) {

4 bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",3;

5 if (.@g >= 2) {

6 bonus2 bMagicAddSize,Size_All,10;

7 if (.@g >= 3) {

8 bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",4;

9 if (.@g >= 4) {

10 bonus2 bSkillAtk,"SOA_TALISMAN_OF_FOUR_BEARING_GOD",6;

11 }

12 }

13 }

14 }

Equip Script None
Unequip Script None