Heroic Token (Night Watch)
| Item ID | 490185 | Name | Heroic Token (Night Watch) |
|
A mysterious accessory that brings out the potential of a Hero's Weapon-LT. It contains the energy of the Night Watch.
_______________________ ATK +10%, MATK +10%. _______________________ Decreases Variable Casting Time by 10%. _______________________ When equipped with Crimson Rose-LT: Increases Physical Damage against enemies of every size by 15%. Refine Level of Crimson Rose-LT is +10 or higher: Increases Critical Damage by 10%. Increases damage of Magazine for One by 10%. If Crimson Rose-LT's Grade is C or higher: POW +5, P.ATK +5. Increases damage of Magazine for One by additional 10%. _______________________ When equipped with Master Soul Rifle-LT: Increases Damage against enemies of every size by 15%. Refine Level of Master Soul Rifle-LT is +20 or higher: Increases Attack Speed (decreases After Attack Delay by 15%). Increases damage of Basic Grenade and Hasty Fire in the Hole by 10%. If Master Soul Rifle-LT's Grade is C or higher: POW +5, P.ATK +5. Increases damage of Basic Grenade and Hasty Fire in the Hole by additional 10%. _______________________ When equipped with Demon Slayer Shot-LT: Increases Physical Damage against enemies of every size by 15%. Refine Level of Demon Slayer Shot-LT is +20 or higher: Increases Ranged Physical Damage by 10%. Increases damage of Wild Fire by 10%. If Demon Slayer Shot-LT's Grade is C or higher: POW +5, P.ATK +5. Increases damage of Wild Fire by additional 10%. _______________________ When equipped with The Black-LT: Increases Physical Damage against enemies of every size by 15%. Refine Level of The Black-LT is +20 or higher: Increases Ranged Physical Damage by 10%. Increases damage of The Vigilante at Night by 10%. If The Black-LT's Grade is C or higher: POW +5, P.ATK +5. Increases damage of The Vigilante at Night by additional 10%. _______________________ When equipped with Golden Lord Launcher-LT: Increases Physical Damage against enemies of every size by 15%. Refine Level of Golden Lord Launcher-LT is +20 or higher: Increases Ranged Physical Damage by 10%. Increases damage of Spiral Shooting by 10%. If Golden Lord Launcher-LT's Grade is C or higher: POW +5, P.ATK +5. Increases damage of Spiral Shooting by additional 10%. _______________________ Type: Accessory Defense: 10 Weight: 20 Armor Level: 2 _______________________ Requirement: Base Level 205 Night Watch |
|---|---|---|---|---|---|
| Weapon Level | 0 | Identifier | Hero_Token_NW | ||
| Attack | 0 | Type | Armor | ||
| MATK | 0 | Equip Locations | Accessory Left/Right | ||
| Defense | 10 | Equippable Jobs | Rebellion | ||
| 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 bCritAtkRate,10;
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bPow,5;
bonus2 bSkillAtk,"NW_MAGAZINE_FOR_ONE",10;
}
|
||||
|
bonus2 bAddSize,Size_All,15;
bonus2 bMagicAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus bAspdRate,15;
bonus2 bSkillAtk,"NW_HASTY_FIRE_IN_THE_HOLE",10;
bonus2 bSkillAtk,"NW_BASIC_GRENADE",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bPow,5;
bonus2 bSkillAtk,"NW_HASTY_FIRE_IN_THE_HOLE",10;
bonus2 bSkillAtk,"NW_BASIC_GRENADE",10;
}
|
||||
|
bonus2 bAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus bLongAtkRate,10;
bonus2 bSkillAtk,"NW_WILD_FIRE",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bPow,5;
bonus2 bSkillAtk,"NW_WILD_FIRE",10;
}
|
||||
|
bonus2 bAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus bLongAtkRate,10;
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bPow,5;
bonus2 bSkillAtk,"NW_THE_VIGILANTE_AT_NIGHT",10;
}
|
||||
|
bonus2 bAddSize,Size_All,15;
if (getequiprefinerycnt(EQI_HAND_R) >= 10) {
bonus bLongAtkRate,10;
bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",10;
}
if (getenchantgrade(EQI_HAND_R) >= ENCHANTGRADE_C) {
bonus bPAtk,5;
bonus bPow,5;
bonus2 bSkillAtk,"NW_SPIRAL_SHOOTING",10;
}
|