RO小册子
道具筛选
数据列表
分类
物品 ID #22093 (Shoes_Of_Exorcism_)
道具描述
These shoes were worn by a man who made a living out of performing exorcisms. These shoes contains the man's many years of experience.

Class: Shoes
Defense: 10
Weight: 30
Requires Level: 30
Usable By: All Jobs
Increases the experience given from Demon race monsters by 5%.
Increases the experience given from Demon race monsters by an additional 1% per upgrade level of the item.
掉落怪物
其它获得方式
作用脚本 bonus2 bExpAddRace,RC_Demon,5+getrefine();
物品 ID #22094 (Gardener_Shoes_)
道具描述
These shoes were worn by a man who made a living out of taking care of gardens. These shoes contains the man's many years of experience.

Class: Shoes
Defense: 10
Weight: 30
Requires Level: 30
Usable By: All Jobs
Increases the experience given from Plant race monsters by 5%.
Increases the experience given from Plant race monsters by an additional 1% per upgrade level of the item.
掉落怪物
其它获得方式
作用脚本 bonus2 bExpAddRace,RC_Plant,5+getrefine();
物品 ID #22096 (Fallen_Angel_Shoes_)
道具描述
Shoes worn by the Seraphs themselves. Their eons of experience can be felt within them.
Class: Shoes
Defense: 10
Weight: 30
Requires Level: 30
Usable By: All Jobs
Increases the experience given from Angel race monsters by 5%.
Increases the experience given from Angel race monsters by an additional 1% per upgrade level of the item.
掉落怪物
其它获得方式
作用脚本 bonus2 bExpAddRace,RC_Angel,5+getrefine();
物品 ID #22097 (DragonTrainer_Shoes_)
道具描述
These shoes were worn by a man who made a living out of raising dragons. These shoes contains the man's many years of experience.

Class: Shoes
Defense: 10
Weight: 30
Requires Level: 30
Usable By: All Jobs
Increases the experience given from Dragon race monsters by 5%.
Increases the experience given from Dragon race monsters by an additional 1% per upgrade level of the item.
掉落怪物
其它获得方式
作用脚本 bonus2 bExpAddRace,RC_Dragon,5+getrefine();
物品 ID #22099 (Mechanic_Shoes_)
道具描述
These shoes were worn by a man who made a living out of engineering. They contain the man's many years of experience.
Class: Shoes
Defense: 10
Weight: 30
Requires Level: 30
Usable By: All Jobs
Increases the experience given from Formless race monsters by 5%.
Increases the experience given from Formless race monsters by an additional 1% per upgrade level of the item.
掉落怪物
其它获得方式
作用脚本 bonus2 bExpAddRace,RC_Formless,5+getrefine();
天使波利战靴 [1] 物品 ID #22101 (Angel_Poring_Boots)
道具描述
装饰着圣天使波利的蓝靴。
依组合石头的种类而追加能力。
All Status+1。
可使用治愈术Lv.1。
_
搭配波利墨镜[1]时,
从魔物获得的经验值再+4%,掉宝率再+4%,
当天使波利战靴的精炼值为+12以上时,固定咏唱-0.4秒。
_
系列: 靴子 防御: 15
重量: 30
要求等级: 1
装备: 全职业
掉落怪物
其它获得方式
作用脚本 bonus bAllStats,1; skill "AL_HEAL",1;
强化时间的守护者长靴 物品 ID #22102 (Toughen_Time_Keepr_Bts)
道具描述
无法交易、存仓。
已有的时间的守护者长靴上添加了铝和华丽金属涂层,供熟练的冒险家使用。
HP+500,SP+100,MDEF+4,变动咏唱-5%,HP、SP自然恢复速度+15%。
系列: 鞋子 防御: 23
重量: 0
要求等级: 100
装备: 所有职业
掉落怪物
其它获得方式
作用脚本 bonus bMaxHP,500; bonus bMaxSP,100; bonus bVariableCastrate,-5; bonus bHPrecovRate,15; bonus bSPrecovRate,15; bonus bMdef,4;
物品 ID #22103 (Excelion_Leg)
道具描述
A leg made from lost technology found in the research building ruins.
_
Type: Equipment
Class: Shoes
Defense: 13
Weight: 50
Required Level: 100
Required Jobs: All Jobs
_
Max HP + 5%
Max SP + 5%
If the users base level is 130 or higher,
Additional Max HP + 4%
Additional Max HP + 3% per 3 upgrade levels of the item.
Additional Max SP + 4%
Additional Max SP + 3% per 3 upgrade levels of the item.
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bMaxHP,5+((BaseLevel > 129) ? 4 : 0)+(.@r/3)*3; bonus bMaxSP,5+((BaseLevel > 129) ? 4 : 0)+(.@r/3)*3;
物品 ID #22104 (Pororoca_Shoes)
道具描述
They say that these shoes can control tsunamis.
Class: Shoes
Defense: 15
Weight: 50
Requires Level: 100
Usable By: All Jobs
Max HP + 3%
Max SP + 3%
MATK + 2%
Mdef + 15
Increases the damage of Water property magical attacks on targets by 2%.
Enables Level 5 Deluge.

