summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-24 10:45:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-04-24 10:45:19 -0700
commit16a67c799cec7c70d7bb002f267e04ec6f0fb883 (patch)
tree29ba7d1cea6fae0258c1964572b903a547b23889 /vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
parentMerge in the updated tileset (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-16a67c799cec7c70d7bb002f267e04ec6f0fb883.tar.xz
Lots of updates to the Hemomancer
Various design notes
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json24
1 files changed, 12 insertions, 12 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 877b769..2a7237f 100644
--- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
+++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
@@ -4,21 +4,20 @@
"type": "GENERIC",
"symbol": "/",
"color": "light_red",
- "name": { "str": "leech's whip" },
- "description": "Viscious dire whip, serving its owner with an unbreakable loyalty. Throbs as if it is alive, its bloodlust flows through its wielder who radiates in faint, velvety aura.\n* 10% chance to perform Sweeping Strike while attacking. Sweeping Strike deals <color_gray>16 cutting damage</color> to foes in a very wide cone.\n* 20% chance to drain life force from an adjacent foe when hit, dealing up to <color_green>2 biological damage</color> and heals you by <color_green>1</color>.",
+ "name": { "str": "blood sword" },
+ "description": "A viscious dire sword, serving its owner with an unbreakable loyalty. Throbs as if it is alive, its bloodlust flows through its wielder who radiates a faint, velvet black aura.",
"weight": "2110 g",
"volume": "1500 ml",
"material": [ "flesh" ],
"techniques": [ "PRECISE", "RAPID", "WBLOCK_2" ],
- "flags": [ "REACH_ATTACK", "REACH3", "WHIP", "TRADER_AVOID", "UNARMED_WEAPON", "UNBREAKABLE_MELEE", "MAGIC_FOCUS" ],
+ "flags": [ "TRADER_AVOID", "UNARMED_WEAPON", "UNBREAKABLE_MELEE", "MAGIC_FOCUS" ],
"relic_data": {
"passive_effects": [
{
"has": "WIELD",
"condition": "ALWAYS",
- "hit_you_effect": [ { "id": "v_hemo_whip_spell_ss_maybe" } ],
"hit_me_effect": [ { "id": "v_hemo_whip_spell_d_maybe" } ],
- "values": [ { "value": "STRENGTH", "add": 1 }, { "value": "SPEED", "add": 5 }, { "value": "MAX_HP", "add": 10 } ]
+ "values": [ { "value": "STRENGTH", "add": 1 }, { "value": "SPEED", "add": 5 } ]
}
]
},
@@ -29,7 +28,7 @@
"id": "v_hemo_crimsoncoat_coat",
"type": "ARMOR",
"name": { "str": "crimson coat" },
- "description": "A thick layer of blood, protecting your body from harm. 'Break' the barrier by dropping it.\n* 75% chance for the coat to react, immediately piercing the attacker when hit that deals <color_green>12 stabbing damage</color> and renders them <color_yellow>unconscious</color> for 1-3 turns.",
+ "description": "A thick and flexible layer of blood that protects your body from harm and retaliates against attackers.",
"weight": "3 g",
"volume": "3 ml",
"price": 0,
@@ -47,14 +46,14 @@
}
]
},
- "covers": [ "HEAD", "TORSO", "ARM_R", "ARM_L", "LEG_R", "LEG_L" ],
- "flags": [ "PERSONAL", "OVERSIZE", "BLOCK_WHILE_WORN", "SEMITANGIBLE", "NO_DROP" ]
+ "covers": [ "HEAD", "EYES", "MOUTH", "TORSO", "ARMS", "HANDS", "LEGS", "FEET" ],
+ "flags": [ "PERSONAL", "OVERSIZE", "BLOCK_WHILE_WORN", "SEMITANGIBLE", "NO_DROP", "SKINTIGHT" ]
},
{
"id": "v_hemo_form_orus",
"type": "GENERIC",
- "name": { "str": "<color_red>Orus</color>" },
- "description": "Hemomancer form:\n<color_red>Orus</color>, the zealous manipulator.\n* 10% chance to summon a <color_light_blue>bloodling</color> near a blood field within 10 tiles for every 20 seconds.\n* 10% chance to summon a <color_light_blue>bloodling</color> when hit.\n* 20% chance to summon a <color_light_blue>bloodling</color> and 5% chance to summon a <color_light_blue>bloodling predecessor</color> while attacking.",
+ "name": { "str": "<color_red>Blood Ascended" },
+ "description": "You have become a pure avatar of blood. Now unhindered by a physical body, you are more resiient to injury and freely able to manipulate blood to your will.",
"weight": "3 g",
"volume": "3 ml",
"price": 0,
@@ -66,8 +65,9 @@
{
"has": "HELD",
"condition": "ALWAYS",
- "hit_me_effect": [ { "id": "v_hemo_crimsoncoat_coat_pr_maybe" } ],
- "values": [ { "value": "MAX_HP", "add": 50 }, { "value": "SPEED", "add": -15 } ],
+ "hit_you_effect": [ { "id": "v_hemo_orusform_bloodling_strike_maybe" } ],
+ "hit_me_effect": [ { "id": "v_hemo_orusform_bloodling_impact_maybe" } ],
+ "values": [ { "value": "MAX_HP", "add": 50 } ],
"intermittent_activation": [ { "effects": [ { "frequency": "30 seconds", "spell_effects": [ { "id": "v_hemo_orusform_bloodling" } ] } ] } ]
}
]