From Tower Defense Simulator Wiki

hunter rework that i did, he is now like a land ranger with poison damage.

https://i.imgur.com/ND4YTU2.jpeg

Rework

{
  "master": {
    "Hunter": {
      "Default": {
        "Upgrades": [
          {
            "Image": 5523192002,
            "Stats": {
              "Extras": [
                "x2 Reload Speed"
              ],
              "Attributes": {
                "TickRate": 1,
                "DefenseMelt": 0,
                "SlowdownTime": 0,
                "PoisonLength": 0,
                "PoisonDamage": 0
              },
              "Detections": {
                "Flying": false,
                "Hidden": false
              },
              "Cooldown": 2.25,
              "Range": 10,
              "Damage": 20
            },
            "Title": "Faster Reloading",
            "Cost": 750
          },
          {
            "Image": 5523193619,
            "Stats": {
              "Extras": [
                "Bullets deal Poison Damage",
                "2 Damage, 0.5 Tick, 6 Duration"
              ],
              "Attributes": {
                "TickRate": 1,
                "DefenseMelt": 0,
                "SlowdownTime": 0,
                "PoisonLength": 0,
                "PoisonDamage": 0,
                "MaxSlow": 0,
                "SlowdownPerHit": 0,
                "MaxDefMelt": 0
              },
              "Detections": {
                "Flying": false,
                "Hidden": true
              },
              "Cooldown": 2,
              "Range": 12,
              "Damage": 20
            },
            "Title": "Poisonous Bullets",
            "Cost": 2500
          },
          {
            "Image": 5523195646,
            "Stats": {
              "Extras": [
                "Burst 6 → 10",
                "Poison Damage 2 → 3"
              ],
              "Attributes": {
                "TickRate": 1,
                "DefenseMelt": 5,
                "SlowdownTime": 5,
                "PoisonLength": 10,
                "PoisonDamage": 5,
                "MaxSlow": 20,
                "SlowdownPerHit": 5,
                "MaxDefMelt": 50
              },
              "Detections": {
                "Flying": false,
                "Lead": true
              },
              "Cooldown": 2,
              "Range": 14,
              "Damage": 80
            },
            "Title": "Sinister Gear",
            "Cost": 3250
          },
          {
            "Image": 5523196519,
            "Stats": {
              "Extras": [
                "Full Auto Minigun",
                "Poison Duration 6 → 10",
                "Poison Damage 3 → 5"
              ],
              "Attributes": {
                "TickRate": 1,
                "DefenseMelt": 5,
                "SlowdownTime": 10,
                "PoisonLength": 15,
                "PoisonDamage": 10,
                "MaxSlow": 20,
                "MaxDefMelt": 50
              },
              "Detections": {
                "Flying": false,
                "Hidden": false,
                "Lead": true
              },
              "Cooldown": 2,
              "Range": 18,
              "Damage": 120
            },
            "Title": "Going Nuclear!",
            "Cost": 10000
          }
        ],
        "Defaults": {
          "Detections": {
            "Flying": true,
            "Hidden": false
          },
          "Attributes": {
            "TickRate": 1,
            "DefenseMelt": 0,
            "SlowdownTime": 0,
            "PoisonLength": 0,
            "PoisonDamage": 0,
            "MaxSlow": 0,
            "SlowdownPerHit": 0,
            "MaxDefMelt": 0
          },
          "Price": 1000,
          "Range": 10,
          "Cooldown": 2.5,
          "Damage": 8
        }
      }
    }
  },
  "slave": {}
}