Epic/mods/epic/doc.lua

74 lines
5.6 KiB
Lua

doc.add_category("epic_server",
{
name = ("Server Specific Information"),
description = ("Helpful information about this server"),
build_formspec = doc.entry_builders.text_and_gallery,
})
doc.add_entry("epic_server", "armor", {
name = ("Armor"),
data = { text = ('Armor comes in a wide variety of strengths and materials. Take a look in the upper halls of the Hall of Wisdom for stats on the different styles.\n'..
'Armor can\'t be crafted in the crafting grid, but will need to be created at either the anvil or the crystal workshop. You can find public anvils and crystal workshops at spawn.\n\n'..
'In addition to metal or crystals you\'ll also need some sort of fabric/leather. The metal armor can be crafted with burlap or leather, the diamond armor can be crafted with fabric or leather.'..
'Higher tier crystal armors require fabric to craft.\n'..
'Some mobs will drop special rings, gloves, and amulets which can be equipped to give you extra armor buffs.'..
'You can check out your specific armor levels by looking at the 3d_armor tab in your inventory. Play around with different combinations to find what fits your playstyle best.\n'..
'Check out episode 26 of the Dev-blog for more information on armor and the combat system.\n'..
'You can increase the chance of getting higher power rings/amulets by placing rings/amulets with the perk you want in the relics slot. There are many other items you can use as relics. '..
'It\'s up to you to find clues and hints as to what items increase chances for what perks.')
}
})
doc.add_entry("epic_server", "crafting", {
name = ("Crafting"),
data = { text = ('Crafting on this server is not like many other servers or local games. Lots of items are only craftable in the stations. Thankfully the crafting guide in inventory will tell you which station to craft things in.\n\n'..
'Currently there is a bug where the craft recipe won\'t show the correct number of items if it is a group.')
}
})
doc.add_entry("epic_server", "stations", {
name = ("Stations"),
data = { text = ('The Stations are where you\'ll do a goodly portion of your crafting. You can use the public ones in spawn, or create your own. Using public stations you leave yourself vulnerable to people stealing your resources.'..
'You can craft locked stations which will only allow people who have access to the area protection to place or remove items from the station inventories. This makes it safe to leave resources in the locked stations.'..
'Nearly all the stations provide their own craft guides which you can view by clicking the "Show Guide" button in the lower left.\n\n'..
'You can toggle between a single item, and the max you can craft or have in a stack by clicking the [Max Output] or [Min Output] button in the lower left corner.'..
'Using Shift + Click you can instantly move an entire stack into your inventory, or into the station resource pool, Shift+Scrollwheel over an item will send a single to or from the station.'..
'You can pull up the craft guide by clicking the [Show Guide] button in the very bottom left corner.')
}
})
doc.add_entry("epic_server", "mobs", {
name = ("Mobs"),
data = { text = ('There are many unusual and completely custom mobs on this server. They tend to get more and more powerful as you travel deeper into the earth, or further out into space.'..
'Don\'t try and visit the cavrealms, nether, or space without first getting yourself some suitable armor.')
}
})
doc.add_entry("epic_server", "chat", {
name = ("Chat"),
data = { text = ('The server runs the Chat3 mod which lets you ignore players, this will prevent you from seeing their messages, and them from seeing your messages. '..
'You can ignore a player with the following command /ignore add <playername>\n'..
'Ingame chat is also tied to the Discord server. By default the Discord bridge is turned off for all players. To toggle the bridge use the /discord command.'..
'With the bridge disabled your chat messages will not be sent to discord, and you won\'t see any messages sent from discord.')
}
})
doc.add_entry("epic_server", "maxhp", {
name = ("Max HP"),
data = { text = ('In an attempt to dissuade people from killing themselves in lava to make a messes on the server I wrote this mod. Every time you die you\'ll loose one of your max HP down to 25.\n\n'..
'You can gain max HP back by consuming a variety of items, with more to be added soon.\n'..
'Eating a chocolate block will increase your max HP by 1, up to a max of 45.\n'..
'Eating a golden carrot will increase your max HP by 1, up to a max of 60.\n'..
'Some mobs will drop potions that will increase your Max HP by 5, with different caps.\n')
}
})
doc.add_entry("epic_server", "toolranks", {
name = ("Toolranks"),
data = { text = ('The Toolranks mod keeps track of how many times a tool has been used. As you use a tool, it will level up, increasing the tools power.'..
'Tools can be repaired by putting two of the same tool in the crafting grid. Be sure to check the output to make sure you\'re keeping your data.'..
'You can also repair tools in the tool repair station, using either ores, or another tool.\n\n'..
'You can still repair tools/armor at the smithy station, but please note, your toolrank data will be DESTROYED.'
)}
})