Tooth Blade [1]
ID: 13028
Type |
Weapon |
Subtype |
Dagger |
Attack |
130 |
Defense |
0 |
Weight |
70.0 |
Weapon Level |
4 |
Buy |
20z |
Sell |
10z |
Required Level |
55 |
Slots |
1 |
Applicable Jobs:
job_alchemist,
job_archer,
job_assassin,
job_barddancer,
job_blacksmith,
job_crusader,
job_hunter,
job_knight,
job_mage,
job_merchant,
job_ninja,
job_rogue,
job_sage,
job_soullinker,
job_swordman,
job_thief,
job_wizard
Description:
A dentist's scalpel that is intended to treat patient's teeth, but it can also be used offensively to impend the victim's ability to speak.
Has a certain chance of increasing the Cast Time of all enemies in a 5*5 cell area by 20%; this bonus increases to a 11*11 cell area and 40% Cast Time increase if this weapon is refined to +9 or greater.
Class: Dagger
Attack: 130
Weight: 70
Weapon Level: 4
Level Requirement: 55
Jobs: Transcendent Swordman, Mage, Archer, Merchant and Thief Classes
Item Script:
if (getrefine()>=9) {
bonus3 bAutoSpell,'NPC_SLOWCAST',2,70;
} else
bonus3 bAutoSpell,'NPC_SLOWCAST',1,50;