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

Fixes Frost Armor spell from Magiclysm mod #39512

Merged
merged 1 commit into from
Apr 13, 2020

Conversation

VitorHP
Copy link
Contributor

@VitorHP VitorHP commented Apr 13, 2020

Summary

SUMMARY: Bugfixes "Fixes Frost Armor spell from Magiclysm mod."

Purpose of change

fixes #39468 - Frost Armor was having no effect when cast.

Describe the solution

Changed Frost Armor's effect to spawn_item and created a Frost Armor item.

Describe alternatives you've considered

I've considered modifying the effect that was being used, but based on other similar spells, I decided to stick with spawn_item for consistency.

Testing

Casting Frost Armor now adds a Frost Armor item to the target.

Additional context

I'm not sure about the values of the Frost Armor item. I tried to eyeball what I thought was reasonable, but since I'm new to the game, my perceptions might be twisted.

I've tried setting a negative value to warmth, but the game told me it was an invalid value. I think this is something to be considered since some materials actually drain warmth from you instead of giving it.

@VitorHP VitorHP requested a review from KorGgenT as a code owner April 13, 2020 00:10
@KorGgenT
Copy link
Member

LGTM, let me know when you're done with it. i won't merge it with the WIP tag because that means you still want to work on it.

@KorGgenT KorGgenT added <Bugfix> This is a fix for a bug (or closes open issue) [JSON] Changes (can be) made in JSON Mods: Magiclysm Anything to do with the Magiclysm mod labels Apr 13, 2020
@VitorHP VitorHP changed the title [WIP][CR] Fixes Frost Armor spell from Magiclysm mod Fixes Frost Armor spell from Magiclysm mod Apr 13, 2020
@VitorHP
Copy link
Contributor Author

VitorHP commented Apr 13, 2020

If the Frost Armor values are good, then we're good to go.

@KorGgenT KorGgenT merged commit 00eebfe into CleverRaven:master Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
<Bugfix> This is a fix for a bug (or closes open issue) [JSON] Changes (can be) made in JSON Mods: Magiclysm Anything to do with the Magiclysm mod
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Magiclysm] Frost Armor spell does nothing
2 participants