Files
JJBB/Assets/Project/Script/LuaScripts/GameTables/Lua/Table_ValhallaDraw.txt

92 lines
2.0 KiB
Plaintext
Raw Normal View History

2024-08-23 15:49:34 +08:00
--This code create by CodeEngine ,don't modify
local Table_ValhallaDraw =
{
[1] = {
Id = 1,
ModelId = 20219,
ConsumeType = 3,
ConsumeSubType = 1603,
ConsumeNum = 1000,
PriceLingyu = 1,
PriceYuanbao = 13,
RewardId = 1,
Weight = {
60, 30, 10, 0, 0
},
TotalWeight = 100,
JumpConsumeType = -1,
JumpConsumeSubType = -1,
JumpConsumeNum = -1,
},
[2] = {
Id = 2,
ModelId = 20223,
ConsumeType = 3,
ConsumeSubType = 1603,
ConsumeNum = 2000,
PriceLingyu = 1,
PriceYuanbao = 13,
RewardId = 2,
Weight = {
30, 30, 30, 10, 0
},
TotalWeight = 100,
JumpConsumeType = -1,
JumpConsumeSubType = -1,
JumpConsumeNum = -1,
},
[3] = {
Id = 3,
ModelId = 20217,
ConsumeType = 3,
ConsumeSubType = 1603,
ConsumeNum = 4000,
PriceLingyu = 1,
PriceYuanbao = 13,
RewardId = 3,
Weight = {
20, 40, 20, 20, 0
},
TotalWeight = 100,
JumpConsumeType = -1,
JumpConsumeSubType = -1,
JumpConsumeNum = -1,
},
[4] = {
Id = 4,
ModelId = 20207,
ConsumeType = 3,
ConsumeSubType = 1603,
ConsumeNum = 6000,
PriceLingyu = 1,
PriceYuanbao = 13,
RewardId = 4,
Weight = {
10, 10, 40, 10, 30
},
TotalWeight = 100,
JumpConsumeType = 4,
JumpConsumeSubType = 1,
JumpConsumeNum = 300,
},
[5] = {
Id = 5,
ModelId = 20204,
ConsumeType = 3,
ConsumeSubType = 1603,
ConsumeNum = 10000,
PriceLingyu = 1,
PriceYuanbao = 13,
RewardId = 5,
Weight = {
70, 20, 10, 0, 0
},
TotalWeight = 100,
JumpConsumeType = -1,
JumpConsumeSubType = -1,
JumpConsumeNum = -1,
},
}
return Table_ValhallaDraw