From ce48134d5468dcb0ff1330b57912dd5cfbce066d Mon Sep 17 00:00:00 2001 From: kjbranch Date: Wed, 13 Aug 2025 13:03:35 -0600 Subject: [PATCH] Update description of canTrickyGMode --- tech.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tech.json b/tech.json index 51fec3d369..4e3dbecaa1 100644 --- a/tech.json +++ b/tech.json @@ -2540,11 +2540,14 @@ "id": 200, "name": "canTrickyGMode", "techRequires": [ - "canComplexGMode" + "canComplexGMode", + "canInsaneJump" ], "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." ] } ]