<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://alien.chaosforge.org/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://alien.chaosforge.org/w/index.php?action=history&amp;feed=atom&amp;title=Accuracy</id>
		<title>Accuracy - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://alien.chaosforge.org/w/index.php?action=history&amp;feed=atom&amp;title=Accuracy"/>
		<link rel="alternate" type="text/html" href="https://alien.chaosforge.org/w/index.php?title=Accuracy&amp;action=history"/>
		<updated>2026-04-06T18:01:10Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.1</generator>

	<entry>
		<id>https://alien.chaosforge.org/w/index.php?title=Accuracy&amp;diff=112&amp;oldid=prev</id>
		<title>Game Hunter: closer distances improve skill rating, not worsen</title>
		<link rel="alternate" type="text/html" href="https://alien.chaosforge.org/w/index.php?title=Accuracy&amp;diff=112&amp;oldid=prev"/>
				<updated>2012-10-11T00:20:21Z</updated>
		
		<summary type="html">&lt;p&gt;closer distances improve skill rating, not worsen&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr style='vertical-align: top;'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 00:20, 11 October 2012&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 20:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 20:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* Check the distance from you to your target. (This is measured using the Angband metric: add the long axis by half the short axis and round down.)&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;* Check the distance from you to your target. (This is measured using the Angband metric: add the long axis by half the short axis and round down.)&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;** Take this distance, subtract five, and divide the result by three (rounding down). If it is greater than zero, reduce the rating by this value. (As a formula: &amp;lt;tt&amp;gt;rating = rating - max( floor(distance-5) / 3), 0)&amp;lt;/tt&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;** Take this distance, subtract five, and divide the result by three (rounding down). If it is greater than zero, reduce the rating by this value. (As a formula: &amp;lt;tt&amp;gt;rating = rating - max( floor(distance-5) / 3), 0)&amp;lt;/tt&amp;gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;** If this distance is less than four, subtract it from four and &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;reduce &lt;/del&gt;the rating by this result (i.e., &amp;lt;tt&amp;gt; rating = rating &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;- &lt;/del&gt;(4 - distance)&amp;lt;/tt&amp;gt;).&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;** If this distance is less than four, subtract it from four and &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;increase &lt;/ins&gt;the rating by this result (i.e., &amp;lt;tt&amp;gt; rating = rating &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;+ &lt;/ins&gt;(4 - distance)&amp;lt;/tt&amp;gt;).&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{:Accuracy/DescTable}}&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{:Accuracy/DescTable}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Game Hunter</name></author>	</entry>

	<entry>
		<id>https://alien.chaosforge.org/w/index.php?title=Accuracy&amp;diff=92&amp;oldid=prev</id>
		<title>Game Hunter: /* Damage */ it's skill-roll not roll-skill, BIG difference</title>
		<link rel="alternate" type="text/html" href="https://alien.chaosforge.org/w/index.php?title=Accuracy&amp;diff=92&amp;oldid=prev"/>
				<updated>2012-10-06T16:52:16Z</updated>
		
		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Damage: &lt;/span&gt; it&amp;#039;s skill-roll not roll-skill, BIG difference&lt;/span&gt;&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
				&lt;col class='diff-marker' /&gt;
				&lt;col class='diff-content' /&gt;
			&lt;tr style='vertical-align: top;'&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
			&lt;td colspan='2' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 16:52, 6 October 2012&lt;/td&gt;
			&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 23:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 23:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{:Accuracy/DescTable}}&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;{{:Accuracy/DescTable}}&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;−&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Finally, subtract the &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;skill &lt;/del&gt;rating from the &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;roll &lt;/del&gt;rating. This is the '''quality''' of the accuracy, and can be no less than 1 and no more than 10 (if the subtraction would lead to a value less than 1, set it equal to 1; similar with values greater than 10). Quality determines the most significant part of damage from the attack: a single &amp;quot;point&amp;quot; of quality is equal to one-tenth the damage value indicated by the weapon's ammo type. Thus, a quality of 1 deals 10% damage and a quality of 10 deals 100% damage. The exception to quality is a &amp;quot;critical hit&amp;quot;, and is automatically granted if the roll rating is equal to -100. In this case, the quality is set to 11, and the attack deals 200% damage. See the table on the right to identify qualities (and therefore damage amounts) by an attack's description.&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;color:black; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Finally, subtract the &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;roll &lt;/ins&gt;rating from the &lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;skill &lt;/ins&gt;rating. This is the '''quality''' of the accuracy, and can be no less than 1 and no more than 10 (if the subtraction would lead to a value less than 1, set it equal to 1; similar with values greater than 10). Quality determines the most significant part of damage from the attack: a single &amp;quot;point&amp;quot; of quality is equal to one-tenth the damage value indicated by the weapon's ammo type. Thus, a quality of 1 deals 10% damage and a quality of 10 deals 100% damage. The exception to quality is a &amp;quot;critical hit&amp;quot;, and is automatically granted if the roll rating is equal to -100. In this case, the quality is set to 11, and the attack deals 200% damage. See the table on the right to identify qualities (and therefore damage amounts) by an attack's description.&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=== Hit Chance ===&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;&amp;#160;&lt;/td&gt;&lt;td style=&quot;background-color: #f9f9f9; color: #333333; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #e6e6e6; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;=== Hit Chance ===&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Game Hunter</name></author>	</entry>

	<entry>
		<id>https://alien.chaosforge.org/w/index.php?title=Accuracy&amp;diff=90&amp;oldid=prev</id>
		<title>Game Hunter: Created page with &quot;Accuracy is important for two separate but connected actions in AliensRL: hitting an enemy and dealing damage to said enemy. Unlike many games, which keep the two actions complet...&quot;</title>
		<link rel="alternate" type="text/html" href="https://alien.chaosforge.org/w/index.php?title=Accuracy&amp;diff=90&amp;oldid=prev"/>
				<updated>2012-10-05T22:19:39Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Accuracy is important for two separate but connected actions in AliensRL: hitting an enemy and dealing damage to said enemy. Unlike many games, which keep the two actions complet...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Accuracy is important for two separate but connected actions in AliensRL: hitting an enemy and dealing damage to said enemy. Unlike many games, which keep the two actions completely disjoined and involve different properties for their calculations, accuracy governs both whether or not you hit an enemy and how much damage you deal to that enemy.&lt;br /&gt;
