From 4196c2d25c5ccdf3f7cb4db4d33b184748327a76 Mon Sep 17 00:00:00 2001 From: tatiematie Date: Thu, 16 Nov 2023 21:27:20 -0800 Subject: [PATCH] item corrections --- json/items.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/json/items.json b/json/items.json index bb69aa8..a95d99a 100644 --- a/json/items.json +++ b/json/items.json @@ -1047,7 +1047,7 @@ "type": "Item", "id": "harvesters-scythe", "description": [ - "Gain +5% critical strike chance, critical strikes heal for 8hp (+4hp per stack).", + "Gain +5% critical strike chance (does not stack), critical strikes heal for 8hp (+4hp per stack).", "Pairs well with attack speed, critical strike chance, and amplified healing items." ], "tags": [ @@ -2464,6 +2464,9 @@ "Explode when below 25% max health dealing 6,000% base damage. 30 / 2s (+1 per stack) cooldown.", "Pairs well with attack speed, increased damage, items that activate after taking damage, and items that activate at low health." ], + "procCoefficients": { + "On Hit": "1.0" + }, "tags": [ "At Low Health", "High Damage", @@ -2543,7 +2546,7 @@ "type": "Item", "id": "shatterspleen", "description": [ - "Gain +5% critical strike chance. Critical strikes bleed enemies for 240% base damage, bleeding enemies explode dealing 400% damage (+400% per stack) + 15% of their max health (+15% per stack).", + "Gain +5% critical strike chance (does not stack). Critical strikes bleed enemies for 240% base damage, bleeding enemies explode dealing 400% damage (+400% per stack) + 15% of their max health (+15% per stack).", "Pairs well with attack speed, critical strike chance, and increased damage items." ], "tags": [ @@ -4750,4 +4753,4 @@ ] } } -] \ No newline at end of file +]