<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.fightorder.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Armored_when_close_scripts</id>
	<title>Armored when close scripts - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.fightorder.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Armored_when_close_scripts"/>
	<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=Armored_when_close_scripts&amp;action=history"/>
	<updated>2026-04-21T02:06:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://www.fightorder.net/wiki/index.php?title=Armored_when_close_scripts&amp;diff=2368&amp;oldid=prev</id>
		<title>Qrow: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=Armored_when_close_scripts&amp;diff=2368&amp;oldid=prev"/>
		<updated>2026-03-03T23:55:46Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:55, 3 March 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Qrow</name></author>
	</entry>
	<entry>
		<id>https://www.fightorder.net/wiki/index.php?title=Armored_when_close_scripts&amp;diff=2367&amp;oldid=prev</id>
		<title>interemmanuel&gt;Emmanuel: removed the cob</title>
		<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=Armored_when_close_scripts&amp;diff=2367&amp;oldid=prev"/>
		<updated>2013-03-18T15:50:11Z</updated>

		<summary type="html">&lt;p&gt;removed the cob&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;--activation of the UnitDef modifier--&lt;br /&gt;
&lt;br /&gt;
in UnitDef the tag  &amp;lt;code&amp;gt;damagemodifier=0.1,&amp;lt;/code&amp;gt;  mean 1/10 of damage will be deduced of health when activated by the AnimDef switch&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*know the state of armored and the armormodifier&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
local armored,numberarmorMultiple&lt;br /&gt;
&lt;br /&gt;
armored,numberarmorMultiple=Spring.GetUnitArmored(unitID)&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*armor of UnitDef activated when variable set to 1&lt;br /&gt;
&amp;lt;code&amp;gt;&lt;br /&gt;
local doorclosed&lt;br /&gt;
&lt;br /&gt;
if doorcloosed=1&lt;br /&gt;
&lt;br /&gt;
then &lt;br /&gt;
&lt;br /&gt;
Spring.SetUnitArmored(unitID,true)&lt;br /&gt;
&lt;br /&gt;
else &lt;br /&gt;
&lt;br /&gt;
Spring.SetUnitArmored(unitID,false)&lt;br /&gt;
&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*[[SpringRtsTutorialAnimDef]] return to the list of animDef exemples&lt;br /&gt;
&lt;br /&gt;
[[Category:Emmanuel]]&lt;/div&gt;</summary>
		<author><name>interemmanuel&gt;Emmanuel</name></author>
	</entry>
</feed>