summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification Files/Spells/+Misc/v_spell_item.json
diff options
context:
space:
mode:
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.json111
1 files changed, 0 insertions, 111 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
deleted file mode 100644
index bcd6a89..0000000
--- a/vamp_stuff/Modification Files/Spells/+Misc/v_spell_item.json
+++ /dev/null
@@ -1,111 +0,0 @@
-[
-{
- "id": "v_hemo_whip",
- "type": "GENERIC",
- "symbol": "/",
- "color": "light_red",
- "name": "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>.",
- "weight": 2110,
- "volume": 6,
- "material": [ "flesh" ],
- "techniques": [ "PRECISE", "RAPID", "WBLOCK_2" ],
- "flags": [
- "REACH_ATTACK",
- "REACH3",
- "WHIP",
- "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 } ]
- }
- ]
- },
- "cutting": 22,
- "category": "weapons"
- },
- {
- "id": "v_hemo_crimsoncoat_coat",
- "type": "ARMOR",
- "name": "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.",
- "weight": 0,
- "volume": 0,
- "price": 0,
- "material": [ "flesh" ],
- "coverage": 100,
- "symbol": "0",
- "color": "red",
- "relic_data": {
- "passive_effects": [
- {
- "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 } ]
- }
- ]
- },
- "covers": [ "HEAD", "TORSO", "ARM_R", "ARM_L", "LEG_R", "LEG_L" ],
- "flags": [ "PERSONAL", "OVERSIZE", "BLOCK_WHILE_WORN", "SEMITANGIBLE", "NO_DROP" ]
- },
- {
- "id": "v_hemo_form_orus",
- "type": "GENERIC",
- "name": "<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.",
- "weight": 0,
- "volume": 0,
- "price": 0,
- "material": [ "flesh" ],
- "symbol": "0",
- "color": "red",
- "relic_data": {
- "passive_effects": [
- {
- "has": "HELD",
- "condition": "ALWAYS",
- "hit_me_effect": [ { "id": "v_hemo_crimsoncoat_coat_pr_maybe" } ],
- "values": [ { "value": "MAX_HP", "add": 50 }, { "value": "SPEED", "add": -15 } ],
- "intermittent_activation":[ { "effects": [ { "frequency": "30 seconds", "spell_effects": [ { "id": "v_hemo_orusform_bloodling" } ] } ] } ]
- }
- ]
- },
- "flags": [ "NO_DROP" ],
- "category": "v_form"
- },
- {
- "id": "v_war_etherealenchant",
- "type": "ARMOR",
- "name": "ethereal enchantment",
- "description": "Enshrouds your wielded weapon (or even bare fists) in ghastly mists.\n* 5% to summon an <color_light_blue>etherean silhouette</color> for 15-25 turns while attacking.",
- "weight": 0,
- "volume": 0,
- "price": 0,
- "material": [ "ethereal" ],
- "coverage": 0,
- "symbol": "0",
- "color": "red",
- "relic_data": {
- "passive_effects": [
- {
- "has": "WORN",
- "condition": "ALWAYS",
- "hit_you_effect": [ { "id": "v_war_etherealenchant_ss_maybe" } ],
- "values": [ { "value": "ITEM_DAMAGE_AP", "add": 20 }, { "value": "ATTACK_COST", "add": -15 } ]
- }
- ]
- },
- "covers": [ "ARM_R", "ARM_L" ],
- "flags": [ "AURA", "ONLY_ONE", "SEMITANGIBLE", "NO_DROP" ]
- }
-] \ No newline at end of file