This repository has been archived on 2025-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
lwb6/legacyworlds-server-main/data/event-definitions.xml

28 lines
1,017 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<lw-event-definitions xmlns="http://www.deepclone.com/lw/b6/m2/event-definitions"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.deepclone.com/lw/b6/m2/event-definitions event-definitions.xsd">
<!-- An item in one of the build queues has been completed -->
<evdef id="bq-progress" priority="0" i18n-strings="evtBQProgress">
<boolean id="is-military" />
<boolean id="is-construction" />
<entity id="planet" entity-type="PLN" required="0" />
<text id="planet-name" max-length="20" />
<i18n id="nature" />
</evdef>
<!-- A build queue is empty -->
<evdef id="bq-empty" priority="1" i18n-strings="evtBQEmpty">
<boolean id="is-military" />
<entity id="planet" entity-type="PLN" required="0" />
<text id="planet-name" max-length="20" />
</evdef>
<!-- A research is ready to be implemented -->
<evdef id="research-complete" i18n-strings="evtResearch">
<i18n id="technology" />
</evdef>
</lw-event-definitions>