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