implemented ai-build-size tag to the data; reduced amount of AI hints for some factions
[megaglest-data/megaglest-data-wuzzy.git] / techs / megapack / factions / persian / units / temple / temple.xml
blobc70b3e67dbf33e9c310d072121f300f63da76e6f
1 <?xml version="1.0" standalone="no" ?>
2 <unit>
3         <parameters>
4                 <size value="3" />
5                 <height value="2" />
6                 <ai-build-size value="5"/>
7                 <max-hp value="6000" regeneration="0"/>
8                 <max-ep value="0" />
9                 <armor value="0" />
10                 <armor-type value="wood"/>
11                 <sight value="6" />
12                 <time value="100" />
13                 <multi-selection value="true"/>
14                 <uniform-selection value="true"/>
15                 <cellmap value="true">
16                         <row value="101"/>
17                         <row value="000"/>
18                         <row value="101"/>
19                 </cellmap>
20                 <levels/>
21                 <fields>
22                         <field value="land" />
23                 </fields>
24                 <properties>
25                         <property value="burnable"/>
26                 </properties>
27                 <light enabled="false" />
28                 <rotationAllowed value="false" />
29                 <unit-requirements>
30                         <unit name="house" />
31                 </unit-requirements>
32                 <upgrade-requirements />
33                 <resource-requirements>
34                         <resource name="gold" amount="100" />
35                         <resource name="stone" amount="80" />
36                         <resource name="wood" amount="120" />
37                 </resource-requirements>
38                 <resources-stored />
39                 <image path="images/temple.bmp" />
40                 <image-cancel path="../genie/images/tech_cancel.bmp"/>
41                 <meeting-point value="true" image-path="images/meeting_point.bmp"/>
42                 <selection-sounds enabled="true">
43                         <sound path="$COMMONDATAPATH/sounds/tech_click.wav" />
44                 </selection-sounds>
45                 <command-sounds enabled="true">
46                         <sound path="$COMMONDATAPATH/sounds/tech_click.wav" />
47                 </command-sounds>
48         </parameters>
49         <skills>
50                 <skill>
51                         <type value="stop"/>
52                         <name value="stop_skill"/>
53                         <ep-cost value="0" />
54                         <speed value="50" />
55                         <anim-speed value="100" />
56                         <animation path="models/palace.g3d" />
57                         <sound enabled="false" />
58                 </skill>
59                 <skill>
60                         <type value="be_built" />
61                         <name value="be_built_skill"/>
62                         <ep-cost value="0" />
63                         <speed value="300" />
64                         <anim-speed value="300" />
65                         <animation path="../palace/construction_models/barracks_construction.g3d" />
66                         <sound enabled="false" />
67                 </skill>
68                 <skill>
69                         <type value="upgrade"/>
70                         <name value="upgrade_skill"/>
71                         <ep-cost value="0" />
72                         <speed value="300" />
73                         <anim-speed value="300" />
74                         <animation path="models/palace.g3d" />
75                         <sound enabled="false" />
76                 </skill>
77                 <skill>
78                         <type value="produce"/>
79                         <name value="produce_skill"/>
80                         <ep-cost value="0" />
81                         <speed value="300" />
82                         <anim-speed value="300" />
83                         <animation path="models/palace.g3d" />
84                         <sound enabled="false" />
85                 </skill>
86                 <skill>
87                         <type value="die" />
88                         <name value="die_skill"/>
89                         <ep-cost value="0" />
90                         <speed value="300" />
91                         <anim-speed value="300" />
92                         <animation path="../palace/destruction_models/barracks_destruction.g3d" />
93                         <particles value="true">
94                                 <particle-file path="smoke_particles.xml"/>
95                                 <particle-file path="glow_particles.xml"/>
96                         </particles>
97                         <sound enabled="true" start-time="0">
98                                 <sound-file path="$COMMONDATAPATH/sounds/tech_building_fall4.wav"/>
99                         </sound>
100                         <fade value="false"/>
101                 </skill>
102         </skills>
103         <commands>
104                 <command>
105                         <type value="produce"/>
106                         <name value="produce_princess" />
107                         <image path="images/princess.bmp" />
108                         <unit-requirements />
109                         <upgrade-requirements />
110                         <produce-skill value="produce_skill"/>
111                         <produced-unit name="princess"/>
112                 </command>
113                 <command>
114                         <type value="produce"/>
115                         <name value="produce_swordman" />
116                         <image path="images/swordman.bmp" />
117                         <unit-requirements />
118                         <upgrade-requirements />
119                         <produce-skill value="produce_skill"/>
120                         <produced-unit name="swordman"/>
121                 </command>
122         </commands>
123 </unit>