~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to tribes/barbarians/deeper_coalmine/help.lua

  • Committer: Venatrix
  • Date: 2012-03-01 20:53:33 UTC
  • mto: (6278.1.1 help_development)
  • mto: This revision was merged to the branch mainline in revision 6326.
  • Revision ID: elisabeth.jaeger@gmail.com-20120301205333-zp68ceh8u6xdwdyd
First commit with Barbarian Coalmines, format_help.lua and arrow-right.png.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use("aux", "formatting")
 
2
use("aux", "format_help")
 
3
 
 
4
set_textdomain("tribe_barbarians")
 
5
 
 
6
return {
 
7
        text =
 
8
                rt(h1(_"The Barbarian Deeper Coal Mine")) ..
 
9
        --Lore Section
 
10
                rt(h2(_"Lore")) ..
 
11
                rt("image=tribes/barbarians/deeper_coalmine/deeper_coalmine_i_00.png", p(_ --text identical to coalmine
 
12
                        [[Ages ago, the Barbarians learned to delve into mountainsides for that black material that feeds their furnaces. <br>
 
13
                        Wood may serve for a household fire and to keep you warm, but when it comes to working with iron or gold, there is no way around coal.]]
 
14
                )) ..
 
15
        --General Section
 
16
                rt(h2(_"General")) ..
 
17
                rt(p(_"Deeper Coal Mines exploit all of the resource down to the deepest level.<br>" .. _"But even after having done so, they will still have a 10% chance of finding some more coal.")) ..
 
18
                rt(h3(_"Purpose:")) ..
 
19
                image_line_text("tribes/barbarians/coal/menu.png", 1, p(_"Dig coal out of the ground in mountain terrain.")) ..
 
20
                text_line(_"Working radius:", "2") ..
 
21
                text_line(_"Conquer range:", "n/a") ..
 
22
                text_line(_"Vision range:", "4") ..
 
23
        --Dependencies
 
24
                rt(h2(_"Dependencies")) ..
 
25
                rt(h3(_"Incoming:")) ..
 
26
                image_line_dep("tribes/barbarians/big_inn/menu.png","tribes/barbarians/meal/menu.png","tribes/barbarians/deeper_coalmine/menu.png", p(_"Meals from a Big Inn")) ..
 
27
                rt(h3(_"Outgoing:")) ..
 
28
                image_line_dep("tribes/barbarians/resi_coal2/resi_00.png","tribes/barbarians/deeper_coalmine/menu.png","tribes/barbarians/coal/menu.png", p(_"Coal")) ..
 
29
                image_line_out("tribes/barbarians/coal/menu.png","tribes/barbarians/metalworks/menu.png", p(_"Metalwork Shop")) ..
 
30
                image_line_out("tribes/barbarians/coal/menu.png","tribes/barbarians/axefactory/menu.png", p(_"Axefactory")) ..
 
31
                image_line_out("tribes/barbarians/coal/menu.png","tribes/barbarians/warmill/menu.png", p(_"War Mill")) ..
 
32
                image_line_out("tribes/barbarians/coal/menu.png","tribes/barbarians/helmsmithy/menu.png", p(_"Helmsmithy")) ..
 
33
                image_line_out("tribes/barbarians/coal/menu.png","tribes/barbarians/smelting_works/menu.png", p(_"Smelting Works")) ..
 
34
                image_line_out("tribes/barbarians/coal/menu.png","tribes/barbarians/lime_kiln/menu.png", p(_"Lime Kiln")) ..
 
35
        --Building Section
 
36
                rt(h2(_"Building")) ..
 
37
                text_image_line(_"Space required:",_"Mine plot","pics/mine.png") ..
 
38
                text_image_line(_"Upgraded from:",_"Deep Coal Mine","tribes/barbarians/deep_coalmine/menu.png") ..
 
39
                rt(h3(_"Upgrade cost:")) ..
 
40
                image_line_text("tribes/barbarians/raw_stone/menu.png", 2, p("2 " .. _"Raw Stone")) ..
 
41
                image_line_text("tribes/barbarians/trunk/menu.png", 4, p("4 " .. _"Trunk")) ..
 
42
                rt(h3(_"Cost cumulative:")) ..
 
43
                image_line_text("tribes/barbarians/raw_stone/menu.png", 6, p("6 " .. _"Raw Stone")) ..
 
44
                image_line_text("tribes/barbarians/trunk/menu.png", 6, p("12 " .. _"Trunk")) ..
 
45
                image_line_text("tribes/barbarians/trunk/menu.png", 6) ..
 
46
                rt(h3(_"Dismantle yields:")) ..
 
47
                image_line_text("tribes/barbarians/raw_stone/menu.png", 3, p("3 " .. _"Raw Stone")) ..
 
48
                image_line_text("tribes/barbarians/trunk/menu.png", 6, p("6 " .. _"Trunk")) ..
 
49
                text_line(_"Upgradeable to:","n/a") ..
 
50
        --Workers Section
 
51
                rt(h2(_"Workers")) ..
 
52
                rt(h3(_"Crew required:")) ..
 
53
                image_line_text("tribes/barbarians/master-miner/menu.png",1, p("1 " .. _"Master Miner" .. _" or better" .. _" and")) ..
 
54
                image_line_text("tribes/barbarians/chief-miner/menu.png",1, p("1 " .. _"Chief Miner" .. _" or better" .. _" and")) ..
 
55
                image_line_text("tribes/barbarians/miner/menu.png",1, p("1 " .. _"Miner" .. _" or better" .. ".")) ..
 
56
                text_image_line(_"Workers use:",_"Pick","tribes/barbarians/pick/menu.png") ..
 
57
                rt(h3(_"Experience levels:")) ..
 
58
                rt("text-align=right", p(_"Miner" .. _" to " .. _"Chief Miner" .. " (19 " .. _"EP" .. ")<br>" .. _"Chief Miner" .. _" to " .. _"Master Miner" .. " (28 " .. _"EP" ..")")) ..
 
59
        --Production Section
 
60
                rt(h2(_"Production")) ..
 
61
                text_line(_"Performance:", _"If the food supply is steady, a Deeper Coal Mine can produce one coal in 14.4s on average.")
 
62
}
 
 
b'\\ No newline at end of file'