Skip to content

Instantly share code, notes, and snippets.

@SirVer
Created November 12, 2011 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SirVer/1360716 to your computer and use it in GitHub Desktop.
Save SirVer/1360716 to your computer and use it in GitHub Desktop.
use("aux", "formatting")
return {
text =
rt(
h1("The Barbarian Lumberjack") ..
h2("General:") ..
p(_
[[The lumberjack clears the landscape from trees enabling you to build new houses.<br>
In doing so he also provides you with trunks, which are the Barbarians' basic building material.<br>
The lumberjack works outward starting with the tree closest to his house up to the maximum range of 10.
Only fully grown specimen of all tree species are being felled.]])
) ..
rt("image=pics/small.png image-align=right", h2(_"Space required")) ..
rt(h2(_"Building Cost")) ..
rt("image=tribes/barbarians/trunk/menu.png;tribes/barbarians/trunk/menu.png;tribes/barbarians/trunk/menu.png", "") ..
rt(
p(_"If there were something special to say about this building, I'd do so here, otherwise I'd leave this blank")
) ..
rt("image=tribes/barbarians/trunk/menu.png;tribes/barbarians/trunk/menu.png image-align=right", h2(_"Return on dismantling"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment