Smokie Transformation Leaf [1], броня (Renewal)
Smokie Transformation Leaf [1] (SMOKY_TRANSFORMHAT) – броня.
![Smokie Transformation Leaf [1], броня (Renewal) Smokie Transformation Leaf [1], броня (Renewal)](/images/db/items/picture/19265.png)
Increase all property magical damage by 1% per refine rate.
Has a chance to transform into Smokie for 5 seconds when dealing melee physical damage.
Grants following effects while in Smokie form.
Has 5% chance to auto-cast bolt spells level 2 when dealing melee physical damage.
If refine rate is 7 or higher, has 4% chance to auto-cast Frost Nova level 5 when dealing melee physical damage.
If refine rate is 8 or higher, has 3% chance to auto-cast Thunderstorm level 5 when dealing melee physical damage.
If refine rate is 9 or higher and base level is 100 or higher, has 2% chance to auto-cast Hell Inferno level 5 when dealing melee physical damage.
If refine rate is 10 or higher and base level is 100 or higher, has 1% chance to auto-cast Chain Lightning level 3 when dealing melee physical damage.
Базовые свойства предмета
- ID: 24997
- Код: SMOKY_TRANSFORMHAT
- Тип: броня
- Уровень брони: 1
- Защита: 7
- Вес: 60
Скрипт
.@r = getrefine(); bonus2 bMagicAtkEle,Ele_All,.@r; autobonus "{ .@r = getrefine(); bonus3 bAutoSpell,\"MG_COLDBOLT\",2,50; bonus3 bAutoSpell,\"MG_FIREBOLT\",2,50; bonus3 bAutoSpell,\"MG_LIGHTNINGBOLT\",2,50; bonus3 bAutoSpell,\"WZ_EARTHSPIKE\",2,50; if (.@r>=7) { bonus3 bAutoSpell,\"WZ_FROSTNOVA\",5,40; if (.@r>=8) { bonus3 bAutoSpell,\"MG_THUNDERSTORM\",5,30; if (BaseLevel>100) { if (.@r>=9) { bonus3 bAutoSpell,\"WL_HELLINFERNO\",5,20; if (.@r>=10) { bonus3 bAutoSpell,\"WL_CHAINLIGHTNING\",3,10; } } } } } }",1,5000,BF_WEAPON,"{ active_transform 1056,5000; /*SMOKIE*/ }";