Skip to content

Commit

Permalink
Update Items.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed Feb 2, 2024
1 parent bb50db2 commit 1c0be10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions worlds/kh1/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ def get_items_by_category(category: str, disclude: list) -> Dict[str, KH1ItemDat
#"C05": KH1ItemData("Camping", code = 264_1146, classification = ItemClassification.filler, weight = 10),
#"C06": KH1ItemData("Camping", code = 264_1147, classification = ItemClassification.filler, weight = 10),
#"C07": KH1ItemData("Camping", code = 264_1148, classification = ItemClassification.filler, weight = 10),
"Ansem's Report 11": KH1ItemData("Unlock", code = 264_1149, classification = ItemClassification.filler, max_quantity = 1, weight = 10),
"Ansem's Report 12": KH1ItemData("Unlock", code = 264_1150, classification = ItemClassification.filler, max_quantity = 1, weight = 10),
"Ansem's Report 13": KH1ItemData("Unlock", code = 264_1151, classification = ItemClassification.filler, max_quantity = 1, weight = 10),
"Ansem's Report 11": KH1ItemData("Unlock", code = 264_1149, classification = ItemClassification.progression, max_quantity = 1, weight = 10),
"Ansem's Report 12": KH1ItemData("Unlock", code = 264_1150, classification = ItemClassification.progression, max_quantity = 1, weight = 10),
"Ansem's Report 13": KH1ItemData("Unlock", code = 264_1151, classification = ItemClassification.progression, max_quantity = 1, weight = 10),
"Power Up": KH1ItemData("Stat Ups", code = 264_1152, classification = ItemClassification.filler, weight = 10),
"Defense Up": KH1ItemData("Stat Ups", code = 264_1153, classification = ItemClassification.filler, weight = 10),
"AP Up": KH1ItemData("Stat Ups", code = 264_1154, classification = ItemClassification.filler, weight = 10),
Expand Down

0 comments on commit 1c0be10

Please sign in to comment.