If upgrade level is +5 or higher,
Additional Max HP + 7%
Additional Max SP + 7%
Additional MATK + 3%
Increases the damage of Water property magical attacks on targets by an additional 3%.
If upgrade level is +7 or higher,
Additional Max HP + 10%
Additional Max SP + 10%
Additional MATK + 5%
Increases the damage of Water property magical attacks on targets by an additional 5%.

Set Bonus
La'cryma Stick [2]
Pororoca Shoes
Increases the damage of Water property magical attacks on targets by 4% per upgrade level of La'cryma Stick [2].
Bypass 5% of hard magic defense of normal monsters and boss monsters when performing a magical attack per level of Frost Nova known.
Increases the damage of Water Ball by 30% per level of Water Ball known.
Increases the damage of Water Ball by an additional 20% per upgrade level of La'cryma Stick [2].
掉落怪物
其它获得方式
作用脚本 bonus bMaxHPrate,3; bonus bMaxSPrate,3; bonus bMdef,15; bonus bMatkRate,2; bonus2 bMagicAtkEle,Ele_Water,2; skill "SA_DELUGE",5; if (getrefine()>=5) { bonus bMaxHPrate,7; bonus bMaxSPrate,7; bonus bMatkRate,3; bonus2 bMagicAtkEle,Ele_Water,3; } if (getrefine()>=7) { bonus bMaxHPrate,10; bonus bMaxSPrate,10; bonus bMatkRate,5; bonus2 bMagicAtkEle,Ele_Water,5; }
物品 ID #22105 (Cuffs_)
道具描述
囚人や奴隷たちが
逃げることができないように
足首に着用させたもの。
両足首に鎖と重い錘が
付いているので動きにくい。
―――――――――――――
[血塗られた鉄球]と
共に装備時、追加で
Atk + 50
[スケルプリズナー]、
[ゾンビプリズナー]から
受けるダメージ - 20%
―――――――――――――
[囚人の服]と
共に装備時、追加で
Atk + 5
[足鎖]の
精錬値が1上がる度に追加で
Atk + 1
―――――――――――――
[大盗賊の手鎖]と
共に装備時、
[足鎖]の
精錬値が1上がる度に追加で
Atk + 1
―――――――――――――
系列 :
防御 : 18
重量 : 300
要求レベル : 1
装備 : 全ての職業
掉落怪物
其它获得方式
作用脚本
物品 ID #22106 (Giant_Boots)
道具描述
Shoes made with the motif of a giant's shoes, which were the guardians of ancient temples.
Class: Shoes
Defense: 13
Weight: 50
Requires Level: 85
Usable By: All Jobs
Max HP +2%, Max SP +2%.
Increases damage resistance from Human enemies by 1%.

