mirror of
https://github.com/FaceDeer/dfcaverns.git
synced 2025-07-10 04:10:33 +02:00
documentation for cave coral, update some locale text
This commit is contained in:
@ -10,6 +10,8 @@ minetest.register_node("df_mapitems:castle_coral", {
|
||||
"dfcaverns_castle_coral.png",
|
||||
"dfcaverns_castle_coral.png^[multiply:#888888",
|
||||
},
|
||||
_doc_items_longdesc = df_mapitems.doc.castle_coral_desc,
|
||||
_doc_items_usagehelp = df_mapitems.doc.castle_coral_usage,
|
||||
drawtype = "mesh",
|
||||
light_source = 2,
|
||||
mesh = "octagonal_coral.obj",
|
||||
@ -21,6 +23,8 @@ minetest.register_node("df_mapitems:castle_coral", {
|
||||
|
||||
minetest.register_node("df_mapitems:castle_coral_skeleton", {
|
||||
description = S("Castle Coral Skeleton"),
|
||||
_doc_items_longdesc = df_mapitems.doc.castle_coral_desc,
|
||||
_doc_items_usagehelp = df_mapitems.doc.castle_coral_usage,
|
||||
tiles = {
|
||||
"default_coral_skeleton.png",
|
||||
"default_coral_skeleton.png",
|
||||
|
@ -43,4 +43,7 @@ df_mapitems.doc.big_crystal_desc = S("Monolithic crystals of this size form only
|
||||
df_mapitems.doc.big_crystal_usage = S("Aside from its aesthetic value this crystal has no particular use.")
|
||||
|
||||
df_mapitems.doc.cave_pearls_desc = S("These nodules are actually calcified bacterial colonies.")
|
||||
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.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.")
|
@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: dfcaverns module's Italian locale\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-12-29 19:30-0700\n"
|
||||
"POT-Creation-Date: 2019-08-05 20:29-0600\n"
|
||||
"PO-Revision-Date: 2017-08-17 23:01+0100\n"
|
||||
"Last-Translator: H4mlet <h4mlet@riseup.net>\n"
|
||||
"Language-Team: ITALIANO\n"
|
||||
@ -18,6 +18,14 @@ msgstr ""
|
||||
"X-Generator: Poedit 1.6.10\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: df_mapitems\castle_coral.lua:6
|
||||
msgid "Castle Coral"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\castle_coral.lua:25
|
||||
msgid "Castle Coral Skeleton"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\cave_coral.lua:6
|
||||
#: df_mapitems\cave_coral.lua:18
|
||||
#: df_mapitems\cave_coral.lua:30
|
||||
@ -25,6 +33,10 @@ msgstr ""
|
||||
msgid "Cave Coral"
|
||||
msgstr "Grano di caverna"
|
||||
|
||||
#: df_mapitems\cave_pearls.lua:77
|
||||
msgid "Cave Pearls"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\crystals_mese.lua:7
|
||||
msgid "Flawless Mese Block"
|
||||
msgstr ""
|
||||
@ -199,6 +211,28 @@ msgstr ""
|
||||
msgid "Aside from its aesthetic value this crystal has no particular use."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:45
|
||||
msgid "These nodules are actually calcified bacterial colonies."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:46
|
||||
msgid ""
|
||||
"Aside from their soft glow and beauty, cave pearls have no practical use. "
|
||||
"Except perhaps as handholds for climbing."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:48
|
||||
msgid ""
|
||||
"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."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:49
|
||||
msgid ""
|
||||
"Castle Coral has little practical use aside from perhaps as a distinctive-"
|
||||
"looking building material."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\flowstone.lua:8
|
||||
msgid "Dry Dripstone"
|
||||
msgstr ""
|
||||
@ -227,12 +261,12 @@ msgstr "Vermi luminosi"
|
||||
msgid "Dirt With Cave Moss"
|
||||
msgstr "Terra con muschio di caverna"
|
||||
|
||||
#: df_mapitems\ground_cover.lua:53
|
||||
#: df_mapitems\ground_cover.lua:67
|
||||
#: df_mapitems\ground_cover.lua:54
|
||||
#: df_mapitems\ground_cover.lua:69
|
||||
msgid "Cobblestone With Floor Fungus"
|
||||
msgstr "Ciottoli con funghi del terreno"
|
||||
|
||||
#: df_mapitems\ground_cover.lua:106
|
||||
#: df_mapitems\ground_cover.lua:109
|
||||
msgid "Ice With Hoar Moss"
|
||||
msgstr ""
|
||||
|
||||
|
@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-12-29 19:30-0700\n"
|
||||
"POT-Creation-Date: 2019-08-05 20:29-0600\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -17,12 +17,24 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: df_mapitems\castle_coral.lua:6
|
||||
msgid "Castle Coral"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\castle_coral.lua:25
|
||||
msgid "Castle Coral Skeleton"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\cave_coral.lua:6
|
||||
#: df_mapitems\cave_coral.lua:18
|
||||
#: df_mapitems\cave_coral.lua:30
|
||||
msgid "Cave Coral"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\cave_pearls.lua:77
|
||||
msgid "Cave Pearls"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\crystals_mese.lua:7
|
||||
msgid "Flawless Mese Block"
|
||||
msgstr ""
|
||||
@ -197,6 +209,28 @@ msgstr ""
|
||||
msgid "Aside from its aesthetic value this crystal has no particular use."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:45
|
||||
msgid "These nodules are actually calcified bacterial colonies."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:46
|
||||
msgid ""
|
||||
"Aside from their soft glow and beauty, cave pearls have no practical use. "
|
||||
"Except perhaps as handholds for climbing."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:48
|
||||
msgid ""
|
||||
"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."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\doc.lua:49
|
||||
msgid ""
|
||||
"Castle Coral has little practical use aside from perhaps as a distinctive-"
|
||||
"looking building material."
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\flowstone.lua:8
|
||||
msgid "Dry Dripstone"
|
||||
msgstr ""
|
||||
@ -225,12 +259,12 @@ msgstr ""
|
||||
msgid "Dirt With Cave Moss"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\ground_cover.lua:53
|
||||
#: df_mapitems\ground_cover.lua:67
|
||||
#: df_mapitems\ground_cover.lua:54
|
||||
#: df_mapitems\ground_cover.lua:69
|
||||
msgid "Cobblestone With Floor Fungus"
|
||||
msgstr ""
|
||||
|
||||
#: df_mapitems\ground_cover.lua:106
|
||||
#: df_mapitems\ground_cover.lua:109
|
||||
msgid "Ice With Hoar Moss"
|
||||
msgstr ""
|
||||
|
||||
|
Reference in New Issue
Block a user