We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 450712e commit b0a4983Copy full SHA for b0a4983
py/lem_stam.py
@@ -6,5 +6,6 @@
6
stamina = loc_data["stamina"]
7
drops = loc_data["drops"]["ALL"]
8
data[loc] = stamina / drops
9
+ print("Equivalent explores per lemonade with and without the Lemon Squeezer perk:")
10
for loc, stam_per_drop in sorted(data.items(), key=lambda kv: kv[1]):
11
print(f"{loc}: ten={stam_per_drop * 10:.1f} twenty={stam_per_drop * 20:.1f}")
0 commit comments