<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[territory Property error]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">seems I missed something.</p>
<p dir="auto">What I did:</p>
<p dir="auto">&lt;territoryEffectList&gt;<br />
&lt;territoryEffect name="russian_winter"/&gt;<br />
&lt;/territoryEffectList&gt;</p>
<p dir="auto">&lt;attachment name="territoryEffectrussianwinter" attachTo="russian_winter" javaClass="games.strategy.triplea.attachments.TerritoryEffectAttachment" type="territoryEffect"&gt;<br />
&lt;option name="noBlitz" value="armour:mobile_artillery"/&gt;<br />
&lt;option name="combatOffenseEffect" value="armour" count="-1"/&gt;<br />
&lt;/attachment&gt;</p>
<p dir="auto">&lt;attachment name="conditionAttachmentstartrussianwinter" attachTo="Germans" javaClass="games.strategy.triplea.attachments.RulesAttachment" type="player"&gt;<br />
&lt;option name="directPresenceTerritories" value="Poland"/&gt;<br />
&lt;option name="rounds" value="1"/&gt;<br />
&lt;/attachment&gt;</p>
<p dir="auto">&lt;attachment name="triggerAttachmentstartrussianwinter" attachTo="Germans" javaClass="games.strategy.triplea.attachments.TriggerAttachment" type="player"&gt;<br />
&lt;option name="trigger" value="conditionAttachmentstartrussianwinter"/&gt;<br />
&lt;option name="territories" value="Baltic States:Ukraine:Eastern Ukraine:Belorussia:Archangel:Central Russia"/&gt;<br />
&lt;option name="territoryEffectrussianwinter" value="TerritoryAttachment" count="territoryAttachment"/&gt;<br />
&lt;option name="when" value="before:germansCombatMove"/&gt;<br />
&lt;option name="uses" value="1"/&gt;<br />
&lt;/attachment&gt;</p>
<p dir="auto">I thought this would fit, but tiplea gives an error and wants a territory property.</p>
<p dir="auto">What is wrong and has to be changed?</p>
]]></description><link>https://forums.triplea-game.org/topic/2717/territory-property-error</link><generator>RSS for Node</generator><lastBuildDate>Thu, 17 Sep 2026 00:43:37 GMT</lastBuildDate><atom:link href="https://forums.triplea-game.org/topic/2717.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 19 Mar 2021 14:34:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to territory Property error on Mon, 29 Mar 2021 23:12:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/numetalfan" aria-label="Profile: Numetalfan">@<bdi>Numetalfan</bdi></a></p>
<p dir="auto">I am sorry for being unclear.  The attachment name 'territoryEffectrussinawinter' may be causing the problem:</p>
<pre><code>&lt;!-- &lt;attachment name="territoryEffectrussianwinter" attachTo="russian_winter" javaClass="TerritoryEffectAttachment" type="territoryEffect"&gt; --&gt;
&lt;attachment name="territoryEffectAttachment" attachTo="russian_winter" javaClass="games.strategy.triplea.attachments.TerritoryEffectAttachment" type="territoryEffect"&gt;
   &lt;option name="noBlitz" value="armour:mobile_artillery"/&gt;
   &lt;option name="combatOffenseEffect" value="armour" count="-1"/&gt;
