summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Monsters
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-09-12 22:40:36 -0700
commit66ffd7038cf10566bd35bb6713677a5f8de3b6ef (patch)
tree1d1118242801f876c27f7566c0258184aafd440a /vamp_stuff/Modification Files/Monsters
downloadcataclysm-dda-mod_vampire-stuff-redone-66ffd7038cf10566bd35bb6713677a5f8de3b6ef.tar.xz
Initial commit
Diffstat (limited to 'vamp_stuff/Modification Files/Monsters')
-rw-r--r--vamp_stuff/Modification Files/Monsters/Critters/Bats.json227
-rw-r--r--vamp_stuff/Modification Files/Monsters/Insects/+Leech.json525
-rw-r--r--vamp_stuff/Modification Files/Monsters/Zombies/Graveyard.json296
-rw-r--r--vamp_stuff/Modification Files/Monsters/Zombies/Vampire.json191
-rw-r--r--vamp_stuff/Modification Files/Monsters/monster_attacks.json268
-rw-r--r--vamp_stuff/Modification Files/Monsters/monster_drops.json59
-rw-r--r--vamp_stuff/Modification Files/Monsters/monster_effects.json73
-rw-r--r--vamp_stuff/Modification Files/Monsters/monster_faction.json14
-rw-r--r--vamp_stuff/Modification Files/Monsters/monster_magic.json217
-rw-r--r--vamp_stuff/Modification Files/Monsters/monster_specie.json15
-rw-r--r--vamp_stuff/Modification Files/Monsters/shot_method.json80
-rw-r--r--vamp_stuff/Modification Files/Monsters/shot_method_ammo.json56
-rw-r--r--vamp_stuff/Modification Files/Monsters/v_monstergroup_spawn.json6922
-rw-r--r--vamp_stuff/Modification Files/Monsters/v_monstergroup_upgrades.json124
14 files changed, 9067 insertions, 0 deletions
diff --git a/vamp_stuff/Modification Files/Monsters/Critters/Bats.json b/vamp_stuff/Modification Files/Monsters/Critters/Bats.json
new file mode 100644
index 0000000..624c138
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/Critters/Bats.json
@@ -0,0 +1,227 @@
+[{
+ "aggression": -25,
+ "bodytype": "bird",
+ "categories": [
+ "WILDLIFE"
+ ],
+ "color": "brown",
+ "death_function": [
+ "NORMAL"
+ ],
+ "default_faction": "small_animal",
+ "description": "One of the vesper bats, a family of winged insect-eating mammals. It roosts in caves and other hollows, and uses a form of echolocation to aerially navigate through tricky terrain at rapid speeds.",
+ "dodge": 8,
+ "fear_triggers": [
+ "SOUND",
+ "PLAYER_CLOSE"
+ ],
+ "flags": [
+ "SEES",
+ "SMELLS",
+ "HEARS",
+ "GOODHEARING",
+ "WARM",
+ "FLIES",
+ "ANIMAL",
+ "PATH_AVOID_DANGER_1"
+ ],
+ "harvest": "mammal_tiny",
+ "hp": 10,
+ "id": "mon_bat",
+ "material": [
+ "flesh"
+ ],
+ "melee_cut": 1,
+ "melee_dice": 1,
+ "melee_dice_sides": 1,
+ "melee_skill": 4,
+ "morale": 5,
+ "name": "bat",
+ "special_attacks": [{
+ "cooldown": 15,
+ "type": "bite"
+ }
+ ],
+ "upgrades": {
+ "half_life": 12,
+ "into": "mon_vampbat"
+ },
+ "species": [
+ "MAMMAL",
+ "VAMPBAT"
+ ],
+ "speed": 230,
+ "symbol": "w",
+ "type": "MONSTER",
+ "vision_day": 20,
+ "vision_night": 20,
+ "volume": "750 ml",
+ "weight": 1000
+ }, {
+ "aggression": 75,
+ "bodytype": "bird",
+ "categories": [
+ "WILDLIFE"
+ ],
+ "color": "red",
+ "death_function": [
+ "NORMAL"
+ ],
+ "default_faction": "vampirics",
+ "description": "A mammalian creature commonly found at caverns and thick foliage. It has grown in fondness with the dark, and capable in terrain echolocation.",
+ "diff": 5,
+ "dodge": 8,
+ "fear_triggers": [
+ "FIRE"
+ ],
+ "flags": [
+ "SEES",
+ "SMELLS",
+ "HEARS",
+ "GOODHEARING",
+ "WARM",
+ "FLIES",
+ "PATH_AVOID_DANGER_1",
+ "BONES",
+ "LEATHER"
+ ],
+ "harvest": "mammal_small_leather",
+ "hp": 25,
+ "id": "mon_vampbat",
+ "upgrades": {
+ "half_life": 12,
+ "into_group": "GROUP_VAMPBAT_UPGRADE"
+ },
+ "material": [
+ "flesh"
+ ],
+ "melee_cut": 1,
+ "melee_dice": 1,
+ "melee_dice_sides": 1,
+ "melee_skill": 1,
+ "morale": 20,
+ "name": "vampire bat",
+ "size": "TINY",
+ "special_attacks": [{
+ "type": "bite"
+ }
+ ],
+ "species": [
+ "MAMMAL",
+ "VAMPBAT"
+ ],
+ "speed": 200,
+ "symbol": "w",
+ "type": "MONSTER",
+ "vision_day": 10,
+ "vision_night": 20
+ }, {
+ "aggression": 75,
+ "bodytype": "bird",
+ "categories": [
+ "WILDLIFE"
+ ],
+ "color": "red",
+ "death_function": [
+ "NORMAL"
+ ],
+ "default_faction": "vampirics",
+ "description": "A larger vampire bat, with longer wingspan and visible fangs. Shows aggression when startled, and detects them with screeching sounds they make.",
+ "diff": 10,
+ "dodge": 8,
+ "fear_triggers": [
+ "FIRE"
+ ],
+ "flags": [
+ "SEES",
+ "SMELLS",
+ "HEARS",
+ "GOODHEARING",
+ "WARM",
+ "FLIES",
+ "PATH_AVOID_DANGER_1",
+ "BONES",
+ "LEATHER"
+ ],
+ "harvest": "mammal_small_leather",
+ "hp": 45,
+ "id": "mon_bigvampbat",
+ "material": [
+ "flesh"
+ ],
+ "melee_cut": 3,
+ "melee_dice": 1,
+ "melee_dice_sides": 1,
+ "melee_skill": 2,
+ "morale": 40,
+ "name": "large vampire bat",
+ "size": "SMALL",
+ "special_attacks": [{
+ "type": "bite"
+ }
+ ],
+ "species": [
+ "MAMMAL",
+ "VAMPBAT"
+ ],
+ "speed": 200,
+ "symbol": "W",
+ "type": "MONSTER",
+ "vision_day": 10,
+ "vision_night": 20
+ }, {
+ "aggression": 100,
+ "bodytype": "bird",
+ "categories": [
+ "WILDLIFE"
+ ],
+ "color": "pink",
+ "death_function": [
+ "NORMAL"
+ ],
+ "default_faction": "vampirics",
+ "description": "A large vampire bat - with seeping bubbly liquid in its mouth - engorged to attack whatever is detected.",
+ "diff": 12,
+ "dodge": 8,
+ "fear_triggers": [
+ "FIRE"
+ ],
+ "flags": [
+ "SEES",
+ "SMELLS",
+ "HEARS",
+ "GOODHEARING",
+ "WARM",
+ "FLIES",
+ "PATH_AVOID_DANGER_1",
+ "BONES",
+ "LEATHER"
+ ],
+ "harvest": "mammal_small_leather",
+ "hp": 50,
+ "id": "mon_feralvampbat",
+ "material": [
+ "flesh"
+ ],
+ "melee_cut": 4,
+ "melee_dice": 1,
+ "melee_dice_sides": 4,
+ "melee_skill": 3,
+ "morale": 40,
+ "name": "feral vampire bat",
+ "size": "SMALL",
+ "special_attacks": [{
+ "type": "bite"
+ }
+ ],
+ "species": [
+ "MAMMAL",
+ "VAMPBAT"
+ ],
+ "speed": 200,
+ "symbol": "W",
+ "type": "MONSTER",
+ "vision_day": 10,
+ "vision_night": 20
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/Insects/+Leech.json b/vamp_stuff/Modification Files/Monsters/Insects/+Leech.json
new file mode 100644
index 0000000..41761ba
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/Insects/+Leech.json
@@ -0,0 +1,525 @@
+[{
+ "anger_triggers": ["PLAYER_CLOSE", "FRIEND_DIED", "HURT"],
+ "armor_bash": 4,
+ "armor_cut": 2,
+ "bodytype": "snake",
+ "color": "light_green",
+ "death_drops": "leech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "A leech with green and yellow segmented colors, it drips concentrated toxin as it slither along the way.",
+ "diff": 15,
+ "dodge": 1,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1"],
+ "harvest": "zombie_meatslug",
+ "hp": 60,
+ "id": "mon_insect_abominableleech",
+ "material": ["iflesh"],
+ "melee_cut": 4,
+ "melee_dice": 2,
+ "melee_dice_sides": 2,
+ "melee_skill": 2,
+ "morale": 100,
+ "name": "abominable leech",
+ "size": "TINY",
+ "species": ["INSECT", "LEECH"],
+ "speed": 95,
+ "symbol": "~",
+ "type": "MONSTER",
+ "upgrades": {
+ "half_life": 12,
+ "into_group": "GROUP_LEECH_ABOMIUPGRADE"
+ }
+ }, {
+ "anger_triggers": ["PLAYER_CLOSE", "HURT", "FRIEND_DIED"],
+ "armor_bash": 7,
+ "armor_cut": 3,
+ "bodytype": "snake",
+ "color": "yellow_green",
+ "death_drops": "leech",
+ "death_function": ["ACID", "NORMAL"],
+ "default_faction": "leech",
+ "description": "Its mouth doesn't stop drooping yellowish chemical stuff into the terrain it passes by. This leech's flesh has completely adopted to handle the extreme hazards cause by acid, and became a part to its internal organs. Due to thinned skin layer, it is fragile to physical harm, but overprotected by burning blood.",
+ "diff": 25,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SWIMS", "ACIDPROOF", "ACID_BLOOD", "ACIDTRAIL", "PATH_AVOID_DANGER_1"],
+ "harvest": "zombie_meatslug",
+ "hp": 140,
+ "id": "mon_insect_acidicleech",
+ "material": ["iflesh"],
+ "melee_cut": 6,
+ "melee_dice": 2,
+ "melee_dice_sides": 5,
+ "melee_skill": 3,
+ "morale": 100,
+ "name": "acidic leech",
+ "size": "MEDIUM",
+ "special_attacks": [["crunch", 20], ["sucking", 15], ["ACID", 30]],
+ "special_when_hit": ["ACIDSPLASH", 100],
+ "species": ["INSECT", "LEECH"],
+ "speed": 85,
+ "symbol": "$",
+ "type": "MONSTER"
+ }, {
+ "anger_triggers": ["PLAYER_WEAK", "FRIEND_DIED", "HURT"],
+ "armor_bash": 3,
+ "armor_cut": 1,
+ "bodytype": "snake",
+ "color": "red",
+ "death_drops": "leech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "A larger, segmented worm. The bite it makes can suck out liters of blood if remains intact for minutes.",
+ "diff": 10,
+ "dodge": 1,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1"],
+ "harvest": "meatslug",
+ "hp": 45,
+ "id": "mon_insect_bigleech",
+ "material": ["flesh"],
+ "melee_cut": 3,
+ "melee_dice": 2,
+ "melee_dice_sides": 4,
+ "melee_skill": 2,
+ "morale": 100,
+ "name": "big leech",
+ "size": "SMALL",
+ "species": ["INSECT", "LEECH"],
+ "speed": 95,
+ "starting_ammo": {
+ "leechblood": 1000,
+ "leechsharptooth": 100,
+ "leechtooth": 100
+ },
+ "symbol": "~",
+ "type": "MONSTER",
+ "upgrades": {
+ "half_life": 12,
+ "into_group": "GROUP_LEECH_UPGRADE"
+ }
+ }, {
+ "anger_triggers": ["PLAYER_CLOSE", "FRIEND_DIED", "HURT"],
+ "armor_bash": 1,
+ "armor_cut": 1,
+ "bodytype": "snake",
+ "color": "light_green_green",
+ "death_drops": "leech",
+ "death_function": ["GAS"],
+ "default_faction": "leech",
+ "description": "A large worm with a nearly transparent, bloated hump in its back, filled with pressurized poison gas. It slithers faster than most and definitely, it will explode when touched.",
+ "diff": 15,
+ "dodge": 1,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1"],
+ "harvest": "exempt",
+ "hp": 15,
+ "id": "mon_insect_bloatedleech",
+ "material": ["iflesh"],
+ "melee_cut": 1,
+ "melee_dice": 1,
+ "melee_dice_sides": 1,
+ "melee_skill": 1,
+ "morale": 100,
+ "name": "bloated leech",
+ "size": "SMALL",
+ "special_attacks": [["SUICIDE", 5]],
+ "species": ["INSECT", "LEECH"],
+ "speed": 145,
+ "symbol": "~",
+ "type": "MONSTER"
+ }, {
+ "anger_triggers": ["HURT", "FRIEND_DIED", "PLAYER_CLOSE"],
+ "armor_bash": 14,
+ "armor_cut": 12,
+ "bodytype": "snake",
+ "color": "white_red",
+ "death_drops": "devourerleech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "It excrete blood from its body continuously as it slithers very slow. This enormous leech has hundreds of teeth and slabs of elastic skin makes it hideous physically.",
+ "diff": 50,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1"],
+ "harvest": "meatslug",
+ "hp": 435,
+ "id": "mon_insect_devourerleech",
+ "material": ["flesh"],
+ "melee_cut": 8,
+ "melee_dice": 6,
+ "melee_dice_sides": 8,
+ "melee_skill": 5,
+ "morale": 100,
+ "name": "devourer leech",
+ "size": "HUGE",
+ "special_attacks": [["crunch", 20], ["devour", 50], ["bodyslam", 15]],
+ "species": ["INSECT", "LEECH"],
+ "speed": 55,
+ "symbol": "S",
+ "type": "MONSTER"
+ }, {
+ "aggression": 25,
+ "anger_triggers": ["PLAYER_CLOSE", "FRIEND_DIED", "HURT"],
+ "armor_bash": 10,
+ "armor_cut": 7,
+ "bodytype": "snake",
+ "color": "red_cyan",
+ "death_drops": "leech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "A man-sized, monoeye leech with a bubbling blood residue under its mouth and a saggy skin lies under it. If left unnoticed, it can shoot with pressurize power!",
+ "diff": 26,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SEES", "PRIORITIZE_TARGETS", "SWIMS", "PATH_AVOID_DANGER_2"],
+ "harvest": "meatslug",
+ "hp": 114,
+ "id": "mon_insect_bloodsurgeleech",
+ "material": ["iflesh"],
+ "melee_cut": 2,
+ "melee_dice": 3,
+ "melee_dice_sides": 5,
+ "melee_skill": 3,
+ "morale": 100,
+ "name": "blood surge leech",
+ "path_settings": {
+ "max_dist": 4
+ },
+ "size": "MEDIUM",
+ "special_attacks": [{
+ "ammo_type": "leechblood",
+ "cooldown": 3,
+ "description": "The blood surge leech showers its blood!",
+ "fake_dex": 8,
+ "fake_per": 10,
+ "fake_skills": [["gun", 3], ["smg", 2]],
+ "fake_str": 12,
+ "gun_type": "bloodsurgeleechmouth",
+ "max_ammo": 1000,
+ "move_cost": 255,
+ "no_ammo_sound": "nothing but a joke.",
+ "ranges": [[1, 3, "DEFAULT"]],
+ "targeting_cost": 100,
+ "targeting_sound": "bubbling liquid",
+ "targeting_volume": 25,
+ "type": "gun"
+ }
+ ],
+ "species": ["INSECT", "LEECH"],
+ "speed": 90,
+ "starting_ammo": {
+ "leechblood": 1000
+ },
+ "symbol": "$",
+ "type": "MONSTER",
+ "vision_day": 25
+ }, {
+ "anger_triggers": ["PLAYER_CLOSE", "FRIEND_DIED", "HURT"],
+ "armor_bash": 6,
+ "armor_cut": 4,
+ "bodytype": "snake",
+ "color": "light_gray",
+ "death_drops": "leech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "A leech with devilish, blade fangs potruding from its mouth. Its thirst for vampire blood caused it to mutate to even more dreadful look, and even more troubles!",
+ "diff": 20,
+ "dodge": 3,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1"],
+ "harvest": "meatslug",
+ "hp": 85,
+ "id": "mon_insect_dreadfulleech",
+ "material": ["flesh"],
+ "melee_cut": 9,
+ "melee_dice": 3,
+ "melee_dice_sides": 5,
+ "melee_skill": 5,
+ "morale": 100,
+ "name": "dreadful leech",
+ "size": "SMALL",
+ "special_attacks": [["crunch", 20], ["hemorrhage", 30], ["spinbite", 50]],
+ "species": ["INSECT", "LEECH"],
+ "speed": 115,
+ "symbol": "~",
+ "type": "MONSTER"
+ }, {
+ "aggression": 25,
+ "anger_triggers": ["PLAYER_CLOSE", "FRIEND_DIED", "HURT"],
+ "armor_bash": 3,
+ "armor_cut": 3,
+ "bodytype": "snake",
+ "color": "brown",
+ "death_drops": "leech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "A small leech with a distinctive large, monoeye above its mouth. Being compatible to precisely shoot its own teeth makes it deadly once ignored.",
+ "diff": 15,
+ "dodge": 1,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SEES", "PRIORITIZE_TARGETS", "SWIMS", "PATH_AVOID_DANGER_2"],
+ "harvest": "meatslug",
+ "hp": 52,
+ "id": "mon_insect_eyedleech",
+ "material": ["iflesh"],
+ "melee_cut": 2,
+ "melee_dice": 3,
+ "melee_dice_sides": 2,
+ "melee_skill": 2,
+ "morale": 100,
+ "name": "eyed leech",
+ "path_settings": {
+ "max_dist": 6
+ },
+ "size": "TINY",
+ "special_attacks": [{
+ "ammo_type": "leechtooth",
+ "cooldown": 3,
+ "description": "The eyed leech spew its tooth!",
+ "fake_dex": 8,
+ "fake_per": 8,
+ "fake_skills": [["gun", 1], ["pistol", 1]],
+ "gun_type": "eyedleechmouth",
+ "max_ammo": 100,
+ "move_cost": 125,
+ "no_ammo_sound": "nothing but a joke.",
+ "ranges": [[1, 10, "DEFAULT"]],
+ "targeting_cost": 120,
+ "targeting_sound": "snapped tooth",
+ "targeting_volume": 25,
+ "type": "gun"
+ }
+ ],
+ "species": ["INSECT", "LEECH"],
+ "speed": 100,
+ "starting_ammo": {
+ "leechtooth": 100
+ },
+ "symbol": "~",
+ "type": "MONSTER",
+ "upgrades": {
+ "half_life": 12,
+ "into_group": "GROUP_LEECH_EYEDUPGRADE"
+ },
+ "vision_day": 25
+ }, {
+ "anger_triggers": ["PLAYER_CLOSE", "FRIEND_DIED", "HURT"],
+ "armor_bash": 11,
+ "armor_cut": 9,
+ "bodytype": "snake",
+ "color": "red",
+ "death_drops": "leech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "While it lives, the vastly accumulated blood it has sucked from anything has changed its appearance. This human sized parasite doesn't drink blood anymore... They are eaten as whole instead. Aside that, its hide can deflect almost any inferior projectiles.",
+ "diff": 20,
+ "dodge": 1,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1"],
+ "harvest": "meatslug",
+ "hp": 145,
+ "id": "mon_insect_hugeleech",
+ "material": ["flesh"],
+ "melee_cut": 6,
+ "melee_dice": 2,
+ "melee_dice_sides": 5,
+ "melee_skill": 3,
+ "morale": 100,
+ "name": "huge leech",
+ "size": "MEDIUM",
+ "special_attacks": [["crunch", 20], ["sucking", 15]],
+ "species": ["INSECT", "LEECH"],
+ "speed": 95,
+ "symbol": "$",
+ "type": "MONSTER",
+ "upgrades": {
+ "half_life": 12,
+ "into_group": "GROUP_LEECH_HUGEUPGRADE"
+ }
+ }, {
+ "anger_triggers": ["PLAYER_WEAK", "FRIEND_DIED", "HURT"],
+ "armor_bash": 2,
+ "armor_cut": 1,
+ "bodytype": "snake",
+ "color": "pink",
+ "death_drops": "leech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "A segmented, small worm technically a pest for living things. When biting, it extracts a liquid from its mouth that disables blood clotting, which can be deadly for a limited time.",
+ "diff": 5,
+ "dodge": 1,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1"],
+ "harvest": "meatslug",
+ "hp": 20,
+ "id": "mon_insect_leech",
+ "material": ["flesh"],
+ "melee_cut": 2,
+ "melee_dice": 1,
+ "melee_dice_sides": 3,
+ "melee_skill": 2,
+ "morale": 100,
+ "name": "leech",
+ "size": "TINY",
+ "species": ["INSECT", "LEECH"],
+ "speed": 100,
+ "starting_ammo": {
+ "leechblood": 1000,
+ "leechsharptooth": 100,
+ "leechtooth": 100
+ },
+ "symbol": "~",
+ "type": "MONSTER",
+ "upgrades": {
+ "half_life": 12,
+ "into_group": "GROUP_LEECH_UPGRADE"
+ }
+ }, {
+ "aggression": 100,
+ "anger_triggers": ["PLAYER_CLOSE", "FRIEND_DIED", "HURT"],
+ "armor_bash": 3,
+ "armor_cut": 3,
+ "bodytype": "snake",
+ "color": "brown_cyan",
+ "death_drops": "leech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "Small, but deadly! The mutation in its iris has changed its presicion and shoots further with sharper teeth ammunition inside its mouth.",
+ "diff": 29,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SEES", "PRIORITIZE_TARGETS", "SWIMS", "PATH_AVOID_DANGER_2"],
+ "harvest": "meatslug",
+ "hp": 70,
+ "id": "mon_insect_sharpshooterleech",
+ "material": ["iflesh"],
+ "melee_cut": 2,
+ "melee_dice": 3,
+ "melee_dice_sides": 5,
+ "melee_skill": 1,
+ "morale": 25,
+ "name": "sharpshooter leech",
+ "path_settings": {
+ "max_dist": 11
+ },
+ "size": "SMALL",
+ "special_attacks": [{
+ "ammo_type": "leechsharptooth",
+ "cooldown": 5,
+ "description": "The sharpshooter leech spew it tooth!",
+ "fake_dex": 9,
+ "fake_per": 9,
+ "fake_skills": [["gun", 3], ["rifle", 2]],
+ "gun_type": "sharpshooterleechmouth",
+ "max_ammo": 100,
+ "move_cost": 175,
+ "no_ammo_sound": "nothing but a joke.",
+ "ranges": [[1, 13, "DEFAULT"]],
+ "targeting_cost": 175,
+ "targeting_sound": "snapped tooth",
+ "targeting_volume": 25,
+ "type": "gun"
+ }
+ ],
+ "species": ["INSECT", "LEECH"],
+ "speed": 105,
+ "starting_ammo": {
+ "leechsharptooth": 100
+ },
+ "symbol": "~",
+ "type": "MONSTER",
+ "vision_day": 35
+ }, {
+ "anger_triggers": ["PLAYER_CLOSE", "FRIEND_DIED", "HURT"],
+ "armor_bash": 16,
+ "armor_cut": 12,
+ "bodytype": "snake",
+ "color": "light_gray_white",
+ "death_drops": "leech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "This overgrown leech possesses tremendous amount of short bone spikes overlapping around its flabby skin. Much slower, tougher and deadlier than before.",
+ "diff": 30,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SWIMS", "BONES", "PATH_AVOID_DANGER_1"],
+ "harvest": "meatslug",
+ "hp": 245,
+ "id": "mon_insect_spikyleech",
+ "material": ["flesh"],
+ "melee_cut": 9,
+ "melee_dice": 5,
+ "melee_dice_sides": 6,
+ "melee_skill": 5,
+ "morale": 100,
+ "name": "spiky leech",
+ "size": "MEDIUM",
+ "special_attacks": [["crunch", 20], ["sucking", 15], ["spikeroll", 30]],
+ "species": ["INSECT", "LEECH"],
+ "speed": 75,
+ "symbol": "$",
+ "type": "MONSTER"
+ }, {
+ "anger_triggers": ["PLAYER_CLOSE", "FRIEND_DIED", "HURT"],
+ "armor_bash": 5,
+ "armor_cut": 3,
+ "bodytype": "snake",
+ "color": "light_gray",
+ "death_drops": "leech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "This large leech somehow gained a power from a vampire blood, and caused it to mutate a longer teeth lining. The sucking power that it does will drain you in a pinch.",
+ "diff": 20,
+ "dodge": 2,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SWIMS", "PATH_AVOID_DANGER_1"],
+ "harvest": "meatslug",
+ "hp": 65,
+ "id": "mon_insect_vampireleech",
+ "material": ["flesh"],
+ "melee_cut": 5,
+ "melee_dice": 2,
+ "melee_dice_sides": 4,
+ "melee_skill": 3,
+ "morale": 100,
+ "name": "vampire leech",
+ "size": "SMALL",
+ "special_attacks": [["crunch", 20], ["hemorrhage", 30]],
+ "species": ["INSECT", "LEECH"],
+ "speed": 105,
+ "symbol": "~",
+ "type": "MONSTER",
+ "upgrades": {
+ "half_life": 12,
+ "into_group": "GROUP_LEECH_VAMPUPGRADE"
+ }
+ }, {
+ "anger_triggers": ["PLAYER_CLOSE", "FRIEND_DIED", "HURT"],
+ "armor_bash": 3,
+ "armor_cut": 3,
+ "bodytype": "snake",
+ "color": "light_green_magenta",
+ "death_drops": "leech",
+ "death_function": ["NORMAL"],
+ "default_faction": "leech",
+ "description": "A larger, darker abominable leech with wider mouth and drips highly concentrated toxin as it sway.",
+ "diff": 15,
+ "dodge": 1,
+ "fear_triggers": ["FIRE"],
+ "flags": ["SMELLS", "HEARS", "SWIMS", "VENOM", "PATH_AVOID_DANGER_1"],
+ "harvest": "zombie_meatslug",
+ "hp": 85,
+ "id": "mon_insect_venomleech",
+ "material": ["iflesh"],
+ "melee_cut": 8,
+ "melee_dice": 3,
+ "melee_dice_sides": 2,
+ "melee_skill": 4,
+ "morale": 100,
+ "name": "venomous leech",
+ "size": "SMALL",
+ "special_attacks": [["leechvenomousinject", 10]],
+ "species": ["INSECT", "LEECH"],
+ "speed": 100,
+ "symbol": "~",
+ "type": "MONSTER"
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/Zombies/Graveyard.json b/vamp_stuff/Modification Files/Monsters/Zombies/Graveyard.json
new file mode 100644
index 0000000..d893788
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/Zombies/Graveyard.json
@@ -0,0 +1,296 @@
+[{
+ "id": "mon_zombie_bloodcompact",
+ "type": "MONSTER",
+ "name": "blood compact zombie",
+ "description": "From the old graveyard it arised. This zombie's age cause its blood to solidify into thick, rock-like armor, but somehow maintains natural speed. With odd-looking teeth lining and stony claws, its threat is impeccable.",
+ "default_faction": "zombie",
+ "species": [
+ "ZOMBIE",
+ "ELDERZED"
+ ],
+ "size": "MEDIUM",
+ "hp": 185,
+ "bodytype": "human",
+ "speed": 85,
+ "material": [
+ "flesh"
+ ],
+ "symbol": "B",
+ "color": "red",
+ "aggression": 100,
+ "morale": 100,
+ "melee_skill": 4,
+ "melee_dice": 2,
+ "melee_dice_sides": 4,
+ "melee_cut": 3,
+ "armor_bash": 3,
+ "armor_cut": 9,
+ "vision_day": 30,
+ "vision_night": 4,
+ "harvest": "zombie",
+ "special_attacks": [{
+ "type": "bite",
+ "cooldown": 10
+ },
+ [
+ "GRAB",
+ 6
+ ]
+ ],
+ "death_drops": "elderzombie",
+ "death_function": [
+ "NORMAL"
+ ],
+ "upgrades": {
+ "half_life": 6,
+ "into_group": "GROUP_CRYPTIES_UPGRADE"
+ },
+ "flags": [
+ "SEES",
+ "HEARS",
+ "SMELLS",
+ "STUMBLES",
+ "WARM",
+ "BASHES",
+ "GROUP_BASH",
+ "POISON",
+ "NO_BREATHE",
+ "REVIVES",
+ "BONES"
+ ]
+ }, {
+ "id": "mon_zombie_blooddefused",
+ "type": "MONSTER",
+ "name": "blood defused zombie",
+ "description": "This hollowed zombie's blood melts away and cause a minor mutation, such as long claws and immensive fangs. Lackness of weight provides swiftness and good reflexes, but in most cases, its fragility makes it easy to take down.",
+ "default_faction": "zombie",
+ "species": [
+ "ZOMBIE",
+ "ELDERZED"
+ ],
+ "bodytype": "human",
+ "size": "MEDIUM",
+ "hp": 85,
+ "speed": 135,
+ "material": [
+ "flesh"
+ ],
+ "symbol": "B",
+ "color": "white",
+ "aggression": 100,
+ "morale": 100,
+ "melee_skill": 5,
+ "melee_dice": 2,
+ "melee_dice_sides": 4,
+ "melee_cut": 4,
+ "armor_bash": 2,
+ "armor_cut": 6,
+ "dodge": 3,
+ "vision_day": 35,
+ "harvest": "zombie",
+ "vision_night": 5,
+ "special_attacks": [{
+ "type": "bite",
+ "cooldown": 6
+ },
+ [
+ "GRAB",
+ 9
+ ]
+ ],
+ "death_drops": "elderzombie",
+ "death_function": [
+ "NORMAL"
+ ],
+ "upgrades": {
+ "half_life": 6,
+ "into_group": "GROUP_CRYPTIES_DEFUSEDUPGRADE"
+ },
+ "flags": [
+ "SEES",
+ "HEARS",
+ "SMELLS",
+ "WARM",
+ "BASHES",
+ "GROUP_BASH",
+ "POISON",
+ "NO_BREATHE",
+ "REVIVES",
+ "BONES"
+ ]
+ }, {
+ "id": "mon_zombie_bloodinfused",
+ "type": "MONSTER",
+ "name": "blood infused zombie",
+ "description": "Once a compact zombie, but its blood has soaked and caused to mutate into a dangerous oversized bone plates and spikes, leaving its fleshy skin saggy. The bone scythes on its hands are symmetrical as a pair while its sharpened teeth potrudes from its jaw, but despite fearsome looks, its weight causes it to stumble... often.",
+ "default_faction": "zombie",
+ "species": [
+ "ZOMBIE",
+ "ELDERZED"
+ ],
+ "bodytype": "human",
+ "size": "MEDIUM",
+ "hp": 265,
+ "speed": 65,
+ "material": [
+ "flesh"
+ ],
+ "symbol": "B",
+ "color": "black",
+ "aggression": 100,
+ "morale": 100,
+ "melee_skill": 4,
+ "melee_dice": 4,
+ "melee_dice_sides": 4,
+ "melee_cut": 4,
+ "armor_bash": 5,
+ "armor_cut": 15,
+ "vision_day": 13,
+ "harvest": "zombie",
+ "vision_night": 3,
+ "special_attacks": [{
+ "type": "bite",
+ "cooldown": 9
+ },
+ [
+ "GRAB",
+ 7
+ ]
+ ],
+ "death_drops": "elderzombie",
+ "death_function": [
+ "NORMAL"
+ ],
+ "upgrades": {
+ "half_life": 6,
+ "into_group": "GROUP_CRYPTIES_INFUSEDUPGRADE"
+ },
+ "flags": [
+ "SEES",
+ "HEARS",
+ "SMELLS",
+ "STUMBLES",
+ "WARM",
+ "BASHES",
+ "GROUP_BASH",
+ "POISON",
+ "NO_BREATHE",
+ "REVIVES",
+ "BONES"
+ ]
+ }, {
+ "id": "mon_zombie_bonetitan",
+ "type": "MONSTER",
+ "name": "bone titan zombie",
+ "description": "An enlarged skeleton mutant with extremely thick bone platings around its body. It walks slowly from carrying itself up.",
+ "default_faction": "zombie",
+ "species": [
+ "ZOMBIE",
+ "ELDERZED"
+ ],
+ "bodytype": "human",
+ "size": "LARGE",
+ "hp": 355,
+ "speed": 60,
+ "material": [
+ "flesh"
+ ],
+ "symbol": "B",
+ "color": "black_magenta",
+ "aggression": 100,
+ "morale": 100,
+ "melee_skill": 6,
+ "melee_dice": 6,
+ "melee_dice_sides": 5,
+ "melee_cut": 5,
+ "armor_bash": 8,
+ "armor_cut": 24,
+ "harvest": "zombie",
+ "vision_day": 35,
+ "vision_night": 5,
+ "special_attacks": [
+ [
+ "heavygrab",
+ 20
+ ],
+ [
+ "GRAB",
+ 10
+ ]
+ ],
+ "death_drops": "default_zombie_death_drops",
+ "death_function": [
+ "NORMAL"
+ ],
+ "flags": [
+ "SEES",
+ "HEARS",
+ "SMELLS",
+ "STUMBLES",
+ "WARM",
+ "BASHES",
+ "GROUP_BASH",
+ "POISON",
+ "NO_BREATHE",
+ "REVIVES",
+ "BONES"
+ ]
+ }, {
+ "id": "mon_zombie_bonewraith",
+ "type": "MONSTER",
+ "name": "bone wraith zombie",
+ "description": "A skeleton mutant with symmetrical slender thin bone growths on its back, similar to spider's, but appears to be unused in its movement. Being almost weightless, it is quick and lethal alone.",
+ "default_faction": "zombie",
+ "species": [
+ "ZOMBIE",
+ "ELDERZED"
+ ],
+ "bodytype": "human",
+ "size": "MEDIUM",
+ "hp": 105,
+ "speed": 145,
+ "material": [
+ "flesh"
+ ],
+ "symbol": "B",
+ "color": "white_magenta",
+ "aggression": 100,
+ "morale": 100,
+ "melee_skill": 6,
+ "melee_dice": 2,
+ "melee_dice_sides": 4,
+ "melee_cut": 6,
+ "armor_bash": 4,
+ "armor_cut": 12,
+ "harvest": "zombie",
+ "vision_day": 35,
+ "vision_night": 5,
+ "dodge": 4,
+ "special_attacks": [
+ [
+ "tentaclebones",
+ 10
+ ],
+ [
+ "GRAB",
+ 10
+ ]
+ ],
+ "death_drops": "default_zombie_death_drops",
+ "death_function": [
+ "NORMAL"
+ ],
+ "flags": [
+ "SEES",
+ "HEARS",
+ "SMELLS",
+ "WARM",
+ "BASHES",
+ "GROUP_BASH",
+ "POISON",
+ "NO_BREATHE",
+ "REVIVES",
+ "BONES"
+ ]
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/Zombies/Vampire.json b/vamp_stuff/Modification Files/Monsters/Zombies/Vampire.json
new file mode 100644
index 0000000..7067c7c
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/Zombies/Vampire.json
@@ -0,0 +1,191 @@
+[{
+ "id": "mon_zombie_succumbvampire",
+ "type": "MONSTER",
+ "name": "succumbed vampire",
+ "description": "This glorious entity has been engulfed by black, oozing liquid on its eye. Still walks in passion, its thirst for blood has been replaced with fresh meat.",
+ "default_faction": "zombie",
+ "species": ["ZOMBIE"],
+ "size": "MEDIUM",
+ "bodytype": "human",
+ "hp": 555,
+ "speed": 150,
+ "material": ["flesh"],
+ "symbol": "V",
+ "color": "light_gray_red",
+ "aggression": 100,
+ "morale": 100,
+ "melee_skill": 10,
+ "melee_dice": 6,
+ "melee_dice_sides": 6,
+ "melee_cut": 6,
+ "dodge": 5,
+ "harvest": "exempt",
+ "armor_bash": 2,
+ "armor_cut": 12,
+ "vision_day": 50,
+ "vision_night": 20,
+ "special_attacks": [{
+ "type": "bite",
+ "cooldown": 7
+ },
+ ["GRAB", 7]
+ ],
+ "death_drops": "succumbvampire",
+ "death_function": ["DISAPPEAR"],
+ "flags": ["SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS"]
+ }, {
+ "id": "mon_zombie_succumbvampire_sinker",
+ "type": "MONSTER",
+ "name": "rogue sinker",
+ "description": "Shrouded in black, mystical mist, it moves silently in every step while remains unseen to its prey. A vampire skilled in lashing and striking, with pure wisdom to the acts of the dark days.",
+ "default_faction": "zombie",
+ "species": ["ZOMBIE"],
+ "size": "MEDIUM",
+ "bodytype": "human",
+ "hp": 480,
+ "speed": 165,
+ "material": ["flesh"],
+ "symbol": "V",
+ "color": "light_gray_red",
+ "aggression": 100,
+ "morale": 100,
+ "melee_skill": 10,
+ "melee_dice": 2,
+ "melee_dice_sides": 6,
+ "melee_cut": 8,
+ "dodge": 6,
+ "harvest": "exempt",
+ "armor_bash": 1,
+ "armor_cut": 10,
+ "vision_day": 50,
+ "vision_night": 20,
+ "special_attacks": [
+ ["BRANDISH", 22], {
+ "type": "spell",
+ "spell_data": { "id": "v_sink_bstrike"},
+ "cooldown": 28
+ }
+ ],
+ "looks_like": "mon_zombie_succumbvampire",
+ "death_drops": "succumbvampire",
+ "death_function": ["DISAPPEAR"],
+ "flags": ["SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "NIGHT_INVISIBILITY", "CAN_OPEN_DOORS"]
+ }, {
+ "id": "mon_zombie_succumbvampire_warlock",
+ "type": "MONSTER",
+ "name": "wicked warlock",
+ "description": "A vampire full of malice, with hands twitching as if it holds knowledge to spellcrafts. Eyes fallen in deep void, it simply expresses frightful desires among the living.",
+ "default_faction": "zombie",
+ "species": ["ZOMBIE"],
+ "size": "MEDIUM",
+ "bodytype": "human",
+ "hp": 585,
+ "speed": 130,
+ "material": ["flesh"],
+ "symbol": "V",
+ "color": "light_gray_red",
+ "aggression": 100,
+ "morale": 100,
+ "melee_skill": 8,
+ "melee_dice": 4,
+ "melee_dice_sides": 6,
+ "melee_cut": 4,
+ "dodge": 3,
+ "harvest": "exempt",
+ "armor_bash": 4,
+ "armor_cut": 10,
+ "vision_day": 50,
+ "vision_night": 20,
+ "special_attacks": [{
+ "type": "spell",
+ "spell_data": { "id": "v_warlock_innate_strike"},
+ "cooldown": 16
+ }, {
+ "type": "spell",
+ "spell_data": { "id": "v_warlock_stun"},
+ "cooldown": 36
+ }
+ ],
+ "looks_like": "mon_zombie_succumbvampire",
+ "death_drops": "succumbvampire",
+ "death_function": ["DISAPPEAR"],
+ "flags": ["SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS"]
+ }, {
+ "id": "mon_zombie_succumbvampire_conjurer",
+ "type": "MONSTER",
+ "name": "profane conjurer",
+ "description": "A dark cultist, lays low in its deceiving blank appearance. Hands swaying slyly, it occasionally pulses in black aura, denoting a strong familiarity with ancient profane arts.",
+ "default_faction": "zombie",
+ "species": ["ZOMBIE"],
+ "size": "MEDIUM",
+ "bodytype": "human",
+ "hp": 520,
+ "speed": 120,
+ "material": ["flesh"],
+ "symbol": "V",
+ "color": "light_gray_red",
+ "aggression": 100,
+ "morale": 100,
+ "melee_skill": 8,
+ "melee_dice": 4,
+ "melee_dice_sides": 4,
+ "melee_cut": 4,
+ "dodge": 3,
+ "harvest": "exempt",
+ "armor_bash": 2,
+ "armor_cut": 12,
+ "vision_day": 50,
+ "vision_night": 20,
+ "special_attacks": [{
+ "type": "spell",
+ "spell_data": { "id": "v_profane_fire"},
+ "cooldown": 14
+ }, {
+ "type": "spell",
+ "spell_data": { "id": "v_profane_hellfire"},
+ "cooldown": 74
+ }
+ ],
+ "looks_like": "mon_zombie_succumbvampire",
+ "death_drops": "succumbvampire",
+ "death_function": ["DISAPPEAR"],
+ "flags": ["SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS"]
+ }, {
+ "//": "A support class. It heals nearby allies and deals aoe damage to enemies.",
+ "id": "mon_zombie_succumbvampire_hemomancer",
+ "type": "MONSTER",
+ "name": "hemomancer",
+ "description": "Frantic, but skillful to the arts of hemomancy - one of the oldest form of sorcery. A vampire that drains and manipulates life from creatures within its vicinity to conjure intricate spells.",
+ "default_faction": "zombie",
+ "species": ["ZOMBIE"],
+ "size": "MEDIUM",
+ "bodytype": "human",
+ "hp": 820,
+ "speed": 115,
+ "material": ["flesh"],
+ "symbol": "V",
+ "color": "light_gray_red",
+ "aggression": 100,
+ "morale": 100,
+ "melee_skill": 6,
+ "melee_dice": 4,
+ "melee_dice_sides": 4,
+ "melee_cut": 2,
+ "dodge": 2,
+ "harvest": "exempt",
+ "armor_bash": 12,
+ "armor_cut": 22,
+ "vision_day": 50,
+ "vision_night": 20,
+ "special_attacks": [{
+ "type": "spell",
+ "spell_data": { "id": "v_hemo_transfusion"},
+ "cooldown": 24
+ }
+ ],
+ "looks_like": "mon_zombie_succumbvampire",
+ "death_drops": "succumbvampire",
+ "death_function": ["DISAPPEAR"],
+ "flags": ["SEES", "HEARS", "SMELLS", "POISON", "NO_BREATHE", "REVIVES", "BONES", "CAN_OPEN_DOORS"]
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/monster_attacks.json b/vamp_stuff/Modification Files/Monsters/monster_attacks.json
new file mode 100644
index 0000000..0334b8a
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/monster_attacks.json
@@ -0,0 +1,268 @@
+[{
+ "type": "monster_attack",
+ "attack_type": "melee",
+ "id": "bodyslam",
+ "cooldown": 15,
+ "move_cost": 200,
+ "damage_max_instance": [{
+ "damage_type": "bash",
+ "amount": 10,
+ "armor_penetration": 18,
+ "armor_multiplier": 0.7
+ }
+ ],
+ "effects": [{
+ "id": "downed",
+ "duration": 3
+ }
+ ],
+ "hit_dmg_u": "The %1$s pressed you with its body!",
+ "hit_dmg_npc": "The %1$s body slammed <npcname>!",
+ "no_dmg_msg_u": "The %1$s tries to body slam you, but fails to penetrate your armor!",
+ "no_dmg_msg_npc": "The %1$s tries to body slam <npcname>, but fails to penetrate their armor!"
+ }, {
+ "type": "monster_attack",
+ "attack_type": "melee",
+ "id": "crunch",
+ "cooldown": 20,
+ "move_cost": 160,
+ "damage_max_instance": [{
+ "damage_type": "cut",
+ "amount": 7,
+ "armor_multiplier": 0.9
+ }, {
+ "damage_type": "stab",
+ "amount": 5,
+ "armor_multiplier": 0.7
+ }
+ ],
+ "body_parts": [["FOOT_L", 2], ["FOOT_R", 2], ["LEG_L", 3], ["LEG_R", 3], ["HAND_L", 2], ["HAND_R", 2], ["HEAD", 3], ["EYES", 2], ["MOUTH", 1], ["ARM_L", 3], ["ARM_R", 3], ["TORSO", 4]],
+ "hit_dmg_u": "The %1$s latches its mouth and crunches at you!",
+ "hit_dmg_npc": "The %1$s latches its mouth and crunches <npcname>!",
+ "no_dmg_msg_u": "The %1$s crunches at you, but fails to penetrate your armor.",
+ "no_dmg_msg_npc": "The %1$s crunches <npcname>, but fails to penetrate their armor."
+ }, {
+ "type": "monster_attack",
+ "attack_type": "melee",
+ "id": "devour",
+ "cooldown": 50,
+ "move_cost": 100,
+ "damage_max_instance": [{
+ "damage_type": "biological",
+ "amount": 15
+ }
+ ],
+ "effects": [{
+ "id": "blind",
+ "duration": 5
+ }, {
+ "id": "downed",
+ "duration": 5
+ }
+ ],
+ "hit_dmg_u": "The %1$s devoured you and eventually spat out!",
+ "hit_dmg_npc": "The %1$s devoured <npcname>!",
+ "no_dmg_msg_u": "The %1$s tries to devour you, but fails to do it!",
+ "no_dmg_msg_npc": "The %1$s tries to devour <npcname>, but fails to do it!"
+ }, {
+ "type": "monster_attack",
+ "attack_type": "melee",
+ "id": "heavygrab",
+ "cooldown": 20,
+ "move_cost": 120,
+ "damage_max_instance": [{
+ "damage_type": "bash",
+ "amount": 15,
+ "armor_penetration": 25,
+ "armor_multiplier": 0.6
+ }
+ ],
+ "body_parts": [["TORSO", 1]],
+ "effects": [{
+ "id": "grabbed",
+ "duration": 250,
+ "bp": "TORSO"
+ }, {
+ "id": "downed",
+ "duration": 10
+ }
+ ],
+ "hit_dmg_u": "The %1$s hugs you to the floor!",
+ "hit_dmg_npc": "The %1$s is hugging <npcname>!",
+ "no_dmg_msg_u": "The %1$s tries to hug you, but fails to do it!",
+ "no_dmg_msg_npc": "The %1$s tries to hug <npcname>, but fails to do it!"
+ }, {
+ "type": "monster_attack",
+ "attack_type": "melee",
+ "id": "hemorrhage",
+ "cooldown": 30,
+ "move_cost": 100,
+ "damage_max_instance": [{
+ "damage_type": "cut",
+ "amount": 3,
+ "armor_penetration": 20,
+ "armor_multiplier": 0.5
+ }
+ ],
+ "body_parts": [["TORSO", 1]],
+ "effects": [{
+ "id": "bleed",
+ "duration": 50000,
+ "bp": "TORSO"
+ }
+ ],
+ "hit_dmg_u": "The %1$s bit your torso with hemorrhage!",
+ "hit_dmg_npc": "The %1$s bit <npcname>'s torso with hemorrhage!",
+ "no_dmg_msg_u": "The %1$s tries to bite your torso, but fails to penetrate your armor!",
+ "no_dmg_msg_npc": "The %1$s tries to bite <npcname>'s torso, but fails to penetrate their armor!"
+ }, {
+ "type": "monster_attack",
+ "attack_type": "melee",
+ "id": "leechpoisonousinject",
+ "cooldown": 15,
+ "move_cost": 200,
+ "damage_max_instance": [{
+ "damage_type": "cut",
+ "amount": 3,
+ "armor_multiplier": 0.6
+ }, {
+ "damage_type": "stab",
+ "amount": 2,
+ "armor_multiplier": 0.5
+ }
+ ],
+ "effects": [{
+ "id": "leechpoison",
+ "duration": 1350
+ }
+ ],
+ "hit_dmg_u": "The %1$s weakens you!",
+ "hit_dmg_npc": "The %1$s weakens <npcname>!",
+ "no_dmg_msg_u": "The %1$s tries to inject you, but fails to pierce your armor.",
+ "no_dmg_msg_npc": "The %1$s tries to inject <npcname>, but fails."
+ }, {
+ "type": "monster_attack",
+ "attack_type": "melee",
+ "id": "leechvenomousinject",
+ "cooldown": 15,
+ "move_cost": 200,
+ "damage_max_instance": [{
+ "damage_type": "cut",
+ "amount": 4,
+ "armor_multiplier": 0.7
+ }, {
+ "damage_type": "stab",
+ "amount": 3,
+ "armor_multiplier": 0.6
+ }
+ ],
+ "effects": [{
+ "id": "leechvenom",
+ "duration": 2650
+ }
+ ],
+ "hit_dmg_u": "The %1$s badly weakens you!",
+ "hit_dmg_npc": "The %1$s weakens <npcname> badly!",
+ "no_dmg_msg_u": "The %1$s tries to inject you, but fails to pierce your armor.",
+ "no_dmg_msg_npc": "The %1$s tries to inject <npcname>, but fails."
+ }, {
+ "type": "monster_attack",
+ "attack_type": "melee",
+ "id": "spikeroll",
+ "cooldown": 30,
+ "move_cost": 300,
+ "damage_max_instance": [{
+ "damage_type": "bash",
+ "amount": 9,
+ "armor_penetration": 15,
+ "armor_multiplier": 0.5
+ }, {
+ "damage_type": "cut",
+ "amount": 8,
+ "armor_penetration": 13,
+ "armor_multiplier": 0.7
+ }
+ ],
+ "effects": [{
+ "id": "downed",
+ "duration": 4
+ }, {
+ "id": "stunned",
+ "duration": 2
+ }
+ ],
+ "hit_dmg_u": "The %1$s rolls through you!",
+ "hit_dmg_npc": "The %1$s rolls through <npcname>!",
+ "no_dmg_msg_u": "The %1$s rolled through you, but fails to penetrate your armor!",
+ "no_dmg_msg_npc": "The %1$s rolls through <npcname>, but fails to penetrate their armor!"
+ }, {
+ "type": "monster_attack",
+ "attack_type": "melee",
+ "id": "spinbite",
+ "cooldown": 50,
+ "move_cost": 500,
+ "damage_max_instance": [{
+ "damage_type": "cut",
+ "amount": 15,
+ "armor_penetration": 30,
+ "armor_multiplier": 0.8
+ }
+ ],
+ "hit_dmg_u": "The %1$s drills your flesh!",
+ "hit_dmg_npc": "The %1$s drilled <npcname>'s flesh!",
+ "no_dmg_msg_u": "The %1$s drilled you, but fails to penetrate your armor!",
+ "no_dmg_msg_npc": "The %1$s drilled <npcname>, but fails to penetrate their armor!"
+ }, {
+ "type": "monster_attack",
+ "attack_type": "melee",
+ "id": "sucking",
+ "cooldown": 25,
+ "move_cost": 1000,
+ "damage_max_instance": [{
+ "damage_type": "cut",
+ "amount": 3,
+ "armor_penetration": 20,
+ "armor_multiplier": 0.5
+ }
+ ],
+ "body_parts": [["TORSO", 1]],
+ "effects": [{
+ "id": "bleed",
+ "duration": 100,
+ "bp": "TORSO"
+ }, {
+ "id": "grabbed",
+ "duration": 100,
+ "bp": "TORSO"
+ }, {
+ "id": "stunned",
+ "duration": 5
+ }
+ ],
+ "hit_dmg_u": "The %1$s is sucking your torso!",
+ "hit_dmg_npc": "The %1$s is sucking <npcname>'s torso!",
+ "no_dmg_msg_u": "The %1$s tries to suck your torso, but fails to penetrate your armor!",
+ "no_dmg_msg_npc": "The %1$s tries to suck <npcname>'s torso, but fails to penetrate their armor!"
+ }, {
+ "type": "monster_attack",
+ "attack_type": "melee",
+ "id": "tentaclebones",
+ "cooldown": 10,
+ "move_cost": 100,
+ "damage_max_instance": [{
+ "damage_type": "cut",
+ "amount": 3,
+ "armor_multiplier": 0.5
+ }, {
+ "damage_type": "stab",
+ "amount": 13,
+ "armor_multiplier": 0.5
+ }
+ ],
+ "body_parts": [["FOOT_L", 2], ["FOOT_R", 2], ["LEG_L", 3], ["LEG_R", 3], ["HAND_L", 2], ["HAND_R", 2], ["HEAD", 3], ["EYES", 2], ["MOUTH", 1], ["ARM_L", 3], ["ARM_R", 3], ["TORSO", 4]],
+ "hit_dmg_u": "The %1$s tentacle bones stabs you!",
+ "hit_dmg_npc": "The %1$s tentacle bones stabs <npcname>!",
+ "no_dmg_msg_u": "The %1$s stabs you with tentacle bones, but fails to penetrate your armor.",
+ "no_dmg_msg_npc": "The %1$s stabs <npcname> with tentacle bones, but fails to penetrate their armor."
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/monster_drops.json b/vamp_stuff/Modification Files/Monsters/monster_drops.json
new file mode 100644
index 0000000..8c836c6
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/monster_drops.json
@@ -0,0 +1,59 @@
+[{
+ "id": "succumbvampire",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [{
+ "group": "bloodset",
+ "damage": [
+ 1,
+ 3
+ ]
+ }, {
+ "group": "underwear",
+ "damage": [
+ 1,
+ 3
+ ]
+ }, {
+ "item": "corruptbloodrune",
+ "prob": 100
+ }
+ ]
+ }, {
+ "type": "item_group",
+ "id": "leech",
+ "subtype": "collection",
+ "entries": [{
+ "item": "smallleechteeth",
+ "prob": 20
+ }
+ ]
+ }, {
+ "type": "item_group",
+ "id": "devourerleech",
+ "subtype": "collection",
+ "entries": [{
+ "item": "bloodsac",
+ "prob": 100
+ }
+ ]
+ }, {
+ "id": "elderzombie",
+ "type": "item_group",
+ "subtype": "collection",
+ "entries": [{
+ "group": "clothing_outdoor_set",
+ "damage": [
+ 1,
+ 2
+ ]
+ }, {
+ "group": "underwear",
+ "damage": [
+ 1,
+ 2
+ ]
+ }
+ ]
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/monster_effects.json b/vamp_stuff/Modification Files/Monsters/monster_effects.json
new file mode 100644
index 0000000..2e7b0fa
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/monster_effects.json
@@ -0,0 +1,73 @@
+[{
+ "type": "effect_type",
+ "id": "leechpoison",
+ "name": [
+ "abominable leech poison"
+ ],
+ "int_add_val": 1,
+ "max_intensity": 10,
+ "resist_trait": ["POISRESIST"],
+ "base_mods": {
+ "per_mod": [-2],
+ "dex_mod": [-1],
+ "str_mod": [-1],
+ "int_mod": [-3],
+ "speed_mod": [-5]
+ },
+ "scaling_mods": {
+ "per_mod": [-1, 0],
+ "dex_mod": [-1, -0.75],
+ "str_mod": [-1, -0.5],
+ "int_mod": [-2, -1],
+ "speed_mod": [-15]
+ }
+ }, {
+ "type": "effect_type",
+ "id": "leechvenom",
+ "name": [
+ "venomous leech poison"
+ ],
+ "int_add_val": 1,
+ "max_intensity": 15,
+ "resist_trait": ["POISRESIST"],
+ "base_mods": {
+ "per_mod": [-4],
+ "dex_mod": [-2],
+ "str_mod": [-2],
+ "int_mod": [-5],
+ "speed_mod": [-15]
+ },
+ "scaling_mods": {
+ "per_mod": [-1, -0.25],
+ "dex_mod": [-1],
+ "str_mod": [-2, 0],
+ "int_mod": [-4, -2.5],
+ "speed_mod": [-15]
+ }
+ }, {
+ "type": "effect_type",
+ "id": "profane_curse",
+ "name": ["Profane Curse"],
+ "desc": ["A curse lingers through your body, amplifying elemental damage you take."],
+ "apply_message": "You've been cursed.",
+ "remove_message": "You feel your body thaw from the curse.",
+ "rating": "bad",
+ "show_in_info": true,
+ "base_mods": {
+ "environmental_protection": [-2]
+ }
+ }, {
+ "type": "effect_type",
+ "id": "vamp_conceal",
+ "name": ["Conceal"],
+ "desc": ["Your body is invisible to the naked eye."],
+ "apply_message": "You've turned invisible!",
+ "remove_message": "You reveal yourself.",
+ "rating": "bad",
+ "show_in_info": true,
+ "flags": ["EFFECT_INVISIBLE"],
+ "base_mods": {
+ "speed_mod": [-50]
+ }
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/monster_faction.json b/vamp_stuff/Modification Files/Monsters/monster_faction.json
new file mode 100644
index 0000000..bc094bf
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/monster_faction.json
@@ -0,0 +1,14 @@
+[{
+ "type": "MONSTER_FACTION",
+ "name": "leech",
+ "base_faction": "insect",
+ "neutral": ["bot"],
+ "by_mood": ["zombie"]
+ }, {
+ "type": "MONSTER_FACTION",
+ "name": "vampirics",
+ "base_faction": "mammal",
+ "neutral": ["small_animal"],
+ "by_mood": ["zombie"]
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/monster_magic.json b/vamp_stuff/Modification Files/Monsters/monster_magic.json
new file mode 100644
index 0000000..5ce3cc9
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/monster_magic.json
@@ -0,0 +1,217 @@
+[
+{
+ "id": "v_sacrifice_spell",
+ "type": "SPELL",
+ "name": "Sacrifice",
+ "description": "Instant death damage is dealt.",
+ "flags": ["SILENT"],
+ "valid_targets": ["ally", "hostile", "ground", "self"],
+ "effect": "target_attack",
+ "min_damage": 9999999,
+ "max_damage": 9999999,
+ "min_aoe": 1,
+ "max_aoe": 1,
+ "damage_type": "none"
+ }, {
+ "id": "v_sink_tp",
+ "type": "SPELL",
+ "name": "Teleport",
+ "description": "Combined with blind strike spell.",
+ "flags": ["SILENT"],
+ "valid_targets": ["ground", "ally"],
+ "min_aoe": 8,
+ "max_aoe": 8,
+ "effect": "teleport_random"
+ }, {
+ "id": "v_sink_conceal",
+ "type": "SPELL",
+ "name": "Concealment",
+ "description": "Combined with blind strike spell.",
+ "valid_targets": ["ground", "ally"],
+ "flags": ["SILENT"],
+ "effect": "target_attack",
+ "effect_str": "vamp_conceal",
+ "//": "5 turns, just to avert the focus of players. Also moderately enslows the caster.",
+ "min_duration": 500,
+ "max_duration": 500
+ }, {
+ "id": "v_sink_bstrike",
+ "type": "SPELL",
+ "name": "Blind Strike",
+ "description": "Caster teleports and quickly strikes the target, dealing moderate cutting damage, then turns invisible while retreating to a random spot.",
+ "valid_targets": ["ground", "hostile"],
+ "extra_effects": [{
+ "id": "v_sink_conceal",
+ "hit_self": true
+ }, {
+ "id": "v_sink_tp",
+ "hit_self": true
+ }
+ ],
+ "flags": ["SILENT"],
+ "min_damage": 16,
+ "max_damage": 16,
+ "min_range": 10,
+ "max_range": 10,
+ "effect": "target_attack",
+ "damage_type": "cut"
+ }, {
+ "id": "v_warlock_innate_strike",
+ "type": "SPELL",
+ "name": "Innate Strike",
+ "description": "A quick surge of mana blast strikes the target, dealing bash damage.",
+ "valid_targets": ["ground", "hostile"],
+ "effect": "target_attack",
+ "flags": ["SILENT"],
+ "min_damage": 14,
+ "max_damage": 14,
+ "min_range": 15,
+ "max_range": 15,
+ "damage_type": "bash"
+ }, {
+ "id": "v_warlock_stun",
+ "type": "SPELL",
+ "name": "Stun",
+ "description": "Caster channels its mind to its target, eventually renders them unconscious for a few turns.",
+ "valid_targets": ["ground", "hostile"],
+ "effect": "target_attack",
+ "flags": ["SILENT"],
+ "effect_str": "stunned",
+ "base_casting_time": 500,
+ "min_range": 15,
+ "max_range": 15,
+ "min_duration": 200,
+ "max_duration": 500
+ }, {
+ "id": "v_profane_fire",
+ "type": "SPELL",
+ "name": "Dark Fireblast",
+ "description": "Fire infused with black magic engulfs the target, inflicting them with profane curse.",
+ "valid_targets": ["ground", "hostile"],
+ "effect": "target_attack",
+ "flags": ["SILENT"],
+ "effect_str": "profane_curse",
+ "min_damage": 5,
+ "max_damage": 5,
+ "min_range": 10,
+ "max_range": 10,
+ "min_duration": 6000,
+ "max_duration": 6000,
+ "damage_type": "fire"
+ }, {
+ "id": "v_profane_hellfire",
+ "type": "SPELL",
+ "name": "Desecrate",
+ "description": "Caster channels the underworld for a very long time to desecrate the targets with pillars of hellish flames.",
+ "flags": ["SILENT"],
+ "valid_targets": ["ground", "hostile"],
+ "effect": "target_attack",
+ "effect_str": "profane_curse",
+ "base_casting_time": 2000,
+ "min_damage": 30,
+ "max_damage": 30,
+ "min_range": 15,
+ "max_range": 15,
+ "min_aoe": 2,
+ "max_aoe": 2,
+ "min_duration": 12000,
+ "max_duration": 12000,
+ "damage_type": "fire"
+ }, {
+ "id": "v_hemo_heal",
+ "type": "SPELL",
+ "name": "Heal",
+ "description": "Combined with transfusion spell.",
+ "valid_targets": ["ground", "ally"],
+ "//": "3x healing for the damage.",
+ "flags": ["SILENT"],
+ "min_damage": -21,
+ "max_damage": -21,
+ "effect": "target_attack"
+ }, {
+ "id": "v_hemo_transfusion",
+ "type": "SPELL",
+ "name": "Transfusion",
+ "description": "Drains life force from the target, may be it an ally or a foe.",
+ "valid_targets": ["ground", "hostile", "ally"],
+ "flags": ["SILENT"],
+ "effect": "target_attack",
+ "extra_effects": [{
+ "id": "v_hemo_heal",
+ "hit_self": true
+ }, {
+ "id": "v_hemo_surge",
+ "hit_self": true
+ }, {
+ "id": "v_hemo_share",
+ "hit_self": true
+ }
+ ],
+ "base_casting_time": 300,
+ "min_damage": 7,
+ "max_damage": 7,
+ "min_range": 15,
+ "max_range": 10,
+ "damage_type": "bio"
+ }, {
+ "id": "v_hemo_bloodrip",
+ "type": "SPELL",
+ "name": "Blood Ripple",
+ "description": "Combined with blood surge spell.",
+ "valid_targets": ["ground", "hostile"],
+ "effect": "target_attack",
+ "flags": ["SILENT"],
+ "min_damage": 6,
+ "max_damage": 6,
+ "min_range": 12,
+ "max_range": 12,
+ "damage_type": "bio"
+ }, {
+ "id": "v_hemo_surge",
+ "type": "SPELL",
+ "name": "Blood Surge",
+ "description": "A wave of blood is drawn out from the caster, dealing bio damage to the main target and bash to the surrounding targets.",
+ "valid_targets": ["hostile", "ground", "self"],
+ "effect": "target_attack",
+ "extra_effects": [{
+ "id": "v_hemo_bloodrip",
+ "hit_self": true
+ }
+ ],
+ "flags": ["SILENT"],
+ "base_casting_time": 500,
+ "min_damage": 12,
+ "max_damage": 12,
+ "min_aoe": 4,
+ "max_aoe": 4,
+ "damage_type": "bash"
+ }, {
+ "id": "v_hemo_share",
+ "type": "SPELL",
+ "name": "Share",
+ "description": "Caster sends out blood tentacles that attaches to nearby allies, regaining large portion of health while damaging the caster.",
+ "extra_effects": [{
+ "id": "v_hemo_shareblood",
+ "hit_self": true
+ }
+ ],
+ "flags": ["SILENT"],
+ "valid_targets": ["ground", "ally", "self"],
+ "min_damage": 60,
+ "max_damage": 60,
+ "effect": "target_attack"
+ }, {
+ "id": "v_hemo_shareblood",
+ "type": "SPELL",
+ "flags": ["SILENT"],
+ "name": "Share Blood",
+ "description": "Combined with share spell.",
+ "valid_targets": ["ground", "self", "ally"],
+ "effect": "target_attack",
+ "min_damage": -30,
+ "max_damage": -30,
+ "min_aoe": 5,
+ "max_aoe": 5,
+ "damage_type": "bio"
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/monster_specie.json b/vamp_stuff/Modification Files/Monsters/monster_specie.json
new file mode 100644
index 0000000..843820b
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/monster_specie.json
@@ -0,0 +1,15 @@
+[{
+ "type": "SPECIES",
+ "id": "LEECH",
+ "anger_triggers": ["FRIEND_DIED"],
+ "fear_triggers": ["HURT", "FIRE"]
+ }, {
+ "type": "SPECIES",
+ "id": "VAMPBAT",
+ "anger_triggers": ["FRIEND_DIED"],
+ "fear_triggers": ["HURT", "FIRE"]
+ }, {
+ "type": "SPECIES",
+ "id": "ELDERZED"
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/shot_method.json b/vamp_stuff/Modification Files/Monsters/shot_method.json
new file mode 100644
index 0000000..2ea0eb4
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/shot_method.json
@@ -0,0 +1,80 @@
+[{
+ "id": "eyedleechmouth",
+ "type": "GUN",
+ "name": "eyed mouth",
+ "description": "Oddly shaped mouth of the eyed leech. Detachable teeth lining covers under it.",
+ "weight": 10,
+ "volume": 1,
+ "price": 0,
+ "to_hit": 1,
+ "cutting": 5,
+ "material": ["flesh"],
+ "symbol": "i",
+ "color": "white",
+ "ammo": "shot",
+ "skill": "pistol",
+ "range": 15,
+ "ranged_damage": { "damage_type": "stab", "amount": 0, "armor_penetration": 5 },
+ "dispersion": 290,
+ "sight_dispersion": 270,
+ "recoil": 50,
+ "durability": 10,
+ "loudness": -50,
+ "clip_size": 200,
+ "reload": 75,
+ "flags": ["NO_AMMO", "NEVER_JAMS", "NO_UNLOAD", "NO_SOUND"]
+ }, {
+ "id": "bloodsurgeleechmouth",
+ "type": "GUN",
+ "name": "blood surge mouth",
+ "description": "Large, saggy mouth of the blood surge leech. It can spew litres of blood.",
+ "weight": 10,
+ "volume": 1,
+ "price": 0,
+ "to_hit": 1,
+ "cutting": 5,
+ "material": ["flesh"],
+ "symbol": "i",
+ "color": "white",
+ "ammo": "shot",
+ "skill": "smg",
+ "range": 5,
+ "ranged_damage": { "damage_type": "stab", "amount": 0, "armor_penetration": 3 },
+ "modes": [
+ ["DEFAULT", "auto", 5]
+ ],
+ "dispersion": 350,
+ "sight_dispersion": 330,
+ "recoil": 20,
+ "durability": 10,
+ "loudness": -50,
+ "clip_size": 1000,
+ "reload": 55,
+ "flags": ["NO_AMMO", "NEVER_JAMS", "NO_UNLOAD", "BACKFIRE", "NO_SOUND"]
+ }, {
+ "id": "sharpshooterleechmouth",
+ "type": "GUN",
+ "name": "sharpshooter mouth",
+ "description": "Sharpshooter leech's mouth lined with sharp teeth which is detachable for ammumition.",
+ "weight": 10,
+ "volume": 1,
+ "price": 0,
+ "to_hit": 1,
+ "cutting": 5,
+ "material": ["flesh"],
+ "symbol": "i",
+ "color": "white",
+ "ammo": "shot",
+ "skill": "rifle",
+ "range": 20,
+ "ranged_damage": { "damage_type": "stab", "amount": 0, "armor_penetration": 10 },
+ "dispersion": 295,
+ "sight_dispersion": 275,
+ "recoil": 245,
+ "durability": 10,
+ "loudness": -50,
+ "clip_size": 200,
+ "reload": 135,
+ "flags": ["NO_AMMO", "NEVER_JAMS", "NO_UNLOAD", "NO_SOUND"]
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/shot_method_ammo.json b/vamp_stuff/Modification Files/Monsters/shot_method_ammo.json
new file mode 100644
index 0000000..7f0989d
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/shot_method_ammo.json
@@ -0,0 +1,56 @@
+[{
+ "id": "leechtooth",
+ "type": "AMMO",
+ "name": "leech tooth",
+ "description": "You cheated, buddy.",
+ "weight": 1,
+ "volume": 1,
+ "price": 0,
+ "material": ["flesh"],
+ "symbol": "i",
+ "color": "white",
+ "count": 1,
+ "stack_size": 1,
+ "ammo_type": "shot",
+ "range": 15,
+ "damage": { "damage_type": "stab", "amount": 2 },
+ "recoil": 20,
+ "flags": ["NOGIB"]
+ }, {
+ "id": "leechblood",
+ "type": "AMMO",
+ "name": "leech blood",
+ "description": "You cheated, buddy.",
+ "weight": 1,
+ "volume": 1,
+ "price": 0,
+ "material": ["flesh"],
+ "symbol": "~",
+ "color": "white",
+ "count": 1,
+ "stack_size": 1,
+ "ammo_type": "shot",
+ "range": 5,
+ "damage": { "damage_type": "stab", "amount": 1 },
+ "recoil": 40,
+ "flags": ["NOGIB"]
+ }, {
+ "id": "leechsharptooth",
+ "type": "AMMO",
+ "name": "leech sharp tooth",
+ "description": "You cheated, buddy.",
+ "weight": 1,
+ "volume": 1,
+ "price": 0,
+ "material": ["flesh"],
+ "symbol": "l",
+ "color": "white",
+ "count": 1,
+ "stack_size": 1,
+ "ammo_type": "shot",
+ "range": 11,
+ "damage": { "damage_type": "stab", "amount": 5 },
+ "recoil": 200,
+ "flags": ["NOGIB"]
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/v_monstergroup_spawn.json b/vamp_stuff/Modification Files/Monsters/v_monstergroup_spawn.json
new file mode 100644
index 0000000..086de7a
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/v_monstergroup_spawn.json
@@ -0,0 +1,6922 @@
+[{
+ "name": "GROUP_CRYPTIES",
+ "type": "monstergroup",
+ "default": "mon_null",
+ "monsters": [{
+ "monster": "mon_zombie_bloodcompact",
+ "freq": 100,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 1,
+ 5
+ ]
+ }, {
+ "monster": "mon_skeleton",
+ "freq": 150,
+ "cost_multiplier": 1,
+ "pack_size": [
+ 1,
+ 2
+ ]
+ }
+ ]
+ }, {
+ "name": "GROUP_VAMPIRUS_LABY",
+ "type": "monstergroup",
+ "default": "mon_null",
+ "monsters": [{
+ "monster": "mon_zombie_succumbvampire",
+ "freq": 100,
+ "cost_multiplier": 1,
+ "pack_size": [
+ 1,
+ 2
+ ]
+ }, {
+ "monster": "mon_zombie_succumbvampire_sinker",
+ "freq": 150,
+ "cost_multiplier": 4
+ }, {
+ "monster": "mon_zombie_succumbvampire_warlock",
+ "freq": 100,
+ "cost_multiplier": 2
+ }, {
+ "monster": "mon_zombie_succumbvampire_conjurer",
+ "freq": 50,
+ "cost_multiplier": 3
+ }, {
+ "monster": "mon_zombie_succumbvampire_hemomancer",
+ "freq": 5,
+ "cost_multiplier": 3
+ }
+ ]
+ }, {
+ "type": "monstergroup",
+ "name": "GROUP_CHURCH_ZOMBIE",
+ "default": "mon_zombie",
+ "monsters": [{
+ "monster": "mon_zombie_bloodcompact",
+ "freq": 50,
+ "cost_multiplier": 5,
+ "pack_size": [
+ 2,
+ 5
+ ]
+ }, {
+ "monster": "mon_zombie",
+ "freq": 1,
+ "cost_multiplier": 7,
+ "pack_size": [
+ 5,
+ 10
+ ]
+ }, {
+ "monster": "mon_zombie",
+ "freq": 1,
+ "cost_multiplier": 13,
+ "pack_size": [
+ 15,
+ 20
+ ]
+ }, {
+ "monster": "mon_zombie",
+ "freq": 1,
+ "cost_multiplier": 20,
+ "pack_size": [
+ 25,
+ 30
+ ]
+ }, {
+ "monster": "mon_zombie_fat",
+ "freq": 75,
+ "cost_multiplier": 2
+ }, {
+ "monster": "mon_zombie_fat",
+ "freq": 3,
+ "cost_multiplier": 7,
+ "pack_size": [
+ 3,
+ 5
+ ]
+ }, {
+ "monster": "mon_zombie_tough",
+ "freq": 75,
+ "cost_multiplier": 3
+ }, {
+ "monster": "mon_zombie_child",
+ "freq": 75,
+ "cost_multiplier": 1
+ }, {
+ "monster": "mon_zombie_rot",
+ "freq": 50,
+ "cost_multiplier": 3
+ }, {
+ "monster": "mon_zombie_crawler",
+ "freq": 25,
+ "cost_multiplier": 3
+ }, {
+ "monster": "mon_skeleton",
+ "freq": 30,
+ "cost_multiplier": 5
+ }, {
+ "monster": "mon_zombie_shady",
+ "freq": 10,
+ "cost_multiplier": 4
+ }, {
+ "monster": "mon_zombie_shady",
+ "freq": 30,
+ "cost_multiplier": 15,
+ "pack_size": [
+ 4,
+ 6
+ ]
+ }, {
+ "monster": "mon_zombie_necro",
+ "freq": 5,
+ "cost_multiplier": 25
+ }, {
+ "monster": "mon_zombie_master",
+ "freq": 1,
+ "cost_multiplier": 30
+ }
+ ]
+ }, {
+ "type": "monstergroup",
+ "name": "GROUP_CAVE",
+ "default": "mon_null",
+ "monsters": [{
+ "monster": "mon_vampbat",
+ "freq": 600,
+ "cost_multiplier": 1,
+ "pack_size": [
+ 6,
+ 32
+ ]
+ }, {
+ "monster": "mon_bigvampbat",
+ "freq": 300,
+ "cost_multiplier": 3,
+ "pack_size": [
+ 3,
+ 16
+ ]
+ }, {
+ "monster": "mon_feralvampbat",
+ "freq": 150,
+ "cost_multiplier": 5,
+ "pack_size": [
+ 2,
+ 8
+ ]
+ }, {
+ "monster": "mon_bear",
+ "freq": 100,
+ "cost_multiplier": 10,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_cougar",
+ "freq": 100,
+ "cost_multiplier": 20,
+ "pack_size": [
+ 1,
+ 2
+ ]
+ }, {
+ "monster": "mon_nakedmolerat_giant",
+ "freq": 100,
+ "cost_multiplier": 3
+ }
+ ]
+ }, {
+ "type": "monstergroup",
+ "name": "GROUP_SWAMP",
+ "default": "mon_null",
+ "monsters": [{
+ "monster": "mon_insect_leech",
+ "freq": 10,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 2,
+ 4
+ ]
+ }, {
+ "monster": "mon_insect_bigleech",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 2
+ ]
+ }, {
+ "monster": "mon_lemming",
+ "freq": 50,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 2,
+ 7
+ ],
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 10,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "starts": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 10,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "starts": 72,
+ "conditions": [
+ "DAWN",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 10,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "starts": 168,
+ "conditions": [
+ "DAWN",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 10,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "starts": 336,
+ "conditions": [
+ "DAWN",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 10,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "starts": 504,
+ "conditions": [
+ "DAWN",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_mosquito_giant",
+ "freq": 10,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "starts": 672,
+ "conditions": [
+ "DAWN",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dragonfly_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 793,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 6,
+ "cost_multiplier": 0,
+ "conditions": [
+ "NIGHT",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 6,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "NIGHT",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 6,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "NIGHT",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 6,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "NIGHT",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 6,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "NIGHT",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_centipede_giant",
+ "freq": 6,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "NIGHT",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 144,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 144,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 360,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 360,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 432,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 432,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 576,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 576,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 648,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 648,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 8,
+ "cost_multiplier": 2,
+ "starts": 168,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik_larva",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 8,
+ "cost_multiplier": 2,
+ "starts": 336,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik_larva",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 8,
+ "cost_multiplier": 2,
+ "starts": 504,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik_larva",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 8,
+ "cost_multiplier": 2,
+ "starts": 672,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik_larva",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "starts": 840,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 8,
+ "cost_multiplier": 2,
+ "starts": 840,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik_larva",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 840,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "starts": 1008,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik",
+ "freq": 8,
+ "cost_multiplier": 2,
+ "starts": 1008,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_dermatik_larva",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 1008,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 144,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 360,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 432,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 576,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 648,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_slug_giant",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_sludge_crawler",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 168,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_sludge_crawler",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 336,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_sludge_crawler",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 504,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_sludge_crawler",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 672,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_sludge_crawler",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 840,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_sludge_crawler",
+ "freq": 5,
+ "cost_multiplier": 2,
+ "starts": 1008,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_frog_giant",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_giant_crayfish",
+ "freq": 4,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }
+ ]
+ }, {
+ "type": "monstergroup",
+ "name": "GROUP_FOREST",
+ "default": "mon_null",
+ "monsters": [{
+ "monster": "mon_vampbat",
+ "freq": 25,
+ "cost_multiplier": 3,
+ "pack_size": [
+ 2,
+ 5
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bat",
+ "freq": 50,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 3,
+ 12
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bear",
+ "freq": 1,
+ "cost_multiplier": 10,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bear",
+ "freq": 3,
+ "cost_multiplier": 10,
+ "conditions": [
+ "NIGHT",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bear",
+ "freq": 1,
+ "cost_multiplier": 10,
+ "ends": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bear",
+ "freq": 3,
+ "cost_multiplier": 10,
+ "ends": 72,
+ "conditions": [
+ "NIGHT",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bear",
+ "freq": 1,
+ "cost_multiplier": 10,
+ "ends": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bear",
+ "freq": 3,
+ "cost_multiplier": 10,
+ "ends": 168,
+ "conditions": [
+ "NIGHT",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bear",
+ "freq": 1,
+ "cost_multiplier": 10,
+ "ends": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bear",
+ "freq": 3,
+ "cost_multiplier": 10,
+ "ends": 672,
+ "conditions": [
+ "NIGHT",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bear",
+ "freq": 1,
+ "cost_multiplier": 10,
+ "ends": 2160,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bear",
+ "freq": 3,
+ "cost_multiplier": 10,
+ "ends": 2160,
+ "conditions": [
+ "NIGHT",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_zombear",
+ "freq": 1,
+ "cost_multiplier": 10,
+ "starts": 72
+ }, {
+ "monster": "mon_zombear",
+ "freq": 2,
+ "cost_multiplier": 10,
+ "starts": 168
+ }, {
+ "monster": "mon_zombear",
+ "freq": 3,
+ "cost_multiplier": 10,
+ "starts": 672
+ }, {
+ "monster": "mon_zombear",
+ "freq": 4,
+ "cost_multiplier": 10,
+ "starts": 2160
+ }, {
+ "monster": "mon_bobcat",
+ "freq": 7,
+ "cost_multiplier": 2
+ }, {
+ "monster": "mon_bobcat",
+ "freq": 13,
+ "cost_multiplier": 2,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_cat",
+ "freq": 10,
+ "cost_multiplier": 1
+ }, {
+ "monster": "mon_cat",
+ "freq": 15,
+ "cost_multiplier": 1,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_cat",
+ "freq": 1,
+ "cost_multiplier": 1,
+ "pack_size": [
+ 2,
+ 8
+ ]
+ }, {
+ "monster": "mon_cat",
+ "freq": 4,
+ "cost_multiplier": 1,
+ "pack_size": [
+ 2,
+ 8
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_chipmunk",
+ "freq": 30,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 2
+ ],
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_cougar",
+ "freq": 1,
+ "cost_multiplier": 3
+ }, {
+ "monster": "mon_cougar",
+ "freq": 2,
+ "cost_multiplier": 3,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_cougar",
+ "freq": 1,
+ "cost_multiplier": 3,
+ "ends": 168
+ }, {
+ "monster": "mon_cougar",
+ "freq": 2,
+ "cost_multiplier": 3,
+ "ends": 168,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_cougar",
+ "freq": 1,
+ "cost_multiplier": 3,
+ "ends": 504
+ }, {
+ "monster": "mon_cougar",
+ "freq": 2,
+ "cost_multiplier": 3,
+ "ends": 504,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_cougar",
+ "freq": 1,
+ "cost_multiplier": 3,
+ "ends": 1008
+ }, {
+ "monster": "mon_cougar",
+ "freq": 2,
+ "cost_multiplier": 3,
+ "ends": 1008,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_cougar",
+ "freq": 1,
+ "cost_multiplier": 3,
+ "ends": 2160
+ }, {
+ "monster": "mon_cougar",
+ "freq": 2,
+ "cost_multiplier": 3,
+ "ends": 2160,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_zougar",
+ "freq": 3,
+ "cost_multiplier": 10,
+ "starts": 168
+ }, {
+ "monster": "mon_zougar",
+ "freq": 3,
+ "cost_multiplier": 10,
+ "starts": 504
+ }, {
+ "monster": "mon_zougar",
+ "freq": 3,
+ "cost_multiplier": 10,
+ "starts": 1008
+ }, {
+ "monster": "mon_zougar",
+ "freq": 3,
+ "cost_multiplier": 10,
+ "starts": 2160
+ }, {
+ "monster": "mon_crow",
+ "freq": 5,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 14
+ ]
+ }, {
+ "monster": "mon_crow",
+ "freq": 25,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 14
+ ],
+ "conditions": [
+ "DAY"
+ ]
+ }, {
+ "monster": "mon_deer",
+ "freq": 4,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 1,
+ 5
+ ]
+ }, {
+ "monster": "mon_deer",
+ "freq": 16,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 1,
+ 5
+ ],
+ "conditions": [
+ "DAY"
+ ]
+ }, {
+ "monster": "mon_dog",
+ "freq": 3,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_dog",
+ "freq": 2,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_bull",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_bull",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_auscattle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_auscattle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_pitbullmix",
+ "freq": 3,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_pitbullmix",
+ "freq": 2,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_beagle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_dog_beagle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_bcollie",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_bcollie",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_boxer",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_boxer",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_chihuahua",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_chihuahua",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_dachshund",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_dachshund",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_gshepherd",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_gshepherd",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog",
+ "freq": 3,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_dog",
+ "freq": 2,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_bull",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_bull",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_auscattle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_auscattle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_pitbullmix",
+ "freq": 3,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_pitbullmix",
+ "freq": 2,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_beagle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_dog_beagle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_bcollie",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_bcollie",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_boxer",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_boxer",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_chihuahua",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_chihuahua",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_dachshund",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_dachshund",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_gshepherd",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_gshepherd",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog",
+ "freq": 3,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_dog",
+ "freq": 2,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_bull",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_bull",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_auscattle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_auscattle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_pitbullmix",
+ "freq": 3,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_pitbullmix",
+ "freq": 2,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_beagle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_dog_beagle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_bcollie",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_bcollie",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_boxer",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_boxer",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_chihuahua",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_chihuahua",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_dachshund",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_dachshund",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_gshepherd",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_gshepherd",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog",
+ "freq": 3,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_dog",
+ "freq": 2,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_bull",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_bull",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_auscattle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_auscattle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_pitbullmix",
+ "freq": 3,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_pitbullmix",
+ "freq": 2,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_beagle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_dog_beagle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_bcollie",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_bcollie",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_boxer",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_boxer",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_chihuahua",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_chihuahua",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_dachshund",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_dachshund",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_gshepherd",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_gshepherd",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog",
+ "freq": 3,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_dog",
+ "freq": 2,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_bull",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_bull",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_auscattle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_auscattle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_pitbullmix",
+ "freq": 3,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_pitbullmix",
+ "freq": 2,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_beagle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_dog_beagle",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_bcollie",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_bcollie",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_boxer",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_boxer",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_chihuahua",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_chihuahua",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_dachshund",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_dachshund",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_dog_gshepherd",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ]
+ }, {
+ "monster": "mon_dog_gshepherd",
+ "freq": 1,
+ "cost_multiplier": 25,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_fox_gray",
+ "freq": 1,
+ "cost_multiplier": 0
+ }, {
+ "monster": "mon_fox_gray",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_fox_gray",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "ends": 72
+ }, {
+ "monster": "mon_fox_gray",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "ends": 72,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_fox_gray",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "ends": 168
+ }, {
+ "monster": "mon_fox_gray",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "ends": 168,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_fox_gray",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "ends": 672
+ }, {
+ "monster": "mon_fox_gray",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "ends": 672,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_fox_gray",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "ends": 2160
+ }, {
+ "monster": "mon_fox_gray",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "ends": 2160,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_fox_red",
+ "freq": 1,
+ "cost_multiplier": 0
+ }, {
+ "monster": "mon_fox_red",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_fox_red",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "ends": 72
+ }, {
+ "monster": "mon_fox_red",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "ends": 72,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_fox_red",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "ends": 168
+ }, {
+ "monster": "mon_fox_red",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "ends": 168,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_fox_red",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "ends": 672
+ }, {
+ "monster": "mon_fox_red",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "ends": 672,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_fox_red",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "ends": 2160
+ }, {
+ "monster": "mon_fox_red",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "ends": 2160,
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_wolf",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 2,
+ 5
+ ]
+ }, {
+ "monster": "mon_wolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 2,
+ 5
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_wolf",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 72,
+ "pack_size": [
+ 2,
+ 5
+ ]
+ }, {
+ "monster": "mon_wolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 72,
+ "pack_size": [
+ 2,
+ 5
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_wolf",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 168,
+ "pack_size": [
+ 2,
+ 5
+ ]
+ }, {
+ "monster": "mon_wolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 168,
+ "pack_size": [
+ 2,
+ 5
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_wolf",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 672,
+ "pack_size": [
+ 2,
+ 5
+ ]
+ }, {
+ "monster": "mon_wolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 672,
+ "pack_size": [
+ 2,
+ 5
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_wolf",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 2160,
+ "pack_size": [
+ 2,
+ 5
+ ]
+ }, {
+ "monster": "mon_wolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 2160,
+ "pack_size": [
+ 2,
+ 5
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_coyote",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_coyote",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_coyote",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_coyote",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_coyote",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_coyote",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_coyote",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_coyote",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_coyote",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_coyote",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_coyote_wolf",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 1,
+ 8
+ ]
+ }, {
+ "monster": "mon_coyote_wolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 1,
+ 8
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_coyote_wolf",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 8
+ ]
+ }, {
+ "monster": "mon_coyote_wolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 72,
+ "pack_size": [
+ 1,
+ 8
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_coyote_wolf",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 8
+ ]
+ }, {
+ "monster": "mon_coyote_wolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 168,
+ "pack_size": [
+ 1,
+ 8
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_coyote_wolf",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 8
+ ]
+ }, {
+ "monster": "mon_coyote_wolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 672,
+ "pack_size": [
+ 1,
+ 8
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_coyote_wolf",
+ "freq": 1,
+ "cost_multiplier": 2,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 8
+ ]
+ }, {
+ "monster": "mon_coyote_wolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "ends": 2160,
+ "pack_size": [
+ 1,
+ 8
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_zombie_dog",
+ "freq": 4,
+ "cost_multiplier": 2,
+ "starts": 72
+ }, {
+ "monster": "mon_zombie_dog",
+ "freq": 4,
+ "cost_multiplier": 2,
+ "starts": 168
+ }, {
+ "monster": "mon_zombie_dog",
+ "freq": 4,
+ "cost_multiplier": 2,
+ "starts": 336
+ }, {
+ "monster": "mon_zombie_dog",
+ "freq": 4,
+ "cost_multiplier": 2,
+ "starts": 504
+ }, {
+ "monster": "mon_zombie_dog",
+ "freq": 4,
+ "cost_multiplier": 2,
+ "starts": 672
+ }, {
+ "monster": "mon_zombie_dog",
+ "freq": 4,
+ "cost_multiplier": 2,
+ "starts": 890
+ }, {
+ "monster": "mon_zombie_dog",
+ "freq": 4,
+ "cost_multiplier": 2,
+ "starts": 1008
+ }, {
+ "monster": "mon_zombie_dog",
+ "freq": 4,
+ "cost_multiplier": 2,
+ "starts": 1344
+ }, {
+ "monster": "mon_zombie_dog",
+ "freq": 4,
+ "cost_multiplier": 2,
+ "starts": 1680
+ }, {
+ "monster": "mon_zombie_dog",
+ "freq": 4,
+ "cost_multiplier": 2,
+ "starts": 2160
+ }, {
+ "monster": "mon_zolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "starts": 72,
+ "pack_size": [
+ 1,
+ 4
+ ]
+ }, {
+ "monster": "mon_zolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "starts": 168,
+ "pack_size": [
+ 1,
+ 4
+ ]
+ }, {
+ "monster": "mon_zolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "starts": 672,
+ "pack_size": [
+ 1,
+ 4
+ ]
+ }, {
+ "monster": "mon_zolf",
+ "freq": 2,
+ "cost_multiplier": 2,
+ "starts": 2160,
+ "pack_size": [
+ 1,
+ 4
+ ]
+ }, {
+ "monster": "mon_groundhog",
+ "freq": 30,
+ "cost_multiplier": 5,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_hare",
+ "freq": 12,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 1,
+ 6
+ ]
+ }, {
+ "monster": "mon_hare",
+ "freq": 18,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 1,
+ 6
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_moose",
+ "freq": 1,
+ "cost_multiplier": 3
+ }, {
+ "monster": "mon_moose",
+ "freq": 2,
+ "cost_multiplier": 3,
+ "conditions": [
+ "DAY"
+ ]
+ }, {
+ "monster": "mon_moose",
+ "freq": 1,
+ "cost_multiplier": 3,
+ "ends": 72
+ }, {
+ "monster": "mon_moose",
+ "freq": 2,
+ "cost_multiplier": 3,
+ "ends": 72,
+ "conditions": [
+ "DAY"
+ ]
+ }, {
+ "monster": "mon_moose",
+ "freq": 1,
+ "cost_multiplier": 3,
+ "ends": 168
+ }, {
+ "monster": "mon_moose",
+ "freq": 2,
+ "cost_multiplier": 3,
+ "ends": 168,
+ "conditions": [
+ "DAY"
+ ]
+ }, {
+ "monster": "mon_moose",
+ "freq": 1,
+ "cost_multiplier": 3,
+ "ends": 672
+ }, {
+ "monster": "mon_moose",
+ "freq": 2,
+ "cost_multiplier": 3,
+ "ends": 672,
+ "conditions": [
+ "DAY"
+ ]
+ }, {
+ "monster": "mon_moose",
+ "freq": 1,
+ "cost_multiplier": 3,
+ "ends": 2160
+ }, {
+ "monster": "mon_moose",
+ "freq": 2,
+ "cost_multiplier": 3,
+ "ends": 2160,
+ "conditions": [
+ "DAY"
+ ]
+ }, {
+ "monster": "mon_zoose",
+ "freq": 1,
+ "cost_multiplier": 10,
+ "starts": 72
+ }, {
+ "monster": "mon_zoose",
+ "freq": 1,
+ "cost_multiplier": 10,
+ "starts": 168
+ }, {
+ "monster": "mon_zoose",
+ "freq": 1,
+ "cost_multiplier": 10,
+ "starts": 672
+ }, {
+ "monster": "mon_zoose",
+ "freq": 1,
+ "cost_multiplier": 10,
+ "starts": 2160
+ }, {
+ "monster": "mon_rabbit",
+ "freq": 10,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 5
+ ]
+ }, {
+ "monster": "mon_rabbit",
+ "freq": 15,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 5
+ ],
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN"
+ ]
+ }, {
+ "monster": "mon_squirrel",
+ "freq": 50,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 2
+ ],
+ "conditions": [
+ "DAY"
+ ]
+ }, {
+ "monster": "mon_squirrel",
+ "freq": 25,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 2
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_squirrel_red",
+ "freq": 50,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 2
+ ],
+ "conditions": [
+ "DAY"
+ ]
+ }, {
+ "monster": "mon_squirrel_red",
+ "freq": 25,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 2
+ ],
+ "conditions": [
+ "DAWN",
+ "DUSK"
+ ]
+ }, {
+ "monster": "mon_weasel",
+ "freq": 5,
+ "cost_multiplier": 5
+ }, {
+ "monster": "mon_weasel",
+ "freq": 15,
+ "cost_multiplier": 5,
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_turkey",
+ "freq": 6,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 1,
+ 18
+ ]
+ }, {
+ "monster": "mon_turkey",
+ "freq": 9,
+ "cost_multiplier": 2,
+ "pack_size": [
+ 1,
+ 18
+ ],
+ "conditions": [
+ "DAY"
+ ]
+ }, {
+ "monster": "mon_raccoon",
+ "freq": 8,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_raccoon",
+ "freq": 12,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_opossum",
+ "freq": 8,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_opossum",
+ "freq": 12,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 3
+ ],
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_black_rat",
+ "freq": 10,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 5
+ ],
+ "conditions": [
+ "DAY"
+ ]
+ }, {
+ "monster": "mon_black_rat",
+ "freq": 15,
+ "cost_multiplier": 0,
+ "pack_size": [
+ 1,
+ 5
+ ],
+ "conditions": [
+ "NIGHT"
+ ]
+ }, {
+ "monster": "mon_rattlesnake",
+ "freq": 15,
+ "cost_multiplier": 5,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_rattlesnake_giant",
+ "freq": 10,
+ "cost_multiplier": 5,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_bee",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 793,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_fly",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_jumping_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DAWN",
+ "DAY",
+ "DUSK",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 0,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_spider_wolf_giant",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DUSK",
+ "NIGHT",
+ "DAWN",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 24,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 72,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 120,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 216,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 288,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 384,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 456,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 552,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 624,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 3,
+ "cost_multiplier": 0,
+ "starts": 720,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_wasp",
+ "freq": 2,
+ "cost_multiplier": 0,
+ "starts": 792,
+ "conditions": [
+ "DAY",
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_worm",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_worm",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 168,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_worm",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 336,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_worm",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 504,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_worm",
+ "freq": 1,
+ "cost_multiplier": 0,
+ "starts": 672,
+ "conditions": [
+ "SPRING",
+ "SUMMER",
+ "AUTUMN"
+ ]
+ }, {
+ "monster": "mon_nakedmolerat_giant",
+ "freq": 1,
+ "cost_multiplier": 3,
+ "conditions": [
+ "DUSK",
+ "NIGHT"
+ ]
+ }
+ ]
+ }
+]
diff --git a/vamp_stuff/Modification Files/Monsters/v_monstergroup_upgrades.json b/vamp_stuff/Modification Files/Monsters/v_monstergroup_upgrades.json
new file mode 100644
index 0000000..723052e
--- /dev/null
+++ b/vamp_stuff/Modification Files/Monsters/v_monstergroup_upgrades.json
@@ -0,0 +1,124 @@
+[{
+ "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
+ }
+ ]
+ }
+]