if(!defined("IN_SITE")){ print "Pls stop haxing"; exit; } $me = $_GET["page"]; $linktome = buildlinkback($me); if(!$loggedin){ print "Excuse me? You need to sign the entry book at the login office to come here!"; } else { ?>
| Name: | =$CharacterInfo["name"];?> |
| Level: | =$CharacterInfo["level"];?> |
| Exp: | =$CharacterInfo['exp'];?> |
| Exp to next level: | =floor(($CharacterInfo['level'] * 500) * 1.1);?> |
| Strength: | =$CharacterInfo["strength"];?> (+=ceil($CharacterInfo['strength'] / 2);?>) |
| Hit Points: | =$CharacterInfo["now_hp"]." (min) / ".$CharacterInfo["max_hp"]." (max)";?> |
| Weapon Information | |
| Name: | =$WeaponInfo["name"];?> |
| Cost: | =format($WeaponInfo["cost"]);?> KD |
| Damage: | =$WeaponInfo["min_damage"];?>-=$WeaponInfo["max_damage"];?> |
| Actual Damage: | =$WeaponInfo['min_damage'];?>-=$WeaponInfo['max_damage'] + $strMod;?> |
| Armour Info | |
| Name: | =$ArmourInfo["name"];?> |
| Cost: | =$ArmourInfo["cost"];?> |
| Protection: | =format($ArmourInfo["value"]);?> KD |
| Actual Protection: | =$ArmourInfo["value"];?>-=($ArmourInfo["value"] + $strMod);?> |
| Estimated equipment worth: =format($ArmourInfo["cost"] + $WeaponInfo["cost"]);?> KD | |