RO小册子
道具筛选
数据列表79
分类
超时空附魔宝石(STR)1Lv [类] 物品 ID #29672 (Time_Jewely_Str_1)
卡片前/后缀
卡片属性
头盔的精炼每+2时,ATK+2。 头盔的精炼每+2时,HIT+3。 头盔的精炼每+5时,ATK+1%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bBaseAtk,2*(.@r/2); bonus bHit,3*(.@r/2); bonus bAtkRate,(.@r/5);
超时空附魔宝石(STR)2Lv [类] 物品 ID #29673 (Time_Jewely_Str_2)
卡片前/后缀
卡片属性
头盔的精炼每+2时,ATK+4。 头盔的精炼每+2时,HIT+5。 头盔的精炼每+5时,ATK+2%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bBaseAtk,4*(.@r/2); bonus bHit,5*(.@r/2); bonus bAtkRate,2*(.@r/5);
超时空附魔宝石(STR)3Lv [类] 物品 ID #29674 (Time_Jewely_Str_3)
卡片前/后缀
卡片属性
头盔的精炼每+2时,ATK+7。 头盔的精炼每+2时,HIT+7。 头盔的精炼每+5时,ATK+3%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bBaseAtk,7*(.@r/2); bonus bHit,7*(.@r/2); bonus bAtkRate,3*(.@r/5);
超时空附魔宝石(DEX)1Lv [类] 物品 ID #29684 (Time_Jewely_Dex_1)
卡片前/后缀
卡片属性
头盔的精炼每+2时,弓攻击力+1%。 头盔的精炼每+2时,HIT+2。 头盔的精炼每+5时,ATK+1%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bWeaponDamageRate,W_BOW,(.@r/2); bonus bHit,2*(.@r/2); bonus bAtkRate,(.@r/5);
超时空附魔宝石(DEX)2Lv [类] 物品 ID #29685 (Time_Jewely_Dex_2)
卡片前/后缀
卡片属性
头盔的精炼每+2时,弓攻击力+2%。 头盔的精炼每+2时,HIT+5。 头盔的精炼每+5时,ATK+2%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bWeaponDamageRate,W_BOW,2*(.@r/2); bonus bHit,5*(.@r/2); bonus bAtkRate,2*(.@r/5);
超时空附魔宝石(DEX)3Lv [类] 物品 ID #29686 (Time_Jewely_Dex_3)
卡片前/后缀
卡片属性
头盔的精炼每+2时,弓攻击力+3%。 头盔的精炼每+2时,HIT+7。 头盔的精炼每+5时,ATK+3%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus2 bWeaponDamageRate,W_BOW,3*(.@r/2); bonus bHit,7*(.@r/2); bonus bAtkRate,3*(.@r/5);
梦魇故障的园丁β卡片 [武器类] 物品 ID #300088 (Beta_Basic_H_Card)
卡片前/后缀 堕落之星的
卡片属性
若装备武器为书籍时,HIT+20,ATK+5%。 武器精炼每+1时,近距离物理伤害+1%。 精炼+10以上时,满月脚、流星陨落伤害+15%。
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_VIEW) == W_BOOK) { bonus2 bAddClass,Class_All,5; bonus bHit,20; } bonus bShortAtkRate,.@r; bonus2 bSkillAtk,"SJ_FALLINGSTAR_ATK",15*.@r; bonus2 bSkillAtk,"SJ_FULLMOONKICK",15*.@r;
全自动改造结晶体(名弓) [类] 物品 ID #310095 (aegis_310095)
卡片前/后缀
卡片属性
HIT+10,远程物理伤害+10%。
掉落怪物
其它获得方式
作用脚本 bonus bLongAtkRate,10; bonus bHit,10;
劳碌矿工魔卡片 [铠甲类] 物品 ID #27288 (Pitman_Worker_Card)
卡片前/后缀 之劳碌
卡片属性
HIT+10,ATK+5%。 精炼+10时,HIT追加+5。
掉落怪物
其它获得方式
作用脚本 .@val = 10; bonus bAtkRate,5; if (getrefine() >= 10) { .@val += 5; } bonus bHit,.@val;
混沌螳螂卡片 [饰品类] 物品 ID #27338 (Chaos_Mantis_Card)
卡片前/后缀 之加倍力量
卡片属性
STR+3。 搭配螳螂卡片时,ATK+7%,HIT+12。 ^ffffff_^000000
掉落怪物
其它获得方式
作用脚本 bonus bStr,3;