Skip to content

Commit

Permalink
Updated information
Browse files Browse the repository at this point in the history
  • Loading branch information
cengelha committed Jun 14, 2021
1 parent 95b5ab2 commit 6603a63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 6 additions & 7 deletions read_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down Expand Up @@ -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': [
Expand All @@ -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': [
Expand All @@ -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': [
Expand All @@ -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': [
Expand All @@ -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': [
Expand Down Expand Up @@ -2016,7 +2016,6 @@ def extract_int_product_value(data):

# endregion

# TODO
# region Product (13x1)

'PROC': {
Expand Down

0 comments on commit 6603a63

Please sign in to comment.