| 1811 |
2 |
|
.@r = getequiprefinerycnt(EQI_SHADOW_SHIELD) + getequiprefinerycnt(EQI_SHADOW_WEAPON); bonus bDef,50; if (.@r >= 15) ... |
Details
|
| 1812 |
2 |
|
.@r = getequiprefinerycnt(EQI_SHADOW_SHIELD) + getequiprefinerycnt(EQI_SHADOW_ACC_L); bonus bDef,50; if (.@r >= 15) {... |
Details
|
| 1816 |
2 |
|
bonus bAtkRate,1; if (getequiprefinerycnt(EQI_SHADOW_ACC_R)+getequiprefinerycnt(EQI_SHADOW_ACC_L) >= 15) bonus bNoSiz... |
Details
|
| 1817 |
2 |
|
bonus bBaseAtk,getequiprefinerycnt(EQI_SHADOW_WEAPON); if (getequiprefinerycnt(EQI_SHADOW_WEAPON)+getequiprefinerycnt... |
Details
|
| 1818 |
2 |
|
bonus bDef,getequiprefinerycnt(EQI_SHADOW_ARMOR); if (getequiprefinerycnt(EQI_SHADOW_ARMOR)+getequiprefinerycnt(EQI_S... |
Details
|
| 1844 |
2 |
|
bonus2 bSubEle,Ele_Neutral,2; |
Details
|
| 1845 |
2 |
|
bonus2 bSubEle,Ele_Dark,2; |
Details
|
| 1846 |
2 |
|
bonus2 bSubEle,Ele_Water,2; |
Details
|
| 1847 |
2 |
|
bonus2 bSubEle,Ele_Earth,2; |
Details
|
| 1848 |
2 |
|
bonus2 bSubEle,Ele_Fire,2; |
Details
|
| 1849 |
2 |
|
bonus2 bSubEle,Ele_Wind,2; |
Details
|
| 1850 |
2 |
|
bonus2 bSubEle,Ele_Poison,2; |
Details
|
| 1851 |
2 |
|
bonus2 bSubEle,Ele_Holy,2; |
Details
|
| 1852 |
2 |
|
bonus2 bSubEle,Ele_Ghost,2; |
Details
|
| 1853 |
2 |
|
bonus2 bSubEle,Ele_Undead,2; |
Details
|
| 1854 |
2 |
|
bonus bFlee,5; if (getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_ARMOR) >= 15) bonus bSpeedRat... |
Details
|
| 1855 |
2 |
|
bonus bFlee,5; if ((getequiprefinerycnt(EQI_SHADOW_ARMOR) + getequiprefinerycnt(EQI_SHADOW_SHOES)) >= 15) { bonus bSp... |
Details
|
| 1856 |
2 |
|
bonus2 bExpAddRace,RC_All,((getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_SHIELD)) >= 15?10:1); |
Details
|
| 1857 |
2 |
|
bonus2 bExpAddRace,RC_All,((getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_SHIELD)) >= 15?20:10); |
Details
|
| 1858 |
2 |
|
bonus2 bExpAddRace,RC_All,((getequiprefinerycnt(EQI_SHADOW_SHOES)+getequiprefinerycnt(EQI_SHADOW_SHIELD)) >= 15?10:5); |
Details
|