khanat-code-old/code/web/app/app_achievements/_AchWebParser/xmldef/stats.php
SirCotare f92c72c634 #1470 This is a huge update. It contains all changes we made to the system on the
official ryzom servers. I removed non open source content though. So this version
is running on live servers and works!
2012-12-10 15:07:13 +01:00

27 lines
No EOL
1.6 KiB
PHP

<?php
$this->def['XML/_HPB'] = array("stats");
$this->def['XML/_PVPPOINT'] = array("stats");
$this->def['XML/_DEATHPENALTIES'] = array("stats");
$this->def['XML/_DEATHPENALTIES/_NBDEATH'] = array("stats");
$this->def['XML/_DEATHPENALTIES/_CURRENTDEATHXP'] = array("stats");
$this->def['XML/_DEATHPENALTIES/_DEATHXPTOGAIN'] = array("stats");
$this->def['XML/_DEATHPENALTIES/_BONUSUPDATETIME'] = array("stats");
$this->def['XML/ENTITYBASE/_DODGEASDEFENSE'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSCHARACS/_PHYSICALCHARACTERISTICS'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSCHARACS/_PHYSICALCHARACTERISTICS/__KEY__'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSCHARACS/_PHYSICALCHARACTERISTICS/__VAL__'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES/BASEWALKSPEED'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES/BASERUNSPEED'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES/CURRENTWALKSPEED'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES/CURRENTRUNSPEED'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES/__KEY__'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES/__VAL__/CURRENT'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES/__VAL__/BASE'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES/__VAL__/MAX'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES/__VAL__/BASEREGENERATEREPOS'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES/__VAL__/BASEREGENERATEACTION'] = array("stats");
$this->def['XML/ENTITYBASE/_PHYSSCORES/__VAL__/CURRENTREGENERATE'] = array("stats");
?>