ID |
组合 |
属性 |
120 |
幻影连击拳套
幻影披肩
|
bonus bBaseAtk,40; .@eq = getequiprefinerycnt(EQI_GARMENT); .@weapon = getequiprefinerycnt(EQI_HAND_R); if (.@eq >= 7 && .@weapon >= 7) { .@val = 20; } if ((.@eq + .@weapon) >= 18) { bonus2 bSkillCooldown,\"SR_FLASHCOMBO\",-1000; if ((.@eq + .@weapon) >= 22) { .@val += 15; } } if (.@val) { bonus2 bSkillAtk,\"SR_TIGERCANNON\",.@val; } |
926 |
幻影高尔夫球杆
幻影披肩
|
bonus bAspdRate,10; .@eq = getequiprefinerycnt(EQI_GARMENT); .@weapon = getequiprefinerycnt(EQI_HAND_R); if (.@eq >= 7 && .@weapon >= 7) { bonus2 bSkillAtk,\"AB_DUPLELIGHT_MELEE\",25; bonus2 bSkillAtk,\"AB_DUPLELIGHT_MAGIC\",25; } if ((.@eq + .@weapon) >= 18) { bonus bCritical,15; if ((.@eq + .@weapon) >= 22) { bonus bCritAtkRate,20; } } |
1148 |
幻影披肩
幻影波尔多之杖
|
bonus2 bSkillAtk,\"SO_PSYCHIC_WAVE\",10; .@eq = getequiprefinerycnt(EQI_GARMENT); .@weapon = getequiprefinerycnt(EQI_HAND_R); if (.@eq >= 7 && .@weapon >= 7) { bonus2 bSkillAtk,\"SO_EARTHGRAVE\",40; } if ((.@eq + .@weapon) >= 18) { bonus2 bMagicAtkEle,Ele_Neutral,10; bonus2 bMagicAtkEle,Ele_Earth,10; if ((.@eq + .@weapon) >= 22) { bonus2 bMagicAtkEle,Ele_Water,10; } } |
1727 |
Illusion Electric Guitar
幻影披肩
|
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_GARMENT); bonus bBaseAtk,30; if (.@sum>=7) { bonus bLongAtkRate,5; } if (.@sum>=18) { bonus2 bSkillAtk,\"WM_SEVERE_RAINSTORM\",20; } if (.@sum>=22) { bonus2 bSkillCooldown,\"WM_SEVERE_RAINSTORM\",-1000; } |
1729 |
Illusion Electric Eel
幻影披肩
|
.@sum = getequiprefinerycnt(EQI_HAND_R)+getequiprefinerycnt(EQI_GARMENT); bonus bBaseAtk,30; if (.@sum>=7) { bonus bLongAtkRate,5; } if (.@sum>=18) { bonus2 bSkillAtk,\"WM_SEVERE_RAINSTORM\",20; } if (.@sum>=22) { bonus2 bSkillCooldown,\"WM_SEVERE_RAINSTORM\",-1000; } |