1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- --[[
- ZumaballConfig_proto.lua
- exported by excel2lua.py
- from file:祖玛球.xlsx
- --]]
- return {
- [1] = {
- ID = 1,
- eliminate = {3,4,5},
- trigger = {1001,1101,1201},
- specific = 6,
- generate = 101,
- association = {0},
- activation = {0},
- },
- [2] = {
- ID = 2,
- eliminate = {3,4,5},
- trigger = {2001,2101,2201},
- specific = 6,
- generate = 101,
- association = {0},
- activation = {0},
- },
- [3] = {
- ID = 3,
- eliminate = {3,4,5},
- trigger = {3001,3101,3201},
- specific = 6,
- generate = 101,
- association = {0},
- activation = {0},
- },
- [4] = {
- ID = 4,
- eliminate = {3,4,5},
- trigger = {4001,4101,4201},
- specific = 6,
- generate = 101,
- association = {0},
- activation = {0},
- },
- [5] = {
- ID = 5,
- eliminate = {3,4,5},
- trigger = {5001,5101,5201},
- specific = 6,
- generate = 101,
- association = {0},
- activation = {0},
- },
- [101] = {
- ID = 101,
- eliminate = {0},
- trigger = {0},
- specific = 0,
- generate = 0,
- association = {1,2,3,4,5},
- activation = {1301,2301,3301,4301,5301},
- },
- }
|