Do I set the chance to 100 if I want 100% chance of spawn?Solved

I'm asking because in the config it says 1-00 instead of 1-100

{
  "Drop Settings": {
    "Drop : Spawn only 1 entity on trigger": true,
    "Drop : Count random per x barrels": 1,
    "Airdrop : Chance on spawn (1-00)": 0,
    "Airdrop : Drop height": 20,
    "Beancan : Chance on spawn (1-00)": 0
  },
  "Scientist Settings": {
    "Scientist : Use Custom Name": false,
    "Scientist : Name": "Barrel  Scientist",
    "Scientist : Chance on spawn (1-00)": 10,
    "Scientist : Health": 200
  },
  "Peacekeeper Settings": {
    "Peacekeeper : Use Custom Name": false,
    "Peacekeeper : Name": "Barrel Keeper",
    "Peacekeeper : Chance on spawn (1-00)": 10,
    "PeaceKeeper : Health": 300
  },
  "Scarecrow Settings": {
    "Scarecrow : Use Custom Name": true,
    "Scarecrow : Name": "Barrel Scarecrow",
    "Scarecrow : Chance on spawn (1-00)": 100,
    "Scarecrow : Health": 200
  },
  "Zombie Settings": {
    "Zombie : Use clothes": true,
    "Zombie : Use Custom Name": true,
    "Zombie : Name": "Barrel Zombie",
    "Zombie : Chance on spawn (1-00)": 100,
    "Zombie : Health": 200
  },
  "Animal Settings": {
    "Bear : Chance on spawn (1-00)": 100,
    "Wolf : Chance on spawn (1-00)": 100,
    "Chicken : Chance on spawn (1-00)": 0,
    "Boar : Chance on spawn (1-00)": 100
  },
  "Fire Settings": {
    "Fire : Trigger only on oil/diesel barrels": true,
    "Fire (Large) : Chance on spawn (1-00)": 100,
    "Fire (Medium): Chance on spawn (1-00)": 1,
    "Fire (Small): Chance on spawn (1-00)": 1
  }
}​

obviously a typo and nothing to do with the 1-100 :)

Locked automatically