[logic]: dream cave east w/ blue tunic and 10+ hearts
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 60
- Forks
- 36
- Avg merge
- 2d 17m
- Merged PRs (30d)
- 2
Description
doable with 10 hearts (1.5 hearts per hit * 6 boosts + 1 heart to survive)
probably hard logic?
not sure if count works like this, but maybe this would work?
dream_hut_right.connect(dream_hut, AND(COUNT(OR(COUNT(HEART_PIECE, 4), HEART_CONTAINER), 7), BLUE_TUNIC)) # 10 hearts total to damage boost to end
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the logic implementation for the proposed dream_hut_right.connect expression, then inspect how COUNT, OR, AND, HEART_PIECE, HEART_CONTAINER, and BLUE_TUNIC are evaluated. Verify the heart calculation and confirm that the east Dream Cave route is available with the stated heart and tunic requirements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100