<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.projectskyfire.org/index.php?action=history&amp;feed=atom&amp;title=Item_enchantment_template_SF</id>
	<title>Item enchantment template SF - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.projectskyfire.org/index.php?action=history&amp;feed=atom&amp;title=Item_enchantment_template_SF"/>
	<link rel="alternate" type="text/html" href="https://wiki.projectskyfire.org/index.php?title=Item_enchantment_template_SF&amp;action=history"/>
	<updated>2026-04-28T09:49:23Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.projectskyfire.org/index.php?title=Item_enchantment_template_SF&amp;diff=465&amp;oldid=prev</id>
		<title>Cheapgamer: Created page with &quot;{| align=&quot;right&quot; | __TOC__ |} Category: SkyFire World database tables {{Back-to:World}}   &lt;big&gt;&#039;&#039;&#039;The `item_enchantment_template` table&#039;&#039;&#039;&lt;/big&gt;  This table holds enchantm...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.projectskyfire.org/index.php?title=Item_enchantment_template_SF&amp;diff=465&amp;oldid=prev"/>
		<updated>2012-07-06T19:37:17Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{| align=&amp;quot;right&amp;quot; | __TOC__ |} &lt;a href=&quot;/index.php?title=Category:SkyFire_World_database_tables&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:SkyFire World database tables (page does not exist)&quot;&gt;Category: SkyFire World database tables&lt;/a&gt; {{Back-to:World}}   &amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;The `item_enchantment_template` table&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt;  This table holds enchantm...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
| __TOC__&lt;br /&gt;
|}&lt;br /&gt;
[[Category: SkyFire World database tables]]&lt;br /&gt;
{{Back-to:World}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;The `item_enchantment_template` table&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This table holds enchantment chance information for items that should have either a random property or a random suffix attached to them.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;Structure&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Field&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Type&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Attributes&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Key&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Null&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Default&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Extra&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Comment&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
|[[#entry|entry]]&lt;br /&gt;
|mediumint(8)&lt;br /&gt;
|unsigned&lt;br /&gt;
|PRI&lt;br /&gt;
|NO&lt;br /&gt;
|0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[#ench|ench]]&lt;br /&gt;
|mediumint(8)&lt;br /&gt;
|unsigned&lt;br /&gt;
|PRI&lt;br /&gt;
|NO&lt;br /&gt;
|0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|[[#chance|chance]]&lt;br /&gt;
|float&lt;br /&gt;
|unsigned&lt;br /&gt;
|&lt;br /&gt;
|NO&lt;br /&gt;
|0&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;#039;&amp;#039;&amp;#039;Description of the fields&amp;#039;&amp;#039;&amp;#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
====entry====&lt;br /&gt;
This field ties in with EITHER [[item_template_SF#RandomProperty|RandomProperty]] OR [[item_template_SF#RandomSuffix|RandomSuffix]] fields in the item_template table. An item cannot have both of those fields set at non-zero values.&lt;br /&gt;
====ench====&lt;br /&gt;
The enchantment to apply on the item. If the entry for the current row is used in [[item_template_SF#RandomProperty|RandomProperty]], then this field points to the ID in ItemRandomProperties.dbc. If the entry is used in [[item_template_SF#RandomSuffix|RandomSuffix]], then this field points to the ID in ItemRandomSuffix.dbc.&lt;br /&gt;
====chance====&lt;br /&gt;
The chance for a random property or suffix to be applied to the item. For each entry in this table, the combined chances of all properties/suffixes need to equal 100 otherwise the item may not get a random enchantment on it.&lt;/div&gt;</summary>
		<author><name>Cheapgamer</name></author>
	</entry>
</feed>