From 99d2aeb546293c973820452ae87baf32c384b050 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Mon, 1 Aug 2016 05:19:12 +0200 Subject: Add descriptions for craftitems --- helptexts.lua | 42 +++++++++++++++++++++++++++++++++++++++--- 1 file changed, 39 insertions(+), 3 deletions(-) (limited to 'helptexts.lua') diff --git a/helptexts.lua b/helptexts.lua index d7c501b..19e8f44 100644 --- a/helptexts.lua +++ b/helptexts.lua @@ -41,6 +41,9 @@ local sworddesc = "Swords are great in melee combat, as they are fast, deal high local shoveldesc = "Shovels are mining tools to dig out “crumbly” blocks, such as sand, dirt, gravel, and so on. Technically, they can also be used as weapons, but they are not much better than hand-to-hand combat." local pickaxedesc = "Pickaxes are mining tools to dig out hard, “cracky” blocks, such as stone. If you are desperate, you can use a pickaxe as an inefficient weapon." +local craftitemdesc = "This item is primarily used for crafting other items." +local dyedesc = "Dyes are primarily used for crafting other items, especially for colorization. Dyes can also be used to obtain new dyes by using two dyes in crafting." + local export_longdesc = { ["default:apple"] = "Eat it to restore 2 hit points.", ["default:furnace"] = "Cooks several items, using a furnace fuel, into something else.", @@ -111,13 +114,11 @@ local export_longdesc = { ["default:torch"] = "Provides plenty of light, but not as much as a sun would do. It can be placed on almost any block facing any direction.", ["default:sign_wall_wood"] = signdesc, ["default:sign_wall_steel"] = signdesc, - ["default:stick"] = "Wooden sticks are used as element in countless crafting recipes.", - ["default:steel_ingot"] = "Smolten iron. It is the element of numerous crafting recipes.", ["default:mese_crystal_fragment"] = "A piece of what was once a whole mese crystal. It has no use in Minetest Game.", ["default:cobble"] = "A decorational block, created after digging stone. If it is near water, it might turn into mossy cobblestone.", ["default:desert_cobble"] = "A decorational block.", - ["default:coal_lump"] = "Coal lumps are your standard furnace fuel, but they are used to make torches and a few other crafting recipes.", + ["default:coal_lump"] = "Coal lumps are your standard furnace fuel, but they are also used to make torches and a few other things.", ["default:mossycobble"] = "A decorational block. It is found in underground dungeons and the product of cobblestone near water.", ["default:coalblock"] = "A decorational block and compact storage of coal lumps. As a furnace fuel, it is slightly more efficient than 9 coal lumps.", ["default:steelblock"] = "A decorational block.", @@ -256,6 +257,41 @@ local export_longdesc = { ["default:sword_bronze"] = sworddesc, ["default:sword_mese"] = sworddesc, ["default:sword_diamond"] = sworddesc, + ["dye:black"] = dyedesc, + ["dye:white"] = dyedesc, + ["dye:blue"] = dyedesc, + ["dye:green"] = dyedesc, + ["dye:dark_green"] = dyedesc, + ["dye:grey"] = dyedesc, + ["dye:dark_grey"] = dyedesc, + ["dye:yellow"] = dyedesc, + ["dye:orange"] = dyedesc, + ["dye:brown"] = dyedesc, + ["dye:violet"] = dyedesc, + ["dye:cyan"] = dyedesc, + ["dye:red"] = dyedesc, + ["dye:magenta"] = dyedesc, + ["dye:pink"] = dyedesc, + ["default:bronze_ingot"] = craftitemdesc, + ["default:gold_ingot"] = craftitemdesc, + ["default:steel_ingot"] = "Smolten iron. It is the element of numerous crafting recipes.", + ["default:copper_ingot"] = craftitemdesc, + ["default:clay_brick"] = craftitemdesc, + ["default:clay_lump"] = "A clay lump can be burnt in the furnace to make a clay brick.", + ["default:paper"] = craftitemdesc, + ["vessels:pile_of_glass_fragments"] = craftitemdesc, + ["default:diamond"] = craftitemdesc, + ["default:flint"] = craftitemdesc, + ["default:gold_lump"] = "A gold lump can be smolten in a furnace to make a gold ingot.", + ["default:copper_lump"] = "A copper lump can be smolten in a furnace to make a copper ingot.", + ["default:iron_lump"] = "An iron lump can be smolten in a furnace to make a steel ingot.", + ["default:obsidian_shard"] = craftitemdesc, + ["default:mese_crystal"] = craftitemdesc, + ["default:mese_crystal_fragment"] = craftitemdesc, + ["default:stick"] = "Wooden sticks are used as a vital element in countless crafting recipes.", + ["farming:cotton"] = craftitemdesc, + ["farming:wheat"] = craftitemdesc, + ["farming:flour"] = craftitemdesc, } local bonestime = tonumber(minetest.setting_get("share_bones_time")) -- cgit v1.2.3