Upload app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ with st.form("Player Statistics", border=False):
|
|
141 |
time_to_complete = (
|
142 |
TARGET_POINT
|
143 |
- current_point
|
144 |
-
- consumed_point
|
145 |
- lunar_ticket
|
146 |
- ancient_parchment // 10
|
147 |
- ethereal_gem // 10
|
|
|
141 |
time_to_complete = (
|
142 |
TARGET_POINT
|
143 |
- current_point
|
144 |
+
- consumed_point * 6
|
145 |
- lunar_ticket
|
146 |
- ancient_parchment // 10
|
147 |
- ethereal_gem // 10
|