Files
chuanqi-server/server/s1/LogicServer/data/config/item/smith/smithSample.txt
aixianling 06658f112f init
2024-12-13 13:41:02 +08:00

34 lines
882 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--极品属性生成配置表
--id=0这个是例子占位的用不到
--[[
精锻的算法为先从几个属性里随机选择一个,然后[min,max]之间随机一个属性的数值出来
type为属性类型,value 属性值
prop为属性选择的概率这里用不到直接填0如果使用的话
min表示属性的属性值下限max表示上限在根据配置产生具体属性值的时候其结果将大于等于min且小于等于max
]]
{
{
type = 1,prop = 1000,
typeValue =
{
{min = 1,max = 10,prop =1,},
{min = 11,max = 20,prop =1,},
{min = 1,max = 10,prop =1,},
},
},
{
type = 2,prop = 1000,
typeValue =
{
{min = 1,max = 10,prop =1,},
{min = 11,max = 20,prop =1,},
{min = 1,max = 10,prop =1,},
},
},
},