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

« back to all changes in this revision

Viewing changes to tribes/barbarians/buildings/fisher/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=Fisher Hut                     # nicer name to display in GUI
 
3
type=production                                 # basic type (warehouse, production, military)
 
4
size=small
 
5
buildable=yes
 
6
buildicon=build.png
 
7
worker=fisher
 
8
 
 
9
program=work
 
10
 
 
11
[buildcost]
 
12
trunk=4
 
13
 
 
14
[work]
 
15
0=sleep 18000           # sleep the given amount of time
 
16
1=worker fish     
 
17
 
 
18
 
 
19
[idle]
 
20
pics=i_??.png  # ???
 
21
hot_spot_x=40
 
22
hot_spot_y=40
 
23
clrkey_r=255
 
24
clrkey_g=255
 
25
clrkey_b=0
 
26
shadowclr_r=255
 
27
shadowclr_g=0
 
28
shadowclr_b=0
 
29
 
 
30
[build]
 
31
pics=i_??.png  # ???
 
32
hot_spot_x=40
 
33
hot_spot_y=40
 
34
clrkey_r=255
 
35
clrkey_g=255
 
36
clrkey_b=0
 
37
shadowclr_r=255
 
38
shadowclr_g=0
 
39
shadowclr_b=0
 
40