<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Frea.Inventory &#187; web</title>
	<atom:link href="http://frea.in/ventory/category/c_other/c_other_web/feed" rel="self" type="application/rss+xml" />
	<link>http://frea.in/ventory</link>
	<description>オタクの階段の～ぼる～</description>
	<lastBuildDate>Tue, 24 Aug 2010 14:58:43 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://frea.in/ventory/category/c_other/c_other_web/feed" />
		<item>
		<title>overflowで発生したスクロール</title>
		<link>http://frea.in/ventory/2006/07/overflow.html</link>
		<comments>http://frea.in/ventory/2006/07/overflow.html#comments</comments>
		<pubDate>Sun, 09 Jul 2006 13:20:31 +0000</pubDate>
		<dc:creator>moriyasu</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://frea.in/wordpress/?p=187</guid>
		<description><![CDATA[久々に仕事を持って帰ってしまったイエー！ 部分的にiframeぽく見せるためoverflowを利用しているのですが、JSにて特定の場所までスクローリングするには、どうしたらよいか週末頭を悩ませていました。 function scrolls(){ document.getElementById('list').doScroll('down'); } ~~~~~~ 本文内容 ~~~~~ 最初はdoScrollで大体（ほんとうに大体）の位置までスクローリングさせていたのですが、ページ切り替えの際あまり現時的では無いので、何かしっくり来るものを探していると、 location.hash = &#8220;test&#8221;;//&#8221;"内はアンカー とかやたらスマートな物を発見。 本文中にアンカーを記述し、location.hashにそれを指定。スクロールした感じ。完結。 今日はゆっくり寝られそうです。 以下丸々コピペ SCROLL INSERT INTO `armor` VALUES (&#8217;1&#8242;, &#8216;helmet&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;16&#8242;, &#8217;128&#8242;, &#8217;16&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;30&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, [...]]]></description>
			<content:encoded><![CDATA[<p>久々に仕事を持って帰ってしまったイエー！</p>
<p>部分的にiframeぽく見せるためoverflowを利用しているのですが、JSにて特定の場所までスクローリングするには、どうしたらよいか週末頭を悩ませていました。<br />
<xmp><br />
<script type="text/javascript">
function scrolls(){
document.getElementById('list').doScroll('down');
}
</script><br />
~~~~~~</p>
<div id="list" style="overflow:auto;height:300px;width:300px;">
本文内容
</div>
<p>~~~~~<br />
</xmp><br />
<br />
最初はdoScrollで大体（ほんとうに大体）の位置までスクローリングさせていたのですが、ページ切り替えの際あまり現時的では無いので、何かしっくり来るものを探していると、<br />
<xmp>location.hash = &#8220;test&#8221;;//&#8221;"内はアンカー</xmp><br />
とかやたらスマートな物を発見。<br />
本文中にアンカーを記述し、location.hashにそれを指定。スクロールした感じ。完結。</p>
<p>
今日はゆっくり寝られそうです。</p>
<p>以下丸々コピペ</p>
<p><span id="more-188"></span><br />
<xmp><br />
<html><br />
<head></p>
<p><script type="text/javascript">
<!--
function scrolls(){
//document.getElementById('list').doScroll('down');
location.hash = 'test';
}
function scrolls2(){
location.hash = 'test2';
}
-->
</script><br />
</head><br />
<body></p>
<div id="list" style="overflow:auto;height:300px;width:300px;">
<p><a href="#" onClick="scrolls()">SCROLL</a><br />
INSERT INTO `armor` VALUES (&#8217;1&#8242;, &#8216;helmet&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;16&#8242;, &#8217;128&#8242;, &#8217;16&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;30&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);</p>
<p><a href="#" onclick="scrolls2()">scrolltest2</a><br />
INSERT INTO `armor` VALUES (&#8217;2&#8242;, &#8216;bronze plate mail&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;bronze&#8217;, &#8217;23&#8242;, &#8217;128&#8242;, &#8217;23&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-6&#8242;, &#8217;450&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;3&#8242;, &#8216;chain mail&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;steel&#8217;, &#8217;26&#8242;, &#8217;128&#8242;, &#8217;26&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-5&#8242;, &#8217;450&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;4&#8242;, &#8216;dwarvish cloak&#8217;, &#8216;armor&#8217;, &#8216;back&#8217;, &#8216;cloth&#8217;, &#8217;27&#8242;, &#8217;128&#8242;, &#8217;27&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;5&#8242;, &#8216;elven cloak&#8217;, &#8216;armor&#8217;, &#8216;back&#8217;, &#8216;cloth&#8217;, &#8217;28&#8242;, &#8217;128&#8242;, &#8217;28&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;6&#8242;, &#8216;sovereings cloak&#8217;, &#8216;armor&#8217;, &#8216;back&#8217;, &#8216;cloth&#8217;, &#8217;29&#8242;, &#8217;128&#8242;, &#8217;29&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;7&#8242;, &#8216;cloak of protection&#8217;, &#8216;armor&#8217;, &#8216;back&#8217;, &#8216;cloth&#8217;, &#8217;30&#8242;, &#8217;128&#8242;, &#8217;30&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-3&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;8&#8242;, &#8216;crystal plate mail&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;steel&#8217;, &#8217;32&#8242;, &#8217;128&#8242;, &#8217;32&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-8&#8242;, &#8217;350&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;9&#8242;, &#8216;dragon scale mail&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;steel&#8217;, &#8217;39&#8242;, &#8217;128&#8242;, &#8217;39&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-10&#8242;, &#8217;500&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;10&#8242;, &#8216;leather armor&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;leather&#8217;, &#8217;51&#8242;, &#8217;128&#8242;, &#8217;51&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;11&#8242;, &#8216;dwarven iron helmet&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;iron&#8217;, &#8217;52&#8242;, &#8217;128&#8242;, &#8217;52&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;40&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;12&#8242;, &#8216;elven leather helm&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;53&#8242;, &#8217;128&#8242;, &#8217;53&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;13&#8242;, &#8216;orcish helm&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;54&#8242;, &#8217;128&#8242;, &#8217;54&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;30&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;14&#8242;, &#8216;large shield&#8217;, &#8216;armor&#8217;, &#8216;lhand&#8217;, &#8216;steel&#8217;, &#8217;61&#8242;, &#8217;128&#8242;, &#8217;61&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;100&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;15&#8242;, &#8216;leather jacket&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;leather&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;62&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;16&#8242;, &#8216;low boots&#8217;, &#8216;armor&#8217;, &#8216;feet&#8217;, &#8216;leather&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;64&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;17&#8242;, &#8216;olskin cloak&#8217;, &#8216;armor&#8217;, &#8216;back&#8217;, &#8216;cloth&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;69&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;18&#8242;, &#8216;plate mail&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;73&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-7&#8242;, &#8217;450&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;19&#8242;, &#8216;ring mail&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;86&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-3&#8242;, &#8217;250&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;20&#8242;, &#8216;scale mail&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;leather&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;89&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-4&#8242;, &#8217;250&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;21&#8242;, &#8216;elven shield&#8217;, &#8216;armor&#8217;, &#8216;lhand&#8217;, &#8216;leather&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;92&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-2&#8242;, &#8217;50&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;22&#8242;, &#8216;cotton robe&#8217;, &#8216;armor&#8217;, &#8216;back&#8217;, &#8216;cloth&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;94&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-2&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;23&#8242;, &#8216;dwarvish round shield&#8217;, &#8216;armor&#8217;, &#8216;lhand&#8217;, &#8216;wood&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;95&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-2&#8242;, &#8217;100&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;24&#8242;, &#8216;wooden shield&#8217;, &#8216;armor&#8217;, &#8216;lhand&#8217;, &#8216;wood&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;97&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;25&#8242;, &#8216;banded mail&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;102&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-6&#8242;, &#8217;350&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;26&#8242;, &#8216;studded leather armor&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;109&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-3&#8242;, &#8217;250&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
<a name="test2"></a> INSERT INTO `armor` VALUES (&#8217;27&#8242;, &#8216;tshirt&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;110&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;28&#8242;, &#8216;orcish shield&#8217;, &#8216;armor&#8217;, &#8216;lhand&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;110&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;50&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;29&#8242;, &#8216;shield of silver knight&#8217;, &#8216;armor&#8217;, &#8216;lhand&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;137&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-2&#8242;, &#8217;100&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;30&#8242;, &#8216;gloves&#8217;, &#8216;armor&#8217;, &#8216;none&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;141&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;31&#8242;, &#8216;iron visor&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;165&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;32&#8242;, &#8216;knight visor&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;166&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-3&#8242;, &#8217;40&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;33&#8242;, &#8216;helmet of magic: healing&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;167&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;50&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;34&#8242;, &#8216;helmet of magic: speed&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;168&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;50&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;35&#8242;, &#8216;helmet of infravision&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;169&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;50&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;36&#8242;, &#8216;helmet of magic: power&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;170&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;50&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;37&#8242;, &#8216;tower shield&#8217;, &#8216;armor&#8217;, &#8216;lhand&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;178&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-3&#8242;, &#8217;1200&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;38&#8242;, &#8216;crown&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;185&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-3&#8242;, &#8217;30&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
<a name="test"></a> INSERT INTO `armor` VALUES (&#8217;39&#8242;, &#8216;cloak of magic resistance&#8217;, &#8216;armor&#8217;, &#8216;back&#8217;, &#8216;cloth&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;266&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;40&#8242;, &#8216;blesof elm&#8217;, &#8216;armor&#8217;, &#8216;head&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;268&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-4&#8242;, &#8217;30&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;41&#8242;, &#8216;armor&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;269&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-4&#8242;, &#8217;30&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;42&#8242;, &#8216;armor&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;270&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-4&#8242;, &#8217;30&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;43&#8242;, &#8216;armor&#8217;, &#8216;armor&#8217;, &#8216;chest&#8217;, &#8216;steel&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;272&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-4&#8242;, &#8217;30&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);<br />
INSERT INTO `armor` VALUES (&#8217;44&#8242;, &#8216;cloak of invisibility&#8217;, &#8216;armor&#8217;, &#8216;back&#8217;, &#8216;cloth&#8217;, &#8217;62&#8242;, &#8217;128&#8242;, &#8217;273&#8242;, &#8217;8&#8242;, &#8217;0&#8242;, &#8217;1&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8216;-1&#8242;, &#8217;10&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, &#8217;0&#8242;, null);
</p>
</div>
<p></body><br />
</head><br />
</xmp></p>
]]></content:encoded>
			<wfw:commentRss>http://frea.in/ventory/2006/07/overflow.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://frea.in/ventory/2006/07/overflow.html" />
	</item>
		<item>
		<title>MGむび　と　フラサイト</title>
		<link>http://frea.in/ventory/2006/06/mg.html</link>
		<comments>http://frea.in/ventory/2006/06/mg.html#comments</comments>
		<pubDate>Mon, 12 Jun 2006 13:31:06 +0000</pubDate>
		<dc:creator>moriyasu</dc:creator>
				<category><![CDATA[FLASH]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://frea.in/wordpress/?p=167</guid>
		<description><![CDATA[
NineMotions.com
ストレス0ページ移行。ウインドウのびのび。FLASHデザインスタジオ。

DFORM
MG系ムービーおなかイッパイ置いてあります。
画像は“US Air Force” Tech Demo [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://frea.in/images/WS001145.JPG"><img alt="WS001145.JPG" src="http://frea.in/images/WS001145-thumb.JPG" width="300" height="115" /></a><br />
<a href="http://ninemotions.com/">NineMotions.com</a><br />
ストレス0ページ移行。ウインドウのびのび。FLASHデザインスタジオ。<br />
<a href="http://frea.in/images/WS001147.JPG"><img alt="WS001147.JPG" src="http://frea.in/images/WS001147-thumb.JPG" width="300" height="218" /></a><br />
<a href="http://www.dform1.com/">DFORM</a><br />
MG系ムービーおなかイッパイ置いてあります。<br />
画像は“US Air Force” Tech Demo<br />
<a href="http://frea.in/images/WS001143.JPG"><img alt="WS001143.JPG" src="http://frea.in/images/WS001143-thumb.JPG" width="300" height="235" /></a><br />
<a href="http://www.2advanced.com/">2advanced</a><br />
ブルーメインのFLASHサイト。<br />
画像はサイト内のREELS。MG系ムービー必見。</p>
]]></content:encoded>
			<wfw:commentRss>http://frea.in/ventory/2006/06/mg.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://frea.in/ventory/2006/06/mg.html" />
	</item>
		<item>
		<title>ロイヤリティフリー？</title>
		<link>http://frea.in/ventory/2006/06/post_115.html</link>
		<comments>http://frea.in/ventory/2006/06/post_115.html#comments</comments>
		<pubDate>Thu, 08 Jun 2006 16:29:02 +0000</pubDate>
		<dc:creator>moriyasu</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://frea.in/wordpress/?p=165</guid>
		<description><![CDATA[Image * After
写真素材集。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://imageafter.com/">Image * After</a><br />
写真素材集。</p>
]]></content:encoded>
			<wfw:commentRss>http://frea.in/ventory/2006/06/post_115.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://frea.in/ventory/2006/06/post_115.html" />
	</item>
		<item>
		<title>ポーカー</title>
		<link>http://frea.in/ventory/2006/06/post_114.html</link>
		<comments>http://frea.in/ventory/2006/06/post_114.html#comments</comments>
		<pubDate>Wed, 07 Jun 2006 15:46:08 +0000</pubDate>
		<dc:creator>moriyasu</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://frea.in/wordpress/?p=164</guid>
		<description><![CDATA[
PokerFaceDown
2chポーカー。
ゲームテンポが光るFLASH。サクサク進む進む。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://frea.in/images/WS001139.JPG"><img alt="WS001139.JPG" src="http://frea.in/images/WS001139-thumb.JPG" width="300" height="224" /></a><br />
<a href="http://naiss.hp.infoseek.co.jp/swf/poker_fd.html">PokerFaceDown</a><br />
2chポーカー。<br />
ゲームテンポが光るFLASH。サクサク進む進む。</p>
]]></content:encoded>
			<wfw:commentRss>http://frea.in/ventory/2006/06/post_114.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://frea.in/ventory/2006/06/post_114.html" />
	</item>
		<item>
		<title>たけのこたけのこニョッキッキ</title>
		<link>http://frea.in/ventory/2006/06/post_112.html</link>
		<comments>http://frea.in/ventory/2006/06/post_112.html#comments</comments>
		<pubDate>Wed, 07 Jun 2006 15:02:42 +0000</pubDate>
		<dc:creator>moriyasu</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://frea.in/wordpress/?p=162</guid>
		<description><![CDATA[
OrganicHTML
サイトアドを貼ってめきめきオート生け花・・・？
サイトに使ってる色も拾うとか拾わないとか。きもい！
]]></description>
			<content:encoded><![CDATA[<p><img alt="WS001137.JPG" src="http://frea.in/images/WS001137.JPG" width="352" height="358" /><br />
<a href="http://a.parsons.edu/~christine/fall_03/organic_html/">OrganicHTML</a><br />
サイトアドを貼ってめきめきオート生け花・・・？<br />
サイトに使ってる色も拾うとか拾わないとか。きもい！</p>
]]></content:encoded>
			<wfw:commentRss>http://frea.in/ventory/2006/06/post_112.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://frea.in/ventory/2006/06/post_112.html" />
	</item>
		<item>
		<title>細明朝　＝　さいみんちょう</title>
		<link>http://frea.in/ventory/2006/06/post_111.html</link>
		<comments>http://frea.in/ventory/2006/06/post_111.html#comments</comments>
		<pubDate>Mon, 05 Jun 2006 14:49:51 +0000</pubDate>
		<dc:creator>moriyasu</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://frea.in/wordpress/?p=159</guid>
		<description><![CDATA[フォントって声に出さないから調べてみた。
うわー嘘読みしてたのがいっぱい。
]]></description>
			<content:encoded><![CDATA[<p><a href="http://sasapanda.net/archives/200503/14_0937.cgi">フォントって声に出さないから調べてみた。</a><br />
うわー嘘読みしてたのがいっぱい。</p>
]]></content:encoded>
			<wfw:commentRss>http://frea.in/ventory/2006/06/post_111.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://frea.in/ventory/2006/06/post_111.html" />
	</item>
		<item>
		<title>こういうのいいなぁ</title>
		<link>http://frea.in/ventory/2006/06/post_110.html</link>
		<comments>http://frea.in/ventory/2006/06/post_110.html#comments</comments>
		<pubDate>Mon, 05 Jun 2006 14:27:56 +0000</pubDate>
		<dc:creator>moriyasu</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://frea.in/wordpress/?p=157</guid>
		<description><![CDATA[
LAMBO
サスーンとNOの人。MG .mov

Infinite
FireFoxのプロモ？かっこいい。MG .mov
]]></description>
			<content:encoded><![CDATA[<p><img src="http://image.blog.livedoor.jp/unshift/imgs/5/0/50065cb5.JPG" width="395" height="278" border="0" alt="lambo" hspace="5" class="pict"/><br />
<a href="http://www.lambo.la/reel.html">LAMBO</a><br />
サスーンとNOの人。MG .mov<br />
<img src="http://image.blog.livedoor.jp/unshift/imgs/6/9/6924e8aa.JPG" width="462" height="309" border="0" alt="firefoxmovie" hspace="5" class="pict"/><br />
<a href="http://www.firefoxflicks.com/flick/index.php?id=21009&#038;c=false">Infinite</a><br />
FireFoxのプロモ？かっこいい。MG .mov</p>
]]></content:encoded>
			<wfw:commentRss>http://frea.in/ventory/2006/06/post_110.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://frea.in/ventory/2006/06/post_110.html" />
	</item>
		<item>
		<title>Operaのテキストエリアの解釈が歯がゆい。そんな事は置いといて、FireFoxエクステンション</title>
		<link>http://frea.in/ventory/2006/06/operafirefox.html</link>
		<comments>http://frea.in/ventory/2006/06/operafirefox.html#comments</comments>
		<pubDate>Wed, 31 May 2006 16:01:16 +0000</pubDate>
		<dc:creator>moriyasu</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://frea.in/wordpress/?p=153</guid>
		<description><![CDATA[何かと便利な拡張機能ガイド
窓杜エクステ特集
最近驚いたのが、FireFox上からでもIEエンジンに切り替えて使えるということです。つうわけで、仕事上でも利用させて頂いております。
ただ、IEエンジンにしたらジェスチャ機 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mozilla.gr.jp/~syamagu/FxExtensions/">何かと便利な拡張機能ガイド</a><br />
<a href="http://www.forest.impress.co.jp/article/2006/03/23/ffplugins15_5.html">窓杜エクステ特集</a><br />
最近驚いたのが、FireFox上からでもIEエンジンに切り替えて使えるということです。つうわけで、仕事上でも利用させて頂いております。<br />
ただ、IEエンジンにしたらジェスチャ機能が黙るのがつらいなぁ。<br />
他にも便利な拡張機能満載。今更ながらFx凄いと思う。</p>
]]></content:encoded>
			<wfw:commentRss>http://frea.in/ventory/2006/06/operafirefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://frea.in/ventory/2006/06/operafirefox.html" />
	</item>
		<item>
		<title>メテオとMicrosoftと逆再生とブーン。タイトルまとまんね。</title>
		<link>http://frea.in/ventory/2006/05/microsoft.html</link>
		<comments>http://frea.in/ventory/2006/05/microsoft.html#comments</comments>
		<pubDate>Sun, 21 May 2006 14:59:10 +0000</pubDate>
		<dc:creator>moriyasu</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://frea.in/wordpress/?p=144</guid>
		<description><![CDATA[
隕石衝突　（小太郎ぶろぐ）
たまーに、こういうシミュレーション映像が出てくるけど、今回のコレは恐怖感が過去最高。
本当に逃げ場がないのを実感させられる映像です。

もしMicrosoftがiPodを作ったら・・・　（y [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://image.blog.livedoor.jp/unshift/imgs/d/6/d6b197db.JPG" width="425" height="319" border="0" alt="メテオ" hspace="5" class="pict"　/><br />
<a href="http://www.kotaro269.com/archives/50239612.html">隕石衝突</a>　（小太郎ぶろぐ）<br />
たまーに、こういうシミュレーション映像が出てくるけど、今回のコレは恐怖感が過去最高。<br />
本当に逃げ場がないのを実感させられる映像です。<br />
<img src="http://image.blog.livedoor.jp/unshift/imgs/1/a/1addda59.JPG" width="465" height="407" border="0" alt="Perfect!" hspace="5" class="pict" /><br />
<a href="http://www.youtube.com/watch?v=aeXAcwriid0&#038;search=ipod%20microsoft">もしMicrosoftがiPodを作ったら・・・</a>　（youtube）<br />
両者の対比がおもしろい。特徴抑えてます<br />
<img src="http://image.blog.livedoor.jp/unshift/imgs/7/f/7f1f91ab.JPG" width="416" height="345" border="0" alt="りば" hspace="5" class="pict" /><br />
<a href="http://www.senseistudios.com/video/bp.html">逆再生するでよ</a>　<br />
違和感があんまりなくて凄い。<br />
神秘的です<br />
ブーンが現実から逃げ切るようです。　（ニャー速）<br />
<a href="http://www.nyasoku.com/archives/50479802.html">part1</a><br />
<a href="http://www.nyasoku.com/archives/50479805.html">part2</a><br />
<a href="http://www.nyasoku.com/archives/50479807.html">part3</a><br />
<a href="http://www.nyasoku.com/archives/50479812.html">part4</a><br />
<a href="http://www.nyasoku.com/archives/50479824.html">part5</a><br />
<a href="http://www.nyasoku.com/archives/50479815.html">part6</a><br />
<a href="http://www.nyasoku.com/archives/50479817.html">part7</a><br />
過去に生活保護を受けてる人としばらく触れる機会があったけど、何のために生きてんの？て感じだった。<br />
というか行動がちょっと怖かったなぁ・・・メッセ教えたらすごい絡んできたり、突然全裸のシャメ送って来たり、専門学校に行きたいとか言ったり、好きになった云々とか。<br />
正直VIPクオリティのが笑える部分があるだけまだマシや。<br />
普通の人目線で行くとそんな風にしか見えない状態です。理解するのにえらい苦労すると思います。ずっと理解できない可能性のが圧倒的かも。生活保護。<br />
で、ちょい反れたけど、上の作品はフィクションて事で読んでくださいな。<br />
本当に保護を必要としている人、普通に仕事して稼いでる人からすればフザケンナ！と感じると思います。<br />
ブーンの読み物で他におもろいのと言えば<br />
中世頃の設定？のブーンが兵士になったようです　だったかな？<br />
アレも面白い。<br />
ブーン物って稀にいい作品が出てくるから見逃せないです。</p>
]]></content:encoded>
			<wfw:commentRss>http://frea.in/ventory/2006/05/microsoft.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://frea.in/ventory/2006/05/microsoft.html" />
	</item>
		<item>
		<title>class=&#8221;・・・名前何しようか&#8221;</title>
		<link>http://frea.in/ventory/2006/05/class.html</link>
		<comments>http://frea.in/ventory/2006/05/class.html#comments</comments>
		<pubDate>Wed, 10 May 2006 15:50:09 +0000</pubDate>
		<dc:creator>moriyasu</dc:creator>
				<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://frea.in/wordpress/?p=131</guid>
		<description><![CDATA[CSSの記述を簡略化
body{
background-image:url(~~~.gif);
background-repeat:no-repeat;
background-color:#FFFFFF;
backgro [...]]]></description>
			<content:encoded><![CDATA[<p>CSSの記述を簡略化<br />
body{<br />
background-image:url(~~~.gif);<br />
background-repeat:no-repeat;<br />
background-color:#FFFFFF;<br />
background-position:left bottom;<br />
padding-top:1px;<br />
padding-right:2px;<br />
padding-bottom:1px;<br />
padding-left:2px;<br />
}<br />
とまぁ長ったらしい記述を<br />
body{<br />
background:url(~~~.gif) no-repeat #FFFFFF left bottom;<br />
padding:1px 2px 1px 2px;<br />
}<br />
のように短く簡略化する技術、ショートハンド。<br />
時間短縮や記述の整頓に役立ちまっせ。<br />
逆にショートハンドに慣れてくると<br />
background-・・・アレ、なんだっけ？<br />
という感じに略さない記述を忘れがちに。<br />
<a href="http://www.stylish-style.com/csstec/base/write.html">WEB工房きくちゃん &#8211; CSSのちょっと高度な書き方</a><br />
説明ベタなんで、こっちを参考にしてくださいです。</p>
]]></content:encoded>
			<wfw:commentRss>http://frea.in/ventory/2006/05/class.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://frea.in/ventory/2006/05/class.html" />
	</item>
	</channel>
</rss>
