Subnautica: add Options to Creature Scans (#950)
This commit is contained in:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user