11 lines
177 B
Lua
11 lines
177 B
Lua
local config = {
|
|
[1] = {
|
|
attribute="3#212#50",
|
|
Prompt="250/235|长鸣灯已触发",
|
|
},
|
|
[2] = {
|
|
attribute="3#213#100",
|
|
Prompt="250/235|翻天印已触发",
|
|
},
|
|
}
|
|
return config
|