RO小册子
道具筛选
数据列表244
分类
Special VIT [类] 物品 ID #4855 (S_Vital)
卡片前/后缀
卡片属性
VIT+1。 精炼+8时 VIT+3 精炼+9时SP+1% 精炼+12时ASPD+1,固定咏唱-7%
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bVit,1; if (.@r>=8) { bonus bVit,3; if (.@r>=9) { bonus bMaxSPrate,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } }
Special INT [类] 物品 ID #4856 (S_Int)
卡片前/后缀
卡片属性
INT+1。 精炼+8时 INT+3 精炼+9时 MATK+1% 精炼+12时ASPD+1,固定咏唱-7%
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bInt,1; if (.@r>=8) { bonus bInt,3; if (.@r>=9) { bonus bMatkRate,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } }
Special DEX [类] 物品 ID #4857 (S_Dex)
卡片前/后缀
卡片属性
DEX+1。 精炼+8时 DEX+3 精炼+9时 MATK+1% 精炼+12时ASPD+1,固定咏唱-7%
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bDex,1; if (.@r>=8) { bonus bDex,3; if (.@r>=9) { bonus bMatkRate,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } }
Special LUK [类] 物品 ID #4858 (S_Luck)
卡片前/后缀
卡片属性
LUK+1。 精炼+8时 LUK+3 精炼+9时 MHP+1% 精炼+12时ASPD+1,固定咏唱-7%
掉落怪物
其它获得方式
作用脚本 .@r = getrefine(); bonus bLuk,1; if (.@r>=8) { bonus bLuk,3; if (.@r>=9) { bonus bMaxHPrate,1; if (.@r>=12) { bonus bFixedCastrate,-7; bonus bAspd,1; } } }
SP+25 [类] 物品 ID #4870 (SP25)
卡片前/后缀
卡片属性
SP+25
掉落怪物
其它获得方式
作用脚本 bonus bMaxSP,25;
SP+75 [类] 物品 ID #4871 (SP75)
卡片前/后缀
卡片属性
SP+75
掉落怪物
其它获得方式
作用脚本 bonus bMaxSP,75;
饿熊威力 [类] 物品 ID #4875 (Bear's_Power)
卡片前/后缀
卡片属性
受到物理攻击时,有较低几率5秒内产生如饿熊般的力量(STR+200),但每秒HP会减少500。 卸除装备时,SP损失300。
掉落怪物
其它获得方式
作用脚本 autobonus2 "{ bonus bStr,200; bonus2 bHPLossRate,500,1000; }",20,5000,BF_WEAPON,"{ specialeffect2 EF_POTION_BERSERK; }";
暴走魔法 [类] 物品 ID #4876 (Runaway_Magic)
卡片前/后缀
卡片属性
魔法攻击时,有较低几率10秒内获得暴走魔法的能量(INT+200),但每秒SP会减少200。卸除装备时,SP损失2000。
掉落怪物
其它获得方式
作用脚本 autobonus "{ bonus bInt,200; bonus2 bSPLossRate,200,1000; }",15,10000,BF_MAGIC,"{ specialeffect2 EF_LAMADAN; }";
光速瞬移 [类] 物品 ID #4877 (Speed_Of_Light)
卡片前/后缀
卡片属性
物理攻击时,有较低几率5秒内能以光速瞬移(AGI+200),但每秒SP会减少50。 卸除装备时,SP损失300。
掉落怪物
其它获得方式
作用脚本 autobonus "{ bonus bAspdRate,100; bonus bFlee,100; bonus2 bSPLossRate,50,1000; }",10,5000,BF_WEAPON,"{ specialeffect2 EF_FLASHER; }";
无感肌肉 [类] 物品 ID #4878 (Muscle_Fool)
卡片前/后缀
卡片属性
受到物理攻击时,有较低几率5秒内变无感肌肉(VIT+200),但精神力不足每秒SP会减少50。 卸除装备时,SP损失300。
掉落怪物
其它获得方式
作用脚本 autobonus2 "{ bonus bDef,1000; bonus2 bSPLossRate,50,1000; }",20,5000,BF_WEAPON,"{ specialeffect2 EF_MAGNUMBREAK; }";