summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Misc
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-04 01:19:42 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-04 01:19:42 -0800
commit856906c4a6dfd4aed13ce873369faeab0c86a8e1 (patch)
treea5d74c0f0de500e66d5c00b473844b8b87635ea0 /vamp_stuff/Modification_Files/Spells/Misc
parentTypo in blood ascended description. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-856906c4a6dfd4aed13ce873369faeab0c86a8e1.tar.xz
Major Hemomancer spell balance pass.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Misc')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json6
-rw-r--r--vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json41
2 files changed, 27 insertions, 20 deletions
diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
index 1809feb..ed53eb3 100644
--- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
+++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
@@ -51,7 +51,11 @@
"has": "WORN",
"condition": "ALWAYS",
"hit_me_effect": [ { "id": "v_hemo_crimsoncoat_coat_pr_maybe" } ],
- "values": [ { "value": "ARMOR_BASH", "add": -70 }, { "value": "ARMOR_CUT", "add": -70 }, { "value": "ARMOR_STAB", "add": -70 } ]
+ "values": [
+ { "value": "ARMOR_BASH", "add": 70 },
+ { "value": "ARMOR_CUT", "add": 70 },
+ { "value": "ARMOR_STAB", "add": 70 }
+ ]
}
]
},
diff --git a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json
index 219a7d3..1ab339a 100644
--- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json
+++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_mon.json
@@ -44,6 +44,7 @@
},
{
"id": "mon_orus_bloodling",
+ "id": "Loosely based on mon_blob",
"type": "MONSTER",
"name": { "str": "bloodling" },
"description": "A bloated lump of blood that has formed into something... frightening.",
@@ -51,73 +52,75 @@
"species": [ "HORROR" ],
"volume": "62500 ml",
"weight": "81500 g",
- "hp": 25,
- "speed": 10,
+ "hp": 80,
+ "speed": 70,
"material": [ "flesh" ],
- "attack_cost": 300,
"harvest": "exempt",
- "symbol": "&",
+ "symbol": "O",
"color": "light_red",
"aggression": 100,
"morale": 100,
"melee_skill": 4,
"melee_dice": 2,
- "melee_dice_sides": 2,
+ "melee_dice_sides": 4,
"melee_cut": 0,
- "armor_bash": 20,
+ "armor_bash": 15,
+ "armor_stab": 20,
"death_function": [ "MELT" ],
"regenerates": 5,
"flags": [
"SEES",
"HEARS",
"SMELLS",
+ "NOHEAD",
"WARM",
"BASHES",
"GROUP_BASH",
"POISON",
- "ELECTRIC",
- "ACIDPROOF",
+ "VENOM",
"NO_BREATHE",
- "PLASTIC"
+ "ACIDPROOF"
]
},
{
"id": "mon_orus_bloodling_greater",
+ "//": "Loosely based on mon_blob_large",
"type": "MONSTER",
"name": { "str": "greater bloodling" },
"description": "A bloated lump of blood that has formed into something... extra frightening.",
"default_faction": "player",
"species": [ "HORROR" ],
- "volume": "62500 ml",
- "weight": "81500 g",
- "hp": 75,
- "speed": 30,
+ "volume": "92500 ml",
+ "weight": "120 kg",
+ "hp": 160,
+ "speed": 90,
"material": [ "flesh" ],
- "attack_cost": 300,
"harvest": "exempt",
- "symbol": "&",
+ "symbol": "O",
"color": "light_red",
"aggression": 100,
"morale": 100,
"melee_skill": 6,
"melee_dice": 4,
- "melee_dice_sides": 2,
+ "melee_dice_sides": 4,
"melee_cut": 0,
+ "armor_cut": 8,
"armor_bash": 25,
+ "armor_stab": 30,
"death_function": [ "MELT" ],
"regenerates": 10,
"flags": [
"SEES",
"HEARS",
"SMELLS",
+ "NOHEAD",
"WARM",
"BASHES",
"GROUP_BASH",
"POISON",
- "ELECTRIC",
- "ACIDPROOF",
+ "VENOM",
"NO_BREATHE",
- "PLASTIC"
+ "ACIDPROOF"
]
},
{