Simple Pocket Recycler

Платно Simple Pocket Recycler 1.0.9

1 / 4
Код:
{
  "Permission to use the plugin (default: pocketrecycler.use)": "pocketrecycler.use",
  "Recycler Container Size": 6,
  "Works only for those who have permission ?": true,
  "Use Sound Effects?": true,
  "Recycle Sound Effects": "assets/prefabs/misc/xmas/presents/effects/unwrap.prefab",
  "Recycler Open Sound Effects?": "assets/prefabs/npc/autoturret/effects/autoturret-deploy.prefab",
  "Allow blueprints to be obtained from recycled items.(default: false)": false,
  "Chance of obtaining blueprints from recycled items. 0 - 100 (default: 0)": 0,
  "Stack Multiplier Per Recycle Tick(default: 0.1)": 0.1,
  "Extra Scrap rate(default: 0)": 0.0,
  "Default recycling efficiency (pocketrecycler.use: 0.4)": 0.4,
  "Default recycling time duration (pocketrecycler.use: 8)": 8,
  "Recycler Permissions Settings": {
    "Recycling efficiency [permission] = efficiency (1.0 = 100%)": {
      "pocketrecycler.deluxe": 1.0,
      "pocketrecycler.premium": 0.8,
      "pocketrecycler.vip": 0.6
    },
    "Recycling time duration [permission] = time (sec)": {
      "pocketrecycler.deluxe": 0,
      "pocketrecycler.premium": 4,
      "pocketrecycler.vip": 6
    }
  },
  "Items recycle list": {
    "Enable item replacement after recycling": false,
    "Consider the efficiency value ?": true,
    "Get default item ingredients ?": false,
    "List of recyclable items": [
      {
        "SkinID": 0,
        "Shortname": "wood",
        "Displayed item name": null,
        "Ingredients": [
          {
            "SkinID": 2420097877,
            "Shortname": "paper",
            "Amount per 1 recycled item": 1,
            "Displayed item name": null
          }
        ]
      },
      {
        "SkinID": 2420097877,
        "Shortname": "paper",
        "Displayed item name": null,
        "Ingredients": [
          {
            "SkinID": 0,
            "Shortname": "wood",
            "Amount per 1 recycled item": 1,
            "Displayed item name": null
          }
        ]
      }
    ]
  }
}
Назад
Верх