Ticket #2357: player.xml

File player.xml, 1.3 KB (added by Michael, 10 years ago)

Updated player.xml but failed to change schema.

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Entity>
3 <AttackDetection>
4 <SuppressionTransferRange>50</SuppressionTransferRange>
5 <SuppressionRange>150</SuppressionRange>
6 <SuppressionTime>40000</SuppressionTime>
7 </AttackDetection>
8 <BattleDetection>
9 <TimerInterval>200</TimerInterval>
10 <RecordLength>12</RecordLength>
11 <DamageRateThreshold>0.04</DamageRateThreshold>
12 <AlertnessBattleThreshold>4</AlertnessBattleThreshold>
13 <AlertnessPeaceThreshold>0</AlertnessPeaceThreshold>
14 <AlertnessMax>8</AlertnessMax>
15 </BattleDetection>
16 <EntityLimits>
17 <Limits>
18 <DefenseTower>30</DefenseTower>
19 <Fortress>10</Fortress>
20 <Wonder>1</Wonder>
21 <Hero>1</Hero>
22 <Apadana>1</Apadana>
23 <Embassy>2</Embassy>
24 <Monument>5</Monument>
25 <Pillar>0</Pillar>
26 <WarDog>0</WarDog>
27 <Theater>1</Theater>
28 <Council>1</Council>
29 <Library>1</Library>
30 <Lighthouse>1</Lighthouse>
31 </Limits>
32 <LimitChangers>
33 <WarDog>
34 <Kennel>10</Kennel>
35 </WarDog>
36 <Pillar>
37 <Ashoka>5</Ashoka>
38 </Pillar>
39 </LimitChangers>
40 </EntityLimits>
41 <Player/>
42 <StatisticsTracker/>
43 <TechnologyManager/>
44 <IdleWorkerButtonClasses>
45 <class>Worker</class>
46 <class>Trade</class>
47 <class>FishingBoat</class>
48 <class>Healer</class>
49 </IdleWorkerButtonClasses>
50</Entity>