BULL Actions.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="ISO-8859-1" ?>
  2. <!--
  3. BULL City Bar
  4. by EmperorFool
  5. Copyright (c) 2009 The BUG Mod.
  6. -->
  7. <mod id="Actions"
  8. name="BULL Actions"
  9. author="EmperorFool"
  10. version="1.0"
  11. date="04/20/2009"
  12. url="http://forums.civfanatics.com/showthread.php?t=307951"
  13. dll="1">
  14. <options id="Actions" file="BUG Actions.ini">
  15. <section id="Units">
  16. <!-- Ask Declare War -->
  17. <option id="AskDeclareWarUnits" key="Ask Declare War Units"
  18. type="boolean" default="True"/>
  19. <!-- Sentry Healing by Unofficial Patch -->
  20. <option id="SentryHealing" key="Sentry Healing"
  21. type="boolean" default="True"/>
  22. <option id="SentryHealingOnlyNeutral" key="Sentry Healing Only Neutral"
  23. type="boolean" default="True"/>
  24. <!-- Ignore Harmless Barbarians (with Great Wall) -->
  25. <option id="IgnoreHarmlessBarbarians" key="Ignore Harmless Barbarians"
  26. type="boolean" default="True" dll="2"/>
  27. </section>
  28. <section id="Workers">
  29. <!-- PreChop by EmperorFool -->
  30. <option id="PreChopForests" key="Pre Chop Forests"
  31. type="boolean" default="False"/>
  32. <option id="PreChopImprovements" key="Pre Chop Improvements"
  33. type="boolean" default="False"/>
  34. </section>
  35. </options>
  36. </mod>