<HTML><HEAD>
<TITLE>Информация о предмете</TITLE>
<link rel=stylesheet type="text/css" href="main.css">
<meta content="text/html; charset=windows-1251" http-equiv=Content-type>
<META Http-Equiv=Cache-Control Content="no-cache, max-age=0, must-revalidate, no-store">
<meta http-equiv=PRAGMA content=NO-CACHE>
<META Http-Equiv=Expires Content=0>
<body bgcolor=#DDDDCC>
<CENTER>
<?
include ("db_config.php");
if (preg_match ("/empt/i", $thing)) {
} else {
$thing = mysql_query("SELECT * FROM things WHERE Un_Id = '$thing'",$db);
$thing = mysql_fetch_array($thing);
if (file_exists("images/$thing[Id]_big.jpg")) {
print "<img src=\"images/$thing[Id]_big.jpg\" border=0>
";
} else {
print "<img src=\"images/$thing[Id].gif\" border=0>
";
}
print "
[b]$thing[Thing_Name][/b]
Цена: $thing[Cost] кр.
Долговечность: $thing[NOWwear]/$thing[MAXwear]</FONT>
Требуется минимальное:
";
if ($thing[Stre_need]) {print "• Сила: $thing[Stre_need]
"; }
if ($thing[Agil_need]) { print "• Ловкость: $thing[Agil_need]
"; }
if ($thing[Intu_need]) { print "• Интуиция: $thing[Intu_need]
"; }
if ($thing[Endu_need]) { print "• Выносливость: $thing[Endu_need]
"; }
if ($thing[Level_need]) { print "• Уровень: $thing[Level_need]
"; }
print "
Действует на:
";
if ($thing[Level_add]) { print "• Уровень: +$thing[Level_add]
"; }
if ($thing[MAXdamage]) {print "• Повреждение: $thing[MINdamage] - $thing[MAXdamage]
"; }
if ($thing[Armor1]) { print "• Броня головы: $thing[Armor1]
"; }
if ($thing[Armor2]) { print "• Броня корпуса: $thing[Armor2]
"; }
if ($thing[Armor3]) { print "• Броня пояса: $thing[Armor3]
"; }
if ($thing[Armor4]) { print "• Броня ног: $thing[Armor4]
"; }
if ($thing[Crit]) { print "• Вероятность крита: +$thing[Crit]%
"; }
if ($thing[Uv]) { print "• Вероятность уворота: +$thing[Uv]%
"; }
if ($thing[AntiCrit]) { print "• АнтиКрит: +$thing[AntiCrit]%
"; }
if ($thing[AntiUv]) { print "• АнтиУворот: +$thing[AntiUv]%
"; }
if ($thing[Stre_add]) { print "• Сила: +$thing[Stre_add]
"; }
if ($thing[Agil_add]) { print "• Ловкость: +$thing[Agil_add]
"; }
if ($thing[Intu_add]) { print "• Интуиция: +$thing[Intu_add]
"; }
if ($thing[Endu_add]) { print "• HP: +$thing[Endu_add]
"; }
if ($thing[MagicID]) { print "
• [i]Встроена магия[/i]: $thing[MagicID]
"; }
if ($thing[Srab]) { print "
• Вероятность срабатывания магии: $thing[Srab]
"; }
}
mysql_close($db);
?>
</CENTER>
</BODY>
</HTML>