~ubuntu-branches/ubuntu/precise/widelands/precise-backports

« back to all changes in this revision

Viewing changes to tribes/barbarians/buildings/gamekeeper/conf

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2005-02-14 10:41:12 UTC
  • Revision ID: james.westby@ubuntu.com-20050214104112-6v08iux9fptxpva9
Tags: upstream-build9
Import upstream version build9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[global]
 
2
descname=Gamekeeper Hut # nicer name to display in GUI
 
3
type=production         # basic type (warehouse, production, military)
 
4
size=small
 
5
help=The Gamekeeper makes sure that the natural population of animals never drops to low.
 
6
buildable=yes
 
7
buildicon=build.png
 
8
worker=gamekeeper
 
9
program=work
 
10
 
 
11
[work]
 
12
0=sleep 60000           
 
13
1=worker release
 
14
 
 
15
 
 
16
[buildcost]
 
17
trunk=4
 
18
raw_stone=1
 
19
 
 
20
[idle]
 
21
pics=i_??.png  
 
22
hot_spot_x=40
 
23
hot_spot_y=40
 
24
clrkey_r=255
 
25
clrkey_g=255
 
26
clrkey_b=0
 
27
shadowclr_r=255
 
28
shadowclr_g=0
 
29
shadowclr_b=0
 
30
 
 
31
[build]
 
32
pics=i_??.png  
 
33
hot_spot_x=40
 
34
hot_spot_y=40
 
35
clrkey_r=255
 
36
clrkey_g=255
 
37
clrkey_b=0
 
38
shadowclr_r=255
 
39
shadowclr_g=0
 
40
shadowclr_b=0
 
41
 
 
42