For the complete documentation index, see llms.txt. This page is also available as Markdown.

drop_random_item

drop_random_item

触发效果

在触发器属性中的位置(纯)随机掉落一个物品。

示例配置

- id: drop_random_item
  args:
    items: # 随机物品列表
      - diamond
      - ancient_debris

最后更新于