RO小册子
道具筛选
卡片数据列表2534
分类
超时空附魔宝石(VIT)1Lv [类] 物品 ID #29678 (Time_Jewely_Vit_1)
卡片前/后缀
卡片属性
头盔的精炼每+2时,DEF+5。 头盔的精炼每+2时,MHP+200。 头盔的精炼每+5时,MHP+1%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bDef,5*(.@r/2); bonus bMaxHP,200*(.@r/2); bonus bMaxHPrate,(.@r/5);
超时空附魔宝石(VIT)2Lv [类] 物品 ID #29679 (Time_Jewely_Vit_2)
卡片前/后缀
卡片属性
头盔的精炼每+2时,DEF+7。 头盔的精炼每+2时,MHP+300。 头盔的精炼每+5时,MHP+2%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bDef,7*(.@r/2); bonus bMaxHP,300*(.@r/2); bonus bMaxHPrate,2*(.@r/5);
超时空附魔宝石(VIT)3Lv [类] 物品 ID #29680 (Time_Jewely_Vit_3)
卡片前/后缀
卡片属性
头盔的精炼每+2时,DEF+10。 头盔的精炼每+2时,MHP+500。 头盔的精炼每+5时,MHP+3%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bDef,10*(.@r/2); bonus bMaxHP,500*(.@r/2); bonus bMaxHPrate,3*(.@r/5);
超时空附魔宝石(INT)1Lv [类] 物品 ID #29681 (Time_Jewely_Int_1)
卡片前/后缀
卡片属性
头盔的精炼每+2时,治愈量+1%。 头盔的精炼每+2时,MATK+2。 头盔的精炼每+5时,MATK+1%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bHealPower,(.@r/2); bonus bMatk,2*(.@r/2); bonus bMatkRate,(.@r/5);
超时空附魔宝石(INT)2Lv [类] 物品 ID #29682 (Time_Jewely_Int_2)
卡片前/后缀
卡片属性
头盔的精炼每+2时,治愈量+3%。 头盔的精炼每+2时,MATK+4。 头盔的精炼每+5时,MATK+2%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bHealPower,3*(.@r/2); bonus bMatk,4*(.@r/2); bonus bMatkRate,2*(.@r/5);
超时空附魔宝石(INT)3Lv [类] 物品 ID #29683 (Time_Jewely_Int_3)
卡片前/后缀
卡片属性
头盔的精炼每+2时,治愈量+5%。 头盔的精炼每+2时,MATK+7。 头盔的精炼每+5时,MATK+3%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bHealPower,5*(.@r/2); bonus bMatk,7*(.@r/2); bonus bMatkRate,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);
超时空附魔宝石(LUK)1Lv [类] 物品 ID #29687 (Time_Jewely_Luk_1)
卡片前/后缀
卡片属性
头盔精炼每+2时,暴击伤害+3%。 头盔精炼每+2时,CRI+1。 头盔精炼每+5时,ATK+1%。
掉落怪物
其它获得方式
作用脚本 .@r = getequiprefinerycnt(EQI_HEAD_TOP); bonus bCritAtkRate,3*(.@r/2); bonus bCritical,(.@r/2); bonus bAtkRate,(.@r/5);