Skip to content

Commit

Permalink
Hyrule Field Dig Caves: add npcs
Browse files Browse the repository at this point in the history
Co-authored-By: Henny022 <[email protected]>
  • Loading branch information
Ibot02 and Henny022 committed Nov 10, 2024
1 parent 990cd3e commit 6fd08bb
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions hyrule_field_dig_caves.logic
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,22 @@ area HyruleFieldDigCaves:
node Dig:
chest Rupee
enemy LikeLikeAndBeetle
npc Wall
Main <-> Dig: item MoleMitts
room Trilby:
node LeftLadder:
node WestLadder:
chest CenterChest
door LeftLadder
node LeftDoor:
door LeftDoor
LeftLadder <-> LeftDoor: item MoleMitts
node LeftChest:
chest LeftChest
LeftDoor <-> LeftChest: item MoleMitts
node RightLadder:
door RightLadder
node RightDoor:
chest RightChest
door RightDoor
RightLadder <-> RightDoor: item MoleMitts
door WestLadder
node WestDoor:
door SouthWest
WestLadder <-> WestDoor: item MoleMitts
node WestDigging:
chest WestChest
npc Wall
WestDoor <-> WestDigging: item MoleMitts
node EastLadder:
door EastLadder
node EastDoor:
chest EastChest
door EastDoor
EastLadder <-> EastDoor: item MoleMitts

0 comments on commit 6fd08bb

Please sign in to comment.