diff --git a/mods/story/parts/de/quest_3.dialog b/mods/story/parts/de/quest_3.dialog new file mode 100644 index 0000000..7002972 --- /dev/null +++ b/mods/story/parts/de/quest_3.dialog @@ -0,0 +1,3 @@ +Miner : Kohle ist sehr nützlich um Fackeln herzustellen. +Miner : Du kannst Kohle auch benutzen um damit einen Ofen zu betreiben. +Miner : Du solltest 10 Kohle abbauen. diff --git a/mods/story/parts/quest_3.dialog b/mods/story/parts/quest_3.dialog new file mode 100644 index 0000000..7fc4056 --- /dev/null +++ b/mods/story/parts/quest_3.dialog @@ -0,0 +1,3 @@ +Miner : Coal is really useful for torches! +Miner : You can also use it as a fuel for furnaces. +Miner : You should mine 10 coal. Thats enough for some torches :) diff --git a/mods/story/parts/quest_3.quest b/mods/story/parts/quest_3.quest index 99e8714..b7a99d9 100644 --- a/mods/story/parts/quest_3.quest +++ b/mods/story/parts/quest_3.quest @@ -1 +1,5 @@ +$dialog quest_3 +$wait +$quest dignode default:stone_with_coal 10 10 +$wait quest $quit diff --git a/mods/story/parts/tr/quest_3.dialog b/mods/story/parts/tr/quest_3.dialog new file mode 100644 index 0000000..0bc8746 --- /dev/null +++ b/mods/story/parts/tr/quest_3.dialog @@ -0,0 +1,3 @@ +Madenci : Kömür, meşalelerde gerçekten çok kullanışlıdır! +Madenci : Hatta fırınlarda yakıt olarak da kullanabilirsiniz. +Madenci : Kazarak 10 tane kömür çıkartın. Bu kadarıya bile bir meşale yakabilirsiniz :)