summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2025-02-22 21:17:54 +0100
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2025-02-26 10:19:00 +0000
commit84c51ec82b6ef70228f04433bafd33d616a8ac94 (patch)
treebc89f0288ac817b44310cc7103e52d95fa347e9d
parent3e8f187b85a24e5ea983403fbfd2abe08953df81 (diff)
downloadclientdata-master.tar.gz
clientdata-master.tar.bz2
clientdata-master.tar.xz
clientdata-master.zip
Add back settings.xml, used by Mana clientHEADmaster
I meant to add this back in c075b31405b2e38e856768ea32f4a424d8dfc0bb, but apparently forgot.
-rw-r--r--settings.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/settings.xml b/settings.xml
new file mode 100644
index 00000000..936cfc4d
--- /dev/null
+++ b/settings.xml
@@ -0,0 +1,15 @@
+<!--
+ This is the main world settings file for Mana client since version 0.7.
+ It defines all the settings, and can include additional XML files for this.
+-->
+<settings>
+ <include file="paths.xml" />
+ <include file="skills.xml" />
+ <include file="items.xml" />
+ <include file="monsters.xml" />
+ <include file="npcs.xml" />
+ <include file="emotes.xml" />
+ <include file="status-effects.xml" />
+ <include file="itemcolors.xml" />
+ <include file="units.xml" />
+</settings>