mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Fixes (by Buggler)
- Fixed incorrect/missing Map Entry Points - Corrected previous mistake in MovementCosts.xml sector F5 access to east & west git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1563 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -742,7 +742,7 @@ Possible values for Here tag:
|
|||||||
<Sector y="F" x="4">
|
<Sector y="F" x="4">
|
||||||
<TravelRating>9</TravelRating>
|
<TravelRating>9</TravelRating>
|
||||||
<North>HILLS</North>
|
<North>HILLS</North>
|
||||||
<East>HILLS</East>
|
<East>GROUNDBARRIER</East>
|
||||||
<South>PLAINS</South>
|
<South>PLAINS</South>
|
||||||
<West>PLAINS</West>
|
<West>PLAINS</West>
|
||||||
<Here>HILLS</Here>
|
<Here>HILLS</Here>
|
||||||
@@ -750,9 +750,9 @@ Possible values for Here tag:
|
|||||||
<Sector y="F" x="5">
|
<Sector y="F" x="5">
|
||||||
<TravelRating>6</TravelRating>
|
<TravelRating>6</TravelRating>
|
||||||
<North>HILLS</North>
|
<North>HILLS</North>
|
||||||
<East>HILLS</East>
|
<East>GROUNDBARRIER</East>
|
||||||
<South>PLAINS</South>
|
<South>PLAINS</South>
|
||||||
<West>HILLS</West>
|
<West>GROUNDBARRIER</West>
|
||||||
<Here>HILLS</Here>
|
<Here>HILLS</Here>
|
||||||
</Sector>
|
</Sector>
|
||||||
<Sector y="F" x="6">
|
<Sector y="F" x="6">
|
||||||
@@ -760,7 +760,7 @@ Possible values for Here tag:
|
|||||||
<North>PLAINS</North>
|
<North>PLAINS</North>
|
||||||
<East>PLAINS</East>
|
<East>PLAINS</East>
|
||||||
<South>GROUNDBARRIER</South>
|
<South>GROUNDBARRIER</South>
|
||||||
<West>HILLS</West>
|
<West>GROUNDBARRIER</West>
|
||||||
<Here>HILLS</Here>
|
<Here>HILLS</Here>
|
||||||
</Sector>
|
</Sector>
|
||||||
<Sector y="F" x="7">
|
<Sector y="F" x="7">
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -742,7 +742,7 @@ Possible values for Here tag:
|
|||||||
<Sector y="F" x="4">
|
<Sector y="F" x="4">
|
||||||
<TravelRating>9</TravelRating>
|
<TravelRating>9</TravelRating>
|
||||||
<North>HILLS</North>
|
<North>HILLS</North>
|
||||||
<East>HILLS</East>
|
<East>GROUNDBARRIER</East>
|
||||||
<South>PLAINS</South>
|
<South>PLAINS</South>
|
||||||
<West>PLAINS</West>
|
<West>PLAINS</West>
|
||||||
<Here>HILLS</Here>
|
<Here>HILLS</Here>
|
||||||
@@ -750,9 +750,9 @@ Possible values for Here tag:
|
|||||||
<Sector y="F" x="5">
|
<Sector y="F" x="5">
|
||||||
<TravelRating>6</TravelRating>
|
<TravelRating>6</TravelRating>
|
||||||
<North>HILLS</North>
|
<North>HILLS</North>
|
||||||
<East>HILLS</East>
|
<East>GROUNDBARRIER</East>
|
||||||
<South>PLAINS</South>
|
<South>PLAINS</South>
|
||||||
<West>HILLS</West>
|
<West>GROUNDBARRIER</West>
|
||||||
<Here>HILLS</Here>
|
<Here>HILLS</Here>
|
||||||
</Sector>
|
</Sector>
|
||||||
<Sector y="F" x="6">
|
<Sector y="F" x="6">
|
||||||
@@ -760,7 +760,7 @@ Possible values for Here tag:
|
|||||||
<North>PLAINS</North>
|
<North>PLAINS</North>
|
||||||
<East>PLAINS</East>
|
<East>PLAINS</East>
|
||||||
<South>GROUNDBARRIER</South>
|
<South>GROUNDBARRIER</South>
|
||||||
<West>HILLS</West>
|
<West>GROUNDBARRIER</West>
|
||||||
<Here>HILLS</Here>
|
<Here>HILLS</Here>
|
||||||
</Sector>
|
</Sector>
|
||||||
<Sector y="F" x="7">
|
<Sector y="F" x="7">
|
||||||
|
|||||||
Reference in New Issue
Block a user