&lt;/attachment&gt;
</code></pre>
<p dir="auto">You are creating an attachment for 'russian_winter'.</p>
<p dir="auto">Cheers...</p>
]]></description><link>https://forums.triplea-game.org/post/49344</link><guid isPermaLink="true">https://forums.triplea-game.org/post/49344</guid><dc:creator><![CDATA[wc_sumpton]]></dc:creator><pubDate>Mon, 29 Mar 2021 23:12:28 GMT</pubDate></item><item><title><![CDATA[Reply to territory Property error on Mon, 29 Mar 2021 10:05:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wc_sumpton" aria-label="Profile: wc_sumpton">@<bdi>wc_sumpton</bdi></a></p>
<p dir="auto">Hi,</p>
<p dir="auto">that's how I changed it:</p>
<p dir="auto">&lt;territoryEffectList&gt;<br />
&lt;territoryEffect name="russian_winter"/&gt;<br />
&lt;/territoryEffectList&gt;</p>
<p dir="auto">&lt;attachment name="territoryEffectrussianwinter" attachTo="russian_winter" javaClass="TerritoryEffectAttachment" type="territoryEffect"&gt;<br />
&lt;option name="noBlitz" value="armour:mobile_artillery"/&gt;<br />
&lt;option name="combatOffenseEffect" value="armour" count="-1"/&gt;<br />
&lt;/attachment&gt;</p>
<p dir="auto">is it correct that way?</p>
]]></description><link>https://forums.triplea-game.org/post/49330</link><guid isPermaLink="true">https://forums.triplea-game.org/post/49330</guid><dc:creator><![CDATA[Numetalfan]]></dc:creator><pubDate>Mon, 29 Mar 2021 10:05:21 GMT</pubDate></item><item><title><![CDATA[Reply to territory Property error on Fri, 26 Mar 2021 20:45:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/numetalfan" aria-label="Profile: Numetalfan">@<bdi>Numetalfan</bdi></a></p>
<p dir="auto">The only thing I can see is:</p>
<pre><code>&lt;attachment name="territoryEffectrussianwinter"
</code></pre>
<p dir="auto">In all the examples I can find, territoryEffect attachment is called 'territoryEffectAttachment'. Changing that might help.</p>
<p dir="auto">Let me know.</p>
<p dir="auto">Cheers...</p>
]]></description><link>https://forums.triplea-game.org/post/49274</link><guid isPermaLink="true">https://forums.triplea-game.org/post/49274</guid><dc:creator><![CDATA[wc_sumpton]]></dc:creator><pubDate>Fri, 26 Mar 2021 20:45:19 GMT</pubDate></item><item><title><![CDATA[Reply to territory Property error on Fri, 26 Mar 2021 20:03:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wc_sumpton" aria-label="Profile: wc_sumpton">@<bdi>wc_sumpton</bdi></a></p>
<p dir="auto">Hi,<br />
did, no more errors, but no effect at all.<br />
neither no blitz nor -1 attack happens</p>
<p dir="auto">&lt;attachment name="territoryEffectrussianwinter" attachTo="russian_winter" javaClass="games.strategy.triplea.attachments.TerritoryEffectAttachment"</p>
<p dir="auto">type="territoryEffect"&gt;<br />
&lt;option name="noBlitz" value="armour:mobile_artillery"/&gt;<br />
&lt;option name="combatOffenseEffect" value="armour" count="-1"/&gt;<br />
&lt;/attachment&gt;</p>
<p dir="auto">&lt;attachment name="conditionAttachmentAlwaysTrue" attachTo="Germans" javaClass="games.strategy.triplea.attachments.RulesAttachment" type="player"&gt;<br />
&lt;option name="switch" value="true"/&gt;<br />
&lt;option name="rounds" value="1"/&gt;<br />
&lt;/attachment&gt;</p>
<p dir="auto">&lt;attachment name="triggerAttachmentstartrussianwinter" attachTo="Germans" javaClass="games.strategy.triplea.attachments.TriggerAttachment" type="player"&gt;<br />
&lt;option name="conditions" value="conditionAttachmentAlwaysTrue" /&gt;<br />
&lt;option name="territories" value="Baltic States:Ukraine:Eastern Ukraine:Belorussia:Archangel:Central Russia"/&gt;<br />
&lt;option name="territoryProperty" value="territoryEffect" count="russian_winter"/&gt;<br />
&lt;option name="when" value="before:germansCombatMove"/&gt;<br />
&lt;option name="uses" value="1"/&gt;<br />
&lt;/attachment&gt;</p>
<p dir="auto">this are the current codes</p>
]]></description><link>https://forums.triplea-game.org/post/49273</link><guid isPermaLink="true">https://forums.triplea-game.org/post/49273</guid><dc:creator><![CDATA[Numetalfan]]></dc:creator><pubDate>Fri, 26 Mar 2021 20:03:29 GMT</pubDate></item><item><title><![CDATA[Reply to territory Property error on Tue, 23 Mar 2021 21:49:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/numetalfan" aria-label="Profile: Numetalfan">@<bdi>Numetalfan</bdi></a></p>
<p dir="auto">Your test is assuming that the condition is true. I don't have the map so I don't know about that. Instead try using an 'AlwaysTrue' condition:</p>
<pre><code>&lt;attachment name="conditionAttachmentAlwaysTrue" attachTo="Germans" javaClass="games.strategy.triplea.attachments.RulesAttachment" type="player"&gt;
   &lt;option name="switch" value="true"/&gt;
