summaryrefslogtreecommitdiff
path: root/paths.xml
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2013-01-17 22:01:42 +0400
committerAlige <aligetmw@hotmail.fr>2013-01-17 22:01:42 +0400
commitb2d5419b293a764423094cf0aec918c4a6e41860 (patch)
tree5ba949693826fd7398ba008c20355eaa31d3cf1f /paths.xml
parent77280d0801b5fedbb712d2dbac56638b5accff26 (diff)
downloadclientdata-b2d5419b293a764423094cf0aec918c4a6e41860.tar.gz
clientdata-b2d5419b293a764423094cf0aec918c4a6e41860.tar.bz2
clientdata-b2d5419b293a764423094cf0aec918c4a6e41860.tar.xz
clientdata-b2d5419b293a764423094cf0aec918c4a6e41860.zip
Fixed several things in effects.xml and paths.xml.
Removed uncessary particle files but kept them locally. That will prevent developers from using too many particle effects.
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>