也就是:name。
{“pools“:[{“rolls“:10,“entries“:[{“type“:“item“,“name“:““}]}]}
但可不是直接在name里面写铁锭啊,这里是不认中文的。所以,我们就填铁锭的英文,也就是物品id:
iron_ingot
写进去:
{“pools“:[{“rolls“:10,“entries“:[{“type“:“item“,“name“:“iron_ingot“}]}]}
现在,我们就实现了,十连抽,每抽一次必定抽到一个铁锭。
但是我们得搞随机,所以我们要:添加一个新的文件夹。
而这个文件夹,叫做fun。
——第三段第三节:随机选择
等等,函数?
The content is not finished, continue reading on the next page