maxcurrent420 / BeastBreeder

0 stars 0 forks source link

Sweep: NPCs #21

Closed maxcurrent420 closed 8 months ago

maxcurrent420 commented 8 months ago

Details

I need you to add NPCs to the NPCs file. Include a village elder, a seer, a blacksmith, and a shopkeeper, and a "bugfight club" bouncer.

Checklist - [X] Modify `utils/dialogues.js` βœ“ https://github.com/maxcurrent420/BeastBreeder/commit/7a34295dce5817bcab3ff1d22a70991c91a44cd3 [Edit](https://github.com/maxcurrent420/BeastBreeder/edit/sweep/npcs/utils/dialogues.js) - [X] Running GitHub Actions for `utils/dialogues.js` βœ“ [Edit](https://github.com/maxcurrent420/BeastBreeder/edit/sweep/npcs/utils/dialogues.js)
sweep-ai[bot] commented 8 months ago

πŸš€ Here's the PR! #22

See Sweep's progress at the progress dashboard!
⚑ Sweep Basic Tier: I'm using GPT-4. You have 5 GPT-4 tickets left for the month and 3 for the day. (tracking ID: b5d30278a6)

For more GPT-4 tickets, visit our payment portal. For a one week free trial, try Sweep Pro (unlimited GPT-4 tickets).

[!TIP] I can email you next time I complete a pull request if you set up your email here!


Actions (click)

GitHub Actionsβœ“

Here are the GitHub Actions logs prior to making any changes:

Sandbox logs for a9acf57
Checking utils/dialogues.js for syntax errors... βœ… utils/dialogues.js has no syntax errors! 1/1 βœ“
Checking utils/dialogues.js for syntax errors...
βœ… utils/dialogues.js has no syntax errors!

Sandbox passed on the latest main, so sandbox checks will be enabled for this issue.


Step 1: πŸ”Ž Searching

I found the following snippets in your repository. I will now analyze these snippets and come up with a plan.

Some code snippets I think are relevant in decreasing order of relevance (click to expand). If some file is missing from here, you can mention the path in the ticket description. https://github.com/maxcurrent420/BeastBreeder/blob/a9acf5714c14bd31833373b5983373d7e17af524/utils/dialogues.js#L1-L16

Step 2: ⌨️ Coding

--- 
+++ 
@@ -13,5 +13,13 @@
     "Need some new gear? You've come to the right place.",
     "This is one of my finest creations. It will serve you well.",
     "Safe travels, adventurer. May your blade always be sharp."
+  ],
+  "Seer": [
+    "I foresee a challenge that only you can overcome.",
+    "The strings of fate are tangled. Your path is a complex one."
+  ],
+  "Bugfight Club Bouncer": [
+    "You're not on the list. No entry.",
+    "You think you can handle the fights? Prove it."
   ]
 };

Ran GitHub Actions for 7a34295dce5817bcab3ff1d22a70991c91a44cd3:


Step 3: πŸ” Code Review

I have finished reviewing the code for completeness. I did not find errors for sweep/npcs.


πŸŽ‰ Latest improvements to Sweep:


πŸ’‘ To recreate the pull request edit the issue title or description. To tweak the pull request, leave a comment on the pull request. Join Our Discord