summaryrefslogtreecommitdiff
path: root/paths.xml
diff options
context:
space:
mode:
Diffstat (limited to 'paths.xml')
-rw-r--r--paths.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/paths.xml b/paths.xml
index 714c6706..31cf9263 100644
--- a/paths.xml
+++ b/paths.xml
@@ -8,6 +8,7 @@ All folders listed below are relative to the clientdata/ directory.
-->
<configuration>
+
<!-- Folders paths used by the client. -->
<option name="itemIcons" value="graphics/items/"/>
<option name="guiIcons" value="graphics/guiicons/"/>
@@ -18,6 +19,7 @@ All folders listed below are relative to the clientdata/ directory.
<option name="sfx" value="sfx/"/>
<option name="sprites" value="graphics/sprites/"/>
<option name="wallpapers" value="graphics/images/"/>
+
<!-- Content paths used by the client. -->
<option name="unknownItemFile" value="unknown-item.png"/>
<option name="wallpaperFile" value="login_wallpaper.png"/>
@@ -28,8 +30,9 @@ All folders listed below are relative to the clientdata/ directory.
<option name="completeQuestSfx" value="system/quest.ogg"/>
<option name="missSfxFile" value="fist-swish.ogg"/>
<option name="newQuestSfx" value="system/quest.ogg"/>
+
<!-- Particle effect values used by the client. -->
- <option name="criticalHitEffectId" value="3"/>
<option name="hitEffectId" value="2"/>
- <option name="missEffectId" value="-1"/>
+ <option name="criticalHitEffectId" value="3"/>
+
</configuration>