aboutsummaryrefslogtreecommitdiff
path: root/constants/ArmorDrops.json
blob: c5a4dd6e47dfa44b44736901b999bdabe61a9703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
  "CROPIE": {
    "armor_type": "MELON",
    "chance": [
      0.0,
      0.03,
      0.04,
      0.05
    ]
  },
  "SQUASH": {
    "armor_type": "CROPIE",
    "chance": [
      0.0,
      0.01,
      0.02,
      0.03
    ]
  },
  "FERMENTO": {
    "armor_type": "SQUASH",
    "chance": [
      0.0,
      0.005,
      0.006,
      0.007
    ]
  }
}