We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a74bf1f commit ea93412Copy full SHA for ea93412
1 file changed
tech.json
@@ -34,6 +34,26 @@
34
}
35
]
36
},
37
+ {
38
+ "name": "canBeLucky",
39
+ "techRequires": [],
40
+ "otherRequires": [],
41
+ "note": [
42
+ "Executing a strat that has a reasonable chance to fail due to random elements such as enemy drops.",
43
+ "This is used where failure is unforgiving and may result in a death or a slow process to reattempt."
44
+ ],
45
+ "extensionTechs": [
46
47
+ "name": "canBeVeryLucky",
48
+ "techRequires": ["canBeLucky"],
49
50
51
+ "Executing a strat that has a high chance to fail due to random elements such as enemy drops.",
52
+ "This is used where failure is unforgiving and may result in a death or slow process to reattempt."
53
+ ]
54
+ }
55
56
+ },
57
{
58
"id": 4,
59
"name": "canPrepareForNextRoom",
0 commit comments