Taurus Sword [1]
1100 Taurus_Sword_J
A sword that holds the power of Taurus, one of the constellations that travel the zodiac.
ATK +50
Increases Recovery Amount of Red Potion, Orange Potion, Yellow Potion and White Potion by 100%.
For each Base Level:
ATK +1
When equipped by Genetic:
HIT +20
Increases Attack Speed (decreases After Attack Delay by 10%).
Increases Physical Damage by 50%.
Refine Level +7:
Ignores physical defense of every race by 50%.
Refine Level +9:
Ignores physical defense of every race by additional 50%.
When equipped by Genetic:
When equipped with Zodiac:
Decreases Cart Tornado skill cooldown by 0.2 seconds.
This item can only be sold to NPCs and moved to storage.
Type: One-Handed Sword
Attack: 10
Weight: 100
Weapon Level: 1
Requirement:
Base Level 1
Novice, Swordsman, Thief and Merchant classes
Información adicional
- Precio de compra
- 20 z
- Nivel máximo
- Sin límite
- Género
- Both
- Refinable
- Sí
- Gradable
- No
Script del ítem
.@r = getrefine();
bonus bUnbreakableWeapon;
bonus bBaseAtk,50+BaseLevel;
bonus2 bAddItemHealRate,501,100;
bonus2 bAddItemHealRate,502,100;
bonus2 bAddItemHealRate,503,100;
bonus2 bAddItemHealRate,504,100;
if (eaclass()&EAJL_THIRD && BaseJob == Job_Alchemist) {
bonus bHit,20;
bonus bAspdRate,10;
bonus bAtkRate,50;
if (.@r>=7) {
.@val = 50;
if (.@r>=9)
.@val += 50;
bonus2 bIgnoreDefRaceRate,RC_All,.@val;
}
}