source: ps/trunk/binaries/data/mods/public/simulation/templates/mixins/shrine.xml@ 26621

Last change on this file since 26621 was 26621, checked in by wowgetoffyourcellphone, 2 years ago

[art] Resize the minimap icons from 32x32 to 16x16

  • Property svn:mime-type set to text/xml
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity>
3 <BuildRestrictions>
4 <Territory>own neutral ally</Territory>
5 </BuildRestrictions>
6 <Footprint>
7 <Square width="24.0" depth="25.0"/>
8 <Height>8.0</Height>
9 </Footprint>
10 <Health disable=""/>
11 <Identity>
12 <VisibleClasses datatype="tokens">
13 Shrine
14 </VisibleClasses>
15 <Undeletable>true</Undeletable>
16 </Identity>
17 <Minimap>
18 <Type>structure</Type>
19 <Icon size="16.0">other.png</Icon>
20 </Minimap>
21 <Obstruction>
22 <Static width="20" depth="21"/>
23 </Obstruction>
24 <Researcher>
25 <Technologies datatype="tokens">
26 -heal_range
27 -heal_range_2
28 -heal_rate
29 -heal_rate_2
30 -garrison_heal
31 -health_regen_units
32 </Technologies>
33 </Researcher>
34 <Resistance replace=""/>
35 <StatusBars>
36 <HeightOffset>15.0</HeightOffset>
37 </StatusBars>
38 <TerritoryDecay disable=""/>
39 <TerritoryInfluence disable=""/>
40 <Trainer>
41 <Entities datatype="tokens">
42 -units/{civ}/support_healer_b
43 units/{native}/support_healer_e
44 </Entities>
45 </Trainer>
46 <VisualActor>
47 <FoundationActor>structures/fndn_4x4.xml</FoundationActor>
48 </VisualActor>
49</Entity>
Note: See TracBrowser for help on using the repository browser.