Heroic Token (Windhawk)
| Item ID | 490153 | Name | Heroic Token (Windhawk) |
|
A mysterious accessory that brings out the potential of a Hero's Weapon-LT. It contains the energy of the Windhawk.
_______________________ ATK +10%, MATK +10%. _______________________ Decreases Variable Casting Time by 10%. _______________________ When equipped with Royal Bow-LT: Increases Physical Damage against enemies of every size by 15%. Refine Level of Royal Bow-LT is +10 or higher: Increases Ranged Physical Damage by 10%. Increases damage of Gale Storm by 10%. If Royal Bow-LT's Grade is C or higher: CON +5, P.ATK +5. Increases damage of Gale Storm by additional 10%. _______________________ When equipped with Scarlet Dragon Leather Bow-LT: Increases Physical Damage against enemies of every size by 15%. Refine Level of Scarlet Dragon Leather Bow-LT is +10 or higher: Increases Ranged Physical Damage by 10%. Increases damage of Crescive Bolt by 10%. If Scarlet Dragon Leather Bow-LT's Grade is C or higher: CON +5, P.ATK +5. Increases damage of Crescive Bolt by additional 10%. _______________________ Type: Accessory Defense: 10 Weight: 20 Armor Level: 2 _______________________ Requirement: Base Level 205 Windhawk |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Hero_Token_WH | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 10 | Equippable Jobs | Hunter | ||
| Range | 0 | Equip Gender | Both (Male and Female) | ||
| Slots | 1 | Equip Upper | None | ||
| Weight | 20 | Min Equip Level | 205 | ||
| NPC Buy | 0 | Max Equip Level | None | ||
| NPC Sell | 0 | Refineable | No | ||
| Credit Price | None | Trade restriction | None | ||
| Item Script |
bonus bMatkRate,10; bonus bAtkRate,10; bonus bVariableCastrate,-10; |
||||
| Set | Script | ||||
|---|---|---|---|---|---|
|
bonus2 bAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus bLongAtkRate,10;
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bCon,5;
bonus2 bSkillAtk,"WH_CRESCIVE_BOLT",10;
}
|
||||
|
bonus2 bAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus bLongAtkRate,10;
bonus2 bSkillAtk,"WH_GALESTORM",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bCon,5;
bonus2 bSkillAtk,"WH_GALESTORM",10;
}
|