mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Creatures Externalizations (by Buggler)
- externalized creatures placement and composition to CreaturePlacements.xml git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1907 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -0,0 +1,320 @@
|
||||
<!--
|
||||
This file defines creatures placement & composition for SCI-FI MODE, when ENABLE_CREPITUS = TRUE.
|
||||
|
||||
Fields index:
|
||||
Placement
|
||||
Index - it is UNIQUE number for possible creature site. Max 10.
|
||||
|
||||
ATTACKSOURCE - sector where creature surfaces to attack town.
|
||||
Its associated B1 underground sector MUST be defined as a habitat/queen sector.
|
||||
|
||||
ALTERNATEMAP - sector using alternate map when creature quest is initiated.
|
||||
|
||||
WARPTOSECTOR - warp destination on tactical screen exit after creature quest completion.
|
||||
|
||||
QUEENSECTOR - come to Mama!
|
||||
|
||||
HABITATSECTOR - linked underground sectors where creatures will be guests. Max 50 per site.
|
||||
|
||||
Composition
|
||||
CompIndex - Max 30. The 6 percentage tags MUST add up to 100.
|
||||
|
||||
MaxPopulation - limited by MAX_NUMBER_CREATURES_IN_TACTICAL in Ja2_Options.ini
|
||||
|
||||
Default Composition.
|
||||
0 - QUEEN_LAIR, where the queen lives. Highly protected.
|
||||
Reserved for QUEENSECTOR. HABITATSECTOR using Composition '0' will be ignored.
|
||||
1 - LAIR, part of the queen's lair; lots of babies and defending mothers
|
||||
2 - LAIR_ENTRANCE, where the creatures access the mine.
|
||||
3 - INNER_MINE, parts of the mines that aren't close to the outside world
|
||||
4 - OUTER_MINE, area's where miners work, close to towns, creatures love to eat :)
|
||||
5 - FEEDING_GROUNDS, creatures love to populate these sectors :)
|
||||
6 - MINE_EXIT, the area that creatures can initiate town attacks if lots of monsters.
|
||||
|
||||
NOTE:
|
||||
Quest initialized by InitCreatureQuest in StrategicTownLoyalty.lua script.
|
||||
All QUEENSECTOR & HABITATSECTOR need to be defined at 'SectorList' in initunderground.lua script.
|
||||
-->
|
||||
<CREATURE_INFO>
|
||||
<PLACEMENT_LIST>
|
||||
<PLACEMENT>
|
||||
<Index>1</Index>
|
||||
<!-- Drassen -->
|
||||
<ATTACKSOURCE>
|
||||
<SectorGrid>D13</SectorGrid>
|
||||
<GridNo>20703</GridNo>
|
||||
</ATTACKSOURCE>
|
||||
<ALTERNATEMAP>
|
||||
<SectorGrid>E13</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
</ALTERNATEMAP>
|
||||
<WARPTOSECTOR>
|
||||
<SectorGrid>D13</SectorGrid>
|
||||
<SectorZ>0</SectorZ>
|
||||
<GridNo>20700</GridNo>
|
||||
</WARPTOSECTOR>
|
||||
<CREATURESECTOR>
|
||||
<QUEENSECTOR>
|
||||
<SectorGrid>F13</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
</QUEENSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>G13</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
<Composition>1</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>G13</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>2</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>F13</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>E13</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>E13</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>4</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>D13</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>6</Composition>
|
||||
</HABITATSECTOR>
|
||||
</CREATURESECTOR>
|
||||
</PLACEMENT>
|
||||
<PLACEMENT>
|
||||
<Index>2</Index>
|
||||
<!-- Alma -->
|
||||
<ATTACKSOURCE>
|
||||
<SectorGrid>I14</SectorGrid>
|
||||
<GridNo>9726</GridNo>
|
||||
</ATTACKSOURCE>
|
||||
<ALTERNATEMAP>
|
||||
<SectorGrid>J14</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
</ALTERNATEMAP>
|
||||
<WARPTOSECTOR>
|
||||
<SectorGrid>I14</SectorGrid>
|
||||
<SectorZ>0</SectorZ>
|
||||
<GridNo>9085</GridNo>
|
||||
</WARPTOSECTOR>
|
||||
<CREATURESECTOR>
|
||||
<QUEENSECTOR>
|
||||
<SectorGrid>K13</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
</QUEENSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>J13</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
<Composition>1</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>J13</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>2</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>J14</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>J14</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>4</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>I14</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>6</Composition>
|
||||
</HABITATSECTOR>
|
||||
</CREATURESECTOR>
|
||||
</PLACEMENT>
|
||||
<PLACEMENT>
|
||||
<Index>3</Index>
|
||||
<!-- Cambria -->
|
||||
<ATTACKSOURCE>
|
||||
<SectorGrid>H8</SectorGrid>
|
||||
<GridNo>13005</GridNo>
|
||||
</ATTACKSOURCE>
|
||||
<ALTERNATEMAP>
|
||||
<SectorGrid>H9</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
</ALTERNATEMAP>
|
||||
<WARPTOSECTOR>
|
||||
<SectorGrid>H8</SectorGrid>
|
||||
<SectorZ>0</SectorZ>
|
||||
<GridNo>13002</GridNo>
|
||||
</WARPTOSECTOR>
|
||||
<CREATURESECTOR>
|
||||
<QUEENSECTOR>
|
||||
<SectorGrid>J8</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
</QUEENSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>I8</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
<Composition>1</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H8</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
<Composition>1</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H8</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>2</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H9</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H9</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>4</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H8</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>6</Composition>
|
||||
</HABITATSECTOR>
|
||||
</CREATURESECTOR>
|
||||
</PLACEMENT>
|
||||
<PLACEMENT>
|
||||
<Index>4</Index>
|
||||
<!-- Grumm -->
|
||||
<ATTACKSOURCE>
|
||||
<SectorGrid>H3</SectorGrid>
|
||||
<GridNo>10303</GridNo>
|
||||
</ATTACKSOURCE>
|
||||
<ALTERNATEMAP>
|
||||
<SectorGrid>H4</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
</ALTERNATEMAP>
|
||||
<WARPTOSECTOR>
|
||||
<SectorGrid>H3</SectorGrid>
|
||||
<SectorZ>0</SectorZ>
|
||||
<GridNo>9822</GridNo>
|
||||
</WARPTOSECTOR>
|
||||
<CREATURESECTOR>
|
||||
<QUEENSECTOR>
|
||||
<SectorGrid>G4</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
</QUEENSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H4</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
<Composition>1</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H4</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>2</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H3</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>I3</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>I3</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>4</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H3</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>6</Composition>
|
||||
</HABITATSECTOR>
|
||||
</CREATURESECTOR>
|
||||
</PLACEMENT>
|
||||
</PLACEMENT_LIST>
|
||||
<COMPOSITION_LIST>
|
||||
<COMPOSITION>
|
||||
<CompIndex>0</CompIndex>
|
||||
<LarvaePercent>20</LarvaePercent>
|
||||
<InfantPercent>40</InfantPercent>
|
||||
<YoungMalePercent>0</YoungMalePercent>
|
||||
<YoungFemalePercent>0</YoungFemalePercent>
|
||||
<AdultMalePercent>30</AdultMalePercent>
|
||||
<AdultFemalePercent>10</AdultFemalePercent>
|
||||
<MaxPopulation>32</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>1</CompIndex>
|
||||
<LarvaePercent>15</LarvaePercent>
|
||||
<InfantPercent>35</InfantPercent>
|
||||
<YoungMalePercent>10</YoungMalePercent>
|
||||
<YoungFemalePercent>5</YoungFemalePercent>
|
||||
<AdultMalePercent>25</AdultMalePercent>
|
||||
<AdultFemalePercent>10</AdultFemalePercent>
|
||||
<MaxPopulation>18</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>2</CompIndex>
|
||||
<LarvaePercent>0</LarvaePercent>
|
||||
<InfantPercent>15</InfantPercent>
|
||||
<YoungMalePercent>30</YoungMalePercent>
|
||||
<YoungFemalePercent>10</YoungFemalePercent>
|
||||
<AdultMalePercent>35</AdultMalePercent>
|
||||
<AdultFemalePercent>10</AdultFemalePercent>
|
||||
<MaxPopulation>15</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>3</CompIndex>
|
||||
<LarvaePercent>0</LarvaePercent>
|
||||
<InfantPercent>0</InfantPercent>
|
||||
<YoungMalePercent>20</YoungMalePercent>
|
||||
<YoungFemalePercent>40</YoungFemalePercent>
|
||||
<AdultMalePercent>10</AdultMalePercent>
|
||||
<AdultFemalePercent>30</AdultFemalePercent>
|
||||
<MaxPopulation>12</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>4</CompIndex>
|
||||
<LarvaePercent>0</LarvaePercent>
|
||||
<InfantPercent>0</InfantPercent>
|
||||
<YoungMalePercent>10</YoungMalePercent>
|
||||
<YoungFemalePercent>65</YoungFemalePercent>
|
||||
<AdultMalePercent>5</AdultMalePercent>
|
||||
<AdultFemalePercent>20</AdultFemalePercent>
|
||||
<MaxPopulation>10</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>5</CompIndex>
|
||||
<LarvaePercent>0</LarvaePercent>
|
||||
<InfantPercent>0</InfantPercent>
|
||||
<YoungMalePercent>10</YoungMalePercent>
|
||||
<YoungFemalePercent>65</YoungFemalePercent>
|
||||
<AdultMalePercent>5</AdultMalePercent>
|
||||
<AdultFemalePercent>20</AdultFemalePercent>
|
||||
<MaxPopulation>15</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>6</CompIndex>
|
||||
<LarvaePercent>0</LarvaePercent>
|
||||
<InfantPercent>0</InfantPercent>
|
||||
<YoungMalePercent>10</YoungMalePercent>
|
||||
<YoungFemalePercent>65</YoungFemalePercent>
|
||||
<AdultMalePercent>5</AdultMalePercent>
|
||||
<AdultFemalePercent>20</AdultFemalePercent>
|
||||
<MaxPopulation>10</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
</COMPOSITION_LIST>
|
||||
</CREATURE_INFO>
|
||||
@@ -0,0 +1,320 @@
|
||||
<!--
|
||||
This file defines creatures placement & composition for SCI-FI MODE, when ENABLE_CREPITUS = TRUE.
|
||||
|
||||
Fields index:
|
||||
Placement
|
||||
Index - it is UNIQUE number for possible creature site. Max 10.
|
||||
|
||||
ATTACKSOURCE - sector where creature surfaces to attack town.
|
||||
Its associated B1 underground sector MUST be defined as a habitat/queen sector.
|
||||
|
||||
ALTERNATEMAP - sector using alternate map when creature quest is initiated.
|
||||
|
||||
WARPTOSECTOR - warp destination on tactical screen exit after creature quest completion.
|
||||
|
||||
QUEENSECTOR - come to Mama!
|
||||
|
||||
HABITATSECTOR - linked underground sectors where creatures will be guests. Max 50 per site.
|
||||
|
||||
Composition
|
||||
CompIndex - Max 30. The 6 percentage tags MUST add up to 100.
|
||||
|
||||
MaxPopulation - limited by MAX_NUMBER_CREATURES_IN_TACTICAL in Ja2_Options.ini
|
||||
|
||||
Default Composition.
|
||||
0 - QUEEN_LAIR, where the queen lives. Highly protected.
|
||||
Reserved for QUEENSECTOR. HABITATSECTOR using Composition '0' will be ignored.
|
||||
1 - LAIR, part of the queen's lair; lots of babies and defending mothers
|
||||
2 - LAIR_ENTRANCE, where the creatures access the mine.
|
||||
3 - INNER_MINE, parts of the mines that aren't close to the outside world
|
||||
4 - OUTER_MINE, area's where miners work, close to towns, creatures love to eat :)
|
||||
5 - FEEDING_GROUNDS, creatures love to populate these sectors :)
|
||||
6 - MINE_EXIT, the area that creatures can initiate town attacks if lots of monsters.
|
||||
|
||||
NOTE:
|
||||
Quest initialized by InitCreatureQuest in StrategicTownLoyalty.lua script.
|
||||
All QUEENSECTOR & HABITATSECTOR need to be defined at 'SectorList' in initunderground.lua script.
|
||||
-->
|
||||
<CREATURE_INFO>
|
||||
<PLACEMENT_LIST>
|
||||
<PLACEMENT>
|
||||
<Index>1</Index>
|
||||
<!-- Drassen -->
|
||||
<ATTACKSOURCE>
|
||||
<SectorGrid>D13</SectorGrid>
|
||||
<GridNo>20703</GridNo>
|
||||
</ATTACKSOURCE>
|
||||
<ALTERNATEMAP>
|
||||
<SectorGrid>E13</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
</ALTERNATEMAP>
|
||||
<WARPTOSECTOR>
|
||||
<SectorGrid>D13</SectorGrid>
|
||||
<SectorZ>0</SectorZ>
|
||||
<GridNo>20700</GridNo>
|
||||
</WARPTOSECTOR>
|
||||
<CREATURESECTOR>
|
||||
<QUEENSECTOR>
|
||||
<SectorGrid>F13</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
</QUEENSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>G13</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
<Composition>1</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>G13</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>2</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>F13</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>E13</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>E13</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>4</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>D13</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>6</Composition>
|
||||
</HABITATSECTOR>
|
||||
</CREATURESECTOR>
|
||||
</PLACEMENT>
|
||||
<PLACEMENT>
|
||||
<Index>2</Index>
|
||||
<!-- Alma -->
|
||||
<ATTACKSOURCE>
|
||||
<SectorGrid>I14</SectorGrid>
|
||||
<GridNo>9726</GridNo>
|
||||
</ATTACKSOURCE>
|
||||
<ALTERNATEMAP>
|
||||
<SectorGrid>J14</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
</ALTERNATEMAP>
|
||||
<WARPTOSECTOR>
|
||||
<SectorGrid>I14</SectorGrid>
|
||||
<SectorZ>0</SectorZ>
|
||||
<GridNo>9085</GridNo>
|
||||
</WARPTOSECTOR>
|
||||
<CREATURESECTOR>
|
||||
<QUEENSECTOR>
|
||||
<SectorGrid>K13</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
</QUEENSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>J13</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
<Composition>1</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>J13</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>2</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>J14</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>J14</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>4</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>I14</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>6</Composition>
|
||||
</HABITATSECTOR>
|
||||
</CREATURESECTOR>
|
||||
</PLACEMENT>
|
||||
<PLACEMENT>
|
||||
<Index>3</Index>
|
||||
<!-- Cambria -->
|
||||
<ATTACKSOURCE>
|
||||
<SectorGrid>H8</SectorGrid>
|
||||
<GridNo>13005</GridNo>
|
||||
</ATTACKSOURCE>
|
||||
<ALTERNATEMAP>
|
||||
<SectorGrid>H9</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
</ALTERNATEMAP>
|
||||
<WARPTOSECTOR>
|
||||
<SectorGrid>H8</SectorGrid>
|
||||
<SectorZ>0</SectorZ>
|
||||
<GridNo>13002</GridNo>
|
||||
</WARPTOSECTOR>
|
||||
<CREATURESECTOR>
|
||||
<QUEENSECTOR>
|
||||
<SectorGrid>J8</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
</QUEENSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>I8</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
<Composition>1</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H8</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
<Composition>1</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H8</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>2</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H9</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H9</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>4</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H8</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>6</Composition>
|
||||
</HABITATSECTOR>
|
||||
</CREATURESECTOR>
|
||||
</PLACEMENT>
|
||||
<PLACEMENT>
|
||||
<Index>4</Index>
|
||||
<!-- Grumm -->
|
||||
<ATTACKSOURCE>
|
||||
<SectorGrid>H3</SectorGrid>
|
||||
<GridNo>10303</GridNo>
|
||||
</ATTACKSOURCE>
|
||||
<ALTERNATEMAP>
|
||||
<SectorGrid>H4</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
</ALTERNATEMAP>
|
||||
<WARPTOSECTOR>
|
||||
<SectorGrid>H3</SectorGrid>
|
||||
<SectorZ>0</SectorZ>
|
||||
<GridNo>9822</GridNo>
|
||||
</WARPTOSECTOR>
|
||||
<CREATURESECTOR>
|
||||
<QUEENSECTOR>
|
||||
<SectorGrid>G4</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
</QUEENSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H4</SectorGrid>
|
||||
<SectorZ>3</SectorZ>
|
||||
<Composition>1</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H4</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>2</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H3</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>I3</SectorGrid>
|
||||
<SectorZ>2</SectorZ>
|
||||
<Composition>3</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>I3</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>4</Composition>
|
||||
</HABITATSECTOR>
|
||||
<HABITATSECTOR>
|
||||
<SectorGrid>H3</SectorGrid>
|
||||
<SectorZ>1</SectorZ>
|
||||
<Composition>6</Composition>
|
||||
</HABITATSECTOR>
|
||||
</CREATURESECTOR>
|
||||
</PLACEMENT>
|
||||
</PLACEMENT_LIST>
|
||||
<COMPOSITION_LIST>
|
||||
<COMPOSITION>
|
||||
<CompIndex>0</CompIndex>
|
||||
<LarvaePercent>20</LarvaePercent>
|
||||
<InfantPercent>40</InfantPercent>
|
||||
<YoungMalePercent>0</YoungMalePercent>
|
||||
<YoungFemalePercent>0</YoungFemalePercent>
|
||||
<AdultMalePercent>30</AdultMalePercent>
|
||||
<AdultFemalePercent>10</AdultFemalePercent>
|
||||
<MaxPopulation>32</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>1</CompIndex>
|
||||
<LarvaePercent>15</LarvaePercent>
|
||||
<InfantPercent>35</InfantPercent>
|
||||
<YoungMalePercent>10</YoungMalePercent>
|
||||
<YoungFemalePercent>5</YoungFemalePercent>
|
||||
<AdultMalePercent>25</AdultMalePercent>
|
||||
<AdultFemalePercent>10</AdultFemalePercent>
|
||||
<MaxPopulation>18</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>2</CompIndex>
|
||||
<LarvaePercent>0</LarvaePercent>
|
||||
<InfantPercent>15</InfantPercent>
|
||||
<YoungMalePercent>30</YoungMalePercent>
|
||||
<YoungFemalePercent>10</YoungFemalePercent>
|
||||
<AdultMalePercent>35</AdultMalePercent>
|
||||
<AdultFemalePercent>10</AdultFemalePercent>
|
||||
<MaxPopulation>15</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>3</CompIndex>
|
||||
<LarvaePercent>0</LarvaePercent>
|
||||
<InfantPercent>0</InfantPercent>
|
||||
<YoungMalePercent>20</YoungMalePercent>
|
||||
<YoungFemalePercent>40</YoungFemalePercent>
|
||||
<AdultMalePercent>10</AdultMalePercent>
|
||||
<AdultFemalePercent>30</AdultFemalePercent>
|
||||
<MaxPopulation>12</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>4</CompIndex>
|
||||
<LarvaePercent>0</LarvaePercent>
|
||||
<InfantPercent>0</InfantPercent>
|
||||
<YoungMalePercent>10</YoungMalePercent>
|
||||
<YoungFemalePercent>65</YoungFemalePercent>
|
||||
<AdultMalePercent>5</AdultMalePercent>
|
||||
<AdultFemalePercent>20</AdultFemalePercent>
|
||||
<MaxPopulation>10</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>5</CompIndex>
|
||||
<LarvaePercent>0</LarvaePercent>
|
||||
<InfantPercent>0</InfantPercent>
|
||||
<YoungMalePercent>10</YoungMalePercent>
|
||||
<YoungFemalePercent>65</YoungFemalePercent>
|
||||
<AdultMalePercent>5</AdultMalePercent>
|
||||
<AdultFemalePercent>20</AdultFemalePercent>
|
||||
<MaxPopulation>15</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
<COMPOSITION>
|
||||
<CompIndex>6</CompIndex>
|
||||
<LarvaePercent>0</LarvaePercent>
|
||||
<InfantPercent>0</InfantPercent>
|
||||
<YoungMalePercent>10</YoungMalePercent>
|
||||
<YoungFemalePercent>65</YoungFemalePercent>
|
||||
<AdultMalePercent>5</AdultMalePercent>
|
||||
<AdultFemalePercent>20</AdultFemalePercent>
|
||||
<MaxPopulation>10</MaxPopulation>
|
||||
</COMPOSITION>
|
||||
</COMPOSITION_LIST>
|
||||
</CREATURE_INFO>
|
||||
Reference in New Issue
Block a user