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

« back to all changes in this revision

Viewing changes to tribes/barbarians/buildings/battlearena/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=Battle Arena # nicer name to display in GUI
 
3
 
 
4
type=training           # basic type (warehouse, production, military)
 
5
size=big
 
6
buildable=yes
 
7
buildicon=build.png
 
8
worker=carrier
 
9
max_soldiers=8                          # Number of soldiers that caught at the building
 
10
train=evade                             # May be attack,defense,evade,hp Allowed more than one separated by ','
 
11
program=Sleep
 
12
program=upgrade_evade_0         # This is needed to run the scripts
 
13
program=upgrade_evade_1
 
14
 
 
15
[Sleep]
 
16
0=sleep 5000
 
17
 
 
18
[evade]         # Attack leveling
 
19
min_level=0             # First will be : upgrade_attack_0
 
20
max_level=2             # Last  will be : upgrade_attack_2 (that level ups to Level 3)
 
21
 
 
22
[upgrade_evade_0]
 
23
0=check pittabread
 
24
1=check fish,meat
 
25
2=check_soldier evade 0 # Fails when aren't any soldier of level 0 attack
 
26
3=sleep 30000
 
27
4=check_soldier evade 0 # Because the soldier can be expulsed by the player
 
28
5=consume pittabread
 
29
6=consume fish,meat
 
30
7=train evade 0 1               # Upgrade the attack of soldier of level 0
 
31
 
 
32
[upgrade_evade_1]
 
33
0=check pittabread 2
 
34
1=check fish
 
35
2=check meat
 
36
3=check_soldier evade 1 # Fails when aren't any soldier of level 0 attack
 
37
4=sleep 30000
 
38
5=check_soldier evade 1 # Because the soldier can be expulsed by the player
 
39
6=consume pittabread 2
 
40
7=consume fish
 
41
8=consume meat
 
42
9=train evade 1 2               # Upgrade the attack of soldier of level 0
 
43
 
 
44
[inputs]
 
45
pittabread=10
 
46
fish=6
 
47
meat=6
 
48
 
 
49
[buildcost]
 
50
trunk=6
 
51
raw_stone=4
 
52
grindstone=6
 
53
gold=4
 
54
thatchfern=3
 
55
 
 
56
[idle]
 
57
pics=i_??.png  # ???
 
58
hot_spot_x=55
 
59
hot_spot_y=40
 
60
clrkey_r=255
 
61
clrkey_g=255
 
62
clrkey_b=0 
 
63
shadowclr_r=255
 
64
shadowclr_g=0
 
65
shadowclr_b=0
 
66
 
 
67
[working]
 
68
pics=i_??.png  # ???
 
69
hot_spot_x=55
 
70
hot_spot_y=40
 
71
clrkey_r=255
 
72
clrkey_g=255
 
73
clrkey_b=0  
 
74
shadowclr_r=255
 
75
shadowclr_g=0
 
76
shadowclr_b=0
 
77
 
 
78
[build]
 
79
pics=i_??.png  # ???
 
80
hot_spot_x=55
 
81
hot_spot_y=40
 
82
clrkey_r=255
 
83
clrkey_g=255
 
84
clrkey_b=0  
 
85
shadowclr_r=255
 
86
shadowclr_g=0
 
87
shadowclr_b=0
 
88