TUNIC: Add Torch Item ()

Co-authored-by: Scipio Wright <scipiowright@gmail.com>
This commit is contained in:
Silent 2025-01-24 16:57:23 -05:00 committed by GitHub
parent 3df2dbe051
commit ddf7fdccc7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
worlds/tunic

View File

@ -48,6 +48,7 @@ item_table: Dict[str, TunicItemData] = {
"Gun": TunicItemData(IC.progression | IC.useful, 1, 30, "Weapons"),
"Shield": TunicItemData(IC.useful, 1, 31, combat_ic=IC.progression | IC.useful),
"Dath Stone": TunicItemData(IC.useful, 1, 32),
"Torch": TunicItemData(IC.useful, 0, 156),
"Hourglass": TunicItemData(IC.useful, 1, 33),
"Old House Key": TunicItemData(IC.progression, 1, 34, "Keys"),
"Key": TunicItemData(IC.progression, 2, 35, "Keys"),