config
This commit is contained in:
parent
27e83d731f
commit
a9998c9169
@ -18,7 +18,8 @@ local grid_type = {
|
|||||||
["break_count"]=1,
|
["break_count"]=1,
|
||||||
["cant_link"]=1,
|
["cant_link"]=1,
|
||||||
["element_invalid"]=1,
|
["element_invalid"]=1,
|
||||||
["cant_upset"]=1
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_za_b01"
|
||||||
},
|
},
|
||||||
[3]={
|
[3]={
|
||||||
["icon"]="battle_obstacle_huoshanshi_1",
|
["icon"]="battle_obstacle_huoshanshi_1",
|
||||||
@ -30,7 +31,8 @@ local grid_type = {
|
|||||||
["break_count"]=1,
|
["break_count"]=1,
|
||||||
["cant_link"]=1,
|
["cant_link"]=1,
|
||||||
["element_invalid"]=1,
|
["element_invalid"]=1,
|
||||||
["cant_upset"]=1
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_za_b02"
|
||||||
},
|
},
|
||||||
[4]={
|
[4]={
|
||||||
["icon"]="battle_obstacle_huoshanshi_2",
|
["icon"]="battle_obstacle_huoshanshi_2",
|
||||||
@ -42,7 +44,8 @@ local grid_type = {
|
|||||||
["break_count"]=1,
|
["break_count"]=1,
|
||||||
["cant_link"]=1,
|
["cant_link"]=1,
|
||||||
["element_invalid"]=1,
|
["element_invalid"]=1,
|
||||||
["cant_upset"]=1
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_za_b02"
|
||||||
},
|
},
|
||||||
[5]={
|
[5]={
|
||||||
["icon"]="battle_obstacle_tengman",
|
["icon"]="battle_obstacle_tengman",
|
||||||
@ -52,12 +55,14 @@ local grid_type = {
|
|||||||
3
|
3
|
||||||
},
|
},
|
||||||
["break_count"]=1,
|
["break_count"]=1,
|
||||||
["cant_upset"]=1
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_za_b04"
|
||||||
},
|
},
|
||||||
[6]={
|
[6]={
|
||||||
["icon"]="battle_obstacle_lock",
|
["icon"]="battle_obstacle_lock",
|
||||||
["can_fall"]=1,
|
["can_fall"]=1,
|
||||||
["cant_link"]=1
|
["cant_link"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_za_b08"
|
||||||
},
|
},
|
||||||
[7]={
|
[7]={
|
||||||
["icon"]="battle_obstacle_suishi_1",
|
["icon"]="battle_obstacle_suishi_1",
|
||||||
@ -69,7 +74,8 @@ local grid_type = {
|
|||||||
["break_count"]=1,
|
["break_count"]=1,
|
||||||
["cant_link"]=1,
|
["cant_link"]=1,
|
||||||
["element_invalid"]=1,
|
["element_invalid"]=1,
|
||||||
["cant_upset"]=1
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_za_b03"
|
||||||
},
|
},
|
||||||
[8]={
|
[8]={
|
||||||
["icon"]="battle_obstacle_suishi_2",
|
["icon"]="battle_obstacle_suishi_2",
|
||||||
@ -81,7 +87,8 @@ local grid_type = {
|
|||||||
["break_count"]=1,
|
["break_count"]=1,
|
||||||
["cant_link"]=1,
|
["cant_link"]=1,
|
||||||
["element_invalid"]=1,
|
["element_invalid"]=1,
|
||||||
["cant_upset"]=1
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_za_b03"
|
||||||
},
|
},
|
||||||
[9]={
|
[9]={
|
||||||
["icon"]="battle_obstacle_bingkuai",
|
["icon"]="battle_obstacle_bingkuai",
|
||||||
@ -93,7 +100,8 @@ local grid_type = {
|
|||||||
["break_count"]=1,
|
["break_count"]=1,
|
||||||
["break_stay_element"]=1,
|
["break_stay_element"]=1,
|
||||||
["cant_link"]=1,
|
["cant_link"]=1,
|
||||||
["cant_upset"]=1
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_za_b05"
|
||||||
},
|
},
|
||||||
[10]={
|
[10]={
|
||||||
["icon"]="battle_obstacle_chushou",
|
["icon"]="battle_obstacle_chushou",
|
||||||
@ -103,7 +111,8 @@ local grid_type = {
|
|||||||
3
|
3
|
||||||
},
|
},
|
||||||
["break_count"]=1,
|
["break_count"]=1,
|
||||||
["cant_upset"]=1
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_za_b06"
|
||||||
},
|
},
|
||||||
[11]={
|
[11]={
|
||||||
["icon"]="battle_obstacle_jizhuangxiang_2",
|
["icon"]="battle_obstacle_jizhuangxiang_2",
|
||||||
@ -115,7 +124,8 @@ local grid_type = {
|
|||||||
["break_count"]=1,
|
["break_count"]=1,
|
||||||
["cant_link"]=1,
|
["cant_link"]=1,
|
||||||
["element_invalid"]=1,
|
["element_invalid"]=1,
|
||||||
["cant_upset"]=1
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_za_b07"
|
||||||
},
|
},
|
||||||
[12]={
|
[12]={
|
||||||
["icon"]="battle_obstacle_jizhuangxiang_1",
|
["icon"]="battle_obstacle_jizhuangxiang_1",
|
||||||
@ -127,7 +137,8 @@ local grid_type = {
|
|||||||
["break_count"]=1,
|
["break_count"]=1,
|
||||||
["cant_link"]=1,
|
["cant_link"]=1,
|
||||||
["element_invalid"]=1,
|
["element_invalid"]=1,
|
||||||
["cant_upset"]=1
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_za_b07"
|
||||||
},
|
},
|
||||||
[14]={
|
[14]={
|
||||||
["icon"]="battle_obstacle_shenxiang",
|
["icon"]="battle_obstacle_shenxiang",
|
||||||
@ -143,6 +154,7 @@ local grid_type = {
|
|||||||
["cant_link"]=1,
|
["cant_link"]=1,
|
||||||
["element_invalid"]=1,
|
["element_invalid"]=1,
|
||||||
["cant_upset"]=1,
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_shenxiang_b01",
|
||||||
["effect"]=3,
|
["effect"]=3,
|
||||||
["effect_trigger"]=2
|
["effect_trigger"]=2
|
||||||
},
|
},
|
||||||
@ -164,6 +176,7 @@ local grid_type = {
|
|||||||
["cant_link"]=1,
|
["cant_link"]=1,
|
||||||
["element_invalid"]=1,
|
["element_invalid"]=1,
|
||||||
["cant_upset"]=1,
|
["cant_upset"]=1,
|
||||||
|
["break_sfx"]="sfx_piece_baoxiang_b01",
|
||||||
["effect"]=4,
|
["effect"]=4,
|
||||||
["effect_trigger"]=2
|
["effect_trigger"]=2
|
||||||
},
|
},
|
||||||
|
|||||||
@ -15,83 +15,83 @@ local summon = {
|
|||||||
["summon"]={
|
["summon"]={
|
||||||
{
|
{
|
||||||
["id"]=13001,
|
["id"]=13001,
|
||||||
["weight"]=177800
|
["weight"]=11200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=23001,
|
["id"]=23001,
|
||||||
["weight"]=177800
|
["weight"]=11200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=33001,
|
["id"]=33001,
|
||||||
["weight"]=177800
|
["weight"]=11200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=43001,
|
["id"]=43001,
|
||||||
["weight"]=177800
|
["weight"]=11200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=53001,
|
["id"]=53001,
|
||||||
["weight"]=177800
|
["weight"]=11200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=14001,
|
["id"]=14001,
|
||||||
["weight"]=22180
|
["weight"]=8680
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=24001,
|
["id"]=24001,
|
||||||
["weight"]=22180
|
["weight"]=8680
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=34001,
|
["id"]=34001,
|
||||||
["weight"]=22180
|
["weight"]=8680
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=44001,
|
["id"]=44001,
|
||||||
["weight"]=22180
|
["weight"]=8680
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=54001,
|
["id"]=54001,
|
||||||
["weight"]=22180
|
["weight"]=8680
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=15001,
|
["id"]=15001,
|
||||||
["weight"]=10
|
["weight"]=60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=15002,
|
["id"]=15002,
|
||||||
["weight"]=10
|
["weight"]=60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=25001,
|
["id"]=25001,
|
||||||
["weight"]=10
|
["weight"]=60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=25002,
|
["id"]=25002,
|
||||||
["weight"]=10
|
["weight"]=60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=35001,
|
["id"]=35001,
|
||||||
["weight"]=10
|
["weight"]=60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=35002,
|
["id"]=35002,
|
||||||
["weight"]=10
|
["weight"]=60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=45001,
|
["id"]=45001,
|
||||||
["weight"]=10
|
["weight"]=60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=45002,
|
["id"]=45002,
|
||||||
["weight"]=10
|
["weight"]=60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=55001,
|
["id"]=55001,
|
||||||
["weight"]=10
|
["weight"]=60
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=55002,
|
["id"]=55002,
|
||||||
["weight"]=10
|
["weight"]=60
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["hero_item"]={
|
["hero_item"]={
|
||||||
@ -101,25 +101,25 @@ local summon = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
4,
|
4,
|
||||||
12
|
15
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
5,
|
5,
|
||||||
15
|
20
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["show"]={
|
["show"]={
|
||||||
{
|
{
|
||||||
3,
|
3,
|
||||||
8890
|
5600
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
4,
|
4,
|
||||||
1109
|
4340
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
5,
|
5,
|
||||||
1
|
60
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -147,83 +147,83 @@ local summon = {
|
|||||||
["summon"]={
|
["summon"]={
|
||||||
{
|
{
|
||||||
["id"]=13001,
|
["id"]=13001,
|
||||||
["weight"]=1250
|
["weight"]=13000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=23001,
|
["id"]=23001,
|
||||||
["weight"]=1250
|
["weight"]=13000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=33001,
|
["id"]=33001,
|
||||||
["weight"]=1250
|
["weight"]=13000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=43001,
|
["id"]=43001,
|
||||||
["weight"]=1250
|
["weight"]=13000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=53001,
|
["id"]=53001,
|
||||||
["weight"]=1250
|
["weight"]=13000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=14001,
|
["id"]=14001,
|
||||||
["weight"]=500
|
["weight"]=5400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=24001,
|
["id"]=24001,
|
||||||
["weight"]=500
|
["weight"]=5400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=34001,
|
["id"]=34001,
|
||||||
["weight"]=500
|
["weight"]=5400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=44001,
|
["id"]=44001,
|
||||||
["weight"]=500
|
["weight"]=5400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=54001,
|
["id"]=54001,
|
||||||
["weight"]=500
|
["weight"]=5400
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=15001,
|
["id"]=15001,
|
||||||
["weight"]=125
|
["weight"]=800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=15002,
|
["id"]=15002,
|
||||||
["weight"]=125
|
["weight"]=800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=25001,
|
["id"]=25001,
|
||||||
["weight"]=125
|
["weight"]=800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=25002,
|
["id"]=25002,
|
||||||
["weight"]=125
|
["weight"]=800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=35001,
|
["id"]=35001,
|
||||||
["weight"]=125
|
["weight"]=800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=35002,
|
["id"]=35002,
|
||||||
["weight"]=125
|
["weight"]=800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=45001,
|
["id"]=45001,
|
||||||
["weight"]=125
|
["weight"]=800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=45002,
|
["id"]=45002,
|
||||||
["weight"]=125
|
["weight"]=800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=55001,
|
["id"]=55001,
|
||||||
["weight"]=125
|
["weight"]=800
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
["id"]=55002,
|
["id"]=55002,
|
||||||
["weight"]=125
|
["weight"]=800
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["hero_item"]={
|
["hero_item"]={
|
||||||
@ -240,49 +240,6 @@ local summon = {
|
|||||||
100
|
100
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
["guarantee1"]=50,
|
|
||||||
["guarantee_summon"]={
|
|
||||||
{
|
|
||||||
["id"]=15001,
|
|
||||||
["weight"]=1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["id"]=15002,
|
|
||||||
["weight"]=1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["id"]=25001,
|
|
||||||
["weight"]=1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["id"]=25002,
|
|
||||||
["weight"]=1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["id"]=35001,
|
|
||||||
["weight"]=1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["id"]=35002,
|
|
||||||
["weight"]=1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["id"]=45001,
|
|
||||||
["weight"]=1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["id"]=45002,
|
|
||||||
["weight"]=1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["id"]=55001,
|
|
||||||
["weight"]=1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
["id"]=55002,
|
|
||||||
["weight"]=1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
["guarantee3"]=0,
|
["guarantee3"]=0,
|
||||||
["guarantee2"]=100,
|
["guarantee2"]=100,
|
||||||
["love"]={
|
["love"]={
|
||||||
@ -300,15 +257,15 @@ local summon = {
|
|||||||
["show"]={
|
["show"]={
|
||||||
{
|
{
|
||||||
3,
|
3,
|
||||||
6250
|
6500
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
4,
|
4,
|
||||||
2500
|
2700
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
5,
|
5,
|
||||||
1250
|
800
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -457,11 +414,11 @@ local summon = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
5,
|
5,
|
||||||
1150
|
1000
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
6,
|
6,
|
||||||
100
|
250
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user