materials:
enabled: true
material-chance: true
addsocket:
- type: MATERIAL # Item type (MATERIAL, MMOITEM)
id: STEEL_INGOT # Item ID
amount: 1
chance: 50
- type: MATERIAL # Item type (MATERIAL, MMOITEM)
id: RARE_DIAMOND # Item ID
amount: 1
chance: 50
2. 插槽增加模式(Add Socket Case)
2.1 預設插槽增加(Default Add Socket)
此方式會為裝備增加插槽,直到達到設定的最大插槽數(max-sockets),適用於所有裝備類型
default-add-socket:
socket-color: "Uncolored" #Default value is ANY, but if using a colored GEM STONE, that color will be the primary one.
max-sockets: 50