summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Monsters/v_monstergroup_upgrades.json
blob: bc1faac3f18bed2123eba57cbfeec5c9cc66fb5e (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
[
  {
    "name": "GROUP_VAMPBAT_UPGRADE",
    "type": "monstergroup",
    "default": "mon_null",
    "monsters": [
      { "monster": "mon_bigvampbat", "freq": 100, "cost_multiplier": 0 },
      { "monster": "mon_feralvampbat", "freq": 100, "cost_multiplier": 0 }
    ]
  },
  {
    "name": "GROUP_CRYPTIES_UPGRADE",
    "type": "monstergroup",
    "default": "mon_null",
    "monsters": [
      { "monster": "mon_zombie_bloodinfused", "freq": 100, "cost_multiplier": 0 },
      { "monster": "mon_zombie_blooddefused", "freq": 100, "cost_multiplier": 0 }
    ]
  },
  {
    "name": "GROUP_CRYPTIES_DEFUSEDUPGRADE",
    "type": "monstergroup",
    "default": "mon_null",
    "monsters": [ { "monster": "mon_zombie_bonewraith", "freq": 100, "cost_multiplier": 0 } ]
  },
  {
    "name": "GROUP_CRYPTIES_INFUSEDUPGRADE",
    "type": "monstergroup",
    "default": "mon_null",
    "monsters": [ { "monster": "mon_zombie_bonetitan", "freq": 100, "cost_multiplier": 0 } ]
  },
  {
    "name": "GROUP_LEECH_UPGRADE",
    "type": "monstergroup",
    "default": "mon_null",
    "monsters": [
      { "monster": "mon_insect_abominableleech", "freq": 100, "cost_multiplier": 0 },
      { "monster": "mon_insect_vampireleech", "freq": 100, "cost_multiplier": 0 },
      { "monster": "mon_insect_hugeleech", "freq": 100, "cost_multiplier": 0 },
      { "monster": "mon_insect_eyedleech", "freq": 100, "cost_multiplier": 0 }
    ]
  },
  {
    "name": "GROUP_LEECH_EYEDUPGRADE",
    "type": "monstergroup",
    "default": "mon_null",
    "monsters": [
      { "monster": "mon_insect_bloodsurgeleech", "freq": 100, "cost_multiplier": 0 },
      { "monster": "mon_insect_sharpshooterleech", "freq": 100, "cost_multiplier": 0 }
    ]
  },
  {
    "name": "GROUP_LEECH_ABOMIUPGRADE",
    "type": "monstergroup",
    "default": "mon_null",
    "monsters": [
      { "monster": "mon_insect_bloatedleech", "freq": 100, "cost_multiplier": 0 },
      { "monster": "mon_insect_venomleech", "freq": 100, "cost_multiplier": 0 }
    ]
  },
  {
    "name": "GROUP_LEECH_HUGEUPGRADE",
    "type": "monstergroup",
    "default": "mon_null",
    "monsters": [
      { "monster": "mon_insect_spikyleech", "freq": 100, "cost_multiplier": 0 },
      { "monster": "mon_insect_acidicleech", "freq": 100, "cost_multiplier": 0 }
    ]
  },
  {
    "name": "GROUP_LEECH_VAMPUPGRADE",
    "type": "monstergroup",
    "default": "mon_null",
    "monsters": [ { "monster": "mon_insect_dreadfulleech", "freq": 100, "cost_multiplier": 0 } ]
  }
]