&lt;br /&gt;
== Melee Attacks ==&lt;br /&gt;
Melee attacks ignore accuracy calculations entirely and hit 100% of the time. See the article on [[aliens]] to learn how much damage these attacks deal.&lt;br /&gt;
&lt;br /&gt;
== Ranged Weapons ==&lt;br /&gt;
&lt;br /&gt;
=== Damage ===&lt;br /&gt;
{{:Accuracy/RatingsTable}}&lt;br /&gt;
First and foremost, the accuracy of a shot depends on a random d100 roll. This roll's outcome is then categorized into more sizable &amp;quot;roll ratings&amp;quot; that are part of the calculation. These ratings can be found in the table on the right. (Lower ratings are better for the purposes of accuracy.)&lt;br /&gt;
&lt;br /&gt;
Next, the &amp;quot;skill rating&amp;quot; of the attack is determined. This is done in the following steps:&lt;br /&gt;
&lt;br /&gt;
* Begin with a rating of 1.&lt;br /&gt;
* Check the weapon type of the weapon being fired.&lt;br /&gt;
** If there are no ranks invested in that weapon type's skill, subtract 1 from the rating.&lt;br /&gt;
** If there are ranks invested in that weapon type's skill, add the number of skill ranks to the rating. (Basic is 1, advanced is 2, expert is 3, and master is 4.)&lt;br /&gt;
* Reduce the rating by the amount of pain currently inflicted on the player (e.g., &amp;quot;Pain (-3)&amp;quot; reduces the rating by 3).&lt;br /&gt;
* Add the weapon's accuracy to the rating.&lt;br /&gt;
* Check the distance from you to your target. (This is measured using the Angband metric: add the long axis by half the short axis and round down.)&lt;br /&gt;
** Take this distance, subtract five, and divide the result by three (rounding down). If it is greater than zero, reduce the rating by this value. (As a formula: &amp;lt;tt&amp;gt;rating = rating - max( floor(distance-5) / 3), 0)&amp;lt;/tt&amp;gt;&lt;br /&gt;
** If this distance is less than four, subtract it from four and reduce the rating by this result (i.e., &amp;lt;tt&amp;gt; rating = rating - (4 - distance)&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
{{:Accuracy/DescTable}}&lt;br /&gt;
Finally, subtract the skill rating from the roll rating. This is the '''quality''' of the accuracy, and can be no less than 1 and no more than 10 (if the subtraction would lead to a value less than 1, set it equal to 1; similar with values greater than 10). Quality determines the most significant part of damage from the attack: a single &amp;quot;point&amp;quot; of quality is equal to one-tenth the damage value indicated by the weapon's ammo type. Thus, a quality of 1 deals 10% damage and a quality of 10 deals 100% damage. The exception to quality is a &amp;quot;critical hit&amp;quot;, and is automatically granted if the roll rating is equal to -100. In this case, the quality is set to 11, and the attack deals 200% damage. See the table on the right to identify qualities (and therefore damage amounts) by an attack's description.&lt;br /&gt;
&lt;br /&gt;
=== Hit Chance ===&lt;br /&gt;
To begin, all shots that are fired in the direction of the targeted square that also land on the targeted square will hit: this is an absolute certainty. The main concern for hit chance, then, is whether or not a projectile strays from its intended target. This stray chance depends primarily on two factors:&lt;br /&gt;
&lt;br /&gt;
* Accuracy ratings (see the above section on how to find these ratings). Namely, if the difference between roll rating and the skill rating is positive, the shot is allowed to stray: otherwise, the shot stays on target and the next factor is ignored.&lt;br /&gt;
* Distance (from the player to the targeted square). If this value is at least 5, then the shot strays randomly to any adjacent square; if this value is at least 9, the shot strays randomly to any square two tiles away.&lt;br /&gt;
&lt;br /&gt;
It is important to note that a stray shot is the same thing as the target square being relocated. This distinction is necessary because all shots that hit a being that isn't in the targeted square automatically have a 6-in-10 chance to miss entirely. This counts not only for shots that stray and happen to hit a being, but also for shots that stay on target but approach a being before reaching the targeted square.&lt;/div&gt;</summary>
		<author><name>Game Hunter</name></author>	</entry>

	</feed>