Issgard Crystal (Assassin)
| Item ID | 312309 | Name | Issgard Crystal (Assassin) |
|
ATK +20.
_______________________ [Bonus by Equipment's Grade] [Grade D]: Critical Damage +2%, ATK +5. [Grade C]: Critical Damage +2%, ATK +5. [Grade B]: Critical Damage +2%, ATK +5. [Grade A]: Critical Damage +2%, ATK +5. _______________________ When equipped with Glacier Flower Meow Power(Warrior): Increases Melee Physical Damage by 4%. _______________________ When equipped with Glacier Flower Meow Power(Shooter): Increases Ranged Physical Damage by 4%. _______________________ When equipped with Glacier Flower Meow Power(Fast): Critical +15. Increases Critical Damage by 4%. _______________________ When equipped with Glacier Flower Meow Power(Fatal): Critical +20. Increases Critical Damage by 8%. |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Isgard_3_Assassin | ||
| 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 | None | Trade restriction | None | ||
| Item Script |
.@g = getenchantgrade();
bonus bBaseAtk,20;
if (.@g>=ENCHANTGRADE_D) {
bonus bCritAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_C) {
bonus bCritAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_B) {
bonus bCritAtkRate,2;
bonus bBaseAtk,5;
if (.@g>=ENCHANTGRADE_A) {
bonus bCritAtkRate,2;
bonus bBaseAtk,5;
}
}
}
}
|
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus bShortAtkRate,5; |
||||
|
bonus bLongAtkRate,5; |
||||
|
bonus bCritAtkRate,4; bonus bCritical,15; |
||||
|
bonus bCritAtkRate,8; bonus bCritical,20; |