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

Remove extreme kcal cost for Pounce, decrease cost for Slime Spray and Bioluminescent Flare #74383

Closed
wants to merge 1 commit into from
Closed
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: 2 additions & 4 deletions data/json/mutations/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
"threshreq": [ "THRESH_INSECT" ],
"active": true,
"kcal": true,
"cost": 400,
"cost": 40,
"activated_eocs": [ "EOC_BIOLUM3_activated" ]
},
{
Expand Down Expand Up @@ -3897,7 +3897,7 @@
"description": "You exude slime from your pores. You can spread that slime on an opponent in melee range.",
"active": true,
"kcal": true,
"cost": 700,
"cost": 70,
"activated_is_setup": false,
"activated_eocs": [ "EOC_SLIME_SPRAY" ],
"prereqs": [ "VISCOUS", "AMORPHOUS" ],
Expand Down Expand Up @@ -4440,8 +4440,6 @@
"description": "You've gained a strong ability to leap a short distance from a standing position with little preparation time.",
"//": "This is differentiated from the other two leaps by a shorter range yet a shorter prep time. Probably less useful than them since it will still exhaust you.",
"active": true,
"kcal": true,
"cost": 400,
"activated_is_setup": false,
"activated_eocs": [ "EOC_FELINE_LEAP" ],
"cancels": [ "LEAPING_LEGS", "LEAPING_LEGS2" ],
Expand Down
Loading