在收集资源时获得额外的物品!玩家将在完成收集或拾取时有机会收到它。

配置

可以在目录下的文件中配置设置和选项。建议使用编辑器和验证器,以避免格式问题和语法错误。ExtraGatherBonusesconfig
Copy
{
  "A. Bonus list": [
    {
      "Item gathered to get bonus": "cloth",
      "Maximal items that player can get by once": 0,
      "Permission": "gather.use",
      "Bonus list": [
        {
          "Shortname": "bandage",
          "Amount min": 1,
          "Amount max": 5,
          "Skin": 0,
          "Display name": "Apple",
          "Chance": 50
        }
      ]
    },
    {
      "Item gathered to get bonus": "wood",
      "Maximal items that player can get by once": 0,
       "Permission": "gather.use",
      "Bonus list": [
        {
          "Shortname": "apple",
          "Amount min": 1,
          "Amount max": 5,
          "Skin": 0,
          "Display name": "Apple",
          "Chance": 50
        },
        {
          "Shortname": "apple.spoiled",
          "Amount min": 1,
          "Amount max": 5,
          "Skin": 0,
          "Display name": "Spoiled Apple",
          "Chance": 50
        }
      ]
    },
    {
      "Item gathered to get bonus": "sulfur.ore",
      "Maximal items that player can get by once": 1,
       "Permission": "gather.use",
      "Bonus list": [
        {
          "Shortname": "ammo.rifle",
          "Amount min": 10,
          "Amount max": 50,
          "Skin": 0,
          "Display name": "556 Ammo",
          "Chance": 10
        },
        {
          "Shortname": "ammo.pistol",
          "Amount min": 10,
          "Amount max": 50,
          "Skin": 0,
          "Display name": "9mm Ammo",
          "Chance": 10
        }
      ]
    }
  ]
}
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。