然后打开这个文件夹:
{“pools“:[{“rolls:10,“entries“:}]}
接着,我们设置第一个战利品:铁锭。
{“pools“:[{“rolls“:10,“entries“:[{}]}]}
既然是铁锭,那么它的种类就是物品,也就是:
type=item。
所以我们在铁锭这个文件夹里面创建第一个文件:type(种类)。
我们在这个可执行文件里写上:item。
{“pools“:[{“rolls“:10,“entries“:[{“type“:“item“}]}]}
就像这样。
设置完种类,就开始设置物品。
The content is not finished, continue reading on the next page