fix bug
This commit is contained in:
parent
21c9a1c13c
commit
736ed2b7cb
@ -32,7 +32,7 @@ local skill = {
|
|||||||
["effect"]={
|
["effect"]={
|
||||||
{
|
{
|
||||||
["type"]="dmg_addition_all_add",
|
["type"]="dmg_addition_all_add",
|
||||||
["num"]=3000,
|
["num"]=600,
|
||||||
["ratio"]=10000,
|
["ratio"]=10000,
|
||||||
["round"]=0
|
["round"]=0
|
||||||
}
|
}
|
||||||
|
|||||||
@ -346,14 +346,11 @@ local skill_rogue = {
|
|||||||
["limit_times"]=3,
|
["limit_times"]=3,
|
||||||
["weight"]=3000,
|
["weight"]=3000,
|
||||||
["qlt"]=2,
|
["qlt"]=2,
|
||||||
["type"]=9,
|
["type"]=5,
|
||||||
["effect"]={
|
["attr"]={
|
||||||
{
|
["type"]="cured_add",
|
||||||
["type"]="cured_add",
|
["minnum"]=500,
|
||||||
["num"]=500,
|
["maxnum"]=500
|
||||||
["ratio"]=10000,
|
|
||||||
["round"]=9999
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
["obj"]=1,
|
["obj"]=1,
|
||||||
["icon"]="11"
|
["icon"]="11"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user