-
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
[Sky Island] Make bettter security containers obtainable #75882
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -3406,7 +3406,7 @@ | |||||
"id": "SKYISLAND_UPGRADE_security2", | ||||||
"type": "mission_definition", | ||||||
"name": "Upgrade: Security Beta", | ||||||
"description": "With the supplied recipe, you will be able to expand the capacity of your secure container.\n\nEMPTY YOUR SECURE CONTAINER FIRST! Anything left inside when upgrading will be lost forever!", | ||||||
"description": "With the supplied recipe, you will be able to expand the capacity of your secure container.", | ||||||
"goal": "MGOAL_FIND_ITEM", | ||||||
"item": "secure_container_2", | ||||||
"count": 1, | ||||||
|
@@ -3417,7 +3417,7 @@ | |||||
"effect": [ | ||||||
{ "u_learn_recipe": "secure_container_2" }, | ||||||
{ | ||||||
"u_message": "With the supplied recipe, you will be able to expand the capacity of your secure container.\n\nEMPTY YOUR SECURE CONTAINER FIRST! Anything left inside when upgrading will be lost forever!", | ||||||
"u_message": "With the supplied recipe, you will be able to expand the capacity of your secure container.", | ||||||
"popup": true | ||||||
} | ||||||
] | ||||||
|
@@ -3426,6 +3426,7 @@ | |||||
"effect": [ | ||||||
{ "math": [ "securitylevel", "=", "2" ] }, | ||||||
{ "u_forget_recipe": "secure_container_2" }, | ||||||
{ "u_lose_trait": "mut_secure_container_1" }, | ||||||
{ "u_add_trait": "mut_secure_container_2" }, | ||||||
{ | ||||||
"u_message": "The strange metaphysical container churns inward with violent force, grinding loudly before suddenly expanding. Your secure container can now carry more.", | ||||||
|
@@ -3452,7 +3453,7 @@ | |||||
"id": "SKYISLAND_UPGRADE_security3", | ||||||
"type": "mission_definition", | ||||||
"name": "Upgrade: Security Gamma", | ||||||
"description": "With the supplied recipe, you will be able to expand the capacity of your secure container.\n\nEMPTY YOUR SECURE CONTAINER FIRST! Anything left inside when upgrading will be lost forever!", | ||||||
"description": "With the supplied recipe, you will be able to expand the capacity of your secure container.", | ||||||
"goal": "MGOAL_FIND_ITEM", | ||||||
"item": "secure_container_3", | ||||||
"count": 1, | ||||||
|
@@ -3463,7 +3464,7 @@ | |||||
"effect": [ | ||||||
{ "u_learn_recipe": "secure_container_3" }, | ||||||
{ | ||||||
"u_message": "With the supplied recipe, you will be able to expand the capacity of your secure container.\n\nEMPTY YOUR SECURE CONTAINER FIRST! Anything left inside when upgrading will be lost forever!", | ||||||
"u_message": "With the supplied recipe, you will be able to expand the capacity of your secure container.", | ||||||
"popup": true | ||||||
} | ||||||
] | ||||||
|
@@ -3472,6 +3473,7 @@ | |||||
"effect": [ | ||||||
{ "math": [ "securitylevel", "=", "3" ] }, | ||||||
{ "u_forget_recipe": "secure_container_3" }, | ||||||
{ "u_lose_trait": "mut_secure_container_2" }, | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [JSON & C++ formatters] reported by reviewdog 🐶
Suggested change
|
||||||
{ "u_add_trait": "mut_secure_container_3" }, | ||||||
{ | ||||||
"u_message": "The strange metaphysical container churns inward with violent force, grinding loudly before suddenly expanding. Your secure container can now carry more.", | ||||||
|
@@ -3498,7 +3500,7 @@ | |||||
"id": "SKYISLAND_UPGRADE_security4", | ||||||
"type": "mission_definition", | ||||||
"name": "Upgrade: Security Epsilon", | ||||||
"description": "With the supplied recipe, you will be able to expand the capacity of your secure container.\n\nEMPTY YOUR SECURE CONTAINER FIRST! Anything left inside when upgrading will be lost forever!", | ||||||
"description": "With the supplied recipe, you will be able to expand the capacity of your secure container.", | ||||||
"goal": "MGOAL_FIND_ITEM", | ||||||
"item": "secure_container_4", | ||||||
"count": 1, | ||||||
|
@@ -3509,7 +3511,7 @@ | |||||
"effect": [ | ||||||
{ "u_learn_recipe": "secure_container_4" }, | ||||||
{ | ||||||
"u_message": "With the supplied recipe, you will be able to expand the capacity of your secure container.\n\nEMPTY YOUR SECURE CONTAINER FIRST! Anything left inside when upgrading will be lost forever!", | ||||||
"u_message": "With the supplied recipe, you will be able to expand the capacity of your secure container.", | ||||||
"popup": true | ||||||
} | ||||||
] | ||||||
|
@@ -3518,6 +3520,7 @@ | |||||
"effect": [ | ||||||
{ "math": [ "securitylevel", "=", "4" ] }, | ||||||
{ "u_forget_recipe": "secure_container_4" }, | ||||||
{ "u_lose_trait": "mut_secure_container_3" }, | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [JSON & C++ formatters] reported by reviewdog 🐶
Suggested change
|
||||||
{ "u_add_trait": "mut_secure_container_4" }, | ||||||
{ | ||||||
"u_message": "The strange metaphysical container churns inward with violent force, grinding loudly before suddenly expanding. Your secure container can now carry more.", | ||||||
|
@@ -3544,7 +3547,7 @@ | |||||
"id": "SKYISLAND_UPGRADE_security5", | ||||||
"type": "mission_definition", | ||||||
"name": "Upgrade: Security Kappa", | ||||||
"description": "With the supplied recipe, you will be able to expand the capacity of your secure container to its maximum size.\n\nEMPTY YOUR SECURE CONTAINER FIRST! Anything left inside when upgrading will be lost forever!", | ||||||
"description": "With the supplied recipe, you will be able to expand the capacity of your secure container to its maximum size.", | ||||||
"goal": "MGOAL_FIND_ITEM", | ||||||
"item": "secure_container_5", | ||||||
"count": 1, | ||||||
|
@@ -3555,7 +3558,7 @@ | |||||
"effect": [ | ||||||
{ "u_learn_recipe": "secure_container_5" }, | ||||||
{ | ||||||
"u_message": "With the supplied recipe, you will be able to expand the capacity of your secure container to its maximum size.\n\nEMPTY YOUR SECURE CONTAINER FIRST! Anything left inside when upgrading will be lost forever!", | ||||||
"u_message": "With the supplied recipe, you will be able to expand the capacity of your secure container to its maximum size.", | ||||||
"popup": true | ||||||
} | ||||||
] | ||||||
|
@@ -3564,6 +3567,7 @@ | |||||
"effect": [ | ||||||
{ "math": [ "securitylevel", "=", "5" ] }, | ||||||
{ "u_forget_recipe": "secure_container_5" }, | ||||||
{ "u_lose_trait": "mut_secure_container_4" }, | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [JSON & C++ formatters] reported by reviewdog 🐶
Suggested change
|
||||||
{ "u_add_trait": "mut_secure_container_5" }, | ||||||
{ | ||||||
"u_message": "The strange metaphysical container churns inward with violent force, grinding loudly before suddenly expanding. Your secure container can now carry more.", | ||||||
|
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 🐶