Feature improvement:

- via StructureConstruct.xml and StructureDeconstruct.xml, one can now define which structures can be removed and created via items and the fortifications feature.
- added building materials to create wooden debris and walls

For more information, see http://www.ja-galaxy-forum.com/ubbthreads.php/topics/335557#Post335557

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2140 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Flugente
2014-09-06 23:58:11 +00:00
parent e8412f6d9d
commit 360bac0909
11 changed files with 437 additions and 4 deletions
@@ -0,0 +1,60 @@
<STRUCTURESLIST>
<STRUCTURE><!-- sandbag -->
<usDeconstructItem>1543</usDeconstructItem>
<usItemToCreate>1541</usItemToCreate>
<usCreatedItemStatus>100</usCreatedItemStatus>
<szTileSetName>sandbag.sti</szTileSetName>
<allowedtile>0</allowedtile>
<allowedtile>1</allowedtile>
<allowedtile>2</allowedtile>
<allowedtile>3</allowedtile>
<allowedtile>4</allowedtile>
<allowedtile>5</allowedtile>
<allowedtile>6</allowedtile>
<allowedtile>7</allowedtile>
<allowedtile>8</allowedtile>
<allowedtile>9</allowedtile>
</STRUCTURE>
<STRUCTURE><!-- concertina wire -->
<usDeconstructItem>243</usDeconstructItem>
<usItemToCreate>1542</usItemToCreate>
<usCreatedItemStatus>1</usCreatedItemStatus>
<szTileSetName>spot_1.sti</szTileSetName>
<allowedtile>2</allowedtile>
<allowedtile>3</allowedtile>
<allowedtile>4</allowedtile>
<allowedtile>5</allowedtile>
<allowedtile>6</allowedtile>
<allowedtile>7</allowedtile>
<allowedtile>8</allowedtile>
<allowedtile>9</allowedtile>
</STRUCTURE>
<STRUCTURE><!-- wooden planks, small -->
<usDeconstructItem>1543</usDeconstructItem>
<usItemToCreate>1721</usItemToCreate>
<usCreatedItemStatus>100</usCreatedItemStatus>
<szTileSetName>deb_02.sti</szTileSetName>
<allowedtile>6</allowedtile>
<allowedtile>7</allowedtile>
<allowedtile>8</allowedtile>
<allowedtile>9</allowedtile>
</STRUCTURE>
<STRUCTURE><!-- wooden planks, medium -->
<usDeconstructItem>1543</usDeconstructItem>
<usItemToCreate>1722</usItemToCreate>
<usCreatedItemStatus>100</usCreatedItemStatus>
<szTileSetName>deb_02.sti</szTileSetName>
<allowedtile>1</allowedtile>
<allowedtile>2</allowedtile>
</STRUCTURE>
<STRUCTURE><!-- wooden planks, large -->
<usDeconstructItem>1543</usDeconstructItem>
<usItemToCreate>1723</usItemToCreate>
<usCreatedItemStatus>100</usCreatedItemStatus>
<szTileSetName>deb_02.sti</szTileSetName>
<allowedtile>0</allowedtile>
<allowedtile>3</allowedtile>
<allowedtile>4</allowedtile>
<allowedtile>5</allowedtile>
</STRUCTURE>
</STRUCTURESLIST>