10 lines
131 B
Lua
10 lines
131 B
Lua
local func_open = {
|
|
["act_gold_pig"]={
|
|
["stage"]=3,
|
|
["pop_ups"]=1
|
|
}
|
|
}
|
|
local config = {
|
|
data=func_open,count=1
|
|
}
|
|
return config |