-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[ Xedra Evolved ] Make Level 5 Alchemy recipes #69278
base: master
Are you sure you want to change the base?
[ Xedra Evolved ] Make Level 5 Alchemy recipes #69278
Conversation
"intensity": 1, | ||
"body_part": "head", | ||
"immune_inside_vehicle": true, | ||
"message": "You're vision shakes as the air warbles!", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unless it's intended to be "You are vision", this "You're vision" should be "Your vision" instead
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
…level-5-alchemy-recipes
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. Please do not bump or comment on this issue unless you are actively working on it. Stale issues, and stale issues that are closed are still considered. |
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
"intensity_levels": | ||
[ | ||
{ "name": "ginseng_scream", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JSON & C++ formatters] reported by reviewdog 🐶
"intensity_levels": | |
[ | |
{ "name": "ginseng_scream", | |
"intensity_levels": [ | |
{ | |
"name": "ginseng_scream", |
[ | ||
{ "name": "ginseng_scream", | ||
"sym": "^", | ||
"color": "brown", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JSON & C++ formatters] reported by reviewdog 🐶
"color": "brown", | |
"color": "brown", |
"effects": | ||
[ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JSON & C++ formatters] reported by reviewdog 🐶
"effects": | |
[ | |
"effects": [ |
{ | ||
"effect_id": "warbled", | ||
"min_duration": "1 minutes", | ||
"max_duration": "72 hours", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JSON & C++ formatters] reported by reviewdog 🐶
"max_duration": "72 hours", | |
"max_duration": "72 hours", |
"immunity_data": { | ||
"flags": [ "DEAF" ] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JSON & C++ formatters] reported by reviewdog 🐶
"immunity_data": { | |
"flags": [ "DEAF" ] | |
} | |
"immunity_data": { "flags": [ "DEAF" ] } |
} | ||
], | ||
"half_life": "3 minutes", | ||
"percent_spread": 90, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JSON & C++ formatters] reported by reviewdog 🐶
"percent_spread": 90, | |
"percent_spread": 90, |
@@ -73,6 +73,55 @@ | |||
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ], | |||
"furniture": { "x": "f_golden_monolith" } | |||
} | |||
}, | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JSON & C++ formatters] reported by reviewdog 🐶
{ | |
{ |
"flags": [ "ERASE_ALL_BEFORE_PLACING_TERRAIN" ], | ||
"terrain": { " ": "t_region_groundcover_forest" }, | ||
"furniture": { "x": "f_elder_ginseng" }, | ||
"place_monster": [ { "monster": "mon_ginseng_protector", "x": [ 0, 23 ], "y": [ 0, 23 ], "density": 0.3 } ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[JSON & C++ formatters] reported by reviewdog 🐶
"place_monster": [ { "monster": "mon_ginseng_protector", "x": [ 0, 23 ], "y": [ 0, 23 ], "density": 0.3 } ] | |
"place_monster": [ { "monster": "mon_ginseng_protector", "x": [ 0, 23 ], "y": [ 0, 23 ], "density": 0.3 } ] |
Summary
Mods "XE Level 5 Alchemy recipes"
Purpose of change
Make the level 5 alchemy items creatable.
Describe the solution
Adds recipes and things to get those items needed for recipes
Describe alternatives you've considered
Testing
tbd
Additional context