summaryrefslogtreecommitdiff
path: root/stats.xml
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-09 23:20:09 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-09 23:20:09 -0300
commit4903d41b99555c45be569de1c20ba4035854c888 (patch)
tree3a9a75e59f45ef9e415b50e28af89fd2fc56bd34 /stats.xml
downloadclientdata-4903d41b99555c45be569de1c20ba4035854c888.tar.gz
clientdata-4903d41b99555c45be569de1c20ba4035854c888.tar.bz2
clientdata-4903d41b99555c45be569de1c20ba4035854c888.tar.xz
clientdata-4903d41b99555c45be569de1c20ba4035854c888.zip
Reinitialized git repository with Evol2 support
Major changes: - Makefile - Gitlab CI - Network update - Char Creation update
Diffstat (limited to 'stats.xml')
-rw-r--r--stats.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/stats.xml b/stats.xml
new file mode 100644
index 00000000..0262e8b9
--- /dev/null
+++ b/stats.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: 4144
+Copyright (C) 2016 Evol Online -->
+<stats>
+ <basic>
+ <stat id="13" tag="str" attr="PLAYER_STR" name="Strength"/>
+ <stat id="14" tag="agi" attr="PLAYER_AGI" name="Agility"/>
+ <stat id="15" tag="vit" attr="PLAYER_VIT" name="Vitality"/>
+ <stat id="16" tag="int" attr="PLAYER_INT" name="Intelligence"/>
+ <stat id="17" tag="dex" attr="PLAYER_DEX" name="Dexterity"/>
+ <stat id="18" tag="luk" attr="PLAYER_LUK" name="Luck"/>
+ </basic>
+ <extended>
+ <stat id="112" attr="PLAYER_ATK" name="Attack"/>
+ <stat id="111" attr="PLAYER_DEF" name="Defense"/>
+ <stat id="110" attr="PLAYER_MATK" name="M.Attack"/>
+ <stat id="109" attr="PLAYER_MDEF" name="M.Defense"/>
+ <stat id="108" attr="PLAYER_HIT" name="% Accuracy"/>
+ <stat id="107" attr="PLAYER_FLEE" name="% Evade"/>
+ <stat id="106" attr="PLAYER_CRIT" name="% Critical"/>
+ <stat id="100" attr="PLAYER_ATTACK_DELAY" name="Attack Delay"/>
+ <stat id="102" attr="PLAYER_WALK_SPEED" name="Walk Delay"/>
+ <stat id="101" attr="PLAYER_ATTACK_RANGE" name="Attack Range"/>
+ <stat id="103" attr="PLAYER_ATTACK_SPEED" name="Damage per sec."/>
+ </extended>
+</stats>