Paradise Royal Guard Sword, одноручный меч (Renewal)
Paradise Royal Guard Sword (3PARA_SWORD_LG) – оружие.

Matk + 180.
Can't be refined.
Matk + 5%, reduces variable casting time by 1% per each level of Faith user learned.
If the user's base level is 105 or higher, increases neutral and holy property magical damage by 10%, increases Gloria Domini and Genesis Ray damage by 25%.
If the user's base level is 110 or higher, increases magical damage against all size enemies by 15%, increases neutral and holy property magical damage by additional 15%.
If the user's base level is 115 or higher, increases Gloria Domini and Genesis Ray damage by additional 15%.
Базовые свойства предмета
- ID: 31175
- Код: 3PARA_SWORD_LG
- Тип: оружие
- Подтип: одноручный меч
- Уровень оружия: 4
- Атака: 160
- Требуемый уровень: 100
- Профессии: crusader
- Вес: 1
Скрипт
.@l = BaseLevel; .@a = getskilllv("CR_TRUST"); bonus bMatk,180; bonus bMatkRate,5; bonus bVariableCastrate,-1*.@a; if (.@l>=105) { bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bMagicAtkEle,Ele_Holy,10; bonus2 bSkillAtk,"PA_PRESSURE",25; bonus2 bSkillAtk,"LG_RAYOFGENESIS",25; if (.@l>=110) { bonus2 bMagicAddSize,Size_All,15; bonus2 bMagicAtkEle,Ele_Neutral,15; bonus2 bMagicAtkEle,Ele_Holy,15; if (.@l>=115) { bonus2 bSkillAtk,"PA_PRESSURE",15; bonus2 bSkillAtk,"LG_RAYOFGENESIS",15; } } }