config
This commit is contained in:
parent
71820d787f
commit
f0110c46e4
@ -1008,7 +1008,7 @@ local buff = {
|
|||||||
["name"]="forever_normal_attack_add",
|
["name"]="forever_normal_attack_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["stack"]=2,
|
["stack"]=2,
|
||||||
["decr"]=1,
|
["decr"]=3,
|
||||||
["icon"]="normal_attack_add",
|
["icon"]="normal_attack_add",
|
||||||
["show_name"]=true,
|
["show_name"]=true,
|
||||||
["fx_get"]={
|
["fx_get"]={
|
||||||
@ -1019,7 +1019,7 @@ local buff = {
|
|||||||
["id"]=104,
|
["id"]=104,
|
||||||
["name"]="forever_uncontrolled",
|
["name"]="forever_uncontrolled",
|
||||||
["buff_type"]=7,
|
["buff_type"]=7,
|
||||||
["decr"]=1,
|
["decr"]=3,
|
||||||
["icon"]="immune",
|
["icon"]="immune",
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
},
|
},
|
||||||
@ -1028,7 +1028,7 @@ local buff = {
|
|||||||
["name"]="attr_normal_hurtp_all_add",
|
["name"]="attr_normal_hurtp_all_add",
|
||||||
["buff_type"]=1,
|
["buff_type"]=1,
|
||||||
["stack"]=2,
|
["stack"]=2,
|
||||||
["decr"]=1,
|
["decr"]=3,
|
||||||
["icon"]="attr_normal_hurtp_all_add",
|
["icon"]="attr_normal_hurtp_all_add",
|
||||||
["show_name"]=true,
|
["show_name"]=true,
|
||||||
["is_percent"]=1
|
["is_percent"]=1
|
||||||
|
|||||||
@ -7205,9 +7205,7 @@ local skill = {
|
|||||||
"suffer01"
|
"suffer01"
|
||||||
},
|
},
|
||||||
["fx_self"]=300001,
|
["fx_self"]=300001,
|
||||||
["fx_target"]=300006,
|
["fx_self_mirror"]=400001
|
||||||
["fx_self_mirror"]=400001,
|
|
||||||
["fx_target_mirror"]=400006
|
|
||||||
},
|
},
|
||||||
[4500211]={
|
[4500211]={
|
||||||
["position"]=4,
|
["position"]=4,
|
||||||
@ -7236,9 +7234,7 @@ local skill = {
|
|||||||
"suffer02"
|
"suffer02"
|
||||||
},
|
},
|
||||||
["fx_self"]=300002,
|
["fx_self"]=300002,
|
||||||
["fx_target"]=300006,
|
["fx_self_mirror"]=400002
|
||||||
["fx_self_mirror"]=400002,
|
|
||||||
["fx_target_mirror"]=400006
|
|
||||||
},
|
},
|
||||||
[4500212]={
|
[4500212]={
|
||||||
["position"]=4,
|
["position"]=4,
|
||||||
@ -7267,9 +7263,7 @@ local skill = {
|
|||||||
"suffer02"
|
"suffer02"
|
||||||
},
|
},
|
||||||
["fx_self"]=300003,
|
["fx_self"]=300003,
|
||||||
["fx_target"]=300006,
|
["fx_self_mirror"]=400003
|
||||||
["fx_self_mirror"]=400003,
|
|
||||||
["fx_target_mirror"]=400006
|
|
||||||
},
|
},
|
||||||
[4500213]={
|
[4500213]={
|
||||||
["position"]=4,
|
["position"]=4,
|
||||||
@ -7298,9 +7292,7 @@ local skill = {
|
|||||||
"suffer02"
|
"suffer02"
|
||||||
},
|
},
|
||||||
["fx_self"]=300004,
|
["fx_self"]=300004,
|
||||||
["fx_target"]=300006,
|
["fx_self_mirror"]=400004
|
||||||
["fx_self_mirror"]=400004,
|
|
||||||
["fx_target_mirror"]=400006
|
|
||||||
},
|
},
|
||||||
[4500220]={
|
[4500220]={
|
||||||
["buff_id"]={
|
["buff_id"]={
|
||||||
@ -7345,14 +7337,12 @@ local skill = {
|
|||||||
"suffer03"
|
"suffer03"
|
||||||
},
|
},
|
||||||
["fx_self"]=300005,
|
["fx_self"]=300005,
|
||||||
["fx_target"]=300006,
|
|
||||||
["bullet_time"]={
|
["bullet_time"]={
|
||||||
792,
|
792,
|
||||||
3000,
|
3000,
|
||||||
400
|
400
|
||||||
},
|
},
|
||||||
["fx_self_mirror"]=400005,
|
["fx_self_mirror"]=400005
|
||||||
["fx_target_mirror"]=400006
|
|
||||||
},
|
},
|
||||||
[4500221]={
|
[4500221]={
|
||||||
["position"]=4,
|
["position"]=4,
|
||||||
|
|||||||
@ -2949,6 +2949,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=4,
|
["obj"]=4,
|
||||||
|
["icon"]="24001",
|
||||||
|
["icon_base"]="2",
|
||||||
["entry"]=0
|
["entry"]=0
|
||||||
},
|
},
|
||||||
[2400122]={
|
[2400122]={
|
||||||
@ -2973,6 +2975,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=4,
|
["obj"]=4,
|
||||||
|
["icon"]="24001",
|
||||||
|
["icon_base"]="2",
|
||||||
["entry"]=1
|
["entry"]=1
|
||||||
},
|
},
|
||||||
[2400123]={
|
[2400123]={
|
||||||
@ -2997,6 +3001,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=4,
|
["obj"]=4,
|
||||||
|
["icon"]="24001",
|
||||||
|
["icon_base"]="2",
|
||||||
["entry"]=2
|
["entry"]=2
|
||||||
},
|
},
|
||||||
[2400124]={
|
[2400124]={
|
||||||
@ -3021,6 +3027,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=4,
|
["obj"]=4,
|
||||||
|
["icon"]="24001",
|
||||||
|
["icon_base"]="2",
|
||||||
["entry"]=3
|
["entry"]=3
|
||||||
},
|
},
|
||||||
[2400131]={
|
[2400131]={
|
||||||
@ -3123,7 +3131,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
["obj"]=4,
|
["obj"]=4,
|
||||||
["icon"]="24001",
|
["icon"]="24001",
|
||||||
["icon_base"]="4",
|
["icon_base"]="3",
|
||||||
["entry"]=0
|
["entry"]=0
|
||||||
},
|
},
|
||||||
[2400142]={
|
[2400142]={
|
||||||
@ -3146,7 +3154,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
["obj"]=4,
|
["obj"]=4,
|
||||||
["icon"]="24001",
|
["icon"]="24001",
|
||||||
["icon_base"]="4",
|
["icon_base"]="3",
|
||||||
["entry"]=1
|
["entry"]=1
|
||||||
},
|
},
|
||||||
[2400143]={
|
[2400143]={
|
||||||
@ -3169,7 +3177,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
["obj"]=4,
|
["obj"]=4,
|
||||||
["icon"]="24001",
|
["icon"]="24001",
|
||||||
["icon_base"]="4",
|
["icon_base"]="3",
|
||||||
["entry"]=2
|
["entry"]=2
|
||||||
},
|
},
|
||||||
[2400144]={
|
[2400144]={
|
||||||
@ -3192,7 +3200,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
["obj"]=4,
|
["obj"]=4,
|
||||||
["icon"]="24001",
|
["icon"]="24001",
|
||||||
["icon_base"]="4",
|
["icon_base"]="3",
|
||||||
["entry"]=3
|
["entry"]=3
|
||||||
},
|
},
|
||||||
[2500111]={
|
[2500111]={
|
||||||
@ -7565,6 +7573,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=7,
|
["obj"]=7,
|
||||||
|
["icon"]="53001",
|
||||||
|
["icon_base"]="2",
|
||||||
["entry"]=0
|
["entry"]=0
|
||||||
},
|
},
|
||||||
[5300132]={
|
[5300132]={
|
||||||
@ -7586,6 +7596,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=7,
|
["obj"]=7,
|
||||||
|
["icon"]="53001",
|
||||||
|
["icon_base"]="2",
|
||||||
["entry"]=1
|
["entry"]=1
|
||||||
},
|
},
|
||||||
[5300133]={
|
[5300133]={
|
||||||
@ -7607,6 +7619,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=7,
|
["obj"]=7,
|
||||||
|
["icon"]="53001",
|
||||||
|
["icon_base"]="2",
|
||||||
["entry"]=2
|
["entry"]=2
|
||||||
},
|
},
|
||||||
[5300134]={
|
[5300134]={
|
||||||
@ -7628,6 +7642,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=7,
|
["obj"]=7,
|
||||||
|
["icon"]="53001",
|
||||||
|
["icon_base"]="2",
|
||||||
["entry"]=3
|
["entry"]=3
|
||||||
},
|
},
|
||||||
[5300141]={
|
[5300141]={
|
||||||
@ -8091,6 +8107,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=7,
|
["obj"]=7,
|
||||||
|
["icon"]="54001",
|
||||||
|
["icon_base"]="4",
|
||||||
["entry"]=0
|
["entry"]=0
|
||||||
},
|
},
|
||||||
[5400142]={
|
[5400142]={
|
||||||
@ -8109,6 +8127,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=7,
|
["obj"]=7,
|
||||||
|
["icon"]="54001",
|
||||||
|
["icon_base"]="4",
|
||||||
["entry"]=1
|
["entry"]=1
|
||||||
},
|
},
|
||||||
[5400143]={
|
[5400143]={
|
||||||
@ -8127,6 +8147,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=7,
|
["obj"]=7,
|
||||||
|
["icon"]="54001",
|
||||||
|
["icon_base"]="4",
|
||||||
["entry"]=2
|
["entry"]=2
|
||||||
},
|
},
|
||||||
[5400144]={
|
[5400144]={
|
||||||
@ -8145,6 +8167,8 @@ local skill_rogue = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
["obj"]=7,
|
["obj"]=7,
|
||||||
|
["icon"]="54001",
|
||||||
|
["icon_base"]="4",
|
||||||
["entry"]=3
|
["entry"]=3
|
||||||
},
|
},
|
||||||
[5500111]={
|
[5500111]={
|
||||||
@ -8437,7 +8461,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
["obj"]=7,
|
["obj"]=7,
|
||||||
["icon"]="55001",
|
["icon"]="55001",
|
||||||
["icon_base"]="7",
|
["icon_base"]="2",
|
||||||
["entry"]=0
|
["entry"]=0
|
||||||
},
|
},
|
||||||
[5500142]={
|
[5500142]={
|
||||||
@ -8452,7 +8476,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
["skill_position"]=5,
|
["skill_position"]=5,
|
||||||
["icon"]="55001",
|
["icon"]="55001",
|
||||||
["icon_base"]="7",
|
["icon_base"]="2",
|
||||||
["entry"]=1
|
["entry"]=1
|
||||||
},
|
},
|
||||||
[5500143]={
|
[5500143]={
|
||||||
@ -8467,7 +8491,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
["skill_position"]=5,
|
["skill_position"]=5,
|
||||||
["icon"]="55001",
|
["icon"]="55001",
|
||||||
["icon_base"]="7",
|
["icon_base"]="2",
|
||||||
["entry"]=2
|
["entry"]=2
|
||||||
},
|
},
|
||||||
[5500144]={
|
[5500144]={
|
||||||
@ -8482,7 +8506,7 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
["skill_position"]=5,
|
["skill_position"]=5,
|
||||||
["icon"]="55001",
|
["icon"]="55001",
|
||||||
["icon_base"]="7",
|
["icon_base"]="2",
|
||||||
["entry"]=3
|
["entry"]=3
|
||||||
},
|
},
|
||||||
[5500145]={
|
[5500145]={
|
||||||
@ -8644,6 +8668,8 @@ local skill_rogue = {
|
|||||||
5500221
|
5500221
|
||||||
},
|
},
|
||||||
["skill_position"]=5,
|
["skill_position"]=5,
|
||||||
|
["icon"]="55002",
|
||||||
|
["icon_base"]="7",
|
||||||
["entry"]=0
|
["entry"]=0
|
||||||
},
|
},
|
||||||
[5500222]={
|
[5500222]={
|
||||||
@ -8656,6 +8682,8 @@ local skill_rogue = {
|
|||||||
5500222
|
5500222
|
||||||
},
|
},
|
||||||
["skill_position"]=5,
|
["skill_position"]=5,
|
||||||
|
["icon"]="55002",
|
||||||
|
["icon_base"]="7",
|
||||||
["entry"]=1
|
["entry"]=1
|
||||||
},
|
},
|
||||||
[5500223]={
|
[5500223]={
|
||||||
@ -8668,6 +8696,8 @@ local skill_rogue = {
|
|||||||
5500222
|
5500222
|
||||||
},
|
},
|
||||||
["skill_position"]=5,
|
["skill_position"]=5,
|
||||||
|
["icon"]="55002",
|
||||||
|
["icon_base"]="7",
|
||||||
["entry"]=2
|
["entry"]=2
|
||||||
},
|
},
|
||||||
[5500224]={
|
[5500224]={
|
||||||
@ -8680,6 +8710,8 @@ local skill_rogue = {
|
|||||||
5500223
|
5500223
|
||||||
},
|
},
|
||||||
["skill_position"]=5,
|
["skill_position"]=5,
|
||||||
|
["icon"]="55002",
|
||||||
|
["icon_base"]="7",
|
||||||
["entry"]=3
|
["entry"]=3
|
||||||
},
|
},
|
||||||
[5500231]={
|
[5500231]={
|
||||||
|
|||||||
@ -31,127 +31,127 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["id"]=7,
|
["id"]=7,
|
||||||
["desc"]="暴击率提升{0}%",
|
["desc"]="暴击率提升{0}",
|
||||||
["name"]="attr_crit_red"
|
["name"]="attr_crit_red"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["id"]=8,
|
["id"]=8,
|
||||||
["desc"]="暴击率提升{0}%",
|
["desc"]="暴击率提升{0}",
|
||||||
["name"]="attr_crit_yellow"
|
["name"]="attr_crit_yellow"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["id"]=9,
|
["id"]=9,
|
||||||
["desc"]="暴击率提升{0}%",
|
["desc"]="暴击率提升{0}",
|
||||||
["name"]="attr_crit_green"
|
["name"]="attr_crit_green"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["id"]=10,
|
["id"]=10,
|
||||||
["desc"]="暴击率提升{0}%",
|
["desc"]="暴击率提升{0}",
|
||||||
["name"]="attr_crit_blue"
|
["name"]="attr_crit_blue"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["id"]=11,
|
["id"]=11,
|
||||||
["desc"]="暴击率提升{0}%",
|
["desc"]="暴击率提升{0}",
|
||||||
["name"]="attr_crit_purple"
|
["name"]="attr_crit_purple"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["id"]=12,
|
["id"]=12,
|
||||||
["desc"]="暴击伤害提升{0}%",
|
["desc"]="暴击伤害提升{0}",
|
||||||
["name"]="attr_crit_time_red"
|
["name"]="attr_crit_time_red"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["id"]=13,
|
["id"]=13,
|
||||||
["desc"]="暴击伤害提升{0}%",
|
["desc"]="暴击伤害提升{0}",
|
||||||
["name"]="attr_crit_time_yellow"
|
["name"]="attr_crit_time_yellow"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["id"]=14,
|
["id"]=14,
|
||||||
["desc"]="暴击伤害提升{0}%",
|
["desc"]="暴击伤害提升{0}",
|
||||||
["name"]="attr_crit_time_green"
|
["name"]="attr_crit_time_green"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["id"]=15,
|
["id"]=15,
|
||||||
["desc"]="暴击伤害提升{0}%",
|
["desc"]="暴击伤害提升{0}",
|
||||||
["name"]="attr_crit_time_blue"
|
["name"]="attr_crit_time_blue"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["id"]=16,
|
["id"]=16,
|
||||||
["desc"]="暴击伤害提升{0}%",
|
["desc"]="暴击伤害提升{0}",
|
||||||
["name"]="attr_crit_time_purple"
|
["name"]="attr_crit_time_purple"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["id"]=17,
|
["id"]=17,
|
||||||
["desc"]="治疗效果提升{0}%",
|
["desc"]="治疗效果提升{0}",
|
||||||
["name"]="attr_cured_red"
|
["name"]="attr_cured_red"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["id"]=18,
|
["id"]=18,
|
||||||
["desc"]="治疗效果提升{0}%",
|
["desc"]="治疗效果提升{0}",
|
||||||
["name"]="attr_cured_yellow"
|
["name"]="attr_cured_yellow"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["id"]=19,
|
["id"]=19,
|
||||||
["desc"]="治疗效果提升{0}%",
|
["desc"]="治疗效果提升{0}",
|
||||||
["name"]="attr_cured_green"
|
["name"]="attr_cured_green"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["id"]=20,
|
["id"]=20,
|
||||||
["desc"]="治疗效果提升{0}%",
|
["desc"]="治疗效果提升{0}",
|
||||||
["name"]="attr_cured_blue"
|
["name"]="attr_cured_blue"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["id"]=21,
|
["id"]=21,
|
||||||
["desc"]="治疗效果提升{0}%",
|
["desc"]="治疗效果提升{0}",
|
||||||
["name"]="attr_cured_purple"
|
["name"]="attr_cured_purple"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
["id"]=22,
|
["id"]=22,
|
||||||
["desc"]="{0}攻击力提升{1}%",
|
["desc"]="{0}攻击力提升{1}",
|
||||||
["name"]="attr_atkp_red"
|
["name"]="attr_atkp_red"
|
||||||
},
|
},
|
||||||
[23]={
|
[23]={
|
||||||
["id"]=23,
|
["id"]=23,
|
||||||
["desc"]="{0}攻击力提升{1}%",
|
["desc"]="{0}攻击力提升{1}",
|
||||||
["name"]="attr_atkp_yellow"
|
["name"]="attr_atkp_yellow"
|
||||||
},
|
},
|
||||||
[24]={
|
[24]={
|
||||||
["id"]=24,
|
["id"]=24,
|
||||||
["desc"]="{0}攻击力提升{1}%",
|
["desc"]="{0}攻击力提升{1}",
|
||||||
["name"]="attr_atkp_green"
|
["name"]="attr_atkp_green"
|
||||||
},
|
},
|
||||||
[25]={
|
[25]={
|
||||||
["id"]=25,
|
["id"]=25,
|
||||||
["desc"]="{0}攻击力提升{1}%",
|
["desc"]="{0}攻击力提升{1}",
|
||||||
["name"]="attr_atkp_blue"
|
["name"]="attr_atkp_blue"
|
||||||
},
|
},
|
||||||
[26]={
|
[26]={
|
||||||
["id"]=26,
|
["id"]=26,
|
||||||
["desc"]="{0}攻击力提升{1}%",
|
["desc"]="{0}攻击力提升{1}",
|
||||||
["name"]="attr_atkp_purple"
|
["name"]="attr_atkp_purple"
|
||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["id"]=27,
|
["id"]=27,
|
||||||
["desc"]="生命提升{0}%",
|
["desc"]="生命提升{0}",
|
||||||
["name"]="attr_hpp_red"
|
["name"]="attr_hpp_red"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["id"]=28,
|
["id"]=28,
|
||||||
["desc"]="生命提升{0}%",
|
["desc"]="生命提升{0}",
|
||||||
["name"]="attr_hpp_yellow"
|
["name"]="attr_hpp_yellow"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["id"]=29,
|
["id"]=29,
|
||||||
["desc"]="生命提升{0}%",
|
["desc"]="生命提升{0}",
|
||||||
["name"]="attr_hpp_green"
|
["name"]="attr_hpp_green"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["id"]=30,
|
["id"]=30,
|
||||||
["desc"]="生命提升{0}%",
|
["desc"]="生命提升{0}",
|
||||||
["name"]="attr_hpp_blue"
|
["name"]="attr_hpp_blue"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["id"]=31,
|
["id"]=31,
|
||||||
["desc"]="生命提升{0}%",
|
["desc"]="生命提升{0}",
|
||||||
["name"]="attr_hpp_purple"
|
["name"]="attr_hpp_purple"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
@ -206,52 +206,52 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["id"]=42,
|
["id"]=42,
|
||||||
["desc"]="普攻伤害增加{0}%",
|
["desc"]="普攻伤害增加{0}",
|
||||||
["name"]="attr_normal_hurtp_red"
|
["name"]="attr_normal_hurtp_red"
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["id"]=43,
|
["id"]=43,
|
||||||
["desc"]="普攻伤害增加{0}%",
|
["desc"]="普攻伤害增加{0}",
|
||||||
["name"]="attr_normal_hurtp_yellow"
|
["name"]="attr_normal_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["id"]=44,
|
["id"]=44,
|
||||||
["desc"]="普攻伤害增加{0}%",
|
["desc"]="普攻伤害增加{0}",
|
||||||
["name"]="attr_normal_hurtp_green"
|
["name"]="attr_normal_hurtp_green"
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["id"]=45,
|
["id"]=45,
|
||||||
["desc"]="普攻伤害增加{0}%",
|
["desc"]="普攻伤害增加{0}",
|
||||||
["name"]="attr_normal_hurtp_blue"
|
["name"]="attr_normal_hurtp_blue"
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["id"]=46,
|
["id"]=46,
|
||||||
["desc"]="普攻伤害增加{0}%",
|
["desc"]="普攻伤害增加{0}",
|
||||||
["name"]="attr_normal_hurtp_purple"
|
["name"]="attr_normal_hurtp_purple"
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["id"]=47,
|
["id"]=47,
|
||||||
["desc"]="技能伤害增加{0}%",
|
["desc"]="技能伤害增加{0}",
|
||||||
["name"]="attr_skill_hurtp_red"
|
["name"]="attr_skill_hurtp_red"
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["id"]=48,
|
["id"]=48,
|
||||||
["desc"]="技能伤害增加{0}%",
|
["desc"]="技能伤害增加{0}",
|
||||||
["name"]="attr_skill_hurtp_yellow"
|
["name"]="attr_skill_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["id"]=49,
|
["id"]=49,
|
||||||
["desc"]="技能伤害增加{0}%",
|
["desc"]="技能伤害增加{0}",
|
||||||
["name"]="attr_skill_hurtp_green"
|
["name"]="attr_skill_hurtp_green"
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["id"]=50,
|
["id"]=50,
|
||||||
["desc"]="技能伤害增加{0}%",
|
["desc"]="技能伤害增加{0}",
|
||||||
["name"]="attr_skill_hurtp_blue"
|
["name"]="attr_skill_hurtp_blue"
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["id"]=51,
|
["id"]=51,
|
||||||
["desc"]="技能伤害增加{0}%",
|
["desc"]="技能伤害增加{0}",
|
||||||
["name"]="attr_skill_hurtp_purple"
|
["name"]="attr_skill_hurtp_purple"
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
@ -281,52 +281,52 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[57]={
|
[57]={
|
||||||
["id"]=57,
|
["id"]=57,
|
||||||
["desc"]="所有伤害提升{0}%",
|
["desc"]="所有伤害提升{0}",
|
||||||
["name"]="attr_all_hurtp_red"
|
["name"]="attr_all_hurtp_red"
|
||||||
},
|
},
|
||||||
[58]={
|
[58]={
|
||||||
["id"]=58,
|
["id"]=58,
|
||||||
["desc"]="所有伤害提升{0}%",
|
["desc"]="所有伤害提升{0}",
|
||||||
["name"]="attr_all_hurtp_yellow"
|
["name"]="attr_all_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[59]={
|
[59]={
|
||||||
["id"]=59,
|
["id"]=59,
|
||||||
["desc"]="所有伤害提升{0}%",
|
["desc"]="所有伤害提升{0}",
|
||||||
["name"]="attr_all_hurtp_green"
|
["name"]="attr_all_hurtp_green"
|
||||||
},
|
},
|
||||||
[60]={
|
[60]={
|
||||||
["id"]=60,
|
["id"]=60,
|
||||||
["desc"]="所有伤害提升{0}%",
|
["desc"]="所有伤害提升{0}",
|
||||||
["name"]="attr_all_hurtp_blue"
|
["name"]="attr_all_hurtp_blue"
|
||||||
},
|
},
|
||||||
[61]={
|
[61]={
|
||||||
["id"]=61,
|
["id"]=61,
|
||||||
["desc"]="所有伤害提升{0}%",
|
["desc"]="所有伤害提升{0}",
|
||||||
["name"]="attr_all_hurtp_purple"
|
["name"]="attr_all_hurtp_purple"
|
||||||
},
|
},
|
||||||
[62]={
|
[62]={
|
||||||
["id"]=62,
|
["id"]=62,
|
||||||
["desc"]="全体红色快递员攻击+{0}%",
|
["desc"]="全体红色快递员攻击+{0}",
|
||||||
["name"]="attr_atkp_red_all"
|
["name"]="attr_atkp_red_all"
|
||||||
},
|
},
|
||||||
[63]={
|
[63]={
|
||||||
["id"]=63,
|
["id"]=63,
|
||||||
["desc"]="全体黄色快递员攻击+{0}%",
|
["desc"]="全体黄色快递员攻击+{0}",
|
||||||
["name"]="attr_atkp_yellow_all"
|
["name"]="attr_atkp_yellow_all"
|
||||||
},
|
},
|
||||||
[64]={
|
[64]={
|
||||||
["id"]=64,
|
["id"]=64,
|
||||||
["desc"]="全体绿色快递员攻击+{0}%",
|
["desc"]="全体绿色快递员攻击+{0}",
|
||||||
["name"]="attr_atkp_green_all"
|
["name"]="attr_atkp_green_all"
|
||||||
},
|
},
|
||||||
[65]={
|
[65]={
|
||||||
["id"]=65,
|
["id"]=65,
|
||||||
["desc"]="全体蓝色快递员攻击+{0}%",
|
["desc"]="全体蓝色快递员攻击+{0}",
|
||||||
["name"]="attr_atkp_blue_all"
|
["name"]="attr_atkp_blue_all"
|
||||||
},
|
},
|
||||||
[66]={
|
[66]={
|
||||||
["id"]=66,
|
["id"]=66,
|
||||||
["desc"]="全体紫色快递员攻击+{0}%",
|
["desc"]="全体紫色快递员攻击+{0}",
|
||||||
["name"]="attr_atkp_purple_all"
|
["name"]="attr_atkp_purple_all"
|
||||||
},
|
},
|
||||||
[67]={
|
[67]={
|
||||||
@ -346,27 +346,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[70]={
|
[70]={
|
||||||
["id"]=70,
|
["id"]=70,
|
||||||
["desc"]="暴击率+{0}%",
|
["desc"]="暴击率+{0}",
|
||||||
["name"]="attr_crit_all"
|
["name"]="attr_crit_all"
|
||||||
},
|
},
|
||||||
[71]={
|
[71]={
|
||||||
["id"]=71,
|
["id"]=71,
|
||||||
["desc"]="暴击伤害+{0}%",
|
["desc"]="暴击伤害+{0}",
|
||||||
["name"]="attr_crit_time_all"
|
["name"]="attr_crit_time_all"
|
||||||
},
|
},
|
||||||
[72]={
|
[72]={
|
||||||
["id"]=72,
|
["id"]=72,
|
||||||
["desc"]="普攻增伤+{0}%",
|
["desc"]="普攻增伤+{0}",
|
||||||
["name"]="attr_normal_hurtp_all"
|
["name"]="attr_normal_hurtp_all"
|
||||||
},
|
},
|
||||||
[73]={
|
[73]={
|
||||||
["id"]=73,
|
["id"]=73,
|
||||||
["desc"]="技能增伤+{0}%",
|
["desc"]="技能增伤+{0}",
|
||||||
["name"]="attr_skill_hurtp_all"
|
["name"]="attr_skill_hurtp_all"
|
||||||
},
|
},
|
||||||
[74]={
|
[74]={
|
||||||
["id"]=74,
|
["id"]=74,
|
||||||
["desc"]="攻击+{0}%",
|
["desc"]="攻击+{0}",
|
||||||
["name"]="attr_atkp_all"
|
["name"]="attr_atkp_all"
|
||||||
},
|
},
|
||||||
[75]={
|
[75]={
|
||||||
@ -396,27 +396,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[80]={
|
[80]={
|
||||||
["id"]=80,
|
["id"]=80,
|
||||||
["desc"]="全体生命+{0}%",
|
["desc"]="全体生命+{0}",
|
||||||
["name"]="attr_hpp_all"
|
["name"]="attr_hpp_all"
|
||||||
},
|
},
|
||||||
[81]={
|
[81]={
|
||||||
["id"]=81,
|
["id"]=81,
|
||||||
["desc"]="对普通怪物伤害+{0}%",
|
["desc"]="对普通怪物伤害+{0}",
|
||||||
["name"]="attr_monster_dmg"
|
["name"]="attr_monster_dmg"
|
||||||
},
|
},
|
||||||
[82]={
|
[82]={
|
||||||
["id"]=82,
|
["id"]=82,
|
||||||
["desc"]="对首领怪物伤害+{0}%",
|
["desc"]="对首领怪物伤害+{0}",
|
||||||
["name"]="attr_boss_dmg"
|
["name"]="attr_boss_dmg"
|
||||||
},
|
},
|
||||||
[83]={
|
[83]={
|
||||||
["id"]=83,
|
["id"]=83,
|
||||||
["desc"]="普攻伤害+{0}%",
|
["desc"]="普攻伤害+{0}",
|
||||||
["name"]="attr_normal_hurtp"
|
["name"]="attr_normal_hurtp"
|
||||||
},
|
},
|
||||||
[84]={
|
[84]={
|
||||||
["id"]=84,
|
["id"]=84,
|
||||||
["desc"]="技能伤害+{0}%",
|
["desc"]="技能伤害+{0}",
|
||||||
["name"]="attr_skill_hurtp"
|
["name"]="attr_skill_hurtp"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,87 +1,87 @@
|
|||||||
local skill_rogue = {
|
local skill_rogue = {
|
||||||
[1]={
|
[1]={
|
||||||
["desc"]="每累计消除10个元素,伤害<color=#049500>+2%</color>,上限<color=#049500>30%</color>",
|
["desc"]="每累计消除10个元素,伤害<color=#049500>+2%</color>,上限<color=#049500>30%</color>",
|
||||||
["rougedesc"]="每累计消除10个元素,伤害<color=#049500>+2%</color>,上限<color=#049500>30%</color>"
|
["rougedesc"]="每累计消除10个元素,伤害<color=#5bff5f>+2%</color>,上限<color=#5bff5f>30%</color>"
|
||||||
},
|
},
|
||||||
[2]={
|
[2]={
|
||||||
["desc"]="元素刷新时有概率刷出<color=#049500>万能块</color>,可以跟任意元素相连",
|
["desc"]="元素刷新时有概率刷出<color=#049500>万能块</color>,可以跟任意元素相连",
|
||||||
["rougedesc"]="元素刷新时有概率刷出<color=#049500>万能块</color>,可以跟任意元素相连"
|
["rougedesc"]="元素刷新时有概率刷出<color=#5bff5f>万能块</color>,可以跟任意元素相连"
|
||||||
},
|
},
|
||||||
[3]={
|
[3]={
|
||||||
["desc"]="每次消除后主要英雄的技能能量额外<color=#049500>+1</color>",
|
["desc"]="每次消除后主要英雄的技能能量额外<color=#049500>+1</color>",
|
||||||
["rougedesc"]="每次消除后主要英雄的技能能量额外<color=#049500>+1</color>"
|
["rougedesc"]="每次消除后主要英雄的技能能量额外<color=#5bff5f>+1</color>"
|
||||||
},
|
},
|
||||||
[4]={
|
[4]={
|
||||||
["desc"]="角色血量低于50%时所有伤害增加<color=#049500>30%</color>",
|
["desc"]="角色血量低于50%时所有伤害增加<color=#049500>30%</color>",
|
||||||
["rougedesc"]="角色血量低于50%时所有伤害增加<color=#049500>30%</color>"
|
["rougedesc"]="角色血量低于50%时所有伤害增加<color=#5bff5f>30%</color>"
|
||||||
},
|
},
|
||||||
[5]={
|
[5]={
|
||||||
["desc"]="全局攻击力<color=#049500>+{0}</color>",
|
["desc"]="全局攻击力<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="全局攻击力<color=#049500>+{0}</color>"
|
["rougedesc"]="全局攻击力<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[6]={
|
[6]={
|
||||||
["desc"]="全局攻击力<color=#049500>+{0}</color>",
|
["desc"]="全局攻击力<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="全局攻击力<color=#049500>+{0}</color>"
|
["rougedesc"]="全局攻击力<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["desc"]="全局攻击力<color=#049500>+{0}</color>",
|
["desc"]="全局攻击力<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="全局攻击力<color=#049500>+{0}</color>"
|
["rougedesc"]="全局攻击力<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["desc"]="全体对小怪伤害<color=#049500>+{0}</color>",
|
["desc"]="全体对小怪伤害<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="全体对小怪伤害<color=#049500>+{0}</color>"
|
["rougedesc"]="全体对小怪伤害<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["desc"]="全体对小怪伤害<color=#049500>+{0}</color>",
|
["desc"]="全体对小怪伤害<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="全体对小怪伤害<color=#049500>+{0}</color>"
|
["rougedesc"]="全体对小怪伤害<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["desc"]="全体对小怪伤害<color=#049500>+{0}</color>",
|
["desc"]="全体对小怪伤害<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="全体对小怪伤害<color=#049500>+{0}</color>"
|
["rougedesc"]="全体对小怪伤害<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["desc"]="全体对BOSS伤害<color=#049500>+{0}</color>",
|
["desc"]="全体对BOSS伤害<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="全体对BOSS伤害<color=#049500>+{0}</color>"
|
["rougedesc"]="全体对BOSS伤害<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["desc"]="全体对BOSS伤害<color=#049500>+{0}</color>",
|
["desc"]="全体对BOSS伤害<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="全体对BOSS伤害<color=#049500>+{0}</color>"
|
["rougedesc"]="全体对BOSS伤害<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["desc"]="全体对BOSS伤害<color=#049500>+{0}</color>",
|
["desc"]="全体对BOSS伤害<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="全体对BOSS伤害<color=#049500>+{0}</color>"
|
["rougedesc"]="全体对BOSS伤害<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["desc"]="受到伤害降低<color=#049500>{0}</color>",
|
["desc"]="受到伤害降低<color=#049500>{0}</color>",
|
||||||
["rougedesc"]="受到伤害降低<color=#049500>{0}</color>"
|
["rougedesc"]="受到伤害降低<color=#5bff5f>{0}</color>"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["desc"]="最大生命值<color=#049500>+{0}</color>",
|
["desc"]="最大生命值<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="最大生命值<color=#049500>+{0}</color>"
|
["rougedesc"]="最大生命值<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["desc"]="最大生命值<color=#049500>+{0}</color>",
|
["desc"]="最大生命值<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="最大生命值<color=#049500>+{0}</color>"
|
["rougedesc"]="最大生命值<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["desc"]="最大生命值<color=#049500>+{0}</color>",
|
["desc"]="最大生命值<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="最大生命值<color=#049500>+{0}</color>"
|
["rougedesc"]="最大生命值<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["desc"]="获得经验<color=#049500>+{0}</color>",
|
["desc"]="获得经验<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="获得经验<color=#049500>+{0}</color>"
|
["rougedesc"]="获得经验<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["desc"]="获得经验<color=#049500>+{0}</color>",
|
["desc"]="获得经验<color=#049500>+{0}</color>",
|
||||||
["rougedesc"]="获得经验<color=#049500>+{0}</color>"
|
["rougedesc"]="获得经验<color=#5bff5f>+{0}</color>"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["desc"]="随机1名英雄能量<color=#049500>+5</color>",
|
["desc"]="随机1名英雄能量<color=#049500>+5</color>",
|
||||||
["rougedesc"]="随机1名英雄能量<color=#049500>+5</color>"
|
["rougedesc"]="随机1名英雄能量<color=#5bff5f>+5</color>"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["desc"]="全体英雄能量<color=#049500>+2</color>",
|
["desc"]="全体英雄能量<color=#049500>+2</color>",
|
||||||
["rougedesc"]="全体英雄能量<color=#049500>+2</color>"
|
["rougedesc"]="全体英雄能量<color=#5bff5f>+2</color>"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
["desc"]="随机一个技能<color=#049500>能量全满</color>",
|
["desc"]="随机一个技能<color=#049500>能量全满</color>",
|
||||||
@ -89,43 +89,43 @@ local skill_rogue = {
|
|||||||
},
|
},
|
||||||
[23]={
|
[23]={
|
||||||
["desc"]="红色元素刷新概率<color=#049500>+5%</color>",
|
["desc"]="红色元素刷新概率<color=#049500>+5%</color>",
|
||||||
["rougedesc"]="红色元素刷新概率<color=#049500>+5%</color>"
|
["rougedesc"]="红色元素刷新概率<color=#5bff5f>+5%</color>"
|
||||||
},
|
},
|
||||||
[24]={
|
[24]={
|
||||||
["desc"]="黄色元素刷新概率<color=#049500>+5%</color>",
|
["desc"]="黄色元素刷新概率<color=#049500>+5%</color>",
|
||||||
["rougedesc"]="黄色元素刷新概率<color=#049500>+5%</color>"
|
["rougedesc"]="黄色元素刷新概率<color=#5bff5f>+5%</color>"
|
||||||
},
|
},
|
||||||
[25]={
|
[25]={
|
||||||
["desc"]="绿色元素刷新概率<color=#049500>+5%</color>",
|
["desc"]="绿色元素刷新概率<color=#049500>+5%</color>",
|
||||||
["rougedesc"]="绿色元素刷新概率<color=#049500>+5%</color>"
|
["rougedesc"]="绿色元素刷新概率<color=#5bff5f>+5%</color>"
|
||||||
},
|
},
|
||||||
[26]={
|
[26]={
|
||||||
["desc"]="蓝色元素刷新概率<color=#049500>+5%</color>",
|
["desc"]="蓝色元素刷新概率<color=#049500>+5%</color>",
|
||||||
["rougedesc"]="蓝色元素刷新概率<color=#049500>+5%</color>"
|
["rougedesc"]="蓝色元素刷新概率<color=#5bff5f>+5%</color>"
|
||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["desc"]="紫色元素刷新概率<color=#049500>+5%</color>",
|
["desc"]="紫色元素刷新概率<color=#049500>+5%</color>",
|
||||||
["rougedesc"]="紫色元素刷新概率<color=#049500>+5%</color>"
|
["rougedesc"]="紫色元素刷新概率<color=#5bff5f>+5%</color>"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["desc"]="将场上随机<color=#049500>3</color>个非红色元素变为红色",
|
["desc"]="将场上随机<color=#049500>3</color>个非红色元素变为红色",
|
||||||
["rougedesc"]="将场上随机<color=#049500>3</color>个非红色元素变为红色"
|
["rougedesc"]="将场上随机<color=#5bff5f>3</color>个非红色元素变为红色"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["desc"]="将场上随机<color=#049500>3</color>个非金色元素变为金色",
|
["desc"]="将场上随机<color=#049500>3</color>个非金色元素变为金色",
|
||||||
["rougedesc"]="将场上随机<color=#049500>3</color>个非金色元素变为金色"
|
["rougedesc"]="将场上随机<color=#5bff5f>3</color>个非金色元素变为金色"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["desc"]="将场上随机<color=#049500>3</color>个非绿色元素变为绿色",
|
["desc"]="将场上随机<color=#049500>3</color>个非绿色元素变为绿色",
|
||||||
["rougedesc"]="将场上随机<color=#049500>3</color>个非绿色元素变为绿色"
|
["rougedesc"]="将场上随机<color=#5bff5f>3</color>个非绿色元素变为绿色"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["desc"]="将场上随机<color=#049500>3</color>个非蓝色元素变为蓝色",
|
["desc"]="将场上随机<color=#049500>3</color>个非蓝色元素变为蓝色",
|
||||||
["rougedesc"]="将场上随机<color=#049500>3</color>个非蓝色元素变为蓝色"
|
["rougedesc"]="将场上随机<color=#5bff5f>3</color>个非蓝色元素变为蓝色"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
["desc"]="将场上随机<color=#049500>3</color>个非紫色元素变为紫色",
|
["desc"]="将场上随机<color=#049500>3</color>个非紫色元素变为紫色",
|
||||||
["rougedesc"]="将场上随机<color=#049500>3</color>个非紫色元素变为紫色"
|
["rougedesc"]="将场上随机<color=#5bff5f>3</color>个非紫色元素变为紫色"
|
||||||
},
|
},
|
||||||
[1300111]={
|
[1300111]={
|
||||||
["desc"]="熔芯技能可上下消除2格",
|
["desc"]="熔芯技能可上下消除2格",
|
||||||
@ -608,28 +608,28 @@ local skill_rogue = {
|
|||||||
["entry_1"]="亢奋效果持续+1回合",
|
["entry_1"]="亢奋效果持续+1回合",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="技能伤害提升300%",
|
["entry_3"]="技能伤害提升300%",
|
||||||
["rougedesc"]="血祭修女技能释放后为团队附加<color=#049500>亢奋</color>效果2回合"
|
["rougedesc"]="血祭修女技能释放后为团队附加<color=#5bff5f>亢奋</color>效果2回合"
|
||||||
},
|
},
|
||||||
[1600122]={
|
[1600122]={
|
||||||
["desc"]="血祭修女技能释放后为团队附加<color=#049500>亢奋</color>效果2回合",
|
["desc"]="血祭修女技能释放后为团队附加<color=#049500>亢奋</color>效果2回合",
|
||||||
["entry_1"]="亢奋效果持续+1回合",
|
["entry_1"]="亢奋效果持续+1回合",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="技能伤害提升300%",
|
["entry_3"]="技能伤害提升300%",
|
||||||
["rougedesc"]="血祭修女技能释放后为团队附加<color=#049500>亢奋</color>效果3回合"
|
["rougedesc"]="血祭修女技能释放后为团队附加<color=#5bff5f>亢奋</color>效果3回合"
|
||||||
},
|
},
|
||||||
[1600123]={
|
[1600123]={
|
||||||
["desc"]="血祭修女技能释放后为团队附加<color=#049500>亢奋</color>效果2回合",
|
["desc"]="血祭修女技能释放后为团队附加<color=#049500>亢奋</color>效果2回合",
|
||||||
["entry_1"]="亢奋效果持续+1回合",
|
["entry_1"]="亢奋效果持续+1回合",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="技能伤害提升300%",
|
["entry_3"]="技能伤害提升300%",
|
||||||
["rougedesc"]="血祭修女技能释放后为团队附加<color=#049500>亢奋</color>效果3回合"
|
["rougedesc"]="血祭修女技能释放后为团队附加<color=#5bff5f>亢奋</color>效果3回合"
|
||||||
},
|
},
|
||||||
[1600124]={
|
[1600124]={
|
||||||
["desc"]="血祭修女技能释放后为团队附加<color=#049500>亢奋</color>效果2回合",
|
["desc"]="血祭修女技能释放后为团队附加<color=#049500>亢奋</color>效果2回合",
|
||||||
["entry_1"]="亢奋效果持续+1回合",
|
["entry_1"]="亢奋效果持续+1回合",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="技能伤害提升300%",
|
["entry_3"]="技能伤害提升300%",
|
||||||
["rougedesc"]="血祭修女技能释放后为团队附加<color=#049500>亢奋</color>效果3回合,技能伤害增加300%"
|
["rougedesc"]="血祭修女技能释放后为团队附加<color=#5bff5f>亢奋</color>效果3回合,技能伤害增加300%"
|
||||||
},
|
},
|
||||||
[1600131]={
|
[1600131]={
|
||||||
["desc"]="Combo:血祭修女普攻和技能对<color=#049500>灼烧</color>敌人伤害增加10%",
|
["desc"]="Combo:血祭修女普攻和技能对<color=#049500>灼烧</color>敌人伤害增加10%",
|
||||||
@ -1280,28 +1280,28 @@ local skill_rogue = {
|
|||||||
["entry_1"]="眩晕概率提升20%",
|
["entry_1"]="眩晕概率提升20%",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="眩晕回合数+1",
|
["entry_3"]="眩晕回合数+1",
|
||||||
["rougedesc"]="荒野镖客技能有30%几率附加<color=#049500>眩晕</color>,1回合"
|
["rougedesc"]="荒野镖客技能有30%几率附加<color=#5bff5f>眩晕</color>,1回合"
|
||||||
},
|
},
|
||||||
[3300122]={
|
[3300122]={
|
||||||
["desc"]="荒野镖客技能有30%几率附加<color=#049500>眩晕</color>,1回合",
|
["desc"]="荒野镖客技能有30%几率附加<color=#049500>眩晕</color>,1回合",
|
||||||
["entry_1"]="眩晕概率提升20%",
|
["entry_1"]="眩晕概率提升20%",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="眩晕回合数+1",
|
["entry_3"]="眩晕回合数+1",
|
||||||
["rougedesc"]="荒野镖客技能有50%几率附加<color=#049500>眩晕</color>,1回合"
|
["rougedesc"]="荒野镖客技能有50%几率附加<color=#5bff5f>眩晕</color>,1回合"
|
||||||
},
|
},
|
||||||
[3300123]={
|
[3300123]={
|
||||||
["desc"]="荒野镖客技能有30%几率附加<color=#049500>眩晕</color>,1回合",
|
["desc"]="荒野镖客技能有30%几率附加<color=#049500>眩晕</color>,1回合",
|
||||||
["entry_1"]="眩晕概率提升20%",
|
["entry_1"]="眩晕概率提升20%",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="眩晕回合数+1",
|
["entry_3"]="眩晕回合数+1",
|
||||||
["rougedesc"]="荒野镖客技能有50%几率附加<color=#049500>眩晕</color>,1回合"
|
["rougedesc"]="荒野镖客技能有50%几率附加<color=#5bff5f>眩晕</color>,1回合"
|
||||||
},
|
},
|
||||||
[3300124]={
|
[3300124]={
|
||||||
["desc"]="荒野镖客技能有30%几率附加<color=#049500>眩晕</color>,1回合",
|
["desc"]="荒野镖客技能有30%几率附加<color=#049500>眩晕</color>,1回合",
|
||||||
["entry_1"]="眩晕概率提升20%",
|
["entry_1"]="眩晕概率提升20%",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="眩晕回合数+1",
|
["entry_3"]="眩晕回合数+1",
|
||||||
["rougedesc"]="荒野镖客技能有50%几率附加<color=#049500>眩晕</color>,2回合"
|
["rougedesc"]="荒野镖客技能有50%几率附加<color=#5bff5f>眩晕</color>,2回合"
|
||||||
},
|
},
|
||||||
[3300131]={
|
[3300131]={
|
||||||
["desc"]="Combo:荒野镖客技能对<color=#049500>中毒</color>敌人伤害增加30%",
|
["desc"]="Combo:荒野镖客技能对<color=#049500>中毒</color>敌人伤害增加30%",
|
||||||
@ -1392,56 +1392,56 @@ local skill_rogue = {
|
|||||||
["entry_1"]="技能增伤回合数+1",
|
["entry_1"]="技能增伤回合数+1",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="额外附加亢奋,2回合",
|
["entry_3"]="额外附加亢奋,2回合",
|
||||||
["rougedesc"]="光合特工技能释放为团队附加<color=#049500>技能增伤</color>,1回合"
|
["rougedesc"]="光合特工技能释放为团队附加<color=#5bff5f>技能增伤</color>,1回合"
|
||||||
},
|
},
|
||||||
[3400122]={
|
[3400122]={
|
||||||
["desc"]="光合特工技能释放为团队附加<color=#049500>技能增伤</color>,1回合",
|
["desc"]="光合特工技能释放为团队附加<color=#049500>技能增伤</color>,1回合",
|
||||||
["entry_1"]="技能增伤回合数+1",
|
["entry_1"]="技能增伤回合数+1",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="额外附加亢奋,2回合",
|
["entry_3"]="额外附加亢奋,2回合",
|
||||||
["rougedesc"]="光合特工技能释放为团队附加<color=#049500>技能增伤</color>,2回合"
|
["rougedesc"]="光合特工技能释放为团队附加<color=#5bff5f>技能增伤</color>,2回合"
|
||||||
},
|
},
|
||||||
[3400123]={
|
[3400123]={
|
||||||
["desc"]="光合特工技能释放为团队附加<color=#049500>技能增伤</color>,1回合",
|
["desc"]="光合特工技能释放为团队附加<color=#049500>技能增伤</color>,1回合",
|
||||||
["entry_1"]="技能增伤回合数+1",
|
["entry_1"]="技能增伤回合数+1",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="额外附加亢奋,2回合",
|
["entry_3"]="额外附加亢奋,2回合",
|
||||||
["rougedesc"]="光合特工技能释放为团队附加<color=#049500>技能增伤</color>,2回合"
|
["rougedesc"]="光合特工技能释放为团队附加<color=#5bff5f>技能增伤</color>,2回合"
|
||||||
},
|
},
|
||||||
[3400124]={
|
[3400124]={
|
||||||
["desc"]="光合特工技能释放为团队附加<color=#049500>技能增伤</color>,1回合",
|
["desc"]="光合特工技能释放为团队附加<color=#049500>技能增伤</color>,1回合",
|
||||||
["entry_1"]="技能增伤回合数+1",
|
["entry_1"]="技能增伤回合数+1",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="额外附加亢奋,2回合",
|
["entry_3"]="额外附加亢奋,2回合",
|
||||||
["rougedesc"]="光合特工技能释放为团队附加<color=#049500>技能增伤</color>,2回合;<color=#049500>亢奋</color>,2回合"
|
["rougedesc"]="光合特工技能释放为团队附加<color=#5bff5f>技能增伤</color>,2回合;<color=#5bff5f>亢奋</color>,2回合"
|
||||||
},
|
},
|
||||||
[3400131]={
|
[3400131]={
|
||||||
["desc"]="光合特工技能链接超过5个元素,为团队附加<color=#049500>普攻增伤</color>,2回合",
|
["desc"]="光合特工技能链接超过5个元素,为团队附加<color=#049500>普攻增伤</color>,2回合",
|
||||||
["entry_1"]="链接需要元素降低为3个",
|
["entry_1"]="链接需要元素降低为3个",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="额外附加暴伤提升,2回合",
|
["entry_3"]="额外附加暴伤提升,2回合",
|
||||||
["rougedesc"]="光合特工技能链接超过5个元素,为团队附加<color=#049500>普攻增伤</color>,2回合"
|
["rougedesc"]="光合特工技能链接超过5个元素,为团队附加<color=#5bff5f>普攻增伤</color>,2回合"
|
||||||
},
|
},
|
||||||
[3400132]={
|
[3400132]={
|
||||||
["desc"]="光合特工技能链接超过5个元素,为团队附加<color=#049500>普攻增伤</color>,2回合",
|
["desc"]="光合特工技能链接超过5个元素,为团队附加<color=#049500>普攻增伤</color>,2回合",
|
||||||
["entry_1"]="链接需要元素降低为3个",
|
["entry_1"]="链接需要元素降低为3个",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="额外附加暴伤提升,2回合",
|
["entry_3"]="额外附加暴伤提升,2回合",
|
||||||
["rougedesc"]="光合特工技能链接超过3个元素,为团队附加<color=#049500>普攻增伤</color>,2回合"
|
["rougedesc"]="光合特工技能链接超过3个元素,为团队附加<color=#5bff5f>普攻增伤</color>,2回合"
|
||||||
},
|
},
|
||||||
[3400133]={
|
[3400133]={
|
||||||
["desc"]="光合特工技能链接超过5个元素,为团队附加<color=#049500>普攻增伤</color>,2回合",
|
["desc"]="光合特工技能链接超过5个元素,为团队附加<color=#049500>普攻增伤</color>,2回合",
|
||||||
["entry_1"]="链接需要元素降低为3个",
|
["entry_1"]="链接需要元素降低为3个",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="额外附加暴伤提升,2回合",
|
["entry_3"]="额外附加暴伤提升,2回合",
|
||||||
["rougedesc"]="光合特工技能链接超过3个元素,为团队附加<color=#049500>普攻增伤</color>,2回合"
|
["rougedesc"]="光合特工技能链接超过3个元素,为团队附加<color=#5bff5f>普攻增伤</color>,2回合"
|
||||||
},
|
},
|
||||||
[3400134]={
|
[3400134]={
|
||||||
["desc"]="光合特工技能链接超过5个元素,为团队附加<color=#049500>普攻增伤</color>,2回合",
|
["desc"]="光合特工技能链接超过5个元素,为团队附加<color=#049500>普攻增伤</color>,2回合",
|
||||||
["entry_1"]="链接需要元素降低为3个",
|
["entry_1"]="链接需要元素降低为3个",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="额外附加暴伤提升,2回合",
|
["entry_3"]="额外附加暴伤提升,2回合",
|
||||||
["rougedesc"]="光合特工技能链接超过3个元素,为团队附加<color=#049500>普攻增伤</color>,2回合;<color=#049500>暴伤提升</color>,2回合"
|
["rougedesc"]="光合特工技能链接超过3个元素,为团队附加<color=#5bff5f>普攻增伤</color>,2回合;<color=#5bff5f>暴伤提升</color>,2回合"
|
||||||
},
|
},
|
||||||
[3400141]={
|
[3400141]={
|
||||||
["desc"]="光合特工攻击提升5%",
|
["desc"]="光合特工攻击提升5%",
|
||||||
@ -1518,14 +1518,14 @@ local skill_rogue = {
|
|||||||
["entry_1"]="技能命中附加中毒,1回合",
|
["entry_1"]="技能命中附加中毒,1回合",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="中毒伤害提升100%",
|
["entry_3"]="中毒伤害提升100%",
|
||||||
["rougedesc"]="树懒镖师技能伤害提升300%,技能附加<color=#049500>中毒</color>,1回合。"
|
["rougedesc"]="树懒镖师技能伤害提升300%,技能附加<color=#5bff5f>中毒</color>,1回合。"
|
||||||
},
|
},
|
||||||
[3500124]={
|
[3500124]={
|
||||||
["desc"]="树懒镖师技能伤害提升300%",
|
["desc"]="树懒镖师技能伤害提升300%",
|
||||||
["entry_1"]="技能命中附加中毒,1回合",
|
["entry_1"]="技能命中附加中毒,1回合",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="中毒伤害提升100%",
|
["entry_3"]="中毒伤害提升100%",
|
||||||
["rougedesc"]="树懒镖师技能伤害提升300%,技能附加<color=#049500>中毒</color>,1回合。"
|
["rougedesc"]="树懒镖师技能伤害提升300%,技能附加<color=#5bff5f>中毒</color>,1回合。"
|
||||||
},
|
},
|
||||||
[3500131]={
|
[3500131]={
|
||||||
["desc"]="Combo:树懒镖师技能命中<color=#5bff5f>中毒</color>敌人有50%几率额外附加1层<color=#5bff5f>中毒</color>,2回合",
|
["desc"]="Combo:树懒镖师技能命中<color=#5bff5f>中毒</color>敌人有50%几率额外附加1层<color=#5bff5f>中毒</color>,2回合",
|
||||||
@ -1616,28 +1616,28 @@ local skill_rogue = {
|
|||||||
["entry_1"]="易伤效果提高",
|
["entry_1"]="易伤效果提高",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="易伤回合数+1",
|
["entry_3"]="易伤回合数+1",
|
||||||
["rougedesc"]="快递仙人技能命附加<color=#049500>易伤</color>的概率提高至100%"
|
["rougedesc"]="快递仙人技能命附加<color=#5bff5f>易伤</color>的概率提高至100%"
|
||||||
},
|
},
|
||||||
[3500222]={
|
[3500222]={
|
||||||
["desc"]="快递仙人技能命附加<color=#049500>易伤</color>的概率提高至100%",
|
["desc"]="快递仙人技能命附加<color=#049500>易伤</color>的概率提高至100%",
|
||||||
["entry_1"]="易伤效果提高",
|
["entry_1"]="易伤效果提高",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="易伤回合数+1",
|
["entry_3"]="易伤回合数+1",
|
||||||
["rougedesc"]="快递仙人技能命附加<color=#049500>易伤</color>的概率提高至100%"
|
["rougedesc"]="快递仙人技能命附加<color=#5bff5f>易伤</color>的概率提高至100%"
|
||||||
},
|
},
|
||||||
[3500223]={
|
[3500223]={
|
||||||
["desc"]="快递仙人技能命附加<color=#049500>易伤</color>的概率提高至100%",
|
["desc"]="快递仙人技能命附加<color=#049500>易伤</color>的概率提高至100%",
|
||||||
["entry_1"]="易伤效果提高",
|
["entry_1"]="易伤效果提高",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="易伤回合数+1",
|
["entry_3"]="易伤回合数+1",
|
||||||
["rougedesc"]="快递仙人技能命附加<color=#049500>易伤</color>的概率提高至100%"
|
["rougedesc"]="快递仙人技能命附加<color=#5bff5f>易伤</color>的概率提高至100%"
|
||||||
},
|
},
|
||||||
[3500224]={
|
[3500224]={
|
||||||
["desc"]="快递仙人技能命附加<color=#049500>易伤</color>的概率提高至100%",
|
["desc"]="快递仙人技能命附加<color=#049500>易伤</color>的概率提高至100%",
|
||||||
["entry_1"]="易伤效果提高",
|
["entry_1"]="易伤效果提高",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="易伤回合数+1",
|
["entry_3"]="易伤回合数+1",
|
||||||
["rougedesc"]="快递仙人技能命附加<color=#049500>易伤</color>的概率提高至100%,<color=#049500>易伤</color>回合数提升至2回合"
|
["rougedesc"]="快递仙人技能命附加<color=#5bff5f>易伤</color>的概率提高至100%,<color=#5bff5f>易伤</color>回合数提升至2回合"
|
||||||
},
|
},
|
||||||
[3500231]={
|
[3500231]={
|
||||||
["desc"]="快递仙人攻击提升5%",
|
["desc"]="快递仙人攻击提升5%",
|
||||||
@ -1980,28 +1980,28 @@ local skill_rogue = {
|
|||||||
["entry_1"]="增伤提升至80%",
|
["entry_1"]="增伤提升至80%",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="增伤提升至120%",
|
["entry_3"]="增伤提升至120%",
|
||||||
["rougedesc"]="Combo:外卖天使普攻和技能对<color=#049500>灼烧</color>敌人增伤50%"
|
["rougedesc"]="Combo:外卖天使普攻和技能对<color=#5bff5f>灼烧</color>敌人增伤50%"
|
||||||
},
|
},
|
||||||
[4500132]={
|
[4500132]={
|
||||||
["desc"]="Combo:外卖天使普攻和技能对<color=#049500>灼烧</color>敌人增伤50%",
|
["desc"]="Combo:外卖天使普攻和技能对<color=#049500>灼烧</color>敌人增伤50%",
|
||||||
["entry_1"]="增伤提升至80%",
|
["entry_1"]="增伤提升至80%",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="增伤提升至120%",
|
["entry_3"]="增伤提升至120%",
|
||||||
["rougedesc"]="Combo:外卖天使普攻和技能对<color=#049500>灼烧</color>敌人增伤80%"
|
["rougedesc"]="Combo:外卖天使普攻和技能对<color=#5bff5f>灼烧</color>敌人增伤80%"
|
||||||
},
|
},
|
||||||
[4500133]={
|
[4500133]={
|
||||||
["desc"]="Combo:外卖天使普攻和技能对<color=#049500>灼烧</color>敌人增伤50%",
|
["desc"]="Combo:外卖天使普攻和技能对<color=#049500>灼烧</color>敌人增伤50%",
|
||||||
["entry_1"]="增伤提升至80%",
|
["entry_1"]="增伤提升至80%",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="增伤提升至120%",
|
["entry_3"]="增伤提升至120%",
|
||||||
["rougedesc"]="Combo:外卖天使普攻和技能对<color=#049500>灼烧</color>敌人增伤80%"
|
["rougedesc"]="Combo:外卖天使普攻和技能对<color=#5bff5f>灼烧</color>敌人增伤80%"
|
||||||
},
|
},
|
||||||
[4500134]={
|
[4500134]={
|
||||||
["desc"]="Combo:外卖天使普攻和技能对<color=#049500>灼烧</color>敌人增伤50%",
|
["desc"]="Combo:外卖天使普攻和技能对<color=#049500>灼烧</color>敌人增伤50%",
|
||||||
["entry_1"]="增伤提升至80%",
|
["entry_1"]="增伤提升至80%",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="增伤提升至120%",
|
["entry_3"]="增伤提升至120%",
|
||||||
["rougedesc"]="Combo:外卖天使普攻和技能对<color=#049500>灼烧</color>敌人增伤120%"
|
["rougedesc"]="Combo:外卖天使普攻和技能对<color=#5bff5f>灼烧</color>敌人增伤120%"
|
||||||
},
|
},
|
||||||
[4500141]={
|
[4500141]={
|
||||||
["desc"]="外卖天使普攻有20%几率附加<color=#049500>冰霜</color>1回合",
|
["desc"]="外卖天使普攻有20%几率附加<color=#049500>冰霜</color>1回合",
|
||||||
@ -2512,28 +2512,28 @@ local skill_rogue = {
|
|||||||
["entry_1"]="反击回合数+1",
|
["entry_1"]="反击回合数+1",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="技能伤害提升300%",
|
["entry_3"]="技能伤害提升300%",
|
||||||
["rougedesc"]="血族快递伯爵技能的<color=#049500>反击</color>概率提升至100%"
|
["rougedesc"]="血族快递伯爵技能的<color=#5bff5f>反击</color>概率提升至100%"
|
||||||
},
|
},
|
||||||
[5500222]={
|
[5500222]={
|
||||||
["desc"]="血族快递伯爵技能的<color=#049500>反击</color>概率提升至100%",
|
["desc"]="血族快递伯爵技能的<color=#049500>反击</color>概率提升至100%",
|
||||||
["entry_1"]="反击回合数+1",
|
["entry_1"]="反击回合数+1",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="技能伤害提升300%",
|
["entry_3"]="技能伤害提升300%",
|
||||||
["rougedesc"]="血族快递伯爵技能的<color=#049500>反击</color>概率提升至100%,<color=#049500>反击</color>回合数+1"
|
["rougedesc"]="血族快递伯爵技能的<color=#5bff5f>反击</color>概率提升至100%,<color=#5bff5f>反击</color>回合数+1"
|
||||||
},
|
},
|
||||||
[5500223]={
|
[5500223]={
|
||||||
["desc"]="血族快递伯爵技能的<color=#049500>反击</color>概率提升至100%",
|
["desc"]="血族快递伯爵技能的<color=#049500>反击</color>概率提升至100%",
|
||||||
["entry_1"]="反击回合数+1",
|
["entry_1"]="反击回合数+1",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="技能伤害提升300%",
|
["entry_3"]="技能伤害提升300%",
|
||||||
["rougedesc"]="血族快递伯爵技能的<color=#049500>反击</color>概率提升至100%,<color=#049500>反击</color>回合数+1"
|
["rougedesc"]="血族快递伯爵技能的<color=#5bff5f>反击</color>概率提升至100%,<color=#5bff5f>反击</color>回合数+1"
|
||||||
},
|
},
|
||||||
[5500224]={
|
[5500224]={
|
||||||
["desc"]="血族快递伯爵技能的<color=#049500>反击</color>概率提升至100%",
|
["desc"]="血族快递伯爵技能的<color=#049500>反击</color>概率提升至100%",
|
||||||
["entry_1"]="反击回合数+1",
|
["entry_1"]="反击回合数+1",
|
||||||
["entry_2"]="战斗中直接生效!",
|
["entry_2"]="战斗中直接生效!",
|
||||||
["entry_3"]="技能伤害提升300%",
|
["entry_3"]="技能伤害提升300%",
|
||||||
["rougedesc"]="血族快递伯爵技能伤害提升300%,<color=#049500>反击</color>概率提升至100%,<color=#049500>反击</color>回合数+1"
|
["rougedesc"]="血族快递伯爵技能伤害提升300%,<color=#5bff5f>反击</color>概率提升至100%,<color=#5bff5f>反击</color>回合数+1"
|
||||||
},
|
},
|
||||||
[5500231]={
|
[5500231]={
|
||||||
["desc"]="血族快递伯爵攻击提升5%",
|
["desc"]="血族快递伯爵攻击提升5%",
|
||||||
|
|||||||
@ -31,77 +31,77 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["id"]=7,
|
["id"]=7,
|
||||||
["desc"]="CRIT Rate +{0}%",
|
["desc"]="CRIT Rate +{0}",
|
||||||
["name"]="attr_crit_red"
|
["name"]="attr_crit_red"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["id"]=8,
|
["id"]=8,
|
||||||
["desc"]="CRIT Rate +{0}%",
|
["desc"]="CRIT Rate +{0}",
|
||||||
["name"]="attr_crit_yellow"
|
["name"]="attr_crit_yellow"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["id"]=9,
|
["id"]=9,
|
||||||
["desc"]="CRIT Rate +{0}%",
|
["desc"]="CRIT Rate +{0}",
|
||||||
["name"]="attr_crit_green"
|
["name"]="attr_crit_green"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["id"]=10,
|
["id"]=10,
|
||||||
["desc"]="CRIT Rate +{0}%",
|
["desc"]="CRIT Rate +{0}",
|
||||||
["name"]="attr_crit_blue"
|
["name"]="attr_crit_blue"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["id"]=11,
|
["id"]=11,
|
||||||
["desc"]="CRIT Rate +{0}%",
|
["desc"]="CRIT Rate +{0}",
|
||||||
["name"]="attr_crit_purple"
|
["name"]="attr_crit_purple"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["id"]=12,
|
["id"]=12,
|
||||||
["desc"]="CRIT DMG +{0}%",
|
["desc"]="CRIT DMG +{0}",
|
||||||
["name"]="attr_crit_time_red"
|
["name"]="attr_crit_time_red"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["id"]=13,
|
["id"]=13,
|
||||||
["desc"]="CRIT DMG +{0}%",
|
["desc"]="CRIT DMG +{0}",
|
||||||
["name"]="attr_crit_time_yellow"
|
["name"]="attr_crit_time_yellow"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["id"]=14,
|
["id"]=14,
|
||||||
["desc"]="CRIT DMG +{0}%",
|
["desc"]="CRIT DMG +{0}",
|
||||||
["name"]="attr_crit_time_green"
|
["name"]="attr_crit_time_green"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["id"]=15,
|
["id"]=15,
|
||||||
["desc"]="CRIT DMG +{0}%",
|
["desc"]="CRIT DMG +{0}",
|
||||||
["name"]="attr_crit_time_blue"
|
["name"]="attr_crit_time_blue"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["id"]=16,
|
["id"]=16,
|
||||||
["desc"]="CRIT DMG +{0}%",
|
["desc"]="CRIT DMG +{0}",
|
||||||
["name"]="attr_crit_time_purple"
|
["name"]="attr_crit_time_purple"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["id"]=17,
|
["id"]=17,
|
||||||
["desc"]="Healing Effect +{0}%",
|
["desc"]="Healing Effect +{0}",
|
||||||
["name"]="attr_cured_red"
|
["name"]="attr_cured_red"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["id"]=18,
|
["id"]=18,
|
||||||
["desc"]="Healing Effect +{0}%",
|
["desc"]="Healing Effect +{0}",
|
||||||
["name"]="attr_cured_yellow"
|
["name"]="attr_cured_yellow"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["id"]=19,
|
["id"]=19,
|
||||||
["desc"]="Healing Effect +{0}%",
|
["desc"]="Healing Effect +{0}",
|
||||||
["name"]="attr_cured_green"
|
["name"]="attr_cured_green"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["id"]=20,
|
["id"]=20,
|
||||||
["desc"]="Healing Effect +{0}%",
|
["desc"]="Healing Effect +{0}",
|
||||||
["name"]="attr_cured_blue"
|
["name"]="attr_cured_blue"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["id"]=21,
|
["id"]=21,
|
||||||
["desc"]="Healing Effect +{0}%",
|
["desc"]="Healing Effect +{0}",
|
||||||
["name"]="attr_cured_purple"
|
["name"]="attr_cured_purple"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
@ -126,27 +126,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["id"]=27,
|
["id"]=27,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_red"
|
["name"]="attr_hpp_red"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["id"]=28,
|
["id"]=28,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_yellow"
|
["name"]="attr_hpp_yellow"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["id"]=29,
|
["id"]=29,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_green"
|
["name"]="attr_hpp_green"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["id"]=30,
|
["id"]=30,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_blue"
|
["name"]="attr_hpp_blue"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["id"]=31,
|
["id"]=31,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_purple"
|
["name"]="attr_hpp_purple"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
@ -201,52 +201,52 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["id"]=42,
|
["id"]=42,
|
||||||
["desc"]="Normal Attack DMG +{0}%",
|
["desc"]="Normal Attack DMG +{0}",
|
||||||
["name"]="attr_normal_hurtp_red"
|
["name"]="attr_normal_hurtp_red"
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["id"]=43,
|
["id"]=43,
|
||||||
["desc"]="Normal Attack DMG +{0}%",
|
["desc"]="Normal Attack DMG +{0}",
|
||||||
["name"]="attr_normal_hurtp_yellow"
|
["name"]="attr_normal_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["id"]=44,
|
["id"]=44,
|
||||||
["desc"]="Normal Attack DMG +{0}%",
|
["desc"]="Normal Attack DMG +{0}",
|
||||||
["name"]="attr_normal_hurtp_green"
|
["name"]="attr_normal_hurtp_green"
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["id"]=45,
|
["id"]=45,
|
||||||
["desc"]="Normal Attack DMG +{0}%",
|
["desc"]="Normal Attack DMG +{0}",
|
||||||
["name"]="attr_normal_hurtp_blue"
|
["name"]="attr_normal_hurtp_blue"
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["id"]=46,
|
["id"]=46,
|
||||||
["desc"]="Normal Attack DMG +{0}%",
|
["desc"]="Normal Attack DMG +{0}",
|
||||||
["name"]="attr_normal_hurtp_purple"
|
["name"]="attr_normal_hurtp_purple"
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["id"]=47,
|
["id"]=47,
|
||||||
["desc"]="Skill DMG +{0}%",
|
["desc"]="Skill DMG +{0}",
|
||||||
["name"]="attr_skill_hurtp_red"
|
["name"]="attr_skill_hurtp_red"
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["id"]=48,
|
["id"]=48,
|
||||||
["desc"]="Skill DMG +{0}%",
|
["desc"]="Skill DMG +{0}",
|
||||||
["name"]="attr_skill_hurtp_yellow"
|
["name"]="attr_skill_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["id"]=49,
|
["id"]=49,
|
||||||
["desc"]="Skill DMG +{0}%",
|
["desc"]="Skill DMG +{0}",
|
||||||
["name"]="attr_skill_hurtp_green"
|
["name"]="attr_skill_hurtp_green"
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["id"]=50,
|
["id"]=50,
|
||||||
["desc"]="Skill DMG +{0}%",
|
["desc"]="Skill DMG +{0}",
|
||||||
["name"]="attr_skill_hurtp_blue"
|
["name"]="attr_skill_hurtp_blue"
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["id"]=51,
|
["id"]=51,
|
||||||
["desc"]="Skill DMG +{0}%",
|
["desc"]="Skill DMG +{0}",
|
||||||
["name"]="attr_skill_hurtp_purple"
|
["name"]="attr_skill_hurtp_purple"
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
@ -276,27 +276,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[57]={
|
[57]={
|
||||||
["id"]=57,
|
["id"]=57,
|
||||||
["desc"]="All damage increases by {0}%",
|
["desc"]="All damage increases by {0}",
|
||||||
["name"]="attr_all_hurtp_red"
|
["name"]="attr_all_hurtp_red"
|
||||||
},
|
},
|
||||||
[58]={
|
[58]={
|
||||||
["id"]=58,
|
["id"]=58,
|
||||||
["desc"]="All damage increases by {0}%",
|
["desc"]="All damage increases by {0}",
|
||||||
["name"]="attr_all_hurtp_yellow"
|
["name"]="attr_all_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[59]={
|
[59]={
|
||||||
["id"]=59,
|
["id"]=59,
|
||||||
["desc"]="All damage increases by {0}%",
|
["desc"]="All damage increases by {0}",
|
||||||
["name"]="attr_all_hurtp_green"
|
["name"]="attr_all_hurtp_green"
|
||||||
},
|
},
|
||||||
[60]={
|
[60]={
|
||||||
["id"]=60,
|
["id"]=60,
|
||||||
["desc"]="All damage increases by {0}%",
|
["desc"]="All damage increases by {0}",
|
||||||
["name"]="attr_all_hurtp_blue"
|
["name"]="attr_all_hurtp_blue"
|
||||||
},
|
},
|
||||||
[61]={
|
[61]={
|
||||||
["id"]=61,
|
["id"]=61,
|
||||||
["desc"]="All damage increases by {0}%",
|
["desc"]="All damage increases by {0}",
|
||||||
["name"]="attr_all_hurtp_purple"
|
["name"]="attr_all_hurtp_purple"
|
||||||
},
|
},
|
||||||
[62]={
|
[62]={
|
||||||
|
|||||||
@ -31,77 +31,77 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["id"]=7,
|
["id"]=7,
|
||||||
["desc"]="Tasa de golpe crítico +{0}%",
|
["desc"]="Tasa de golpe crítico +{0}",
|
||||||
["name"]="attr_crit_red"
|
["name"]="attr_crit_red"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["id"]=8,
|
["id"]=8,
|
||||||
["desc"]="Tasa de golpe crítico +{0}%",
|
["desc"]="Tasa de golpe crítico +{0}",
|
||||||
["name"]="attr_crit_yellow"
|
["name"]="attr_crit_yellow"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["id"]=9,
|
["id"]=9,
|
||||||
["desc"]="Tasa de golpe crítico +{0}%",
|
["desc"]="Tasa de golpe crítico +{0}",
|
||||||
["name"]="attr_crit_green"
|
["name"]="attr_crit_green"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["id"]=10,
|
["id"]=10,
|
||||||
["desc"]="Tasa de golpe crítico +{0}%",
|
["desc"]="Tasa de golpe crítico +{0}",
|
||||||
["name"]="attr_crit_blue"
|
["name"]="attr_crit_blue"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["id"]=11,
|
["id"]=11,
|
||||||
["desc"]="Tasa de golpe crítico +{0}%",
|
["desc"]="Tasa de golpe crítico +{0}",
|
||||||
["name"]="attr_crit_purple"
|
["name"]="attr_crit_purple"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["id"]=12,
|
["id"]=12,
|
||||||
["desc"]="Daño de golpe crítico aumenta en {0}%",
|
["desc"]="Daño de golpe crítico aumenta en {0}",
|
||||||
["name"]="attr_crit_time_red"
|
["name"]="attr_crit_time_red"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["id"]=13,
|
["id"]=13,
|
||||||
["desc"]="Daño de golpe crítico aumenta en {0}%",
|
["desc"]="Daño de golpe crítico aumenta en {0}",
|
||||||
["name"]="attr_crit_time_yellow"
|
["name"]="attr_crit_time_yellow"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["id"]=14,
|
["id"]=14,
|
||||||
["desc"]="Daño de golpe crítico aumenta en {0}%",
|
["desc"]="Daño de golpe crítico aumenta en {0}",
|
||||||
["name"]="attr_crit_time_green"
|
["name"]="attr_crit_time_green"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["id"]=15,
|
["id"]=15,
|
||||||
["desc"]="Daño de golpe crítico aumenta en {0}%",
|
["desc"]="Daño de golpe crítico aumenta en {0}",
|
||||||
["name"]="attr_crit_time_blue"
|
["name"]="attr_crit_time_blue"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["id"]=16,
|
["id"]=16,
|
||||||
["desc"]="Daño de golpe crítico aumenta en {0}%",
|
["desc"]="Daño de golpe crítico aumenta en {0}",
|
||||||
["name"]="attr_crit_time_purple"
|
["name"]="attr_crit_time_purple"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["id"]=17,
|
["id"]=17,
|
||||||
["desc"]="Efecto curativo aumenta en {0}%",
|
["desc"]="Efecto curativo aumenta en {0}",
|
||||||
["name"]="attr_cured_red"
|
["name"]="attr_cured_red"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["id"]=18,
|
["id"]=18,
|
||||||
["desc"]="Efecto curativo aumenta en {0}%",
|
["desc"]="Efecto curativo aumenta en {0}",
|
||||||
["name"]="attr_cured_yellow"
|
["name"]="attr_cured_yellow"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["id"]=19,
|
["id"]=19,
|
||||||
["desc"]="Efecto curativo aumenta en {0}%",
|
["desc"]="Efecto curativo aumenta en {0}",
|
||||||
["name"]="attr_cured_green"
|
["name"]="attr_cured_green"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["id"]=20,
|
["id"]=20,
|
||||||
["desc"]="Efecto curativo aumenta en {0}%",
|
["desc"]="Efecto curativo aumenta en {0}",
|
||||||
["name"]="attr_cured_blue"
|
["name"]="attr_cured_blue"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["id"]=21,
|
["id"]=21,
|
||||||
["desc"]="Efecto curativo aumenta en {0}%",
|
["desc"]="Efecto curativo aumenta en {0}",
|
||||||
["name"]="attr_cured_purple"
|
["name"]="attr_cured_purple"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
@ -126,27 +126,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["id"]=27,
|
["id"]=27,
|
||||||
["desc"]="Vida aumenta en {0}%",
|
["desc"]="Vida aumenta en {0}",
|
||||||
["name"]="attr_hpp_red"
|
["name"]="attr_hpp_red"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["id"]=28,
|
["id"]=28,
|
||||||
["desc"]="Vida aumenta en {0}%",
|
["desc"]="Vida aumenta en {0}",
|
||||||
["name"]="attr_hpp_yellow"
|
["name"]="attr_hpp_yellow"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["id"]=29,
|
["id"]=29,
|
||||||
["desc"]="Vida aumenta en {0}%",
|
["desc"]="Vida aumenta en {0}",
|
||||||
["name"]="attr_hpp_green"
|
["name"]="attr_hpp_green"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["id"]=30,
|
["id"]=30,
|
||||||
["desc"]="Vida aumenta en {0}%",
|
["desc"]="Vida aumenta en {0}",
|
||||||
["name"]="attr_hpp_blue"
|
["name"]="attr_hpp_blue"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["id"]=31,
|
["id"]=31,
|
||||||
["desc"]="Vida aumenta en {0}%",
|
["desc"]="Vida aumenta en {0}",
|
||||||
["name"]="attr_hpp_purple"
|
["name"]="attr_hpp_purple"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
@ -201,52 +201,52 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["id"]=42,
|
["id"]=42,
|
||||||
["desc"]="Daño de ataque común aumenta en {0}%",
|
["desc"]="Daño de ataque común aumenta en {0}",
|
||||||
["name"]="attr_normal_hurtp_red"
|
["name"]="attr_normal_hurtp_red"
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["id"]=43,
|
["id"]=43,
|
||||||
["desc"]="Daño de ataque común aumenta en {0}%",
|
["desc"]="Daño de ataque común aumenta en {0}",
|
||||||
["name"]="attr_normal_hurtp_yellow"
|
["name"]="attr_normal_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["id"]=44,
|
["id"]=44,
|
||||||
["desc"]="Daño de ataque común aumenta en {0}%",
|
["desc"]="Daño de ataque común aumenta en {0}",
|
||||||
["name"]="attr_normal_hurtp_green"
|
["name"]="attr_normal_hurtp_green"
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["id"]=45,
|
["id"]=45,
|
||||||
["desc"]="Daño de ataque común aumenta en {0}%",
|
["desc"]="Daño de ataque común aumenta en {0}",
|
||||||
["name"]="attr_normal_hurtp_blue"
|
["name"]="attr_normal_hurtp_blue"
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["id"]=46,
|
["id"]=46,
|
||||||
["desc"]="Daño de ataque común aumenta en {0}%",
|
["desc"]="Daño de ataque común aumenta en {0}",
|
||||||
["name"]="attr_normal_hurtp_purple"
|
["name"]="attr_normal_hurtp_purple"
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["id"]=47,
|
["id"]=47,
|
||||||
["desc"]="Daño de habilidad aumenta en {0}%",
|
["desc"]="Daño de habilidad aumenta en {0}",
|
||||||
["name"]="attr_skill_hurtp_red"
|
["name"]="attr_skill_hurtp_red"
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["id"]=48,
|
["id"]=48,
|
||||||
["desc"]="Daño de habilidad aumenta en {0}%",
|
["desc"]="Daño de habilidad aumenta en {0}",
|
||||||
["name"]="attr_skill_hurtp_yellow"
|
["name"]="attr_skill_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["id"]=49,
|
["id"]=49,
|
||||||
["desc"]="Daño de habilidad aumenta en {0}%",
|
["desc"]="Daño de habilidad aumenta en {0}",
|
||||||
["name"]="attr_skill_hurtp_green"
|
["name"]="attr_skill_hurtp_green"
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["id"]=50,
|
["id"]=50,
|
||||||
["desc"]="Daño de habilidad aumenta en {0}%",
|
["desc"]="Daño de habilidad aumenta en {0}",
|
||||||
["name"]="attr_skill_hurtp_blue"
|
["name"]="attr_skill_hurtp_blue"
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["id"]=51,
|
["id"]=51,
|
||||||
["desc"]="Daño de habilidad aumenta en {0}%",
|
["desc"]="Daño de habilidad aumenta en {0}",
|
||||||
["name"]="attr_skill_hurtp_purple"
|
["name"]="attr_skill_hurtp_purple"
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
@ -276,27 +276,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[57]={
|
[57]={
|
||||||
["id"]=57,
|
["id"]=57,
|
||||||
["desc"]="Todo el daño aumenta en {0}%",
|
["desc"]="Todo el daño aumenta en {0}",
|
||||||
["name"]="attr_all_hurtp_red"
|
["name"]="attr_all_hurtp_red"
|
||||||
},
|
},
|
||||||
[58]={
|
[58]={
|
||||||
["id"]=58,
|
["id"]=58,
|
||||||
["desc"]="Todo el daño aumenta en {0}%",
|
["desc"]="Todo el daño aumenta en {0}",
|
||||||
["name"]="attr_all_hurtp_yellow"
|
["name"]="attr_all_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[59]={
|
[59]={
|
||||||
["id"]=59,
|
["id"]=59,
|
||||||
["desc"]="Todo el daño aumenta en {0}%",
|
["desc"]="Todo el daño aumenta en {0}",
|
||||||
["name"]="attr_all_hurtp_green"
|
["name"]="attr_all_hurtp_green"
|
||||||
},
|
},
|
||||||
[60]={
|
[60]={
|
||||||
["id"]=60,
|
["id"]=60,
|
||||||
["desc"]="Todo el daño aumenta en {0}%",
|
["desc"]="Todo el daño aumenta en {0}",
|
||||||
["name"]="attr_all_hurtp_blue"
|
["name"]="attr_all_hurtp_blue"
|
||||||
},
|
},
|
||||||
[61]={
|
[61]={
|
||||||
["id"]=61,
|
["id"]=61,
|
||||||
["desc"]="Todo el daño aumenta en {0}%",
|
["desc"]="Todo el daño aumenta en {0}",
|
||||||
["name"]="attr_all_hurtp_purple"
|
["name"]="attr_all_hurtp_purple"
|
||||||
},
|
},
|
||||||
[62]={
|
[62]={
|
||||||
|
|||||||
@ -31,77 +31,77 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["id"]=7,
|
["id"]=7,
|
||||||
["desc"]="Crit Rate +{0}%",
|
["desc"]="Crit Rate +{0}",
|
||||||
["name"]="attr_crit_red"
|
["name"]="attr_crit_red"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["id"]=8,
|
["id"]=8,
|
||||||
["desc"]="Crit Rate +{0}%",
|
["desc"]="Crit Rate +{0}",
|
||||||
["name"]="attr_crit_yellow"
|
["name"]="attr_crit_yellow"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["id"]=9,
|
["id"]=9,
|
||||||
["desc"]="Crit Rate +{0}%",
|
["desc"]="Crit Rate +{0}",
|
||||||
["name"]="attr_crit_green"
|
["name"]="attr_crit_green"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["id"]=10,
|
["id"]=10,
|
||||||
["desc"]="Crit Rate +{0}%",
|
["desc"]="Crit Rate +{0}",
|
||||||
["name"]="attr_crit_blue"
|
["name"]="attr_crit_blue"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["id"]=11,
|
["id"]=11,
|
||||||
["desc"]="Crit Rate +{0}%",
|
["desc"]="Crit Rate +{0}",
|
||||||
["name"]="attr_crit_purple"
|
["name"]="attr_crit_purple"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["id"]=12,
|
["id"]=12,
|
||||||
["desc"]="Crit DMG +{0}%",
|
["desc"]="Crit DMG +{0}",
|
||||||
["name"]="attr_crit_time_red"
|
["name"]="attr_crit_time_red"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["id"]=13,
|
["id"]=13,
|
||||||
["desc"]="Crit DMG +{0}%",
|
["desc"]="Crit DMG +{0}",
|
||||||
["name"]="attr_crit_time_yellow"
|
["name"]="attr_crit_time_yellow"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["id"]=14,
|
["id"]=14,
|
||||||
["desc"]="Crit DMG +{0}%",
|
["desc"]="Crit DMG +{0}",
|
||||||
["name"]="attr_crit_time_green"
|
["name"]="attr_crit_time_green"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["id"]=15,
|
["id"]=15,
|
||||||
["desc"]="Crit DMG +{0}%",
|
["desc"]="Crit DMG +{0}",
|
||||||
["name"]="attr_crit_time_blue"
|
["name"]="attr_crit_time_blue"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["id"]=16,
|
["id"]=16,
|
||||||
["desc"]="Crit DMG +{0}%",
|
["desc"]="Crit DMG +{0}",
|
||||||
["name"]="attr_crit_time_purple"
|
["name"]="attr_crit_time_purple"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["id"]=17,
|
["id"]=17,
|
||||||
["desc"]="Efek Heal +{0}%",
|
["desc"]="Efek Heal +{0}",
|
||||||
["name"]="attr_cured_red"
|
["name"]="attr_cured_red"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["id"]=18,
|
["id"]=18,
|
||||||
["desc"]="Efek Heal +{0}%",
|
["desc"]="Efek Heal +{0}",
|
||||||
["name"]="attr_cured_yellow"
|
["name"]="attr_cured_yellow"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["id"]=19,
|
["id"]=19,
|
||||||
["desc"]="Efek Heal +{0}%",
|
["desc"]="Efek Heal +{0}",
|
||||||
["name"]="attr_cured_green"
|
["name"]="attr_cured_green"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["id"]=20,
|
["id"]=20,
|
||||||
["desc"]="Efek Heal +{0}%",
|
["desc"]="Efek Heal +{0}",
|
||||||
["name"]="attr_cured_blue"
|
["name"]="attr_cured_blue"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["id"]=21,
|
["id"]=21,
|
||||||
["desc"]="Efek Heal +{0}%",
|
["desc"]="Efek Heal +{0}",
|
||||||
["name"]="attr_cured_purple"
|
["name"]="attr_cured_purple"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
@ -126,27 +126,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["id"]=27,
|
["id"]=27,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_red"
|
["name"]="attr_hpp_red"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["id"]=28,
|
["id"]=28,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_yellow"
|
["name"]="attr_hpp_yellow"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["id"]=29,
|
["id"]=29,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_green"
|
["name"]="attr_hpp_green"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["id"]=30,
|
["id"]=30,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_blue"
|
["name"]="attr_hpp_blue"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["id"]=31,
|
["id"]=31,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_purple"
|
["name"]="attr_hpp_purple"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
@ -201,52 +201,52 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["id"]=42,
|
["id"]=42,
|
||||||
["desc"]="DMG ATK Normal +{0}%",
|
["desc"]="DMG ATK Normal +{0}",
|
||||||
["name"]="attr_normal_hurtp_red"
|
["name"]="attr_normal_hurtp_red"
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["id"]=43,
|
["id"]=43,
|
||||||
["desc"]="DMG ATK Normal +{0}%",
|
["desc"]="DMG ATK Normal +{0}",
|
||||||
["name"]="attr_normal_hurtp_yellow"
|
["name"]="attr_normal_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["id"]=44,
|
["id"]=44,
|
||||||
["desc"]="DMG ATK Normal +{0}%",
|
["desc"]="DMG ATK Normal +{0}",
|
||||||
["name"]="attr_normal_hurtp_green"
|
["name"]="attr_normal_hurtp_green"
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["id"]=45,
|
["id"]=45,
|
||||||
["desc"]="DMG ATK Normal +{0}%",
|
["desc"]="DMG ATK Normal +{0}",
|
||||||
["name"]="attr_normal_hurtp_blue"
|
["name"]="attr_normal_hurtp_blue"
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["id"]=46,
|
["id"]=46,
|
||||||
["desc"]="DMG ATK Normal +{0}%",
|
["desc"]="DMG ATK Normal +{0}",
|
||||||
["name"]="attr_normal_hurtp_purple"
|
["name"]="attr_normal_hurtp_purple"
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["id"]=47,
|
["id"]=47,
|
||||||
["desc"]="Skill DMG +{0}%",
|
["desc"]="Skill DMG +{0}",
|
||||||
["name"]="attr_skill_hurtp_red"
|
["name"]="attr_skill_hurtp_red"
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["id"]=48,
|
["id"]=48,
|
||||||
["desc"]="Skill DMG +{0}%",
|
["desc"]="Skill DMG +{0}",
|
||||||
["name"]="attr_skill_hurtp_yellow"
|
["name"]="attr_skill_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["id"]=49,
|
["id"]=49,
|
||||||
["desc"]="Skill DMG +{0}%",
|
["desc"]="Skill DMG +{0}",
|
||||||
["name"]="attr_skill_hurtp_green"
|
["name"]="attr_skill_hurtp_green"
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["id"]=50,
|
["id"]=50,
|
||||||
["desc"]="Skill DMG +{0}%",
|
["desc"]="Skill DMG +{0}",
|
||||||
["name"]="attr_skill_hurtp_blue"
|
["name"]="attr_skill_hurtp_blue"
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["id"]=51,
|
["id"]=51,
|
||||||
["desc"]="Skill DMG +{0}%",
|
["desc"]="Skill DMG +{0}",
|
||||||
["name"]="attr_skill_hurtp_purple"
|
["name"]="attr_skill_hurtp_purple"
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
@ -276,27 +276,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[57]={
|
[57]={
|
||||||
["id"]=57,
|
["id"]=57,
|
||||||
["desc"]="Semua DMG meningkat {0}%",
|
["desc"]="Semua DMG meningkat {0}",
|
||||||
["name"]="attr_all_hurtp_red"
|
["name"]="attr_all_hurtp_red"
|
||||||
},
|
},
|
||||||
[58]={
|
[58]={
|
||||||
["id"]=58,
|
["id"]=58,
|
||||||
["desc"]="Semua DMG meningkat {0}%",
|
["desc"]="Semua DMG meningkat {0}",
|
||||||
["name"]="attr_all_hurtp_yellow"
|
["name"]="attr_all_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[59]={
|
[59]={
|
||||||
["id"]=59,
|
["id"]=59,
|
||||||
["desc"]="Semua DMG meningkat {0}%",
|
["desc"]="Semua DMG meningkat {0}",
|
||||||
["name"]="attr_all_hurtp_green"
|
["name"]="attr_all_hurtp_green"
|
||||||
},
|
},
|
||||||
[60]={
|
[60]={
|
||||||
["id"]=60,
|
["id"]=60,
|
||||||
["desc"]="Semua DMG meningkat {0}%",
|
["desc"]="Semua DMG meningkat {0}",
|
||||||
["name"]="attr_all_hurtp_blue"
|
["name"]="attr_all_hurtp_blue"
|
||||||
},
|
},
|
||||||
[61]={
|
[61]={
|
||||||
["id"]=61,
|
["id"]=61,
|
||||||
["desc"]="Semua DMG meningkat {0}%",
|
["desc"]="Semua DMG meningkat {0}",
|
||||||
["name"]="attr_all_hurtp_purple"
|
["name"]="attr_all_hurtp_purple"
|
||||||
},
|
},
|
||||||
[62]={
|
[62]={
|
||||||
|
|||||||
@ -31,77 +31,77 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["id"]=7,
|
["id"]=7,
|
||||||
["desc"]="クリティカル率が{0}%増加する",
|
["desc"]="クリティカル率が{0}増加する",
|
||||||
["name"]="attr_crit_red"
|
["name"]="attr_crit_red"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["id"]=8,
|
["id"]=8,
|
||||||
["desc"]="クリティカル率が{0}%増加する",
|
["desc"]="クリティカル率が{0}増加する",
|
||||||
["name"]="attr_crit_yellow"
|
["name"]="attr_crit_yellow"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["id"]=9,
|
["id"]=9,
|
||||||
["desc"]="クリティカル率が{0}%増加する",
|
["desc"]="クリティカル率が{0}増加する",
|
||||||
["name"]="attr_crit_green"
|
["name"]="attr_crit_green"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["id"]=10,
|
["id"]=10,
|
||||||
["desc"]="クリティカル率が{0}%増加する",
|
["desc"]="クリティカル率が{0}増加する",
|
||||||
["name"]="attr_crit_blue"
|
["name"]="attr_crit_blue"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["id"]=11,
|
["id"]=11,
|
||||||
["desc"]="クリティカル率が{0}%増加する",
|
["desc"]="クリティカル率が{0}増加する",
|
||||||
["name"]="attr_crit_purple"
|
["name"]="attr_crit_purple"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["id"]=12,
|
["id"]=12,
|
||||||
["desc"]="クリティカルダメージが{0}%増加する",
|
["desc"]="クリティカルダメージが{0}増加する",
|
||||||
["name"]="attr_crit_time_red"
|
["name"]="attr_crit_time_red"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["id"]=13,
|
["id"]=13,
|
||||||
["desc"]="クリティカルダメージが{0}%増加する",
|
["desc"]="クリティカルダメージが{0}増加する",
|
||||||
["name"]="attr_crit_time_yellow"
|
["name"]="attr_crit_time_yellow"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["id"]=14,
|
["id"]=14,
|
||||||
["desc"]="クリティカルダメージが{0}%増加する",
|
["desc"]="クリティカルダメージが{0}増加する",
|
||||||
["name"]="attr_crit_time_green"
|
["name"]="attr_crit_time_green"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["id"]=15,
|
["id"]=15,
|
||||||
["desc"]="クリティカルダメージが{0}%増加する",
|
["desc"]="クリティカルダメージが{0}増加する",
|
||||||
["name"]="attr_crit_time_blue"
|
["name"]="attr_crit_time_blue"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["id"]=16,
|
["id"]=16,
|
||||||
["desc"]="クリティカルダメージが{0}%増加する",
|
["desc"]="クリティカルダメージが{0}増加する",
|
||||||
["name"]="attr_crit_time_purple"
|
["name"]="attr_crit_time_purple"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["id"]=17,
|
["id"]=17,
|
||||||
["desc"]="回復効果が{0}%増加する",
|
["desc"]="回復効果が{0}増加する",
|
||||||
["name"]="attr_cured_red"
|
["name"]="attr_cured_red"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["id"]=18,
|
["id"]=18,
|
||||||
["desc"]="回復効果が{0}%増加する",
|
["desc"]="回復効果が{0}増加する",
|
||||||
["name"]="attr_cured_yellow"
|
["name"]="attr_cured_yellow"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["id"]=19,
|
["id"]=19,
|
||||||
["desc"]="回復効果が{0}%増加する",
|
["desc"]="回復効果が{0}増加する",
|
||||||
["name"]="attr_cured_green"
|
["name"]="attr_cured_green"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["id"]=20,
|
["id"]=20,
|
||||||
["desc"]="回復効果が{0}%増加する",
|
["desc"]="回復効果が{0}増加する",
|
||||||
["name"]="attr_cured_blue"
|
["name"]="attr_cured_blue"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["id"]=21,
|
["id"]=21,
|
||||||
["desc"]="回復効果が{0}%増加する",
|
["desc"]="回復効果が{0}増加する",
|
||||||
["name"]="attr_cured_purple"
|
["name"]="attr_cured_purple"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
@ -126,27 +126,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["id"]=27,
|
["id"]=27,
|
||||||
["desc"]="HPが{0}%増加する",
|
["desc"]="HPが{0}増加する",
|
||||||
["name"]="attr_hpp_red"
|
["name"]="attr_hpp_red"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["id"]=28,
|
["id"]=28,
|
||||||
["desc"]="HPが{0}%増加する",
|
["desc"]="HPが{0}増加する",
|
||||||
["name"]="attr_hpp_yellow"
|
["name"]="attr_hpp_yellow"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["id"]=29,
|
["id"]=29,
|
||||||
["desc"]="HPが{0}%増加する",
|
["desc"]="HPが{0}増加する",
|
||||||
["name"]="attr_hpp_green"
|
["name"]="attr_hpp_green"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["id"]=30,
|
["id"]=30,
|
||||||
["desc"]="HPが{0}%増加する",
|
["desc"]="HPが{0}増加する",
|
||||||
["name"]="attr_hpp_blue"
|
["name"]="attr_hpp_blue"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["id"]=31,
|
["id"]=31,
|
||||||
["desc"]="HPが{0}%増加する",
|
["desc"]="HPが{0}増加する",
|
||||||
["name"]="attr_hpp_purple"
|
["name"]="attr_hpp_purple"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
@ -201,52 +201,52 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["id"]=42,
|
["id"]=42,
|
||||||
["desc"]="通常攻撃ダメージが{0}%増加する",
|
["desc"]="通常攻撃ダメージが{0}増加する",
|
||||||
["name"]="attr_normal_hurtp_red"
|
["name"]="attr_normal_hurtp_red"
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["id"]=43,
|
["id"]=43,
|
||||||
["desc"]="通常攻撃ダメージが{0}%増加する",
|
["desc"]="通常攻撃ダメージが{0}増加する",
|
||||||
["name"]="attr_normal_hurtp_yellow"
|
["name"]="attr_normal_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["id"]=44,
|
["id"]=44,
|
||||||
["desc"]="通常攻撃ダメージが{0}%増加する",
|
["desc"]="通常攻撃ダメージが{0}増加する",
|
||||||
["name"]="attr_normal_hurtp_green"
|
["name"]="attr_normal_hurtp_green"
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["id"]=45,
|
["id"]=45,
|
||||||
["desc"]="通常攻撃ダメージが{0}%増加する",
|
["desc"]="通常攻撃ダメージが{0}増加する",
|
||||||
["name"]="attr_normal_hurtp_blue"
|
["name"]="attr_normal_hurtp_blue"
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["id"]=46,
|
["id"]=46,
|
||||||
["desc"]="通常攻撃ダメージが{0}%増加する",
|
["desc"]="通常攻撃ダメージが{0}増加する",
|
||||||
["name"]="attr_normal_hurtp_purple"
|
["name"]="attr_normal_hurtp_purple"
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["id"]=47,
|
["id"]=47,
|
||||||
["desc"]="スキルダメージが{0}%増加する",
|
["desc"]="スキルダメージが{0}増加する",
|
||||||
["name"]="attr_skill_hurtp_red"
|
["name"]="attr_skill_hurtp_red"
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["id"]=48,
|
["id"]=48,
|
||||||
["desc"]="スキルダメージが{0}%増加する",
|
["desc"]="スキルダメージが{0}増加する",
|
||||||
["name"]="attr_skill_hurtp_yellow"
|
["name"]="attr_skill_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["id"]=49,
|
["id"]=49,
|
||||||
["desc"]="スキルダメージが{0}%増加する",
|
["desc"]="スキルダメージが{0}増加する",
|
||||||
["name"]="attr_skill_hurtp_green"
|
["name"]="attr_skill_hurtp_green"
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["id"]=50,
|
["id"]=50,
|
||||||
["desc"]="スキルダメージが{0}%増加する",
|
["desc"]="スキルダメージが{0}増加する",
|
||||||
["name"]="attr_skill_hurtp_blue"
|
["name"]="attr_skill_hurtp_blue"
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["id"]=51,
|
["id"]=51,
|
||||||
["desc"]="スキルダメージが{0}%増加する",
|
["desc"]="スキルダメージが{0}増加する",
|
||||||
["name"]="attr_skill_hurtp_purple"
|
["name"]="attr_skill_hurtp_purple"
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
@ -276,27 +276,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[57]={
|
[57]={
|
||||||
["id"]=57,
|
["id"]=57,
|
||||||
["desc"]="すべてのダメージが{0}%増加する",
|
["desc"]="すべてのダメージが{0}増加する",
|
||||||
["name"]="attr_all_hurtp_red"
|
["name"]="attr_all_hurtp_red"
|
||||||
},
|
},
|
||||||
[58]={
|
[58]={
|
||||||
["id"]=58,
|
["id"]=58,
|
||||||
["desc"]="すべてのダメージが{0}%増加する",
|
["desc"]="すべてのダメージが{0}増加する",
|
||||||
["name"]="attr_all_hurtp_yellow"
|
["name"]="attr_all_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[59]={
|
[59]={
|
||||||
["id"]=59,
|
["id"]=59,
|
||||||
["desc"]="すべてのダメージが{0}%増加する",
|
["desc"]="すべてのダメージが{0}増加する",
|
||||||
["name"]="attr_all_hurtp_green"
|
["name"]="attr_all_hurtp_green"
|
||||||
},
|
},
|
||||||
[60]={
|
[60]={
|
||||||
["id"]=60,
|
["id"]=60,
|
||||||
["desc"]="すべてのダメージが{0}%増加する",
|
["desc"]="すべてのダメージが{0}増加する",
|
||||||
["name"]="attr_all_hurtp_blue"
|
["name"]="attr_all_hurtp_blue"
|
||||||
},
|
},
|
||||||
[61]={
|
[61]={
|
||||||
["id"]=61,
|
["id"]=61,
|
||||||
["desc"]="すべてのダメージが{0}%増加する",
|
["desc"]="すべてのダメージが{0}増加する",
|
||||||
["name"]="attr_all_hurtp_purple"
|
["name"]="attr_all_hurtp_purple"
|
||||||
},
|
},
|
||||||
[62]={
|
[62]={
|
||||||
|
|||||||
@ -31,77 +31,77 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["id"]=7,
|
["id"]=7,
|
||||||
["desc"]="치명타율 +{0}%",
|
["desc"]="치명타율 +{0}",
|
||||||
["name"]="attr_crit_red"
|
["name"]="attr_crit_red"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["id"]=8,
|
["id"]=8,
|
||||||
["desc"]="치명타율 +{0}%",
|
["desc"]="치명타율 +{0}",
|
||||||
["name"]="attr_crit_yellow"
|
["name"]="attr_crit_yellow"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["id"]=9,
|
["id"]=9,
|
||||||
["desc"]="치명타율 +{0}%",
|
["desc"]="치명타율 +{0}",
|
||||||
["name"]="attr_crit_green"
|
["name"]="attr_crit_green"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["id"]=10,
|
["id"]=10,
|
||||||
["desc"]="치명타율 +{0}%",
|
["desc"]="치명타율 +{0}",
|
||||||
["name"]="attr_crit_blue"
|
["name"]="attr_crit_blue"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["id"]=11,
|
["id"]=11,
|
||||||
["desc"]="치명타율 +{0}%",
|
["desc"]="치명타율 +{0}",
|
||||||
["name"]="attr_crit_purple"
|
["name"]="attr_crit_purple"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["id"]=12,
|
["id"]=12,
|
||||||
["desc"]="치명타 대미지 +{0}%",
|
["desc"]="치명타 대미지 +{0}",
|
||||||
["name"]="attr_crit_time_red"
|
["name"]="attr_crit_time_red"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["id"]=13,
|
["id"]=13,
|
||||||
["desc"]="치명타 대미지 +{0}%",
|
["desc"]="치명타 대미지 +{0}",
|
||||||
["name"]="attr_crit_time_yellow"
|
["name"]="attr_crit_time_yellow"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["id"]=14,
|
["id"]=14,
|
||||||
["desc"]="치명타 대미지 +{0}%",
|
["desc"]="치명타 대미지 +{0}",
|
||||||
["name"]="attr_crit_time_green"
|
["name"]="attr_crit_time_green"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["id"]=15,
|
["id"]=15,
|
||||||
["desc"]="치명타 대미지 +{0}%",
|
["desc"]="치명타 대미지 +{0}",
|
||||||
["name"]="attr_crit_time_blue"
|
["name"]="attr_crit_time_blue"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["id"]=16,
|
["id"]=16,
|
||||||
["desc"]="치명타 대미지 +{0}%",
|
["desc"]="치명타 대미지 +{0}",
|
||||||
["name"]="attr_crit_time_purple"
|
["name"]="attr_crit_time_purple"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["id"]=17,
|
["id"]=17,
|
||||||
["desc"]="치유 효과 +{0}%",
|
["desc"]="치유 효과 +{0}",
|
||||||
["name"]="attr_cured_red"
|
["name"]="attr_cured_red"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["id"]=18,
|
["id"]=18,
|
||||||
["desc"]="치유 효과 +{0}%",
|
["desc"]="치유 효과 +{0}",
|
||||||
["name"]="attr_cured_yellow"
|
["name"]="attr_cured_yellow"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["id"]=19,
|
["id"]=19,
|
||||||
["desc"]="치유 효과 +{0}%",
|
["desc"]="치유 효과 +{0}",
|
||||||
["name"]="attr_cured_green"
|
["name"]="attr_cured_green"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["id"]=20,
|
["id"]=20,
|
||||||
["desc"]="치유 효과 +{0}%",
|
["desc"]="치유 효과 +{0}",
|
||||||
["name"]="attr_cured_blue"
|
["name"]="attr_cured_blue"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["id"]=21,
|
["id"]=21,
|
||||||
["desc"]="치유 효과 +{0}%",
|
["desc"]="치유 효과 +{0}",
|
||||||
["name"]="attr_cured_purple"
|
["name"]="attr_cured_purple"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
@ -126,27 +126,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["id"]=27,
|
["id"]=27,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_red"
|
["name"]="attr_hpp_red"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["id"]=28,
|
["id"]=28,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_yellow"
|
["name"]="attr_hpp_yellow"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["id"]=29,
|
["id"]=29,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_green"
|
["name"]="attr_hpp_green"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["id"]=30,
|
["id"]=30,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_blue"
|
["name"]="attr_hpp_blue"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["id"]=31,
|
["id"]=31,
|
||||||
["desc"]="HP +{0}%",
|
["desc"]="HP +{0}",
|
||||||
["name"]="attr_hpp_purple"
|
["name"]="attr_hpp_purple"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
@ -201,52 +201,52 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["id"]=42,
|
["id"]=42,
|
||||||
["desc"]="일반 공격 대미지 +{0}%",
|
["desc"]="일반 공격 대미지 +{0}",
|
||||||
["name"]="attr_normal_hurtp_red"
|
["name"]="attr_normal_hurtp_red"
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["id"]=43,
|
["id"]=43,
|
||||||
["desc"]="일반 공격 대미지 +{0}%",
|
["desc"]="일반 공격 대미지 +{0}",
|
||||||
["name"]="attr_normal_hurtp_yellow"
|
["name"]="attr_normal_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["id"]=44,
|
["id"]=44,
|
||||||
["desc"]="일반 공격 대미지 +{0}%",
|
["desc"]="일반 공격 대미지 +{0}",
|
||||||
["name"]="attr_normal_hurtp_green"
|
["name"]="attr_normal_hurtp_green"
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["id"]=45,
|
["id"]=45,
|
||||||
["desc"]="일반 공격 대미지 +{0}%",
|
["desc"]="일반 공격 대미지 +{0}",
|
||||||
["name"]="attr_normal_hurtp_blue"
|
["name"]="attr_normal_hurtp_blue"
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["id"]=46,
|
["id"]=46,
|
||||||
["desc"]="일반 공격 대미지 +{0}%",
|
["desc"]="일반 공격 대미지 +{0}",
|
||||||
["name"]="attr_normal_hurtp_purple"
|
["name"]="attr_normal_hurtp_purple"
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["id"]=47,
|
["id"]=47,
|
||||||
["desc"]="스킬 대미지 +{0}%",
|
["desc"]="스킬 대미지 +{0}",
|
||||||
["name"]="attr_skill_hurtp_red"
|
["name"]="attr_skill_hurtp_red"
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["id"]=48,
|
["id"]=48,
|
||||||
["desc"]="스킬 대미지 +{0}%",
|
["desc"]="스킬 대미지 +{0}",
|
||||||
["name"]="attr_skill_hurtp_yellow"
|
["name"]="attr_skill_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["id"]=49,
|
["id"]=49,
|
||||||
["desc"]="스킬 대미지 +{0}%",
|
["desc"]="스킬 대미지 +{0}",
|
||||||
["name"]="attr_skill_hurtp_green"
|
["name"]="attr_skill_hurtp_green"
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["id"]=50,
|
["id"]=50,
|
||||||
["desc"]="스킬 대미지 +{0}%",
|
["desc"]="스킬 대미지 +{0}",
|
||||||
["name"]="attr_skill_hurtp_blue"
|
["name"]="attr_skill_hurtp_blue"
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["id"]=51,
|
["id"]=51,
|
||||||
["desc"]="스킬 대미지 +{0}%",
|
["desc"]="스킬 대미지 +{0}",
|
||||||
["name"]="attr_skill_hurtp_purple"
|
["name"]="attr_skill_hurtp_purple"
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
@ -276,27 +276,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[57]={
|
[57]={
|
||||||
["id"]=57,
|
["id"]=57,
|
||||||
["desc"]="모든 대미지가 {0}% 증가합니다.",
|
["desc"]="모든 대미지가 {0} 증가합니다.",
|
||||||
["name"]="attr_all_hurtp_red"
|
["name"]="attr_all_hurtp_red"
|
||||||
},
|
},
|
||||||
[58]={
|
[58]={
|
||||||
["id"]=58,
|
["id"]=58,
|
||||||
["desc"]="모든 대미지가 {0}% 증가합니다.",
|
["desc"]="모든 대미지가 {0} 증가합니다.",
|
||||||
["name"]="attr_all_hurtp_yellow"
|
["name"]="attr_all_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[59]={
|
[59]={
|
||||||
["id"]=59,
|
["id"]=59,
|
||||||
["desc"]="모든 대미지가 {0}% 증가합니다.",
|
["desc"]="모든 대미지가 {0} 증가합니다.",
|
||||||
["name"]="attr_all_hurtp_green"
|
["name"]="attr_all_hurtp_green"
|
||||||
},
|
},
|
||||||
[60]={
|
[60]={
|
||||||
["id"]=60,
|
["id"]=60,
|
||||||
["desc"]="모든 대미지가 {0}% 증가합니다.",
|
["desc"]="모든 대미지가 {0} 증가합니다.",
|
||||||
["name"]="attr_all_hurtp_blue"
|
["name"]="attr_all_hurtp_blue"
|
||||||
},
|
},
|
||||||
[61]={
|
[61]={
|
||||||
["id"]=61,
|
["id"]=61,
|
||||||
["desc"]="모든 대미지가 {0}% 증가합니다.",
|
["desc"]="모든 대미지가 {0} 증가합니다.",
|
||||||
["name"]="attr_all_hurtp_purple"
|
["name"]="attr_all_hurtp_purple"
|
||||||
},
|
},
|
||||||
[62]={
|
[62]={
|
||||||
|
|||||||
@ -31,77 +31,77 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["id"]=7,
|
["id"]=7,
|
||||||
["desc"]="Aumento da chance de acrt. crít. {0}%",
|
["desc"]="Aumento da chance de acrt. crít. {0}",
|
||||||
["name"]="attr_crit_red"
|
["name"]="attr_crit_red"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["id"]=8,
|
["id"]=8,
|
||||||
["desc"]="Aumento da chance de acrt. crít. {0}%",
|
["desc"]="Aumento da chance de acrt. crít. {0}",
|
||||||
["name"]="attr_crit_yellow"
|
["name"]="attr_crit_yellow"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["id"]=9,
|
["id"]=9,
|
||||||
["desc"]="Aumento da chance de acrt. crít. {0}%",
|
["desc"]="Aumento da chance de acrt. crít. {0}",
|
||||||
["name"]="attr_crit_green"
|
["name"]="attr_crit_green"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["id"]=10,
|
["id"]=10,
|
||||||
["desc"]="Aumento da chance de acrt. crít. {0}%",
|
["desc"]="Aumento da chance de acrt. crít. {0}",
|
||||||
["name"]="attr_crit_blue"
|
["name"]="attr_crit_blue"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["id"]=11,
|
["id"]=11,
|
||||||
["desc"]="Aumento da chance de acrt. crít. {0}%",
|
["desc"]="Aumento da chance de acrt. crít. {0}",
|
||||||
["name"]="attr_crit_purple"
|
["name"]="attr_crit_purple"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["id"]=12,
|
["id"]=12,
|
||||||
["desc"]="Aumento do dano de acrt. crít. {0}%",
|
["desc"]="Aumento do dano de acrt. crít. {0}",
|
||||||
["name"]="attr_crit_time_red"
|
["name"]="attr_crit_time_red"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["id"]=13,
|
["id"]=13,
|
||||||
["desc"]="Aumento do dano de acrt. crít. {0}%",
|
["desc"]="Aumento do dano de acrt. crít. {0}",
|
||||||
["name"]="attr_crit_time_yellow"
|
["name"]="attr_crit_time_yellow"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["id"]=14,
|
["id"]=14,
|
||||||
["desc"]="Aumento do dano de acrt. crít. {0}%",
|
["desc"]="Aumento do dano de acrt. crít. {0}",
|
||||||
["name"]="attr_crit_time_green"
|
["name"]="attr_crit_time_green"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["id"]=15,
|
["id"]=15,
|
||||||
["desc"]="Aumento do dano de acrt. crít. {0}%",
|
["desc"]="Aumento do dano de acrt. crít. {0}",
|
||||||
["name"]="attr_crit_time_blue"
|
["name"]="attr_crit_time_blue"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["id"]=16,
|
["id"]=16,
|
||||||
["desc"]="Aumento do dano de acrt. crít. {0}%",
|
["desc"]="Aumento do dano de acrt. crít. {0}",
|
||||||
["name"]="attr_crit_time_purple"
|
["name"]="attr_crit_time_purple"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["id"]=17,
|
["id"]=17,
|
||||||
["desc"]="Aumento do efeito de cura {0}%",
|
["desc"]="Aumento do efeito de cura {0}",
|
||||||
["name"]="attr_cured_red"
|
["name"]="attr_cured_red"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["id"]=18,
|
["id"]=18,
|
||||||
["desc"]="Aumento do efeito de cura {0}%",
|
["desc"]="Aumento do efeito de cura {0}",
|
||||||
["name"]="attr_cured_yellow"
|
["name"]="attr_cured_yellow"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["id"]=19,
|
["id"]=19,
|
||||||
["desc"]="Aumento do efeito de cura {0}%",
|
["desc"]="Aumento do efeito de cura {0}",
|
||||||
["name"]="attr_cured_green"
|
["name"]="attr_cured_green"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["id"]=20,
|
["id"]=20,
|
||||||
["desc"]="Aumento do efeito de cura {0}%",
|
["desc"]="Aumento do efeito de cura {0}",
|
||||||
["name"]="attr_cured_blue"
|
["name"]="attr_cured_blue"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["id"]=21,
|
["id"]=21,
|
||||||
["desc"]="Aumento do efeito de cura {0}%",
|
["desc"]="Aumento do efeito de cura {0}",
|
||||||
["name"]="attr_cured_purple"
|
["name"]="attr_cured_purple"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
@ -126,27 +126,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["id"]=27,
|
["id"]=27,
|
||||||
["desc"]="Aumento de Vida {0}%",
|
["desc"]="Aumento de Vida {0}",
|
||||||
["name"]="attr_hpp_red"
|
["name"]="attr_hpp_red"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["id"]=28,
|
["id"]=28,
|
||||||
["desc"]="Aumento de Vida {0}%",
|
["desc"]="Aumento de Vida {0}",
|
||||||
["name"]="attr_hpp_yellow"
|
["name"]="attr_hpp_yellow"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["id"]=29,
|
["id"]=29,
|
||||||
["desc"]="Aumento de Vida {0}%",
|
["desc"]="Aumento de Vida {0}",
|
||||||
["name"]="attr_hpp_green"
|
["name"]="attr_hpp_green"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["id"]=30,
|
["id"]=30,
|
||||||
["desc"]="Aumento de Vida {0}%",
|
["desc"]="Aumento de Vida {0}",
|
||||||
["name"]="attr_hpp_blue"
|
["name"]="attr_hpp_blue"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["id"]=31,
|
["id"]=31,
|
||||||
["desc"]="Aumento de Vida {0}%",
|
["desc"]="Aumento de Vida {0}",
|
||||||
["name"]="attr_hpp_purple"
|
["name"]="attr_hpp_purple"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
@ -201,52 +201,52 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["id"]=42,
|
["id"]=42,
|
||||||
["desc"]="Aumenta o dano de ataque básico em {0}%",
|
["desc"]="Aumenta o dano de ataque básico em {0}",
|
||||||
["name"]="attr_normal_hurtp_red"
|
["name"]="attr_normal_hurtp_red"
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["id"]=43,
|
["id"]=43,
|
||||||
["desc"]="Aumenta o dano de ataque básico em {0}%",
|
["desc"]="Aumenta o dano de ataque básico em {0}",
|
||||||
["name"]="attr_normal_hurtp_yellow"
|
["name"]="attr_normal_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["id"]=44,
|
["id"]=44,
|
||||||
["desc"]="Aumenta o dano de ataque básico em {0}%",
|
["desc"]="Aumenta o dano de ataque básico em {0}",
|
||||||
["name"]="attr_normal_hurtp_green"
|
["name"]="attr_normal_hurtp_green"
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["id"]=45,
|
["id"]=45,
|
||||||
["desc"]="Aumenta o dano de ataque básico em {0}%",
|
["desc"]="Aumenta o dano de ataque básico em {0}",
|
||||||
["name"]="attr_normal_hurtp_blue"
|
["name"]="attr_normal_hurtp_blue"
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["id"]=46,
|
["id"]=46,
|
||||||
["desc"]="Aumenta o dano de ataque básico em {0}%",
|
["desc"]="Aumenta o dano de ataque básico em {0}",
|
||||||
["name"]="attr_normal_hurtp_purple"
|
["name"]="attr_normal_hurtp_purple"
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["id"]=47,
|
["id"]=47,
|
||||||
["desc"]="Aumenta o dano de habilidade em {0}%",
|
["desc"]="Aumenta o dano de habilidade em {0}",
|
||||||
["name"]="attr_skill_hurtp_red"
|
["name"]="attr_skill_hurtp_red"
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["id"]=48,
|
["id"]=48,
|
||||||
["desc"]="Aumenta o dano de habilidade em {0}%",
|
["desc"]="Aumenta o dano de habilidade em {0}",
|
||||||
["name"]="attr_skill_hurtp_yellow"
|
["name"]="attr_skill_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["id"]=49,
|
["id"]=49,
|
||||||
["desc"]="Aumenta o dano de habilidade em {0}%",
|
["desc"]="Aumenta o dano de habilidade em {0}",
|
||||||
["name"]="attr_skill_hurtp_green"
|
["name"]="attr_skill_hurtp_green"
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["id"]=50,
|
["id"]=50,
|
||||||
["desc"]="Aumenta o dano de habilidade em {0}%",
|
["desc"]="Aumenta o dano de habilidade em {0}",
|
||||||
["name"]="attr_skill_hurtp_blue"
|
["name"]="attr_skill_hurtp_blue"
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["id"]=51,
|
["id"]=51,
|
||||||
["desc"]="Aumenta o dano de habilidade em {0}%",
|
["desc"]="Aumenta o dano de habilidade em {0}",
|
||||||
["name"]="attr_skill_hurtp_purple"
|
["name"]="attr_skill_hurtp_purple"
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
@ -276,27 +276,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[57]={
|
[57]={
|
||||||
["id"]=57,
|
["id"]=57,
|
||||||
["desc"]="Aumenta o dano causado em {0}%.",
|
["desc"]="Aumenta o dano causado em {0}.",
|
||||||
["name"]="attr_all_hurtp_red"
|
["name"]="attr_all_hurtp_red"
|
||||||
},
|
},
|
||||||
[58]={
|
[58]={
|
||||||
["id"]=58,
|
["id"]=58,
|
||||||
["desc"]="Aumenta o dano causado em {0}%.",
|
["desc"]="Aumenta o dano causado em {0}.",
|
||||||
["name"]="attr_all_hurtp_yellow"
|
["name"]="attr_all_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[59]={
|
[59]={
|
||||||
["id"]=59,
|
["id"]=59,
|
||||||
["desc"]="Aumenta o dano causado em {0}%.",
|
["desc"]="Aumenta o dano causado em {0}.",
|
||||||
["name"]="attr_all_hurtp_green"
|
["name"]="attr_all_hurtp_green"
|
||||||
},
|
},
|
||||||
[60]={
|
[60]={
|
||||||
["id"]=60,
|
["id"]=60,
|
||||||
["desc"]="Aumenta o dano causado em {0}%.",
|
["desc"]="Aumenta o dano causado em {0}.",
|
||||||
["name"]="attr_all_hurtp_blue"
|
["name"]="attr_all_hurtp_blue"
|
||||||
},
|
},
|
||||||
[61]={
|
[61]={
|
||||||
["id"]=61,
|
["id"]=61,
|
||||||
["desc"]="Aumenta o dano causado em {0}%.",
|
["desc"]="Aumenta o dano causado em {0}.",
|
||||||
["name"]="attr_all_hurtp_purple"
|
["name"]="attr_all_hurtp_purple"
|
||||||
},
|
},
|
||||||
[62]={
|
[62]={
|
||||||
|
|||||||
@ -31,77 +31,77 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["id"]=7,
|
["id"]=7,
|
||||||
["desc"]="อัตรา Crit เพิ่มขึ้น {0}%",
|
["desc"]="อัตรา Crit เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_crit_red"
|
["name"]="attr_crit_red"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["id"]=8,
|
["id"]=8,
|
||||||
["desc"]="อัตรา Crit เพิ่มขึ้น {0}%",
|
["desc"]="อัตรา Crit เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_crit_yellow"
|
["name"]="attr_crit_yellow"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["id"]=9,
|
["id"]=9,
|
||||||
["desc"]="อัตรา Crit เพิ่มขึ้น {0}%",
|
["desc"]="อัตรา Crit เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_crit_green"
|
["name"]="attr_crit_green"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["id"]=10,
|
["id"]=10,
|
||||||
["desc"]="อัตรา Crit เพิ่มขึ้น {0}%",
|
["desc"]="อัตรา Crit เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_crit_blue"
|
["name"]="attr_crit_blue"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["id"]=11,
|
["id"]=11,
|
||||||
["desc"]="อัตรา Crit เพิ่มขึ้น {0}%",
|
["desc"]="อัตรา Crit เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_crit_purple"
|
["name"]="attr_crit_purple"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["id"]=12,
|
["id"]=12,
|
||||||
["desc"]="DmgCrit เพิ่มขึ้น {0}%",
|
["desc"]="DmgCrit เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_crit_time_red"
|
["name"]="attr_crit_time_red"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["id"]=13,
|
["id"]=13,
|
||||||
["desc"]="DmgCrit เพิ่มขึ้น {0}%",
|
["desc"]="DmgCrit เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_crit_time_yellow"
|
["name"]="attr_crit_time_yellow"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["id"]=14,
|
["id"]=14,
|
||||||
["desc"]="DmgCrit เพิ่มขึ้น {0}%",
|
["desc"]="DmgCrit เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_crit_time_green"
|
["name"]="attr_crit_time_green"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["id"]=15,
|
["id"]=15,
|
||||||
["desc"]="DmgCrit เพิ่มขึ้น {0}%",
|
["desc"]="DmgCrit เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_crit_time_blue"
|
["name"]="attr_crit_time_blue"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["id"]=16,
|
["id"]=16,
|
||||||
["desc"]="DmgCrit เพิ่มขึ้น {0}%",
|
["desc"]="DmgCrit เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_crit_time_purple"
|
["name"]="attr_crit_time_purple"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["id"]=17,
|
["id"]=17,
|
||||||
["desc"]="เอฟเฟกต์รักษาเพิ่มขึ้น {0}%",
|
["desc"]="เอฟเฟกต์รักษาเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_cured_red"
|
["name"]="attr_cured_red"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["id"]=18,
|
["id"]=18,
|
||||||
["desc"]="เอฟเฟกต์รักษาเพิ่มขึ้น {0}%",
|
["desc"]="เอฟเฟกต์รักษาเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_cured_yellow"
|
["name"]="attr_cured_yellow"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["id"]=19,
|
["id"]=19,
|
||||||
["desc"]="เอฟเฟกต์รักษาเพิ่มขึ้น {0}%",
|
["desc"]="เอฟเฟกต์รักษาเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_cured_green"
|
["name"]="attr_cured_green"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["id"]=20,
|
["id"]=20,
|
||||||
["desc"]="เอฟเฟกต์รักษาเพิ่มขึ้น {0}%",
|
["desc"]="เอฟเฟกต์รักษาเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_cured_blue"
|
["name"]="attr_cured_blue"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["id"]=21,
|
["id"]=21,
|
||||||
["desc"]="เอฟเฟกต์รักษาเพิ่มขึ้น {0}%",
|
["desc"]="เอฟเฟกต์รักษาเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_cured_purple"
|
["name"]="attr_cured_purple"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
@ -126,27 +126,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["id"]=27,
|
["id"]=27,
|
||||||
["desc"]="HP เพิ่มขึ้น {0}%",
|
["desc"]="HP เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_hpp_red"
|
["name"]="attr_hpp_red"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["id"]=28,
|
["id"]=28,
|
||||||
["desc"]="HP เพิ่มขึ้น {0}%",
|
["desc"]="HP เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_hpp_yellow"
|
["name"]="attr_hpp_yellow"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["id"]=29,
|
["id"]=29,
|
||||||
["desc"]="HP เพิ่มขึ้น {0}%",
|
["desc"]="HP เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_hpp_green"
|
["name"]="attr_hpp_green"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["id"]=30,
|
["id"]=30,
|
||||||
["desc"]="HP เพิ่มขึ้น {0}%",
|
["desc"]="HP เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_hpp_blue"
|
["name"]="attr_hpp_blue"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["id"]=31,
|
["id"]=31,
|
||||||
["desc"]="HP เพิ่มขึ้น {0}%",
|
["desc"]="HP เพิ่มขึ้น {0}",
|
||||||
["name"]="attr_hpp_purple"
|
["name"]="attr_hpp_purple"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
@ -201,52 +201,52 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["id"]=42,
|
["id"]=42,
|
||||||
["desc"]="ดาเมจโจมตีทั่วไปเพิ่มขึ้น {0}%",
|
["desc"]="ดาเมจโจมตีทั่วไปเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_normal_hurtp_red"
|
["name"]="attr_normal_hurtp_red"
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["id"]=43,
|
["id"]=43,
|
||||||
["desc"]="ดาเมจโจมตีทั่วไปเพิ่มขึ้น {0}%",
|
["desc"]="ดาเมจโจมตีทั่วไปเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_normal_hurtp_yellow"
|
["name"]="attr_normal_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["id"]=44,
|
["id"]=44,
|
||||||
["desc"]="ดาเมจโจมตีทั่วไปเพิ่มขึ้น {0}%",
|
["desc"]="ดาเมจโจมตีทั่วไปเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_normal_hurtp_green"
|
["name"]="attr_normal_hurtp_green"
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["id"]=45,
|
["id"]=45,
|
||||||
["desc"]="ดาเมจโจมตีทั่วไปเพิ่มขึ้น {0}%",
|
["desc"]="ดาเมจโจมตีทั่วไปเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_normal_hurtp_blue"
|
["name"]="attr_normal_hurtp_blue"
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["id"]=46,
|
["id"]=46,
|
||||||
["desc"]="ดาเมจโจมตีทั่วไปเพิ่มขึ้น {0}%",
|
["desc"]="ดาเมจโจมตีทั่วไปเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_normal_hurtp_purple"
|
["name"]="attr_normal_hurtp_purple"
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["id"]=47,
|
["id"]=47,
|
||||||
["desc"]="ดาเมจสกิลเพิ่มขึ้น {0}%",
|
["desc"]="ดาเมจสกิลเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_skill_hurtp_red"
|
["name"]="attr_skill_hurtp_red"
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["id"]=48,
|
["id"]=48,
|
||||||
["desc"]="ดาเมจสกิลเพิ่มขึ้น {0}%",
|
["desc"]="ดาเมจสกิลเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_skill_hurtp_yellow"
|
["name"]="attr_skill_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["id"]=49,
|
["id"]=49,
|
||||||
["desc"]="ดาเมจสกิลเพิ่มขึ้น {0}%",
|
["desc"]="ดาเมจสกิลเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_skill_hurtp_green"
|
["name"]="attr_skill_hurtp_green"
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["id"]=50,
|
["id"]=50,
|
||||||
["desc"]="ดาเมจสกิลเพิ่มขึ้น {0}%",
|
["desc"]="ดาเมจสกิลเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_skill_hurtp_blue"
|
["name"]="attr_skill_hurtp_blue"
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["id"]=51,
|
["id"]=51,
|
||||||
["desc"]="ดาเมจสกิลเพิ่มขึ้น {0}%",
|
["desc"]="ดาเมจสกิลเพิ่มขึ้น {0}",
|
||||||
["name"]="attr_skill_hurtp_purple"
|
["name"]="attr_skill_hurtp_purple"
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
@ -276,27 +276,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[57]={
|
[57]={
|
||||||
["id"]=57,
|
["id"]=57,
|
||||||
["desc"]="ดาเมจทั้งหมดเพิ่มขึ้น{0}%",
|
["desc"]="ดาเมจทั้งหมดเพิ่มขึ้น{0}",
|
||||||
["name"]="attr_all_hurtp_red"
|
["name"]="attr_all_hurtp_red"
|
||||||
},
|
},
|
||||||
[58]={
|
[58]={
|
||||||
["id"]=58,
|
["id"]=58,
|
||||||
["desc"]="ดาเมจทั้งหมดเพิ่มขึ้น{0}%",
|
["desc"]="ดาเมจทั้งหมดเพิ่มขึ้น{0}",
|
||||||
["name"]="attr_all_hurtp_yellow"
|
["name"]="attr_all_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[59]={
|
[59]={
|
||||||
["id"]=59,
|
["id"]=59,
|
||||||
["desc"]="ดาเมจทั้งหมดเพิ่มขึ้น{0}%",
|
["desc"]="ดาเมจทั้งหมดเพิ่มขึ้น{0}",
|
||||||
["name"]="attr_all_hurtp_green"
|
["name"]="attr_all_hurtp_green"
|
||||||
},
|
},
|
||||||
[60]={
|
[60]={
|
||||||
["id"]=60,
|
["id"]=60,
|
||||||
["desc"]="ดาเมจทั้งหมดเพิ่มขึ้น{0}%",
|
["desc"]="ดาเมจทั้งหมดเพิ่มขึ้น{0}",
|
||||||
["name"]="attr_all_hurtp_blue"
|
["name"]="attr_all_hurtp_blue"
|
||||||
},
|
},
|
||||||
[61]={
|
[61]={
|
||||||
["id"]=61,
|
["id"]=61,
|
||||||
["desc"]="ดาเมจทั้งหมดเพิ่มขึ้น{0}%",
|
["desc"]="ดาเมจทั้งหมดเพิ่มขึ้น{0}",
|
||||||
["name"]="attr_all_hurtp_purple"
|
["name"]="attr_all_hurtp_purple"
|
||||||
},
|
},
|
||||||
[62]={
|
[62]={
|
||||||
|
|||||||
@ -31,77 +31,77 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["id"]=7,
|
["id"]=7,
|
||||||
["desc"]="Tăng {0}% TL Chí Mạng",
|
["desc"]="Tăng {0} TL Chí Mạng",
|
||||||
["name"]="attr_crit_red"
|
["name"]="attr_crit_red"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["id"]=8,
|
["id"]=8,
|
||||||
["desc"]="Tăng {0}% TL Chí Mạng",
|
["desc"]="Tăng {0} TL Chí Mạng",
|
||||||
["name"]="attr_crit_yellow"
|
["name"]="attr_crit_yellow"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["id"]=9,
|
["id"]=9,
|
||||||
["desc"]="Tăng {0}% TL Chí Mạng",
|
["desc"]="Tăng {0} TL Chí Mạng",
|
||||||
["name"]="attr_crit_green"
|
["name"]="attr_crit_green"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["id"]=10,
|
["id"]=10,
|
||||||
["desc"]="Tăng {0}% TL Chí Mạng",
|
["desc"]="Tăng {0} TL Chí Mạng",
|
||||||
["name"]="attr_crit_blue"
|
["name"]="attr_crit_blue"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["id"]=11,
|
["id"]=11,
|
||||||
["desc"]="Tăng {0}% TL Chí Mạng",
|
["desc"]="Tăng {0} TL Chí Mạng",
|
||||||
["name"]="attr_crit_purple"
|
["name"]="attr_crit_purple"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["id"]=12,
|
["id"]=12,
|
||||||
["desc"]="Tăng {0}% sát thương Chí Mạng",
|
["desc"]="Tăng {0} sát thương Chí Mạng",
|
||||||
["name"]="attr_crit_time_red"
|
["name"]="attr_crit_time_red"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["id"]=13,
|
["id"]=13,
|
||||||
["desc"]="Tăng {0}% sát thương Chí Mạng",
|
["desc"]="Tăng {0} sát thương Chí Mạng",
|
||||||
["name"]="attr_crit_time_yellow"
|
["name"]="attr_crit_time_yellow"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["id"]=14,
|
["id"]=14,
|
||||||
["desc"]="Tăng {0}% sát thương Chí Mạng",
|
["desc"]="Tăng {0} sát thương Chí Mạng",
|
||||||
["name"]="attr_crit_time_green"
|
["name"]="attr_crit_time_green"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["id"]=15,
|
["id"]=15,
|
||||||
["desc"]="Tăng {0}% sát thương Chí Mạng",
|
["desc"]="Tăng {0} sát thương Chí Mạng",
|
||||||
["name"]="attr_crit_time_blue"
|
["name"]="attr_crit_time_blue"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["id"]=16,
|
["id"]=16,
|
||||||
["desc"]="Tăng {0}% sát thương Chí Mạng",
|
["desc"]="Tăng {0} sát thương Chí Mạng",
|
||||||
["name"]="attr_crit_time_purple"
|
["name"]="attr_crit_time_purple"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["id"]=17,
|
["id"]=17,
|
||||||
["desc"]="Tăng {0}% hiệu quả Trị Liệu",
|
["desc"]="Tăng {0} hiệu quả Trị Liệu",
|
||||||
["name"]="attr_cured_red"
|
["name"]="attr_cured_red"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["id"]=18,
|
["id"]=18,
|
||||||
["desc"]="Tăng {0}% hiệu quả Trị Liệu",
|
["desc"]="Tăng {0} hiệu quả Trị Liệu",
|
||||||
["name"]="attr_cured_yellow"
|
["name"]="attr_cured_yellow"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["id"]=19,
|
["id"]=19,
|
||||||
["desc"]="Tăng {0}% hiệu quả Trị Liệu",
|
["desc"]="Tăng {0} hiệu quả Trị Liệu",
|
||||||
["name"]="attr_cured_green"
|
["name"]="attr_cured_green"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["id"]=20,
|
["id"]=20,
|
||||||
["desc"]="Tăng {0}% hiệu quả Trị Liệu",
|
["desc"]="Tăng {0} hiệu quả Trị Liệu",
|
||||||
["name"]="attr_cured_blue"
|
["name"]="attr_cured_blue"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["id"]=21,
|
["id"]=21,
|
||||||
["desc"]="Tăng {0}% hiệu quả Trị Liệu",
|
["desc"]="Tăng {0} hiệu quả Trị Liệu",
|
||||||
["name"]="attr_cured_purple"
|
["name"]="attr_cured_purple"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
@ -126,27 +126,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["id"]=27,
|
["id"]=27,
|
||||||
["desc"]="Tăng {0}% HP",
|
["desc"]="Tăng {0} HP",
|
||||||
["name"]="attr_hpp_red"
|
["name"]="attr_hpp_red"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["id"]=28,
|
["id"]=28,
|
||||||
["desc"]="Tăng {0}% HP",
|
["desc"]="Tăng {0} HP",
|
||||||
["name"]="attr_hpp_yellow"
|
["name"]="attr_hpp_yellow"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["id"]=29,
|
["id"]=29,
|
||||||
["desc"]="Tăng {0}% HP",
|
["desc"]="Tăng {0} HP",
|
||||||
["name"]="attr_hpp_green"
|
["name"]="attr_hpp_green"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["id"]=30,
|
["id"]=30,
|
||||||
["desc"]="Tăng {0}% HP",
|
["desc"]="Tăng {0} HP",
|
||||||
["name"]="attr_hpp_blue"
|
["name"]="attr_hpp_blue"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["id"]=31,
|
["id"]=31,
|
||||||
["desc"]="Tăng {0}% HP",
|
["desc"]="Tăng {0} HP",
|
||||||
["name"]="attr_hpp_purple"
|
["name"]="attr_hpp_purple"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
@ -201,52 +201,52 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["id"]=42,
|
["id"]=42,
|
||||||
["desc"]="Tăng {0}% sát thương đánh thường",
|
["desc"]="Tăng {0} sát thương đánh thường",
|
||||||
["name"]="attr_normal_hurtp_red"
|
["name"]="attr_normal_hurtp_red"
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["id"]=43,
|
["id"]=43,
|
||||||
["desc"]="Tăng {0}% sát thương đánh thường",
|
["desc"]="Tăng {0} sát thương đánh thường",
|
||||||
["name"]="attr_normal_hurtp_yellow"
|
["name"]="attr_normal_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["id"]=44,
|
["id"]=44,
|
||||||
["desc"]="Tăng {0}% sát thương đánh thường",
|
["desc"]="Tăng {0} sát thương đánh thường",
|
||||||
["name"]="attr_normal_hurtp_green"
|
["name"]="attr_normal_hurtp_green"
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["id"]=45,
|
["id"]=45,
|
||||||
["desc"]="Tăng {0}% sát thương đánh thường",
|
["desc"]="Tăng {0} sát thương đánh thường",
|
||||||
["name"]="attr_normal_hurtp_blue"
|
["name"]="attr_normal_hurtp_blue"
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["id"]=46,
|
["id"]=46,
|
||||||
["desc"]="Tăng {0}% sát thương đánh thường",
|
["desc"]="Tăng {0} sát thương đánh thường",
|
||||||
["name"]="attr_normal_hurtp_purple"
|
["name"]="attr_normal_hurtp_purple"
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["id"]=47,
|
["id"]=47,
|
||||||
["desc"]="Tăng {0}% sát thương kỹ năng",
|
["desc"]="Tăng {0} sát thương kỹ năng",
|
||||||
["name"]="attr_skill_hurtp_red"
|
["name"]="attr_skill_hurtp_red"
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["id"]=48,
|
["id"]=48,
|
||||||
["desc"]="Tăng {0}% sát thương kỹ năng",
|
["desc"]="Tăng {0} sát thương kỹ năng",
|
||||||
["name"]="attr_skill_hurtp_yellow"
|
["name"]="attr_skill_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["id"]=49,
|
["id"]=49,
|
||||||
["desc"]="Tăng {0}% sát thương kỹ năng",
|
["desc"]="Tăng {0} sát thương kỹ năng",
|
||||||
["name"]="attr_skill_hurtp_green"
|
["name"]="attr_skill_hurtp_green"
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["id"]=50,
|
["id"]=50,
|
||||||
["desc"]="Tăng {0}% sát thương kỹ năng",
|
["desc"]="Tăng {0} sát thương kỹ năng",
|
||||||
["name"]="attr_skill_hurtp_blue"
|
["name"]="attr_skill_hurtp_blue"
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["id"]=51,
|
["id"]=51,
|
||||||
["desc"]="Tăng {0}% sát thương kỹ năng",
|
["desc"]="Tăng {0} sát thương kỹ năng",
|
||||||
["name"]="attr_skill_hurtp_purple"
|
["name"]="attr_skill_hurtp_purple"
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
@ -276,27 +276,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[57]={
|
[57]={
|
||||||
["id"]=57,
|
["id"]=57,
|
||||||
["desc"]="Tất cả ST tăng {0}%",
|
["desc"]="Tất cả ST tăng {0}",
|
||||||
["name"]="attr_all_hurtp_red"
|
["name"]="attr_all_hurtp_red"
|
||||||
},
|
},
|
||||||
[58]={
|
[58]={
|
||||||
["id"]=58,
|
["id"]=58,
|
||||||
["desc"]="Tất cả ST tăng {0}%",
|
["desc"]="Tất cả ST tăng {0}",
|
||||||
["name"]="attr_all_hurtp_yellow"
|
["name"]="attr_all_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[59]={
|
[59]={
|
||||||
["id"]=59,
|
["id"]=59,
|
||||||
["desc"]="Tất cả ST tăng {0}%",
|
["desc"]="Tất cả ST tăng {0}",
|
||||||
["name"]="attr_all_hurtp_green"
|
["name"]="attr_all_hurtp_green"
|
||||||
},
|
},
|
||||||
[60]={
|
[60]={
|
||||||
["id"]=60,
|
["id"]=60,
|
||||||
["desc"]="Tất cả ST tăng {0}%",
|
["desc"]="Tất cả ST tăng {0}",
|
||||||
["name"]="attr_all_hurtp_blue"
|
["name"]="attr_all_hurtp_blue"
|
||||||
},
|
},
|
||||||
[61]={
|
[61]={
|
||||||
["id"]=61,
|
["id"]=61,
|
||||||
["desc"]="Tất cả ST tăng {0}%",
|
["desc"]="Tất cả ST tăng {0}",
|
||||||
["name"]="attr_all_hurtp_purple"
|
["name"]="attr_all_hurtp_purple"
|
||||||
},
|
},
|
||||||
[62]={
|
[62]={
|
||||||
|
|||||||
@ -31,77 +31,77 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["id"]=7,
|
["id"]=7,
|
||||||
["desc"]="暴擊率提高{0}%",
|
["desc"]="暴擊率提高{0}",
|
||||||
["name"]="attr_crit_red"
|
["name"]="attr_crit_red"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["id"]=8,
|
["id"]=8,
|
||||||
["desc"]="暴擊率提高{0}%",
|
["desc"]="暴擊率提高{0}",
|
||||||
["name"]="attr_crit_yellow"
|
["name"]="attr_crit_yellow"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["id"]=9,
|
["id"]=9,
|
||||||
["desc"]="暴擊率提高{0}%",
|
["desc"]="暴擊率提高{0}",
|
||||||
["name"]="attr_crit_green"
|
["name"]="attr_crit_green"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["id"]=10,
|
["id"]=10,
|
||||||
["desc"]="暴擊率提高{0}%",
|
["desc"]="暴擊率提高{0}",
|
||||||
["name"]="attr_crit_blue"
|
["name"]="attr_crit_blue"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["id"]=11,
|
["id"]=11,
|
||||||
["desc"]="暴擊率提高{0}%",
|
["desc"]="暴擊率提高{0}",
|
||||||
["name"]="attr_crit_purple"
|
["name"]="attr_crit_purple"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["id"]=12,
|
["id"]=12,
|
||||||
["desc"]="暴擊傷害提高{0}%",
|
["desc"]="暴擊傷害提高{0}",
|
||||||
["name"]="attr_crit_time_red"
|
["name"]="attr_crit_time_red"
|
||||||
},
|
},
|
||||||
[13]={
|
[13]={
|
||||||
["id"]=13,
|
["id"]=13,
|
||||||
["desc"]="暴擊傷害提高{0}%",
|
["desc"]="暴擊傷害提高{0}",
|
||||||
["name"]="attr_crit_time_yellow"
|
["name"]="attr_crit_time_yellow"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["id"]=14,
|
["id"]=14,
|
||||||
["desc"]="暴擊傷害提高{0}%",
|
["desc"]="暴擊傷害提高{0}",
|
||||||
["name"]="attr_crit_time_green"
|
["name"]="attr_crit_time_green"
|
||||||
},
|
},
|
||||||
[15]={
|
[15]={
|
||||||
["id"]=15,
|
["id"]=15,
|
||||||
["desc"]="暴擊傷害提高{0}%",
|
["desc"]="暴擊傷害提高{0}",
|
||||||
["name"]="attr_crit_time_blue"
|
["name"]="attr_crit_time_blue"
|
||||||
},
|
},
|
||||||
[16]={
|
[16]={
|
||||||
["id"]=16,
|
["id"]=16,
|
||||||
["desc"]="暴擊傷害提高{0}%",
|
["desc"]="暴擊傷害提高{0}",
|
||||||
["name"]="attr_crit_time_purple"
|
["name"]="attr_crit_time_purple"
|
||||||
},
|
},
|
||||||
[17]={
|
[17]={
|
||||||
["id"]=17,
|
["id"]=17,
|
||||||
["desc"]="治療效果提高{0}%",
|
["desc"]="治療效果提高{0}",
|
||||||
["name"]="attr_cured_red"
|
["name"]="attr_cured_red"
|
||||||
},
|
},
|
||||||
[18]={
|
[18]={
|
||||||
["id"]=18,
|
["id"]=18,
|
||||||
["desc"]="治療效果提高{0}%",
|
["desc"]="治療效果提高{0}",
|
||||||
["name"]="attr_cured_yellow"
|
["name"]="attr_cured_yellow"
|
||||||
},
|
},
|
||||||
[19]={
|
[19]={
|
||||||
["id"]=19,
|
["id"]=19,
|
||||||
["desc"]="治療效果提高{0}%",
|
["desc"]="治療效果提高{0}",
|
||||||
["name"]="attr_cured_green"
|
["name"]="attr_cured_green"
|
||||||
},
|
},
|
||||||
[20]={
|
[20]={
|
||||||
["id"]=20,
|
["id"]=20,
|
||||||
["desc"]="治療效果提高{0}%",
|
["desc"]="治療效果提高{0}",
|
||||||
["name"]="attr_cured_blue"
|
["name"]="attr_cured_blue"
|
||||||
},
|
},
|
||||||
[21]={
|
[21]={
|
||||||
["id"]=21,
|
["id"]=21,
|
||||||
["desc"]="治療效果提高{0}%",
|
["desc"]="治療效果提高{0}",
|
||||||
["name"]="attr_cured_purple"
|
["name"]="attr_cured_purple"
|
||||||
},
|
},
|
||||||
[22]={
|
[22]={
|
||||||
@ -126,27 +126,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[27]={
|
[27]={
|
||||||
["id"]=27,
|
["id"]=27,
|
||||||
["desc"]="生命提高{0}%",
|
["desc"]="生命提高{0}",
|
||||||
["name"]="attr_hpp_red"
|
["name"]="attr_hpp_red"
|
||||||
},
|
},
|
||||||
[28]={
|
[28]={
|
||||||
["id"]=28,
|
["id"]=28,
|
||||||
["desc"]="生命提高{0}%",
|
["desc"]="生命提高{0}",
|
||||||
["name"]="attr_hpp_yellow"
|
["name"]="attr_hpp_yellow"
|
||||||
},
|
},
|
||||||
[29]={
|
[29]={
|
||||||
["id"]=29,
|
["id"]=29,
|
||||||
["desc"]="生命提高{0}%",
|
["desc"]="生命提高{0}",
|
||||||
["name"]="attr_hpp_green"
|
["name"]="attr_hpp_green"
|
||||||
},
|
},
|
||||||
[30]={
|
[30]={
|
||||||
["id"]=30,
|
["id"]=30,
|
||||||
["desc"]="生命提高{0}%",
|
["desc"]="生命提高{0}",
|
||||||
["name"]="attr_hpp_blue"
|
["name"]="attr_hpp_blue"
|
||||||
},
|
},
|
||||||
[31]={
|
[31]={
|
||||||
["id"]=31,
|
["id"]=31,
|
||||||
["desc"]="生命提高{0}%",
|
["desc"]="生命提高{0}",
|
||||||
["name"]="attr_hpp_purple"
|
["name"]="attr_hpp_purple"
|
||||||
},
|
},
|
||||||
[32]={
|
[32]={
|
||||||
@ -201,52 +201,52 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[42]={
|
[42]={
|
||||||
["id"]=42,
|
["id"]=42,
|
||||||
["desc"]="普攻傷害增加{0}%",
|
["desc"]="普攻傷害增加{0}",
|
||||||
["name"]="attr_normal_hurtp_red"
|
["name"]="attr_normal_hurtp_red"
|
||||||
},
|
},
|
||||||
[43]={
|
[43]={
|
||||||
["id"]=43,
|
["id"]=43,
|
||||||
["desc"]="普攻傷害增加{0}%",
|
["desc"]="普攻傷害增加{0}",
|
||||||
["name"]="attr_normal_hurtp_yellow"
|
["name"]="attr_normal_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[44]={
|
[44]={
|
||||||
["id"]=44,
|
["id"]=44,
|
||||||
["desc"]="普攻傷害增加{0}%",
|
["desc"]="普攻傷害增加{0}",
|
||||||
["name"]="attr_normal_hurtp_green"
|
["name"]="attr_normal_hurtp_green"
|
||||||
},
|
},
|
||||||
[45]={
|
[45]={
|
||||||
["id"]=45,
|
["id"]=45,
|
||||||
["desc"]="普攻傷害增加{0}%",
|
["desc"]="普攻傷害增加{0}",
|
||||||
["name"]="attr_normal_hurtp_blue"
|
["name"]="attr_normal_hurtp_blue"
|
||||||
},
|
},
|
||||||
[46]={
|
[46]={
|
||||||
["id"]=46,
|
["id"]=46,
|
||||||
["desc"]="普攻傷害增加{0}%",
|
["desc"]="普攻傷害增加{0}",
|
||||||
["name"]="attr_normal_hurtp_purple"
|
["name"]="attr_normal_hurtp_purple"
|
||||||
},
|
},
|
||||||
[47]={
|
[47]={
|
||||||
["id"]=47,
|
["id"]=47,
|
||||||
["desc"]="技能傷害增加{0}%",
|
["desc"]="技能傷害增加{0}",
|
||||||
["name"]="attr_skill_hurtp_red"
|
["name"]="attr_skill_hurtp_red"
|
||||||
},
|
},
|
||||||
[48]={
|
[48]={
|
||||||
["id"]=48,
|
["id"]=48,
|
||||||
["desc"]="技能傷害增加{0}%",
|
["desc"]="技能傷害增加{0}",
|
||||||
["name"]="attr_skill_hurtp_yellow"
|
["name"]="attr_skill_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[49]={
|
[49]={
|
||||||
["id"]=49,
|
["id"]=49,
|
||||||
["desc"]="技能傷害增加{0}%",
|
["desc"]="技能傷害增加{0}",
|
||||||
["name"]="attr_skill_hurtp_green"
|
["name"]="attr_skill_hurtp_green"
|
||||||
},
|
},
|
||||||
[50]={
|
[50]={
|
||||||
["id"]=50,
|
["id"]=50,
|
||||||
["desc"]="技能傷害增加{0}%",
|
["desc"]="技能傷害增加{0}",
|
||||||
["name"]="attr_skill_hurtp_blue"
|
["name"]="attr_skill_hurtp_blue"
|
||||||
},
|
},
|
||||||
[51]={
|
[51]={
|
||||||
["id"]=51,
|
["id"]=51,
|
||||||
["desc"]="技能傷害增加{0}%",
|
["desc"]="技能傷害增加{0}",
|
||||||
["name"]="attr_skill_hurtp_purple"
|
["name"]="attr_skill_hurtp_purple"
|
||||||
},
|
},
|
||||||
[52]={
|
[52]={
|
||||||
@ -276,27 +276,27 @@ local attr = {
|
|||||||
},
|
},
|
||||||
[57]={
|
[57]={
|
||||||
["id"]=57,
|
["id"]=57,
|
||||||
["desc"]="所有傷害提高{0}%",
|
["desc"]="所有傷害提高{0}",
|
||||||
["name"]="attr_all_hurtp_red"
|
["name"]="attr_all_hurtp_red"
|
||||||
},
|
},
|
||||||
[58]={
|
[58]={
|
||||||
["id"]=58,
|
["id"]=58,
|
||||||
["desc"]="所有傷害提高{0}%",
|
["desc"]="所有傷害提高{0}",
|
||||||
["name"]="attr_all_hurtp_yellow"
|
["name"]="attr_all_hurtp_yellow"
|
||||||
},
|
},
|
||||||
[59]={
|
[59]={
|
||||||
["id"]=59,
|
["id"]=59,
|
||||||
["desc"]="所有傷害提高{0}%",
|
["desc"]="所有傷害提高{0}",
|
||||||
["name"]="attr_all_hurtp_green"
|
["name"]="attr_all_hurtp_green"
|
||||||
},
|
},
|
||||||
[60]={
|
[60]={
|
||||||
["id"]=60,
|
["id"]=60,
|
||||||
["desc"]="所有傷害提高{0}%",
|
["desc"]="所有傷害提高{0}",
|
||||||
["name"]="attr_all_hurtp_blue"
|
["name"]="attr_all_hurtp_blue"
|
||||||
},
|
},
|
||||||
[61]={
|
[61]={
|
||||||
["id"]=61,
|
["id"]=61,
|
||||||
["desc"]="所有傷害提高{0}%",
|
["desc"]="所有傷害提高{0}",
|
||||||
["name"]="attr_all_hurtp_purple"
|
["name"]="attr_all_hurtp_purple"
|
||||||
},
|
},
|
||||||
[62]={
|
[62]={
|
||||||
|
|||||||
@ -302,6 +302,14 @@ local summon = {
|
|||||||
["num"]=1,
|
["num"]=1,
|
||||||
["num_for_nothing"]="Vw=="
|
["num_for_nothing"]="Vw=="
|
||||||
},
|
},
|
||||||
|
["cost"]={
|
||||||
|
["type"]=1,
|
||||||
|
["type_for_nothing"]="Vw==",
|
||||||
|
["id"]=2,
|
||||||
|
["id_for_nothing"]="VA==",
|
||||||
|
["num"]=500,
|
||||||
|
["num_for_nothing"]="Uwhc"
|
||||||
|
},
|
||||||
["summon"]={
|
["summon"]={
|
||||||
{
|
{
|
||||||
["id"]=13001,
|
["id"]=13001,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user