id: tutorial_lever name: stone lever color: "250" hidden: true inroom_description: "A stone lever protrudes from the base of the rock formation." description: "A weathered stone lever set into a metal bracket. It looks like it can be pulled." use_interactions: - condition: player_flag: unlocked_rock_cover value: 1 not: true message: "You pull the stone lever down. A mechanism clicks into place somewhere in the glade." action: set_player_flags: unlocked_rock_cover: 1 - condition: player_flag: unlocked_rock_cover value: 1 message: "You push the stone lever back up. The mechanism disengages with a soft clunk." action: set_player_flags: unlocked_rock_cover: 0