Skip to content

Commit

Permalink
Add Shattering the Broken Vessels
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Nov 1, 2024
1 parent ba25ec8 commit 464dd74
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions data/mods/Xedra_Evolved/mutations/xe_lilin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 464dd74

Please sign in to comment.