From 6603a634d08fa0338135035dde278434f24e1723 Mon Sep 17 00:00:00 2001 From: Christian Engelhardt Date: Mon, 14 Jun 2021 23:25:19 +0200 Subject: [PATCH] Updated information --- README.md | 2 +- read_data.py | 13 ++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5981a2e..bb9467a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ shows `+2%`). This repository also contains Python scripts that can be used to gather the data. They base on those shared by **ICE** and **DarkWalker** in the **No Man's Sky [Seed Central](https://discord.gg/AEXcap6) Discord**. -To run them, I suggest [Python 3.7](https://www.python.org) or newer. +To run them properly, you need [Python 3.7](https://www.python.org) or newer. The first script **prepare**s your **save** by adding the seeds to it. If you need to, you can easily split this step into multiple parts by appending the current iteration diff --git a/read_data.py b/read_data.py index 403945a..57e7155 100644 --- a/read_data.py +++ b/read_data.py @@ -206,7 +206,7 @@ def extract_int_product_value(data): 'Suit_Protection_RadDrain': ('Radiation Resistance', extract_int_percent, pattern_int_percent), 'Suit_Protection_ToxDrain': ('Toxic Resistance', extract_int_percent, pattern_int_percent), - # TODO: values of stats below not displayed + # ! TODO: values below not displayed (as of 3.52) 'Suit_DamageReduce_Cold': ('Cold Damage Shielding', extract_int_percent, pattern_int_percent), 'Suit_Protection_Cold': ('Cold Protection', extract_int_percent, pattern_int_percent), @@ -797,7 +797,7 @@ def extract_int_product_value(data): }, }, - # ! TODO values not displayed (as of 3.4) + # ! TODO values not displayed (as of 3.52) 'UP_UNW': { '1': { 'meta': [ @@ -819,7 +819,7 @@ def extract_int_product_value(data): }, }, - # ! TODO values not displayed (as of 3.4) + # ! TODO values not displayed (as of 3.52) 'UP_RAD': { '1': { 'meta': [ @@ -844,7 +844,7 @@ def extract_int_product_value(data): }, }, - # ! TODO values not displayed (as of 3.4) + # ! TODO values not displayed (as of 3.52) 'UP_TOX': { '1': { 'meta': [ @@ -868,7 +868,7 @@ def extract_int_product_value(data): 'number': 2, # 2 }, }, - # ! TODO values not displayed (as of 3.4) + # ! TODO values not displayed (as of 3.52) 'UP_COLD': { '1': { 'meta': [ @@ -893,7 +893,7 @@ def extract_int_product_value(data): }, }, - # ! TODO values not displayed (as of 3.4) + # ! TODO values not displayed (as of 3.52) 'UP_HOT': { '1': { 'meta': [ @@ -2016,7 +2016,6 @@ def extract_int_product_value(data): # endregion - # TODO # region Product (13x1) 'PROC': {