Subnautica: add Options to Creature Scans (#950)

This commit is contained in:
Fabian Dill
2022-08-22 23:35:41 +02:00
committed by GitHub
parent 11cbc0b40b
commit c695f91198
5 changed files with 109 additions and 51 deletions

View File

@@ -42,7 +42,7 @@ item_table: Dict[int, ItemDict] = {
'count': 1,
'name': 'Stillsuit',
'tech_type': 'Stillsuit'},
35008: {'classification': ItemClassification.filler,
35008: {'classification': ItemClassification.progression,
'count': 2,
'name': 'Alien Containment Fragment',
'tech_type': 'BaseWaterParkFragment'},
@@ -222,7 +222,7 @@ item_table: Dict[int, ItemDict] = {
'count': 2,
'name': 'Observatory Fragment',
'tech_type': 'BaseObservatoryFragment'},
35053: {'classification': ItemClassification.useful,
35053: {'classification': ItemClassification.progression,
'count': 2,
'name': 'Multipurpose Room',
'tech_type': 'BaseRoom'},