diff options
author | Wuzzy <almikes@aol.com> | 2016-12-12 18:34:29 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-12 18:34:29 +0100 |
commit | b7586b7b4cec62e793f7443d241a5f87cf1ca9bc (patch) | |
tree | c3cb10f277c7cfa75272d11c9f3afa0abb51b465 | |
parent | e2128f4b243e71f11741f94d31639ddbfde9b86c (diff) |
Add key and skeleton key help
-rw-r--r-- | helptexts.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/helptexts.lua b/helptexts.lua index 8577ee1..ee95a9e 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -183,6 +183,8 @@ local export_longdesc = { ["default:obsidian_glass"] = S("Obsidian glass is transparent, has a very clean surface and is rather hard to break."), ["default:obsidian"] = S("A hard mineral which is created from a lava source when it meets water (any block in the @1 group).", groupname_water), ["default:obsidianbrick"] = buildnode, + ["default:key"] = S("A key grants you to access to a thing with a lock (e.g. steel door, steel trapdoor, locked chest), even if you don't own it. Each key is unique and only fits into one lock. If the locked thing has been removed, the key won't unlock anything."), + ["default:skeleton_key"] = S("A skeleton key can be used to share access to a locked thing you own (e.g. steel door, steel trapdoor, locked chest) with other players."), -- 0.4.14 Nyan Cats (for compability) ["default:nyancat"] = nyandesc, @@ -471,6 +473,9 @@ local export_usagehelp = { ["farming:hoe_bronze"] = hoeuse, ["farming:hoe_mese"] = hoeuse, ["farming:hoe_diamond"] = hoeuse, + + ["default:key"] = S("Wield the key and rightclick on a locked thing to attempt to access it. If the key fits, you perform the action (e.g. you open a door). If it doesn't fit, the key does nothing."), + ["default:skeleton_key"] = S("Go to the locked thing you own to match the key for. Rightclick on it to turn the skeleton key into a key and permanently match it to the locked thing. Any player who posesses this key can now access the locked thing you have selected—but only this! Note that you don't need keys for the things you own. If the locked thing has been removed, the key will stop working."), } -- TODO: Actually make use of these texts |