Skip to content

Commit ea93412

Browse files
authored
Tech canRelyOnLuck (#2482)
1 parent a74bf1f commit ea93412

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

tech.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,26 @@
3434
}
3535
]
3636
},
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+
"otherRequires": [],
50+
"note": [
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+
},
3757
{
3858
"id": 4,
3959
"name": "canPrepareForNextRoom",

0 commit comments

Comments
 (0)