From f6887bc0cb449e2d74e7ab8d7c6ec1bf4ac5cbba Mon Sep 17 00:00:00 2001 From: Marten Mrfc <101009922+Marten-Mrfc@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:37:37 +0100 Subject: [PATCH] [Bot] More ai examples --- .../ai/intake_examples/a_walking_npc.md | 23 +++++++++++++++++++ discord_bot/ai/intake_examples/wolf_entity.md | 21 +++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 discord_bot/ai/intake_examples/a_walking_npc.md create mode 100644 discord_bot/ai/intake_examples/wolf_entity.md diff --git a/discord_bot/ai/intake_examples/a_walking_npc.md b/discord_bot/ai/intake_examples/a_walking_npc.md new file mode 100644 index 0000000000..46bf6c8f0b --- /dev/null +++ b/discord_bot/ai/intake_examples/a_walking_npc.md @@ -0,0 +1,23 @@ + +# A walking NPC + + +Add NPCs to version 0.7 that will do something to the player if they see him + + +To help support staff assist you effectively, please provide the following information: + +- **Functionality**: What do you mean by: `Do something to the player if they see him`. +- **Benefits**: How would this feature enhance gameplay for users? +- **Use Cases**: Can you describe at least one scenario where this feature would be utilized? + +Providing the above information is **mandatory** for the ticket to be answered and looked at by the support team. + + +1. I mean like that that when the npc sees the player like close look it triggers an entry. +2. Add the ability for players to create guards, more functional NPCs, and more lively ones +3. A man needs to enter a building without getting seen by the npc's. + + +complete_intake({"provided_inquiry": true}) + diff --git a/discord_bot/ai/intake_examples/wolf_entity.md b/discord_bot/ai/intake_examples/wolf_entity.md new file mode 100644 index 0000000000..439b53e492 --- /dev/null +++ b/discord_bot/ai/intake_examples/wolf_entity.md @@ -0,0 +1,21 @@ + +# Wolf Entity + + +I tried to find wolf definition, but couldn't find it. Did I miss it, or hasn't been added yet? + + +To help support staff assist you effectively, please provide the following information: + +- **Did you check?** Has the wolf entity not already been added to the entity extension? +- **Does this have priority?** Should we add the addition of this entity to our priority list? + +Providing the above information is **mandatory** for the ticket to be answered and looked at by the support team. + + +Yeah I couldn't find it. +Yes please add this as fast as possible. + + +complete_intake({"provided_inquiry": true}) + \ No newline at end of file