&lt;/attachment&gt;
</code></pre>
<p dir="auto">Then modify your trigger:</p>
<pre><code>   &lt;option name="conditions" vallue="conditionAttachmentAlwaysTrue" /&gt;
</code></pre>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/beelee" aria-label="Profile: beelee">@<bdi>beelee</bdi></a> "territories" and "territoryProperty" can be use with both "territoryAttachment" and "canalAttachment". To use with "canalAttachment", "territoryAttachmentName" needs to reference "CanalAttachment" "canalAttachment". "territoryAttachmentName" can be omitted when referencing "territoryAttachment".</p>
<p dir="auto">Cheers...</p>
]]></description><link>https://forums.triplea-game.org/post/49208</link><guid isPermaLink="true">https://forums.triplea-game.org/post/49208</guid><dc:creator><![CDATA[wc_sumpton]]></dc:creator><pubDate>Tue, 23 Mar 2021 21:49:59 GMT</pubDate></item><item><title><![CDATA[Reply to territory Property error on Tue, 23 Mar 2021 17:04:40 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/numetalfan" aria-label="Profile: numetalfan">@<bdi>numetalfan</bdi></a>  I think you still need this in your trigger</p>
<p dir="auto">&lt;option name="territoryAttachmentName" value="TerritoryAttachment" count="territoryAttachment"/&gt;</p>
<p dir="auto">try it before this: &lt;option name="territoryProperty" value="territoryEffect" count="russian_winter"/&gt;</p>
<p dir="auto">I'm not 100% certain but this : &lt;option name="territories" value="Baltic States:Ukraine:Eastern Ukraine:Belorussia:Archangel:Central Russia"/&gt;</p>
<p dir="auto">may need to go after the first two</p>
]]></description><link>https://forums.triplea-game.org/post/49205</link><guid isPermaLink="true">https://forums.triplea-game.org/post/49205</guid><dc:creator><![CDATA[beelee]]></dc:creator><pubDate>Tue, 23 Mar 2021 17:04:40 GMT</pubDate></item><item><title><![CDATA[Reply to territory Property error on Tue, 23 Mar 2021 16:40:13 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">the trigger, just to see if it works ist set this way:</p>
<p dir="auto">&lt;attachment name="conditionAttachmentstartrussianwinter" attachTo="Germans" javaClass="games.strategy.triplea.attachments.RulesAttachment" type="player"&gt;<br />
&lt;option name="directPresenceTerritories" value="Poland"/&gt;<br />
&lt;option name="rounds" value="1"/&gt;<br />
&lt;/attachment&gt;</p>
<p dir="auto">&lt;attachment name="triggerAttachmentstartrussianwinter" attachTo="Germans" javaClass="games.strategy.triplea.attachments.TriggerAttachment" type="player"&gt;<br />
&lt;option name="trigger" value="conditionAttachmentstartrussianwinter"/&gt;<br />
&lt;option name="territories" value="Baltic States:Ukraine:Eastern Ukraine:Belorussia:Archangel:Central Russia"/&gt;<br />
&lt;option name="territoryProperty" value="territoryEffect" count="russian_winter"/&gt;<br />
&lt;option name="when" value="before:germansCombatMove"/&gt;<br />
&lt;option name="uses" value="1"/&gt;<br />
&lt;/attachment&gt;</p>
<p dir="auto">I made the condition simple, as Germany already controls Poland from round one, so the trigger should be active immediately. This was to test it.<br />
the test failed. there must still be a mistake somewhere.</p>
]]></description><link>https://forums.triplea-game.org/post/49203</link><guid isPermaLink="true">https://forums.triplea-game.org/post/49203</guid><dc:creator><![CDATA[Numetalfan]]></dc:creator><pubDate>Tue, 23 Mar 2021 16:40:13 GMT</pubDate></item><item><title><![CDATA[Reply to territory Property error on Tue, 23 Mar 2021 16:38:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/wc_sumpton" aria-label="Profile: wc_sumpton">@<bdi>wc_sumpton</bdi></a> said in <a href="/post/49114">territory Property error</a>:</p>
<blockquote>
<p dir="auto">&lt;option name="territoryProperty" value="territoryEffect" count="russian_winter"/&gt;</p>
</blockquote>
<p dir="auto">Hi,</p>
<p dir="auto">yes that helped.<br />
However, none of the effects are active.</p>
<p dir="auto">I thought</p>
<p dir="auto">&lt;territoryEffectList&gt;<br />
&lt;territoryEffect name="russian_winter"/&gt;<br />
&lt;/territoryEffectList&gt;</p>
<p dir="auto">&lt;attachment name="territoryEffectrussianwinter" attachTo="russian_winter" javaClass="games.strategy.triplea.attachments.TerritoryEffectAttachment" type="territoryEffect"&gt;<br />
&lt;option name="noBlitz" value="armour:mobile_artillery"/&gt;<br />
&lt;option name="combatOffenseEffect" value="armour" count="-1"/&gt;<br />
&lt;/attachment&gt;</p>
<p dir="auto">means, whenever the effect "russian_winter" is activated, e.g. by a trigger<br />
both effects</p>
<p dir="auto">&lt;option name="noBlitz" value="armour:mobile_artillery"/&gt;<br />
&lt;option name="combatOffenseEffect" value="armour" count="-1"/&gt;</p>
<p dir="auto">are active.</p>
<p dir="auto">But they aren't  - what might be wrong?</p>
]]></description><link>https://forums.triplea-game.org/post/49202</link><guid isPermaLink="true">https://forums.triplea-game.org/post/49202</guid><dc:creator><![CDATA[Numetalfan]]></dc:creator><pubDate>Tue, 23 Mar 2021 16:38:21 GMT</pubDate></item><item><title><![CDATA[Reply to territory Property error on Sat, 20 Mar 2021 04:05:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/numetalfan" aria-label="Profile: numetalfan">@<bdi>numetalfan</bdi></a></p>
<p dir="auto">If the trigger is trying to set the territoryEffect then:</p>
<pre><code>   &lt;option name="territoryEffectrussianwinter" value="TerritoryAttachment" count="territoryAttachment"/&gt;
</code></pre>
<p dir="auto">is part of your problem. It should be like this:</p>
<pre><code>   &lt;option name="territoryAttachmentName" value="TerritoryAttachment" count="territoryAttachment"/&gt;
   &lt;!-- Now to set the 'property' --&gt;
   &lt;option name="territoryProperty" value="territoryEffect" count="russian_winter"/&gt;
</code></pre>
<p dir="auto">Hope this is helpful.</p>
<p dir="auto">Cheers...</p>
]]></description><link>https://forums.triplea-game.org/post/49114</link><guid isPermaLink="true">https://forums.triplea-game.org/post/49114</guid><dc:creator><![CDATA[wc_sumpton]]></dc:creator><pubDate>Sat, 20 Mar 2021 04:05:27 GMT</pubDate></item></channel></rss>