From 785be746cfd56e3a0fe068ddd2e120daa094be6b Mon Sep 17 00:00:00 2001 From: connorhsm Date: Sun, 25 Sep 2022 01:36:20 +1000 Subject: [PATCH] General spawn code rename --- commands/difference.js | 2 +- commands/videos.js | 2 +- commands/wipe.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/difference.js b/commands/difference.js index 058339e..e86ae2e 100644 --- a/commands/difference.js +++ b/commands/difference.js @@ -6,7 +6,7 @@ module.exports = { .setDescription('How 2HOL is different than OHOL'), async execute(interaction) { return interaction.reply({ - content: '2HOL lets you live to age 120 (you can use the command /die to die earlier at any age, don\'t worry). Besides that, because 2HOL has a dev team and takes suggestions from the community, many features that exist to make players play a certain way in OHOL, are gone in 2HOL, such as gene score, race restrictions, languages, homezone, and biome bands.\n\nAside from that, many new features are introduced in 2HOL, such as seeds which allow you to spawn as an eve wherever the seed drops you. There is also the ability to toggle fertility at will if you want to play solo at a seed, or just don\'t want to have kids while chopping firewood away from town. Griefers and griefing is not tolerated here, so if you see someone doing it, report them to general and a mod will help you take care of them. Repeated griefers are banned, remember that.\n\nBesides mechanics, 2HOL has a lot more content compared to OHOL, ranging from 50+ new character sprites, to skinning bison and drying the leather to make clothes. There is something new for everyone to enjoy, no matter your interests!\n\n2HOL has its own version of the onetech crafting guide from OHOL called twotech: https://twotech.twohoursonelife.com/\n\nVisit twotech to see new content before it\'s added, or to get an idea of how to craft something!', + content: '2HOL lets you live to age 120 (you can use the command /die to die earlier at any age, don\'t worry). Besides that, because 2HOL has a dev team and takes suggestions from the community, many features that exist to make players play a certain way in OHOL, are gone in 2HOL, such as gene score, race restrictions, languages, homezone, and biome bands.\n\nAside from that, many new features are introduced in 2HOL, such as spawn codes which allow you to spawn as an eve wherever the spawn code drops you. There is also the ability to toggle fertility at will if you want to play solo at a spawn code, or just don\'t want to have kids while chopping firewood away from town. Griefers and griefing is not tolerated here, so if you see someone doing it, report them to general and a mod will help you take care of them. Repeated griefers are banned, remember that.\n\nBesides mechanics, 2HOL has a lot more content compared to OHOL, ranging from 50+ new character sprites, to skinning bison and drying the leather to make clothes. There is something new for everyone to enjoy, no matter your interests!\n\n2HOL has its own version of the onetech crafting guide from OHOL called twotech: https://twotech.twohoursonelife.com/\n\nVisit twotech to see new content before it\'s added, or to get an idea of how to craft something!', }); }, }; \ No newline at end of file diff --git a/commands/videos.js b/commands/videos.js index 8e8db82..18bf7d1 100644 --- a/commands/videos.js +++ b/commands/videos.js @@ -6,7 +6,7 @@ module.exports = { .setDescription('Helpful video links'), async execute(interaction) { return interaction.reply({ - content: 'Here are some great helpful videos to watch to get you started on your 2HOL journey:\n\nHow to make a seed and survive:\n`https://youtu.be/WsaB9XiQNjQ`\n\nThings to do as a new player:\n`https://youtu.be/nUI9gzhA7LE`\n\nYum / eating smartly:\n`https://youtu.be/wncC_KI6u_o`\n\nHunting:\n`https://youtu.be/IJZ4IOlGFvo`\n\nMining:\n`https://youtu.be/1KchOC45zrc`\n\nBronze / basic smithing:\n`https://youtu.be/IsnUn00U058`', + content: 'Here are some great helpful videos to watch to get you started on your 2HOL journey:\n\nHow to make a spawn code and survive:\n`https://youtu.be/WsaB9XiQNjQ`\n\nThings to do as a new player:\n`https://youtu.be/nUI9gzhA7LE`\n\nYum / eating smartly:\n`https://youtu.be/wncC_KI6u_o`\n\nHunting:\n`https://youtu.be/IJZ4IOlGFvo`\n\nMining:\n`https://youtu.be/1KchOC45zrc`\n\nBronze / basic smithing:\n`https://youtu.be/IsnUn00U058`', }); }, }; \ No newline at end of file diff --git a/commands/wipe.js b/commands/wipe.js index e550ba4..f2a1a05 100644 --- a/commands/wipe.js +++ b/commands/wipe.js @@ -5,6 +5,6 @@ module.exports = { .setName('wipe') .setDescription('Guide about map wipes in 2HOL'), async execute(interaction) { - return interaction.reply('What is a map wipe?\n\nA map wipe is the deletion of the current world and everything built in it, this includes even your private seed as this is also a part of the world but usually just far far away. **Don\'t worry, this is not done often.**\n\nMap wipes are necessary so that certain new content can be added to the game. Any naturally generated feature such as a biome or plant will only appear after a wipe. A map wipe happens about two or three times a year, but there is no fixed schedule and it is up to the devs to decide when one is necessary.'); + return interaction.reply('What is a map wipe?\n\nA map wipe is the deletion of the current world and everything built in it, this includes even your private spawn code as this is also a part of the world but usually just far far away. **Don\'t worry, this is not done often.**\n\nMap wipes are necessary so that certain new content can be added to the game. Any naturally generated feature such as a biome or plant will only appear after a wipe. A map wipe happens about two or three times a year, but there is no fixed schedule and it is up to the devs to decide when one is necessary.'); }, };