Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Magiclysm] Reduce effect of Gaia's Chosen thorns #75174

Merged
merged 5 commits into from
Jul 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/mods/Magiclysm/enchantments/Gaias_Chosen.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"shape": "blast",
"flags": [ "SILENT", "RANDOM_DAMAGE" ],
"min_damage": 3,
"max_damage": 15,
"max_damage": 12,
"valid_targets": [ "hostile" ],
"damage_type": "cut",
"min_range": 1,
Expand All @@ -19,8 +19,8 @@
"id": "GAIAS_CHOSEN",
"condition": "ALWAYS",
"name": { "str": "Gaia's Champion" },
"description": "Your Gaia's Chosen abilities grant you a larger HP pool, and enemies have a chance to impale themselves upon your thorns when they attack you.",
"values": [ { "value": "MAX_HP", "multiply": 0.3 }, { "value": "PAIN", "multiply": 0.25 } ],
"description": "Your Gaia's Chosen abilities grant you a larger HP pool, and enemies have a chance to impale themselves upon your thorns when they attack you. However, the thorns growing from your skin means you feel pain more acutely.",
"values": [ { "value": "MAX_HP", "multiply": 0.3 }, { "value": "PAIN", "multiply": 0.15 } ],
"hit_me_effect": [
{
"id": "GAIAS_CHOSEN_THORNS",
Expand Down
Loading