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

« back to all changes in this revision

Viewing changes to tribes/barbarians/buildings/burner/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=Charcoal Burner
 
3
 
 
4
type=production         # basic type (warehouse, production, military)
 
5
size=medium
 
6
buildable=yes 
 
7
buildicon=build.png
 
8
worker=burner
 
9
output=coal
 
10
 
 
11
program=work
 
12
 
 
13
[inputs]
 
14
trunk=8
 
15
coalearth=8
 
16
 
 
17
[work]
 
18
0=sleep 32000
 
19
1=check trunk 
 
20
2=check coalearth
 
21
3=consume trunk
 
22
4=consume coalearth
 
23
5=animation working 35000
 
24
6=produce coal
 
25
 
 
26
[buildcost]
 
27
trunk=3
 
28
grindstone=2
 
29
thatchfern=2
 
30
 
 
31
[idle]
 
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
[build]
 
43
pics=i_??.png  # ???
 
44
hot_spot_x=40
 
45
hot_spot_y=40
 
46
clrkey_r=255
 
47
clrkey_g=255
 
48
clrkey_b=0
 
49
shadowclr_r=255
 
50
shadowclr_g=0
 
51
shadowclr_b=0
 
52
 
 
53
[working]
 
54
pics=i_??.png  # ???
 
55
hot_spot_x=40
 
56
hot_spot_y=40
 
57
clrkey_r=255
 
58
clrkey_g=255
 
59
clrkey_b=0
 
60
shadowclr_r=255
 
61
shadowclr_g=0
 
62
shadowclr_b=0
 
63