10 lines
125 B
Lua
10 lines
125 B
Lua
local acceleration = {
|
|
[1]={
|
|
["time"]=1200,
|
|
["effect"]=2
|
|
}
|
|
}
|
|
local config = {
|
|
data=acceleration,count=1
|
|
}
|
|
return config |