![]() |
||||||
道具描述 |
无法交易
可在狩猎大赛极大的发挥实力的斗篷。 无法精炼。 FLEE+15,变动咏唱-15%。 从动物型、昆虫型魔物处受到的物理伤害-10%。 与短期狩猎用靴子一起装备时,固定咏唱-0.3秒。 _ 系列: 披风 防御: 18 重量: 0 要求等级: 50 装备: 所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | bonus bVariableCastrate,-15; bonus bFlee,15; bonus2 bSubRace,RC_Insect,10; bonus2 bSubRace,RC_Brute,10; |
道具描述 |
Muffler made with the scales of the strongest sea monsters.
Class: Garment Defense: 18 Weight: 20 Requires Level: 100 Usable By: All Jobs Mdef + 5 Increases physical and magical damage on Water property targets by 15%. Reduces damage taken from Demi-Human and Human Player race enemies by 5%. For every upgrade level of Leviathan Muffler [1], Aspd + 1% Increases physical and magical damage on Water property targets by an additional 1%. If upgrade level is +10 or higher, Reduces damage taken from Water property attacks by 100%. Set Bonus Leviathan Muffler [1] Toad Card Max HP +10% Additional Mdef + 10 Reduces damage taken from Neutral property attacks by 20%. |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); bonus bMdef,5; bonus2 bAddEle,Ele_Water,15+.@r; bonus2 bMagicAddEle,Ele_Water,15+.@r; bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus bAspdRate,.@r; if (.@r>=10) bonus2 bSubEle,Ele_Water,100; |
![]() |
||||||
道具描述 |
哥夫内人生第一次制作的防具,据说他对这个肩饰爱不释手。
VIT+1,MDEF+2。 精炼+7时,对水/风/地/火属性魔物的物理伤害+5%。 精炼+9时,对水/风/地/火属性魔物的物理伤害追加+10%。 _ 系列: 披肩 防御: 47 重量: 100 要求等级: 130 装备: 初学者除外的所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); bonus bMdef,2; bonus bVit,1; if (.@r >= 7) { .@val = 5; if (.@r >= 9) { .@val += 10; } } if (.@val) { bonus2 bAddEle,Ele_Water,.@val; bonus2 bAddEle,Ele_Wind,.@val; bonus2 bAddEle,Ele_Earth,.@val; bonus2 bAddEle,Ele_Fire,.@val; } |
道具描述 |
Increases player's tolerance by 5%
MaxHP+3% MaxSP+3% ATK+10 MATK+10 If refine rate is 5 or higher, additional MaxHP+7% MaxSP+7% ATK+20 MATK+20 When refine rate is 7 or higher, additional MaxHP+10% MaxSP+10% ATK+30 MATK+30 When equipped with Hero Nependess shoes Increase player's tolerance by 5% Reduce variable cast time for skill by 10% INT+10 Agi+10 When equipped with Hero Silverleather Boots Increases resistance to players by 5% Reduce after cast delay by 20% Str+10 Dex+10 When equipped with Hero Ungloiant Boots Increases resistance to players by 5% Reduce SP comsumption by 10% Luk+10 Vit+10 Increases the effect of the Healing skills by 20% Class: Equipment Position: Garment DEF : 20 Weight: 40 Required Level : 100 Usable By: All Jobs |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bMdef,10; bonus bBaseAtk,10; bonus bMatk,10; bonus2 bSubRace,RC_Player_Human,3; if (.@r>=5) { bonus bBaseAtk,20; bonus bMatk,20; bonus bMaxHPrate,7; bonus bMaxSPrate,7; } if (.@r>=7) { bonus bBaseAtk,30; bonus bMatk,30; bonus bMaxHPrate,10; bonus bMaxSPrate,10; } |
道具描述 |
Scarf emitting rainbow light. You can feel power of 4 elements.
Class: Garment Defense: 12 Weight: 30 Requires Level: 100 Usable By: All Jobs Max HP + 2% Max SP + 2% Reduces damage taken from Demi-Human race enemies by 5%. Increases long-ranged damage on targets by 2%. If Warg Ride is level 3, Reduces the cooldown of No Limits by 180 seconds. If Camouflage is level 5, Reduces the global delay of skills by 10%. Reduces the cooldown of Arrow Storm by 0.2 seconds. For every level of Aimed Bolt known, Increases long-ranged damage on targets by an additional 2%. Increases the damage of Arrow Storm by 1%. When Prism Rangers Scarf is unequipped, No Limits effect is disabled. If Prism Rangers Scarf upgrade level is +5 or higher, Additional Max HP + 3% Additional Max SP + 3% Increases long-ranged damage on targets by an additional 3%. If Prism Rangers Scarf upgrade level is +7 or higher, Additional Max HP + 5% Additional Max SP + 5% Increases long-ranged damage on targets by an additional 5%. Set Bonus Prism Rangers Scarf Fire Arrow Reduces damage taken from Fire property attacks by 75%. Set Bonus Prism Rangers Scarf Crystal Arrow Reduces damage taken from Water property attacks by 75%. Set Bonus Prism Rangers Scarf Arrow of Wind Reduces damage taken from Wind property attacks by 75%. Set Bonus Prism Rangers Scarf Stone Arrow Reduces damage taken from Earth property attacks by 75%. |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; if (.@r >= 7) { .@val = 10; } else if (.@r >= 5) { .@val = 5; } else { .@val = 2; } bonus bMaxHPrate,.@val; bonus bMaxSPrate,.@val; bonus bLongAtkRate,.@val+2*getskilllv("RA_AIMEDBOLT"); if (getskilllv("RA_WUGRIDER") == 3) { bonus2 bSkillCooldown,"RA_UNLIMIT",-180000; } if (getskilllv("RA_CAMOUFLAGE") == 5) { bonus bDelayrate,-10; } bonus2 bSkillCooldown,"RA_ARROWSTORM",-200; bonus2 bSkillAtk,"RA_ARROWSTORM",getskilllv("RA_AIMEDBOLT"); |
道具描述 |
Thing that used by presbyter of ancient Morocc It is absolutely light and well ventilated.
Class: Garment Defense: 10 Weight: 30 Requires Level: 100 Usable By: All Jobs Max HP + 5% Flee + 10 If upgrade level is +7 or higher, additional Flee + 20. If upgrade level is +8 or higher, additional Flee + 30 and restores 100% HP and SP to the user when resurrected. If upgrade level is +9 or higher, additional Flee + 40. If upgrade level is +10 or higher, Perfect Dodge + 25. Set Bonus Old Morroc Shawl [1] Osiris Card Additional Max HP + 15% Reduces damage taken from Fire property attacks by 50%. Reduces damage taken from Shadow property attacks by 100%. Immune to Curse. |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r= getrefine(); bonus bMaxHPrate,5; bonus bFlee,10; if (.@r>=7) bonus bFlee,20; if (.@r>=8) { bonus bFlee,30; bonus bRestartFullRecover; } if (.@r>=9) bonus bFlee,40; if (.@r>=10) bonus bFlee2,25; |
![]() |
||||||
道具描述 |
由幻象尖端技术制作而成的战斗推进翼A型。
据说装配模组还能提升能力。 MHP+1000。 精炼每+2时,MHP+100。 精炼+7时,攻速增加(攻击后延迟-5%)。 与幻象战靴A型同时装备时, 暴击伤害+10%。 与幻象战靴B型同时装备时, 变动咏唱-10%。 系列: 披肩 防御: 50 重量: 90 要求等级: 130 装备: 所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); bonus bMaxHP,1000+(100*(.@r/2)); if (.@r >= 7) { bonus bAspdRate,5; } |
![]() |
||||||
道具描述 |
由幻象尖端技术制作而成的战斗推进翼B型。
据说装配模组还能提升能力。 MHP+1000。 精炼每+2时,MHP+100。 精炼+7时,变动咏唱-5%。 与幻象战靴A型同时装备时, 远程物理伤害+5%。 与幻象战靴B型同时装备时, 所有属性魔法伤害+10%。 系列: 披肩 防御: 50 重量: 90 要求等级: 130 装备: 所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); bonus bMaxHP,1000+(100*(.@r/2)); if (.@r >= 7) { bonus bVariableCastrate,-5; } |
![]() |
||||||
道具描述 |
把栖息在熔岩洞穴内生物的皮革拼接而成的斗篷。
貌似还有一些热气。 HIT+10。 精炼+7时,HIT追加+5。 精炼+9时,HIT追加+5。 精炼+11时,技能后延迟-3%。 _ 与熔岩兽皮长靴同时装备时, HIT+5。 _ 系列: 披肩 防御: 50 重量: 40 要求等级: 175 装备: 所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | bonus bHit,10; .@r = getrefine(); if (.@r>=7) bonus bHit,5; if (.@r>=9) bonus bHit,5; if (.@r>=11) bonus bDelayrate,-3; |
![]() |
||||||
道具描述 |
把栖息在熔岩洞穴内生物的皮革拼接而成的披肩。
貌似还有一些热气。 CRI+5。 精炼+7时,CRI追加+5。 精炼+9时,暴击伤害+5%。 精炼+11时,ATK+3%。 _ 与熔岩兽皮短靴同时装备时, 暴击伤害+5%。 _ 系列: 披肩 防御: 35 重量: 35 要求等级: 175 装备: 所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | bonus bCritical,5; .@r = getrefine(); if (.@r>=7) bonus bCritical,5; if (.@r>=9) bonus bCritAtkRate,5; if (.@r>=11) bonus bAtkRate,3; |
![]() |
||||||
道具描述 |
把栖息在熔岩洞穴内生物的皮革拼接而成的披肩。
貌似还有一些热气。 变动咏唱-10%。 精炼+7时,变动咏唱追加-10%。 精炼+9时,变动咏唱追加-10%。 精炼+11时,火属性魔法伤害+5%。 _ 与熔岩兽皮凉鞋同时装备时, 变动咏唱-5%。 _ 系列: 披肩 防御: 25 重量: 30 要求等级: 175 装备: 所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | bonus bVariableCastrate,-10; .@r = getrefine(); if (.@r>=7) bonus bVariableCastrate,-10; if (.@r>=9) bonus bVariableCastrate,-10; if (.@r>=11) bonus2 bMagicAtkEle,Ele_Fire,5; |
道具描述 |
Reduces damage taken from water, wind, earth and fire property by 10%.
Flee + 30, Hit + 10. Increases attack speed (reduces delay after attack by 10%), reduces variable casting time by 10%. When equipped with Temporal Transcendent Boots, reduces variable casting time by 10%, reduces fixed casting time by 0.5 second. Class: Garment Defense: 30 Weight: 0 Required Level: 99 Jobs: All |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | bonus2 bSubEle,Ele_Fire,10; bonus2 bSubEle,Ele_Earth,10; bonus2 bSubEle,Ele_Water,10; bonus2 bSubEle,Ele_Wind,10; bonus bHit,10; bonus bFlee,30; bonus bAspdRate,10; bonus bVariableCastrate,-10; |
![]() |
||||||
道具描述 |
后方飘浮着暗紫色翅膀。
据说实体是迷你投影仪。 无法损坏 MATK+20,远程物理伤害+3%,暴击伤害+3%。 精炼每+3时,MATK+20,远程物理伤害+3%,暴击伤害+3%。 精炼+11时,技能后延迟-4%。 和魔法助推器[1]同时装备时,变动咏唱-30%。 和绯红助推器[1]同时装备时,远程物理伤害+14%。 和希格露恩羽翼或希格露恩羽翼[1]同时装备时,暴击伤害+14%。 和黑色眼罩或黑色眼罩[1]同时装备时,技能后延迟-6%。 系列: 披肩 防御: 0 重量: 10 要求等级: 1 装备: 所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); bonus bMatk,20+((.@r/3)*20); bonus bLongAtkRate,3+((.@r/3)*3); bonus bCritAtkRate,3+((.@r/3)*3); if (.@r>10) { bonus bDelayrate,-4; } |
道具描述 |
A magnificent muffler modeled after the wings of a phoenix. The way it wraps around you is beautiful and terrifying.
Class: Garment Defense: 18 Weight: 20 Requires Level: 100 Usable By: All Jobs Mdef + 5 Increases physical and magical damage on Fire property targets by 15% Reduces damage taken from Human Player and Doram race enemies by 5%. For every upgrade level of the item, Aspd + 1% Increases physical and magical damage on Fire property targets by an additional 1% If upgrade level is +10 or higher, Reduces damage taken from Fire property attacks by 100%. Set Bonus Phoenix Muffler [1] Mastering Card Mdef + 10 Flee + 20 Reduces damage taken from Neutral property attacks by 20%. |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); bonus bMdef,5; bonus2 bAddEle,Ele_Fire,15+.@r; bonus2 bMagicAddEle,Ele_Fire,15+.@r; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; bonus bAspdRate,.@r; if (.@r>=10) bonus2 bSubEle,Ele_Fire,100; |
道具描述 |
A garment adorned with beautiful gemstones. Unlike other garments, it seems to be made of solid material.
Class: Garment Defense: 15 Weight: 50 Requires Level: 100 Usable By: All Jobs Max HP + 5% Max SP + 5% Mdef + 15 Reduces damage taken from Demi-Human race enemies by 5%. Reduces damage taken from Player race enemies by 5%. For every 3 upgrade levels of Manteau Of Guardsman [1], Additional Max HP + 3% Additional Max SP + 3% |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); bonus bMdef,15; bonus bMaxHPrate,5+3*(.@r/3); bonus bMaxSPrate,5+3*(.@r/3); bonus2 bSubRace,RC_DemiHuman,5; bonus2 bSubRace,RC_Player_Human,5; bonus2 bSubRace,RC_Player_Doram,5; |
![]() |
||||||
道具描述 |
据说过去吉芬大魔法师使用过,但据说已经失传了。
或许和吉芬魔法大赛发放的装备有些关联。 变动咏唱-10%。 精炼值每+2时,MATK+10。 精炼值每+3时,MATK+1%。 精炼+7时,所有属性魔法伤害+5%。 精炼+9时,变动咏唱追加-10%。 与吉芬魔法袍同时装备时, MATK+30, 吉芬魔法袍精炼+11以上时, MATK追加+40,变动咏唱-20%。 与魔力增幅戒指同时装备时, SP消耗量-5%。 系列: 披肩 防御: 20 重量: 55 要求等级: 99 装备: 所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); .@val = -10; bonus bMatk,(10*(.@r/2)); bonus bMatkRate,(.@r/3); if (.@r >= 7) { bonus2 bMagicAtkEle,Ele_All,5; } if (.@r >= 9) { .@val -= 10; } bonus bVariableCastrate,.@val; |
![]() |
||||||
道具描述 |
和过去在吉芬魔法大赛发放的装备是成套的。
MHP+300。 精炼值每+2时,MHP+100。 精炼值每+3时,MHP+2%。 精炼+7时,ATK+7%。 精炼+9时,MHP+10%。 与反魔法炮同时装备时, ATK+30, 反魔法炮精炼+11以上时, ATK追加+40,技能后延迟-10%。 与身体强化戒指同时装备时, 技能后延迟-5%。 系列: 披肩 防御: 23 重量: 75 要求等级: 99 装备: 所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); bonus bMaxHP,(300+(100*(.@r/2))); bonus bMaxHPrate,(2*(.@r/3)); if (.@r >= 7) { bonus bAtkRate,7; } if (.@r >= 9) { bonus bMaxHPrate,10; } |
![]() |
||||||
道具描述 |
王室为了给在狩猎大赛活跃表现的狩猎员以表谢意发放的斗篷。
FLEE+15,攻速增加(攻击后延迟-5%)。 从动物型、昆虫型魔物受到的物理、魔法伤害-7%。 每精炼+3,变动咏唱-2%。 与蕾吉亚狩猎靴子一起装备时,ATK+20,MATK+20。 蕾吉亚狩猎斗篷、蕾吉亚狩猎靴子各精炼+9以上时,攻速增加(攻击后延迟-5%)。 系列: 披风 防御: 9 重量: 70 要求等级: 50 装备: 所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | bonus bAspdRate,5; bonus bFlee,15; bonus2 bSubRace,RC_Insect,7; bonus2 bSubRace,RC_Brute,7; bonus bVariableCastrate,-2*(getrefine()/3); |
![]() |
||||||
道具描述 |
使用天龙多个部位编织而成的披风,
只要穿上去就能感受到龙的威严。 DEF+20,MDEF+2。 受到的恢复技能、道具效果+15%。 精炼+7时,受到龙族怪的伤害-2%。 精炼+9时,被物理/魔法攻击时有几率4秒内每秒HP恢复2000。 精炼+11时,受到龙族怪的伤害再-3%。 系列: 披肩 防御: 23 重量: 50 要求等级: 170 装备: 所有职业 |
|||||
掉落怪物 |
|
|||||
其它获得方式 |
|
|||||
作用脚本 | .@r = getrefine(); bonus bMdef,2; bonus bDef,20; bonus bHealPower2,15; if (.@r>=7) { bonus2 bSubRace,RC_Dragon,2; } if (.@r>=9) { autobonus2 "{ bonus2 bHPRegenRate,2000,1000; }",1,3000,BF_MAGIC|BF_WEAPON; } if (.@r>=11) { bonus2 bSubRace,RC_Dragon,3; } |