{

  "time": {
    "day": 10,
    "night": 1
  },

  "game": {

    "mafia": {
      "has-chat": true,
      "chat-name": "mafia",
      "night-only": true
    },

    "town": {
      "night-chat": false
    },

    "day-zero": true,
    "lynch-ratio-floored": 0,

    "lynch": {
      "top-voted-lynch": false,
      "top-voted-lynch-minimum-votes": 0,

      "tied-random": false,

      "allow-hammer": true,
      "no-lynch-option": true
    },

    "minimum-lynch-votes": 2,
    "minimum-nolynch-votes": 2,
    "minimum-trials": 1,

    "allow-pre-emptive-votes": false,

    "fast-forwarding": {
      "allow": true,
      "ratio": 0.6,

      "night": true,
      "day": true
    },

    "last-wills": {
      "allow": false,
      "character-count-limit": 200
    },

    "whispers": {
      "allow": false,

      "night": false,
      "day": true,

      "broadcast": true,

      "allow-dead": false
    },

    "cause-of-death": {
      "hide-day": false,
      "hide-night": true,
      "exceptions": ["modkill"]
    }

  },

  "messages": {

    "opening-quote": "Truth may burn through lies and sorrow;\nfor one truth outnumbers innumerable lies.",
    "no-summary": "*Nothing of interest happened.*"

  }

}
