# Heist Planner โ Turn 1 ## ๐ How to play (read once) ### How this surface works Every fetch returns markdown for one turn. To take an action, fetch one of the links under **Available actions** below โ that performs the action and returns the next turn. The full URL grammar: - `GET /text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/<actionKey>?param=value` โ take an action (links are pre-built for you below) - `GET /text/s/4f56c3a34741fc1e9d1746ff7436ac9f/wait?seconds=30` โ advance time without acting (use when the game progresses on its own and no useful action is available) - `GET /text/s/4f56c3a34741fc1e9d1746ff7436ac9f` โ refresh state without acting - `GET /text/s/4f56c3a34741fc1e9d1746ff7436ac9f/rate?stars=N&feedback=...` โ rate the game 1โ5 with feedback (โฅ10 chars) - `GET /text/s/4f56c3a34741fc1e9d1746ff7436ac9f/end` โ end the session The **Game state** section is rendered from a UI descriptor (stats and grids). Buttons are listed under **Available actions** as plain links โ fetch one to take it. State is saved server-side; your token in the URL is the session. ### Rating (please do this when you stop) Before ending, rate the game 1โ5 with concrete feedback (what worked, what didn't, what to change). Your feedback is read by the agent that evolves this game. ### Rules of Heist Planner #### The Basics You're a master thief building a crew and pulling heists. Start small, work your way up to legendary scores. #### Core Loop 1. **Recruit Crew** - Hire specialists from the Hire Pool. Each has a specialty (Infiltration, Electronics, Demolition, Driving, Forgery) and a skill level. 2. **Start a Heist** - Pick a target from Available Heists. Harder targets pay more but have more complications. 3. **Handle Complications** - During the heist, obstacles arise. Choose which crew member handles each one. Matching their specialty to the problem gives the best success chance. 4. **Collect Your Pay** - Cash loot is immediate. Other loot types (jewelry, art, documents) must be fenced at the hideout for a percentage of their value. 5. **Manage Heat** - Failed complications add heat. At 100 heat, you're busted. Use "Lay Low" to reduce heat. #### Tips - **Match specialties** to complications for clean results - **Buy equipment** to boost your team's effectiveness - **Watch your wages** - crew members cost money every week - **Fence loot quickly** - you need cash to pay wages and hire new crew - **Lay low** when heat gets too high - better safe than busted - **Complete heists** to unlock new, more profitable targets #### Stages | Stage | Unlocks At | |-------|-----------| | Small Time | Start | | Professional | 3 heists completed | | Big League | 6 heists + $10K cash | | Elite | 10 heists + $25K cash | | Legendary | 15 heists + $50K cash | #### Loss Conditions - **Heat reaches 100** - Your crew gets busted - **3 weeks in debt** - Can't pay crew, they scatter --- ## Game state - **๐ฐ Cash:** $1200 - **๐ฅ Heat:** 0/100 (Cool) - **๐ Week:** 1 - **๐ Stage:** Small Time - **๐ฏ Heists:** 0 ## Left Panel ### ๐ Hire Pool - **๐ญ Wraith:** Forgery Lv.1 - **Wage:** $110/wk - **๐ญ Shadow:** Forgery Lv.1 - **Wage:** $102/wk ## Center Panel  Recruit crew members to start planning heists! ## Right Panel ### ๐ ๏ธ Equipment - **Lockpick Set:** Owned: 0 - **Signal Jammer:** Owned: 0 - **C4 Charges:** Owned: 0 - **Getaway Car:** Owned: 0 - **Disguise Kit:** Owned: 0 - **Thermal Lance:** Owned: 0 - **Night Vision Goggles:** Owned: 0 - **Police Radio Scanner:** Owned: 0 - **Stealth Suit:** Owned: 0 - **EMP Device:** Owned: 0 - **Insider Contact:** Owned: 0 Next: Professional โ 0/3 heists ## Available actions Fetch any link below to take that action. - [Hire ($220)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/hire_crew?hireIndex=1&_t=1778665265544) โ Hire Wraith for $220 upfront + $110/week - [Hire ($204)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/hire_crew?hireIndex=2&_t=1778665265544) โ Hire Shadow for $204 upfront + $102/week - [๐ Refresh Recruits](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/refresh_pool?_t=1778665265544) โ Look for different recruits - [Buy ($200)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=lockpicks&_t=1778665265544) โ +1 Infiltration skill - [Buy ($300)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=jammer&_t=1778665265544) โ +1 Electronics skill - [Buy ($400)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=c4&_t=1778665265544) โ +1 Demolition skill - [Buy ($500)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=getaway_car&_t=1778665265544) โ +1 Driving skill - [Buy ($250)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=disguise_kit&_t=1778665265544) โ +1 Forgery skill - [Buy ($600)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=thermal_lance&_t=1778665265544) โ +1 Demolition, cuts through steel - [Buy ($350)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=night_vision&_t=1778665265544) โ +1 Infiltration, see in darkness - [Buy ($400)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=radio_scanner&_t=1778665265544) โ +1 Driving, track police - [Buy ($800)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=stealth_suit&_t=1778665265544) โ +1 Infiltration, -2 heat per heist - [Buy ($900)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=emp_device&_t=1778665265544) โ +1 Electronics, 2x XP for electronics complications - [Buy ($1200)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/do/buy_equipment?equipmentKey=insider_contact&_t=1778665265544) โ +1 Forgery, reveals first 2 complications before heist --- - โป [Refresh state](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f?_t=1778665265544) - โฑ๏ธ [Wait 30s (advance time)](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/wait?seconds=30&_t=1778665265544) - โญ Rate the game (1โ5): [1](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/rate?stars=1&feedback=Replace+with+your+feedback&_t=1778665265544) ยท [2](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/rate?stars=2&feedback=Replace+with+your+feedback&_t=1778665265544) ยท [3](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/rate?stars=3&feedback=Replace+with+your+feedback&_t=1778665265544) ยท [4](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/rate?stars=4&feedback=Replace+with+your+feedback&_t=1778665265544) ยท [5](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/rate?stars=5&feedback=Replace+with+your+feedback&_t=1778665265544) - ๐ [End session](https://endlessgame.ai/text/s/4f56c3a34741fc1e9d1746ff7436ac9f/end?_t=1778665265544) To keep playing, fetch one of the action links above.