From 16a67c799cec7c70d7bb002f267e04ec6f0fb883 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 24 Apr 2021 10:45:19 -0700 Subject: Lots of updates to the Hemomancer Various design notes --- .../Spells/Misc/v_spell_item.json | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json') 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 16 cutting damage to foes in a very wide cone.\n* 20% chance to drain life force from an adjacent foe when hit, dealing up to 2 biological damage and heals you by 1.", + "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 12 stabbing damage and renders them unconscious 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": "Orus" }, - "description": "Hemomancer form:\nOrus, the zealous manipulator.\n* 10% chance to summon a bloodling near a blood field within 10 tiles for every 20 seconds.\n* 10% chance to summon a bloodling when hit.\n* 20% chance to summon a bloodling and 5% chance to summon a bloodling predecessor while attacking.", + "name": { "str": "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" } ] } ] } ] } ] -- cgit v1.2.1