🏆 战利品
最后更新于
disable-global-event: truedisable-game: trueinstant-game: trueprevent-grabbing: trueto-inventory: truescore: 10.5group: golden_star
group:
- golden_star
- oceanstatistics:
# 捕获的鱼的数量
amount: tuna
# 最佳尺寸记录
size: tunabase-effects:
difficulty-adder: 10
difficulty-multiplier: 0.9
game-time-adder: 10
game-time-multiplier: 0.9
wait-time-adder: 10
wait-time-multiplier: 0.9#contents/item/default.yml
test:
material: cod
display:
name: "一条有重量的鱼!"
lore:
- "重量: {data_weight}千克"
nbt:
Weight: "(Double) {data_weight}"
price:
base: 50
custom-data:
max_weight: 10
min_weight: 5
weight: "{weight}"
some_text: "ABC"#config.yml
placeholder-register:
'{weight}': "%math_2:_{random}*({data_max_weight}-{data_min_weight})+{data_min_weight}%"
# 您还可以在价格公式和大多数地方使用这些数据
price-formula: "{base} + {size} * {bonus} + {data_weight} * 10"