Viewing Item

#312332: Fiery Earth Rune 8Lv

Item ID 312332 Name Fiery Earth Rune 8Lv
Weapon Level 0 Identifier Flame_Earth_R_8
Attack 0 Type Card - Enchant
MATK 0 Equip Locations None
Defense 0 Equippable Jobs None
Range 0 Equip Gender Both (Male and Female)
Slots 0 Equip Upper None
Weight 0 Min Equip Level None
NPC Buy 0 Max Equip Level None
NPC Sell 0 Refineable No
Credit Price Not For Sale Trade restriction None
For each 20 base STR:
ATK +10, POW +2, CON +2.
_______________________
If enchanted Equipment's Grade is D or higher:
P.ATK +6.
Increases Melee Physical Damage by 6%.
_______________________
If enchanted Equipment's Grade is C or higher:
P.ATK +9.
Increases Melee Physical Damage by additional 10%.
_______________________
If enchanted Equipment's Grade is B or higher:
P.ATK +12.
Increases Melee Physical Damage by additional 14%.

  Script
Item
.@str = (readparam(bStr)/20);
.@g = getenchantgrade();
bonus bBaseAtk,10*.@str;
bonus bPow,2*.@str;
bonus bCon,2*.@str;
if (.@g>=ENCHANTGRADE_D) {
   bonus bShortAtkRate,6;
   bonus bPAtk,6;
   if (.@g>=ENCHANTGRADE_C) {
      bonus bShortAtkRate,10;
      bonus bPAtk,9;
      if (.@g>=ENCHANTGRADE_B) {
         bonus bShortAtkRate,14;
         bonus bPAtk,12;
      }
   }
}
Equip
None
Unequip
None