Kintaro's Bracelet (OSM) [1], броня (Renewal)
Kintaro's Bracelet (OSM) [1] (KINTARO_BRACELET_EXE) – броня.
A bracelet of Kintaro. A legendary warrior who lived in Rachel.
----------
[Effect of Item]
STR +3, VIT +3, ATK +3%
----------
ATK +5 for every 2 levels of skill [Iron Fists] learned
----------
Increases damage skill
[Throw Spirit Sphere] by 1%
Increases damage skill
[Raging Palm Strike] by 1%
----------
For every 3 levels of character
Increases damage skill
[Throw Spirit Sphere] by an additional 1%
----------
For every 2 levels of character
Increases damage skill
[Raging Palm Strike] by an additional 1%
----------
If the character has a base [INT] of 90 or more
Increases damage skill [Guillotine Fist] by 10%
----------
If the character has a base [DEX] of 90 or more
Reduces variable cast time of skill [Throw Spirit Sphere] by 15%
----------
[Set Bonus]
Kintaro's Bracelet
Magaleta's Ribbon
If [Magaleta's Ribbon] refined to +9
When casting the skill [Throw Spirit Sphere] on a target
has a 50% chance of casting the skill[Zen] Level 1 on the user
----------
[Set Bonus]
Kintaro's Bracelet
Bauxite Knuckle
If [Bauxite Knuckle] refined to +9
Increases damage skill [Triple Attack] by 30%
----------
[Summary Effect]
1. If the player has a level of 99
Increases damage skill [Throw Spirit Sphere] by 34% and [Raging Palm Strike] by 50%
2. If the user has a base [INT] of 90 or higher, increases damage skill [Guillotine Fist] by 10%
3. If the user has a base [DEX] of 90 or higher, reduces the variable cast time of the skill [Throw Spirit Sphere] by 15%
4. If worn with [Magaleta's Ribbon] and [Bauxite Knuckle] refined by +9 or more
With [Magaleta's Ribbon], 50% chance of casting the skill[Zen] Level 1 on the user when using [Throw Spirit Sphere] ]
With [Bauxite Knuckle], increases damage skill [Triple Attack] by 30%]
The effect of this item disabled in WOE 1, 2 map
Required
Базовые свойства предмета
- ID: 24142
- Код: KINTARO_BRACELET_EXE
- Тип: броня
- Уровень брони: 1
- Требуемый уровень: 50
- Вес: 10
Скрипт
bonus bStr,3; bonus bVit,3; bonus bAtkRate,3; bonus bBaseAtk,5*(getskilllv("MO_IRONHAND")/2); bonus2 bSkillAtk,"MO_FINGEROFFENSIVE",1+(BaseLevel/3); bonus2 bSkillAtk,"CH_PALMSTRIKE",1+(BaseLevel/2); if (readparam(bInt)>=90) bonus2 bSkillAtk,"MO_EXTREMITYFIST",10; if (readparam(bDex)>=90) bonus2 bVariableCastrate,MO_FINGEROFFENSIVE,-15;