summaryrefslogtreecommitdiff
path: root/vamp_stuff/Modification_Files/Spells
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-23 17:04:50 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-02-23 17:04:50 -0800
commit94b4357eac4c40cb1557dac6454dc1d04db1d1f8 (patch)
tree5b3568e2f3680b4323bc926c1008116290347524 /vamp_stuff/Modification_Files/Spells
parentSet scrolls to look like paper. For lack of something better. (diff)
downloadcataclysm-bn-mod_vampire-stuff-redone-94b4357eac4c40cb1557dac6454dc1d04db1d1f8.tar.xz
Rebalance the Blood Sword.
Diffstat (limited to 'vamp_stuff/Modification_Files/Spells')
-rw-r--r--vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json39
1 files changed, 25 insertions, 14 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 0f26ef2..2faa3f7 100644
--- a/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
+++ b/vamp_stuff/Modification_Files/Spells/Misc/v_spell_item.json
@@ -2,16 +2,23 @@
{
"id": "v_hemo_whip",
"type": "GENERIC",
- "symbol": "/",
- "color": "light_red",
+ "category": "weapons",
"name": { "str": "blood sword" },
- "description": "A vicious dire broadsword that serves its creator with an unbreakable loyalty. Wounds inflicted by the blade siphon the life-force of the victim to the wielder.",
+ "description": "A vicious dire broadsword that serves its creator with an unbreakable loyalty. It pulses with life and radiates a faint, black aura.",
"weight": "2110 g",
"volume": "1500 ml",
+ "price": 0,
+ "to_hit": 3,
+ "bashing": 3,
+ "cutting": 40,
"material": [ "blood" ],
- "techniques": [ "PRECISE", "RAPID", "WBLOCK_2" ],
+ "symbol": "/",
+ "color": "light_red",
+ "techniques": [ "PRECISE", "RAPID_2", "WBLOCK_2" ],
+ "qaulities": [ [ "CUT", 1 ] , [ "BUTCHER", 9 ] ],
"flags": [
"UNBREAKABLE_MELEE",
+ "SHEATH_SWORD",
"NONCONDUCTIVE",
"MAGIC_FOCUS",
"NO_REPAIR",
@@ -24,16 +31,12 @@
{
"has": "WIELD",
"condition": "ALWAYS",
- "hit_you_effect": [
- { "id": "v_hemo_whip_spell_d_yes" }
- ],
- "values": [ { "value": "STRENGTH", "add": 1 }, { "value": "SPEED", "add": 5 } ]
+ "values": [
+ { "value": "SPEED", "add": 10 }
+ ]
}
]
- },
- "bashing": 3,
- "cutting": 30,
- "category": "weapons"
+ }
},
{
"id": "v_hemo_crimsoncoat_coat",
@@ -92,7 +95,7 @@
"relic_data": {
"passive_effects": [
{
- "has": "HELD",
+ "has": "WORN",
"condition": "ALWAYS",
"hit_you_effect": [
{ "id": "v_hemo_orusform_bloodling_strike", "once_in": 5 },
@@ -113,6 +116,13 @@
}
]
},
+ "armor": [
+ {
+ "encumbrance": 0,
+ "coverage": 100,
+ "covers": [ "head", "mouth", "eyes", "torso", "arm_l", "arm_r", "hand_l", "hand_r", "leg_l", "leg_r", "foot_l", "foot_r" ]
+ }
+ ],
"flags": [
"SEMITANGIBLE",
"NO_TAKEOFF",
@@ -120,7 +130,8 @@
"NO_REPAIR",
"NO_SALVAGE",
"TRADER_AVOID",
- "ONLY_ONE"
+ "ONLY_ONE",
+ "AURA"
],
"category": "v_form"
},