init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
--Z-转生配置.xlsx 兑换修为
|
||||
ExchangCircleConfig = {
|
||||
[1] = {
|
||||
type = 1,
|
||||
cost = 1,
|
||||
value = 100,
|
||||
useLimit = 50,
|
||||
statictype = 1,
|
||||
},
|
||||
[2] = {
|
||||
type = 2,
|
||||
cost = 200000,
|
||||
value = 30,
|
||||
useLimit = 5,
|
||||
statictype = 2,
|
||||
},
|
||||
[3] = {
|
||||
type = 3,
|
||||
cost = 30,
|
||||
value = 10,
|
||||
useLimit = 1,
|
||||
statictype = 3,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user