Fishing Contest

Платное Fishing Contest 1.0.10

JSON:
{
  "General Settings": {
    "Prevent players from entering the arena if they have items on them?": false,
    "Minimum players to start a game": 1,
    "Should the contestants keep the fish that they catch?": true,
    "Should the contestants keep the caskets that they find?": true,
    "Command that the player needs to run after the event to get their caskets and fish back?": "redeemfc",
    "Command that the player needs to run to redeem their prizes?": "prizefc",
    "If a player dies somehow during the event, should we give their items back on spawn": true,
    "Commands to prevent when a player are at the event": [
      "kit"
    ],
    "Chance the the competition will select a specific fish as the target (rather than any fish)": 35.0,
    "Fish list": [
      "fish.herring",
      "fish.salmon",
      "fish.sardine",
      "fish.smallshark",
      "fish.troutsmall",
      "fish.anchovy"
    ],
    "CopyPaste file url": "https://www.dropbox.com/s/i71krne5bo7o4m2/FishingContest.json?dl=1"
  },
  "Timer Settings": {
    "How long should the event run for [seconds]?": 600.0,
    "How long should the event recruit players before running?": 300.0,
    "Use EventHelper's schedule to schedule the event?": true,
    "If not using EventHelper, what is the minimum delay time before we start a new game [seconds]?": 3600.0,
    "If not using EventHelper, what is the maximum delay time before we start a new game [seconds]?": 7200.0,
    "How often should the hud update with fish caught and time left?": 1.0
  },
  "Fishing equipment Settings": {
    "Name of the fishing rod": "advanced fishing rod",
    "Skin ID of the fishing rod": 2745669869,
    "Item shortname of the bait": "chicken.raw",
    "Quantity of bait to give": 50,
    "Strain modifier (lower means less chance of snapping)": 0.25,
    "List of clothing item shortnames for the player to spawn with": [
      {
        "shortname": "hat.boonie",
        "skin": 2557702256,
        "displayName": null
      },
      {
        "shortname": "burlap.shirt",
        "skin": 2556987808,
        "displayName": null
      },
      {
        "shortname": "burlap.trousers",
        "skin": 2556988996,
        "displayName": null
      },
      {
        "shortname": "burlap.gloves",
        "skin": 1432966221,
        "displayName": null
      },
      {
        "shortname": "shoes.boots",
        "skin": 1432967312,
        "displayName": null
      }
    ]
  },
  "Sound Settings": {
    "Catch effect": "assets/prefabs/misc/halloween/lootbag/effects/bronze_open.prefab",
    "Game start effect": "assets/prefabs/missions/effects/mission_accept.prefab"
  },
  "FishingTreasure Settings": {
    "Ajust the players chance of obtaining a casket?": true,
    "Chance out of 1000 that the casket will drop each catch": 100.0
  },
  "Skill Tree Settings": {
    "Prevent players from using Skill Tree buffs while at the event?": true
  },
  "Rewards Settings": {
    "List of rewards": [
      {
        "shortname": "scrap",
        "min_amount": 250,
        "max_amount": 500,
        "skinID": 0,
        "displayName": null,
        "drop_weight": 100
      },
      {
        "shortname": "fishingrod.handmade",
        "min_amount": 1,
        "max_amount": 1,
        "skinID": 2745669869,
        "displayName": "advanced fishing rod",
        "drop_weight": 100
      },
      {
        "shortname": "wood",
        "min_amount": 5000,
        "max_amount": 10000,
        "skinID": 0,
        "displayName": null,
        "drop_weight": 100
      },
      {
        "shortname": "stones",
        "min_amount": 2000,
        "max_amount": 6000,
        "skinID": 0,
        "displayName": null,
        "drop_weight": 100
      },
      {
        "shortname": "sulfur.ore",
        "min_amount": 1000,
        "max_amount": 3000,
        "skinID": 0,
        "displayName": null,
        "drop_weight": 100
      },
      {
        "shortname": "chicken.raw",
        "min_amount": 50,
        "max_amount": 200,
        "skinID": 0,
        "displayName": null,
        "drop_weight": 100
      },
      {
        "shortname": "oretea.advanced",
        "min_amount": 2,
        "max_amount": 4,
        "skinID": 0,
        "displayName": null,
        "drop_weight": 100
      }
    ],
    "How many rolls on the rewards table should the player receive?": 1,
    "Economic dollars for winning a match [requires: Economics]": {
      "min_amount": 0,
      "max_amount": 0
    },
    "Server reward points for winning a match [requires: ServerRewards]": {
      "min_amount": 0,
      "max_amount": 0
    }
  },
  "Competition prefabs": [
    {
      "fileName": "FishingContest",
      "parameters": [
        "auth",
        "false",
        "stability",
        "false",
        "height",
        "-6.2"
      ]
    }
  ],
  "CUI Anchors": {
    "Hud_Anchor_OffsetMin": "27.67 -34",
    "Hud_Anchor_OffsetMax": "95.67 34",
    "Scoreboard_Anchor_OffsetMin": "9.669 -211",
    "Scoreboard_Anchor_OffsetMax": "171.531 -10.02"
  }
}