Skip to content
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
7 changes: 5 additions & 2 deletions tech.json
Original file line number Diff line number Diff line change
Expand Up @@ -2540,11 +2540,14 @@
"id": 200,
"name": "canTrickyGMode",
"techRequires": [
"canComplexGMode"
"canComplexGMode",
"canInsaneJump"
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know we don't usually like to have these types of requirements, but I think of this as an extension of canInsaneJump and don't typically include both on a given strat.

],
"otherRequires": [],
"note": [
"Doing something particularly precise, risky, or unintuitive while in G-mode or while setting up G-mode."
"Doing something particularly precise, risky, or unintuitive while in G-mode or while setting up G-mode.",
"This includes very precise movement, enemy manipulation, and timings, where a failure may result in soft-lock or death.",
"This also includes complex dodging of invisible projectiles or camera scroll blocks, and it can be paired with complex off-screen movement."
]
}
]
Expand Down