diff --git a/df_mapitems/crystals_salt.lua b/df_mapitems/crystals_salt.lua index cc1fdb7..b85878f 100644 --- a/df_mapitems/crystals_salt.lua +++ b/df_mapitems/crystals_salt.lua @@ -21,8 +21,8 @@ minetest.register_node("df_mapitems:salt_crystal", { minetest.register_node("df_mapitems:salty_cobble", { description = S("Salty Cobble"), - _doc_items_longdesc = df_mapitems.doc.salt_desc, - _doc_items_usagehelp = df_mapitems.doc.salt_desc, + _doc_items_longdesc = df_mapitems.doc.salty_cobble_desc, + _doc_items_usagehelp = df_mapitems.doc.salty_cobble_desc, tiles = {"default_cobble.png^dfcaverns_salty.png"}, groups = {cracky = 3, stone = 1, lava_heatable = 1}, _magma_conduits_heats_to = "default:cobble", diff --git a/df_mapitems/doc.lua b/df_mapitems/doc.lua index 23327b3..b992ccd 100644 --- a/df_mapitems/doc.lua +++ b/df_mapitems/doc.lua @@ -46,4 +46,10 @@ df_mapitems.doc.cave_pearls_desc = S("These nodules are actually calcified bacte df_mapitems.doc.cave_pearls_usage = S("Aside from their soft glow and beauty, cave pearls have no practical use. Except perhaps as handholds for climbing.") df_mapitems.doc.castle_coral_desc = S("Deep under the surface of the Sunless Sea are the rare and beautiful Castle Corals, so named due to their resemblance to small undersea castles.") -df_mapitems.doc.castle_coral_usage = S("Castle Coral has little practical use aside from perhaps as a distinctive-looking building material.") \ No newline at end of file +df_mapitems.doc.castle_coral_usage = S("Castle Coral has little practical use aside from perhaps as a distinctive-looking building material.") + +df_mapitems.doc.salt_desc = S("A crystal of salt grown from water that percolated through the depths of the earth, picking up all manner of minerals as it went.") +df_mapitems.doc.salt_usage = S("Traces of Mese must have been dissolved by the water as this crystal has an inherent glow to it. Not enough Mese to be useful as a reagent, unfortunately.") + +df_mapitems.doc.salty_cobble_desc = S("Much water has seeped through the cracks in this rock and then quickly evaporated, leaving a crust of salt laced throughout.") +df_mapitems.doc.salty_cobble_usage = S("Attemping to mine this rock knocks the salt crust away, leaving only base stone.") \ No newline at end of file diff --git a/df_mapitems/locale/it.po b/df_mapitems/locale/it.po index eeeff2e..2fc761d 100644 --- a/df_mapitems/locale/it.po +++ b/df_mapitems/locale/it.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: dfcaverns module's Italian locale\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-05 20:29-0600\n" +"POT-Creation-Date: 2019-08-07 21:33-0600\n" "PO-Revision-Date: 2017-08-17 23:01+0100\n" "Last-Translator: H4mlet \n" "Language-Team: ITALIANO\n" @@ -33,7 +33,7 @@ msgstr "" msgid "Cave Coral" msgstr "Grano di caverna" -#: df_mapitems\cave_pearls.lua:77 +#: df_mapitems\cave_pearls.lua:6 msgid "Cave Pearls" msgstr "" @@ -61,6 +61,14 @@ msgstr "" msgid "Big Red Crystal" msgstr "" +#: df_mapitems\crystals_salt.lua:6 +msgid "Luminous Salt Crystal" +msgstr "" + +#: df_mapitems\crystals_salt.lua:23 +msgid "Salty Cobble" +msgstr "" + #: df_mapitems\doc.lua:11 msgid "" "Cave moss is technically a form of mold, but fortunately a relatively benign " @@ -233,6 +241,31 @@ msgid "" "looking building material." msgstr "" +#: df_mapitems\doc.lua:51 +msgid "" +"A crystal of salt grown from water that percolated through the depths of the " +"earth, picking up all manner of minerals as it went." +msgstr "" + +#: df_mapitems\doc.lua:52 +msgid "" +"Traces of Mese must have been dissolved by the water as this crystal has an " +"inherent glow to it. Not enough Mese to be useful as a reagent, " +"unfortunately." +msgstr "" + +#: df_mapitems\doc.lua:54 +msgid "" +"Much water has seeped through the cracks in this rock and then quickly " +"evaporated, leaving a crust of salt laced throughout." +msgstr "" + +#: df_mapitems\doc.lua:55 +msgid "" +"Attemping to mine this rock knocks the salt crust away, leaving only base " +"stone." +msgstr "" + #: df_mapitems\flowstone.lua:8 msgid "Dry Dripstone" msgstr "" diff --git a/df_mapitems/locale/template.pot b/df_mapitems/locale/template.pot index c2b9327..595675d 100644 --- a/df_mapitems/locale/template.pot +++ b/df_mapitems/locale/template.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-08-05 20:29-0600\n" +"POT-Creation-Date: 2019-08-07 21:33-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -31,7 +31,7 @@ msgstr "" msgid "Cave Coral" msgstr "" -#: df_mapitems\cave_pearls.lua:77 +#: df_mapitems\cave_pearls.lua:6 msgid "Cave Pearls" msgstr "" @@ -59,6 +59,14 @@ msgstr "" msgid "Big Red Crystal" msgstr "" +#: df_mapitems\crystals_salt.lua:6 +msgid "Luminous Salt Crystal" +msgstr "" + +#: df_mapitems\crystals_salt.lua:23 +msgid "Salty Cobble" +msgstr "" + #: df_mapitems\doc.lua:11 msgid "" "Cave moss is technically a form of mold, but fortunately a relatively benign " @@ -231,6 +239,31 @@ msgid "" "looking building material." msgstr "" +#: df_mapitems\doc.lua:51 +msgid "" +"A crystal of salt grown from water that percolated through the depths of the " +"earth, picking up all manner of minerals as it went." +msgstr "" + +#: df_mapitems\doc.lua:52 +msgid "" +"Traces of Mese must have been dissolved by the water as this crystal has an " +"inherent glow to it. Not enough Mese to be useful as a reagent, " +"unfortunately." +msgstr "" + +#: df_mapitems\doc.lua:54 +msgid "" +"Much water has seeped through the cracks in this rock and then quickly " +"evaporated, leaving a crust of salt laced throughout." +msgstr "" + +#: df_mapitems\doc.lua:55 +msgid "" +"Attemping to mine this rock knocks the salt crust away, leaving only base " +"stone." +msgstr "" + #: df_mapitems\flowstone.lua:8 msgid "Dry Dripstone" msgstr "" diff --git a/df_mapitems/textures/dfcaverns_salt_crystal.png b/df_mapitems/textures/dfcaverns_salt_crystal.png index dde96fc..44bd37c 100644 Binary files a/df_mapitems/textures/dfcaverns_salt_crystal.png and b/df_mapitems/textures/dfcaverns_salt_crystal.png differ diff --git a/df_mapitems/textures/dfcaverns_salty.png b/df_mapitems/textures/dfcaverns_salty.png index 01e4e2a..ff7162e 100644 Binary files a/df_mapitems/textures/dfcaverns_salty.png and b/df_mapitems/textures/dfcaverns_salty.png differ