mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- sector specific xml that allow to add extra items - based on difficulty level - as I understand, it's realtime - an old forgotten feature, now revived - added a few examples, nothing realy fancy, just to show the idea - when novice the stuff is slightly usefull, when insane it's bonkers - the readme informs about details
20 lines
461 B
XML
20 lines
461 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
see the ExtraSectorItems-Readme.txt for details
|
|
-->
|
|
<ExtraItems>
|
|
<Item>
|
|
<uiIndex>1753</uiIndex>
|
|
<quantity>2</quantity>
|
|
<condition>100</condition>
|
|
<gridno>5523</gridno>
|
|
<visible>1</visible>
|
|
</Item>
|
|
<Item>
|
|
<uiIndex>245</uiIndex>
|
|
<quantity>1</quantity>
|
|
<condition>100</condition>
|
|
<gridno>5523</gridno>
|
|
<visible>1</visible>
|
|
</Item>
|
|
</ExtraItems> |