If the refine level is 9 or above, Max HP +4%, Max SP +4% and increases damage resistance from Human enemies by an additional 2%.

If the refine level is 12 or above, Max HP +4%, Max SP +4% and increases damage resistance from Human enemies by an additional 2%.
If equipped with Giant Shield, resistant to knock back effects.

If the refine level of Giant Shield is 7 or higher, lowers Damage taken from Large Monster by 2% and Damage taken from Boss Monsters by 2%.

If the refine level of Giant Shield is 9 or higher, lowers Damage taken from Large Monster by an additional 2% and Damage taken from Boss Monsters by an additional 2%.
掉落怪物
其它获得方式
作用脚本 bonus2 bSubRace,RC_DemiHuman,1; bonus2 bSubRace,RC_Player_Human,1; bonus bMaxHPrate,2; bonus bMaxSPrate,2; .@r = getrefine(); if (.@r > 4) { bonus2 bSubRace,RC_DemiHuman,2; bonus2 bSubRace,RC_Player_Human,2; bonus bMaxHPrate,4; bonus bMaxSPrate,4; } if (.@r > 6) { bonus2 bSubRace,RC_DemiHuman,2; bonus2 bSubRace,RC_Player_Human,2; bonus bMaxHPrate,4; bonus bMaxSPrate,4; }
变异力量战靴 物品 ID #22107 (Modify_Str_Boots)
道具描述
应该是很久以前制作的,却依然完好如初的神奇战靴。
MHP+300,MSP+30。
每精炼+3时,MHP+100,MSP+10,ATK+7。
净STR120以上时,ATK追加+50。
系列: 鞋子 防御: 25
重量: 60
要求等级: 99
装备: 高阶枪手系列/高阶忍者系列/高阶拳圣系列/高阶悟灵士系列
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bMaxHP,300+(100*(.@r/3)); bonus bMaxSP,30+(10*(.@r/3)); bonus bBaseAtk,7*(.@r/3); if (readparam(bStr)>=120) bonus bBaseAtk,50;
变异智慧战靴 物品 ID #22108 (Modify_Int_Boots)
道具描述
应该是很久以前制作的,却依然完好如初的神奇战靴。
MHP+300,MSP+30。
每精炼+3时,MHP+100,MSP+10,MATK+10。
净INT120以上时,MATK追加+60。
MDEF+5。
系列: 鞋子 防御: 20
重量: 60
要求等级: 99
装备: 高阶枪手系列/高阶忍者系列/高阶拳圣系列/高阶悟灵士系列
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bMdef,5; bonus bMaxHP,300+(100*(.@r/3)); bonus bMaxSP,30+(10*(.@r/3)); bonus bMatk,10*(.@r/3); if (readparam(bInt)>=120) bonus bMatk,60;
变异敏捷战靴 物品 ID #22109 (Modify_Agi_Boots)
道具描述
应该是很久以前制作的,却依然完好如初的神奇战靴。
MHP+300,MSP+30。
每精炼+3时,MHP+100,MSP+10,攻速增加(攻击后延迟-3%)。
净AGI120以上时,ASPD追加+1。
系列: 鞋子 防御: 25
重量: 60
要求等级: 99
装备: 高阶枪手系列/高阶忍者系列/高阶拳圣系列/高阶悟灵士系列
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bMaxHP,300+(100*(.@r/3)); bonus bMaxSP,30+(10*(.@r/3)); bonus bAspdRate,3*(.@r/3); if (readparam(bAgi)>=120) bonus bAspd,1;
变异体力战靴 物品 ID #22110 (Modify_Vit_Boots)
道具描述
应该是很久以前制作的,却依然完好如初的神奇战靴。
MHP+300,MSP+30。
每精炼+3时,MHP+300,MSP+10。
净VIT120以上时,MHP追加+8%。
系列: 鞋子 防御: 25
重量: 60
要求等级: 99
装备: 高阶枪手系列/高阶忍者系列/高阶拳圣系列/高阶悟灵士系列
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bMaxHP,300+(300*(.@r/3)); bonus bMaxSP,30+(10*(.@r/3)); if (readparam(bVit)>=120) bonus bMaxHPrate,8;
变异灵巧战靴 物品 ID #22111 (Modify_Dex_Boots)
道具描述
应该是很久以前制作的,却依然完好如初的神奇战靴。
MHP+300,MSP+30。
每精炼+3时,MHP+100,MSP+10,DEX+3。
净DEX120以上时,固定咏唱-0.5秒,远程物理伤害追加+5%。
系列: 鞋子 防御: 25
重量: 60
要求等级: 99
装备: 高阶枪手系列/高阶忍者系列/高阶拳圣系列/高阶悟灵士系列
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bMaxHP,300+(100*(.@r/3)); bonus bMaxSP,30+(10*(.@r/3)); bonus bDex,3*(.@r/3); if (readparam(bDex)>=120) { bonus bLongAtkRate,5; bonus bFixedCast,-500; }
变异幸运战靴 物品 ID #22112 (Modify_Luk_Boots)
道具描述
应该是很久以前制作的,却依然完好如初的神奇战靴。
MHP+300,MSP+30。
每精炼+3时,MHP+100,MSP+10,暴击伤害+2%。
净LUK120以上时,暴击伤害+30%。
MDEF+5。
系列: 鞋子 防御: 20
重量: 60
要求等级: 99
装备: 高阶枪手系列/高阶忍者系列/高阶拳圣系列/高阶悟灵士系列
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bMaxHP,300+(100*(.@r/3)); bonus bMaxSP,30+(10*(.@r/3)); bonus bMdef,5; bonus bCritAtkRate,2*(.@r/3); if (readparam(bLuk)>=120) bonus bCritAtkRate,30;
变异力量战靴 [1] 物品 ID #22113 (Modify_Str_Boots_)
道具描述
应该是很久以前制作的,却依然完好如初的神奇战靴。
MHP+300,MSP+30。
每精炼+3时,MHP+100,MSP+10,ATK+7。
净STR120以上时,ATK追加+50。
系列: 鞋子 防御: 25
重量: 60
要求等级: 99
装备: 高阶枪手系列/高阶忍者系列/高阶拳圣系列/高阶悟灵士系列
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bMaxHP,300+(100*(.@r/3)); bonus bMaxSP,30+(10*(.@r/3)); bonus bBaseAtk,7*(.@r/3); if (readparam(bStr)>=120) bonus bBaseAtk,50;
变异智慧战靴 [1] 物品 ID #22114 (Modify_Int_Boots_)
道具描述
应该是很久以前制作的,却依然完好如初的神奇战靴。
MHP+300,MSP+30。
每精炼+3时,MHP+100,MSP+10,MATK+10。
净INT120以上时,MATK追加+60。
MDEF+5。
系列: 鞋子 防御: 20
重量: 60
要求等级: 99
装备: 高阶枪手系列/高阶忍者系列/高阶拳圣系列/高阶悟灵士系列
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bMdef,5; bonus bMaxHP,300+(100*(.@r/3)); bonus bMaxSP,30+(10*(.@r/3)); bonus bMatk,10*(.@r/3); if (readparam(bInt)>=120) bonus bMatk,60;
变异敏捷战靴 [1] 物品 ID #22115 (Modify_Agi_Boots_)
道具描述
应该是很久以前制作的,却依然完好如初的神奇战靴。
MHP+300,MSP+30。
每精炼+3时,MHP+100,MSP+10,攻速增加(攻击后延迟-3%)。
净AGI120以上时,ASPD追加+1。
系列: 鞋子 防御: 25
重量: 60
要求等级: 99
装备: 高阶枪手系列/高阶忍者系列/高阶拳圣系列/高阶悟灵士系列
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bMaxHP,300+(100*(.@r/3)); bonus bMaxSP,30+(10*(.@r/3)); bonus bAspdRate,3*(.@r/3); if (readparam(bAgi)>=120) bonus bAspd,1;