diff --git a/data/mods/Xedra_Evolved/mutations/xe_lilin.json b/data/mods/Xedra_Evolved/mutations/xe_lilin.json index 75fe41afd47ce..36d0b31f25bb9 100644 --- a/data/mods/Xedra_Evolved/mutations/xe_lilin.json +++ b/data/mods/Xedra_Evolved/mutations/xe_lilin.json @@ -402,6 +402,23 @@ } ] }, + { + "type": "mutation", + "id": "LILIN_EASIER_WEAKPOINT_ATTACKS", + "name": { "str": "Shattering the Broken Vessels" }, + "description": "Attuned to darkness and disease, you can easily spot the cracks in your enemies' defenses. You have an easier chance to hit enemy weakpoints, increasing as your ruach rises.", + "points": 4, + "purifiable": false, + "prereqs": [ "LILIN_GAIN_MORE_FOCUS" ], + "prereqs2": [ "LILIN_NIGHT_VISION" ], + "category": [ "LILIN" ], + "enchantments": [ + { + "condition": "ALWAYS", + "values": [ { "value": "WEAKPOINT_ACCURACY", "multiply": { "math": [ "0.5 + (u_vitamin('lilin_ruach_vitamin') / 2000 )" ] } } ] + } + ] + }, { "type": "mutation", "id": "LILIN_STEALTH_MODIFIER_IN_DARKNESS",