diff --git a/Modules/ModParser.lua b/Modules/ModParser.lua
index c1b68e69..d6f6f676 100644
--- a/Modules/ModParser.lua
+++ b/Modules/ModParser.lua
@@ -312,6 +312,7 @@ local modTagList = {
["per (%d+) intelligence"] = function(num) return { tag = { type = "PerStat", stat = "Int", div = num } } end,
["per (%d+) evasion rating"] = function(num) return { tag = { type = "PerStat", stat = "Evasion", div = num } } end,
["per (%d+) accuracy rating"] = function(num) return { tag = { type = "PerStat", stat = "Accuracy", div = num } } end,
+ ["per (%d+)%% block chance"] = function(num) return { tag = { type = "PerStat", stat = "BlockChance", div = num } } end,
-- Slot conditions
["in main hand"] = { tag = { type = "SlotNumber", num = 1 } },
["when in main hand"] = { tag = { type = "SlotNumber", num = 1 } },
diff --git a/README.md b/README.md
index d73a0b12..7c9ef3fa 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,7 @@ Head over to the [Releases](https://github.com/Openarl/PathOfBuilding/releases)
### 1.2.10 - 2016/11/21
* Added support for Unholy Might; you can enable it in the Configuration tab in the Combat section
* Added a Sort button to the "All items" list in the Items tab
+ * Added support for the "increased Spell Damage per Block Chance" modifier on Cybil's Paw
* Improved keyboard interaction throughout the program:
* Enabled keyboard navigation for all lists
* 'Enter' now accepts confirmation popups, and other popups such as "Save As"
diff --git a/changelog.txt b/changelog.txt
index cc6b8cb4..4053dd1b 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,6 +1,7 @@
VERSION[1.2.10][2016/11/21]
* Added support for Unholy Might; you can enable it in the Configuration tab in the Combat section
* Added a Sort button to the "All items" list in the Items tab
+ * Added support for the "increased Spell Damage per Block Chance" modifier on Cybil's Paw
* Improved keyboard interaction throughout the program:
* Enabled keyboard navigation for all lists
* 'Enter' now accepts confirmation popups, and other popups such as "Save As"
diff --git a/manifest.xml b/manifest.xml
index 5559acc8..695a9be2 100644
--- a/manifest.xml
+++ b/manifest.xml
@@ -7,7 +7,7 @@
-
+
@@ -49,7 +49,7 @@
-
+