c1_lua/lua/app/config/skin_skill.lua
2023-08-10 09:40:35 +08:00

226 lines
3.7 KiB
Lua

local skin_skill = {
[14002011]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
1000001
},
["name_act"]="attack01",
["fx_self"]=300105,
["fx_self_mirror"]=400105
},
[14002012]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
1000002
},
["name_act"]="attack02",
["fx_self"]=300106,
["fx_self_mirror"]=400106
},
[14002013]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
10049
},
["name_act"]="attack03",
["fx_self"]=300107,
["fx_self_mirror"]=400107
},
[14002014]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
10048
},
["name_act"]="attack04",
["fx_self"]=300108,
["fx_self_mirror"]=400108
},
[14002015]={
["shake_time"]=200,
["shake_type"]=5,
["sound"]=34002200,
["sound_delay"]=0.0,
["name_act"]="skill01",
["fx_self"]=300109,
["bullet_time"]={
1000,
3000,
400
},
["fx_self_mirror"]=400109
},
[34001011]={
["shake_time"]=100,
["shake_type"]=2,
["sound_hit"]={
4200111
},
["name_act"]="attack01",
["fx_target"]=300010,
["fx_target_mirror"]=400059
},
[34001012]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
4200112
},
["name_act"]="attack02",
["fx_target"]=300011,
["fx_target_mirror"]=400060
},
[34001013]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
4200113
},
["name_act"]="attack03",
["fx_target"]=300012,
["fx_target_mirror"]=400061
},
[34001014]={
["shake_time"]=100,
["shake_type"]=2,
["sound_hit"]={
4200114
},
["name_act"]="attack04",
["fx_target"]=300013,
["fx_target_mirror"]=400062
},
[34001015]={
["shake_time"]=200,
["shake_type"]=6,
["sound"]=42001200,
["sound_delay"]=0.0,
["name_act"]="skill01",
["fx_target"]=300014,
["bullet_time"]={
1066,
3000,
400
},
["fx_target_mirror"]=400063
},
[53001011]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
1000001
},
["name_act"]="attack01",
["fx_self"]=300075,
["fx_self_mirror"]=400083
},
[53001012]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
1000002
},
["name_act"]="attack02",
["fx_self"]=300076,
["fx_self_mirror"]=400084
},
[53001013]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
1000003
},
["name_act"]="attack03",
["fx_self"]=300077,
["fx_self_mirror"]=400085
},
[53001014]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
1000004
},
["name_act"]="attack04",
["fx_self"]=300078,
["fx_self_mirror"]=400086
},
[53001015]={
["shake_time"]=200,
["shake_type"]=6,
["sound_hit"]={
4300220
},
["name_act"]="skill01",
["fx_self"]=300079,
["bullet_time"]={
1833,
3000,
400
},
["fx_self_mirror"]=400087
},
[54001011]={
["shake_time"]=100,
["shake_type"]=2,
["sound_hit"]={
1000001
},
["name_act"]="attack01",
["fx_self"]=300065,
["fx_self_mirror"]=400030
},
[54001012]={
["shake_time"]=100,
["shake_type"]=2,
["sound_hit"]={
1000002
},
["name_act"]="attack02",
["fx_self"]=300066,
["fx_self_mirror"]=400031
},
[54001013]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
1000003
},
["name_act"]="attack03",
["fx_self"]=300067,
["fx_self_mirror"]=400032
},
[54001014]={
["shake_time"]=100,
["shake_type"]=1,
["sound_hit"]={
1000004
},
["name_act"]="attack04",
["fx_self"]=300068,
["fx_self_mirror"]=400033
},
[54001015]={
["shake_time"]=200,
["shake_type"]=6,
["sound_hit"]={
5300220,
5300220,
5300220
},
["name_act"]="skill01",
["fx_self"]=300069,
["bullet_time"]={
1133,
3000,
400
},
["fx_self_mirror"]=400034
}
}
local config = {
data=skin_skill,count=20
}
return config