Skip to content

[Xedra Evolved] Increase mana cost on Arvore mana-using traits #79096

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

Merged
merged 1 commit into from
Jan 13, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
"category": [ "ARVORE" ],
"active": true,
"activated_is_setup": true,
"time": 120,
"time": 15,
"mana": true,
"cost": 1,
"activation_msg": "Your skin itches.",
Expand All @@ -445,7 +445,7 @@
"category": [ "ARVORE" ],
"active": true,
"activated_is_setup": true,
"time": 45,
"time": 5,
"mana": true,
"cost": 1,
"activation_msg": "The air fills with clouds of pollen.",
Expand Down Expand Up @@ -817,7 +817,7 @@
"category": [ "ARVORE" ],
"activated_is_setup": true,
"active": true,
"time": 20,
"time": 2,
"mana": true,
"cost": 1,
"activation_msg": "Lashing vines grow from your shoulders.",
Expand Down Expand Up @@ -927,7 +927,7 @@
"activated_is_setup": true,
"mana": true,
"cost": 1,
"time": 180,
"time": 10,
"activation_msg": "A sweet scent fills the air.",
"activated_eocs": [ "EOC_MIND_CONTROL_POLLEN_ON" ],
"deactivated_eocs": [ "EOC_MIND_CONTROL_POLLEN_OFF" ]
Expand Down
Loading