<?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[Random number of units placed randomly at random turns?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">It seems to be important question, so I decided to ask you in this post.</p>
<p dir="auto">I have some ideas for a game or rather many different games, but the most important thing for me is randomnesssss...</p>
<p dir="auto">Can I generate (or rather pseudo-player, played by AI, for example) random number of units and place them randomly at random turns? Or better, at the beginning of each round units placed by game as X player, Y unit?</p>
<p dir="auto">In short, I'd like to make units like partisans placed randomly on the map as player nr.X, or as AI played brigands/pirates, or plague, or weather pseudo-units (1st AI player as a random event generator).</p>
<p dir="auto">I know that players can start at random places, but can I use this system every turn or at random turns? For example in Dragon Wars and Caribbean Trade Wars you have reinforcements, but these are all scripted and set from the start. Can I do it randomly?</p>
<p dir="auto">If not at all - is there any trick you could think of as a random generator for at last placing certain units in random places?</p>
<p dir="auto">Thank You!<br />
ComR</p>
]]></description><link>https://forums.triplea-game.org/topic/933/random-number-of-units-placed-randomly-at-random-turns</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 04:00:38 GMT</lastBuildDate><atom:link href="https://forums.triplea-game.org/topic/933.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 07 Jul 2018 14:15:21 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Thu, 12 Jul 2018 13:31:12 GMT]]></title><description><![CDATA[<p dir="auto">Random though about this. Currently you can make a trigger fire another trigger.</p>
<pre><code>&lt;option name="activateTrigger" value="triggerAttachmentRussians5_FarEastReserves:1:false:false:false:false"/&gt;
</code></pre>
<p dir="auto">(Format: "triggerName:numberOfTimes:useUses:testUses:testConditions:testChance")</p>
<p dir="auto">How doable would the following be?</p>
<pre><code>&lt;option name="activateRandomTrigger" value="triggerAttachment1:triggerAttachment2:triggerAttachment3" count="2"/&gt;
</code></pre>
<p dir="auto">The above would fire exactly 2 of those 3 triggers at random. IDK how important the additional options are for activateTrigger (I don't understand what the test things do, and if I wanted to fire the trigger more than once I would just put more lines)</p>
<p dir="auto">Also I investigated and I do not have the global conquest map on this computer. Sorry</p>
]]></description><link>https://forums.triplea-game.org/post/14358</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14358</guid><dc:creator><![CDATA[CrazyG]]></dc:creator><pubDate>Thu, 12 Jul 2018 13:31:12 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Tue, 10 Jul 2018 01:35:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/redrum" aria-label="Profile: redrum">@<bdi>redrum</bdi></a> said in <a href="/post/14079">Random number of units placed randomly at random turns?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hepps" aria-label="Profile: hepps">@<bdi>hepps</bdi></a> Yeah or use <a class="plugin-mentions-user plugin-mentions-a" href="/user/rogercooper" aria-label="Profile: RogerCooper">@<bdi>RogerCooper</bdi></a>'s conversion thread. Just not sure anyone would volunteer to update them but if they would or at least consider it then it could be helpful.</p>
</blockquote>
<p dir="auto">I converted everything I could get a hold of. If anyone has a mod not on my <a href="https://axisandallies.wikia.com/wiki/Scenario_List" target="_blank" rel="noopener noreferrer nofollow ugc">Scenario List</a> send it to me and I will add it,</p>
<p dir="auto">I don't have Global Conquest and I don't remember anything like it.</p>
]]></description><link>https://forums.triplea-game.org/post/14216</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14216</guid><dc:creator><![CDATA[RogerCooper]]></dc:creator><pubDate>Tue, 10 Jul 2018 01:35:37 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Mon, 09 Jul 2018 01:44:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crazyg" aria-label="Profile: CrazyG">@<bdi>CrazyG</bdi></a> you can give this branch a try, YMMV: <a href="https://github.com/DanVanAtta/triplea/tree/conquest" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/DanVanAtta/triplea/tree/conquest</a></p>
<p dir="auto">I don't see the actual map added there, just additional code to help support.  IF you can get ahold the old map xml it should work with the engine run at that version.</p>
]]></description><link>https://forums.triplea-game.org/post/14143</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14143</guid><dc:creator><![CDATA[LaFayette]]></dc:creator><pubDate>Mon, 09 Jul 2018 01:44:45 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 18:37:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crazyg" aria-label="Profile: crazyg">@<bdi>crazyg</bdi></a> The inspiration came from the random events system of Greyhawk Wars. Panguitch used a similar binary system.</p>
]]></description><link>https://forums.triplea-game.org/post/14122</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14122</guid><dc:creator><![CDATA[alkexr]]></dc:creator><pubDate>Sun, 08 Jul 2018 18:37:07 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 16:13:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alkexr" aria-label="Profile: alkexr">@<bdi>alkexr</bdi></a><br />
this made me laugh it was so creative. Brilliant solution, it also points out that it would probably be very easy to just create a function that selects a random territory in the engine than an XML calls</p>
]]></description><link>https://forums.triplea-game.org/post/14119</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14119</guid><dc:creator><![CDATA[CrazyG]]></dc:creator><pubDate>Sun, 08 Jul 2018 16:13:26 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 16:04:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crazyg" aria-label="Profile: crazyg">@<bdi>crazyg</bdi></a> said in <a href="/post/14102">Random number of units placed randomly at random turns?</a>:</p>
<blockquote>
<p dir="auto">What you currently cannot do is have exactly 3 brigands total appear, and those three go to totally random territories.</p>
</blockquote>
<p dir="auto">You can. You place units with 50% chance on a fake territory, named x_1, x_2, ... etc. Interpreting this as a binary number, now you have a totally random number between 0 and 2^n - 1. Then each territory gets a number, and a condition checks if this number is equal to our random number, and if so, places a brigand. Repeat 3x. Number of triggers required is O(Territory * Number of units to spawn).</p>
]]></description><link>https://forums.triplea-game.org/post/14118</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14118</guid><dc:creator><![CDATA[alkexr]]></dc:creator><pubDate>Sun, 08 Jul 2018 16:04:20 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 15:10:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/beelee" aria-label="Profile: beelee">@<bdi>beelee</bdi></a> nope just checked<br />
I guess we hope <a class="plugin-mentions-user plugin-mentions-a" href="/user/lafayette" aria-label="Profile: LaFayette">@<bdi>LaFayette</bdi></a>  ( who made original) or <a class="plugin-mentions-user plugin-mentions-a" href="/user/cernel" aria-label="Profile: Cernel">@<bdi>Cernel</bdi></a>  who did some work on it has a copy</p>
]]></description><link>https://forums.triplea-game.org/post/14114</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14114</guid><dc:creator><![CDATA[prastle]]></dc:creator><pubDate>Sun, 08 Jul 2018 15:10:49 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 15:08:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prastle" aria-label="Profile: prastle">@<bdi>prastle</bdi></a> said in <a href="/post/14106">Random number of units placed randomly at random turns?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crazyg" aria-label="Profile: crazyg">@<bdi>crazyg</bdi></a> I don't see it in the repo anymore oh well.</p>
</blockquote>
<p dir="auto">maybe Roger has it ?</p>
]]></description><link>https://forums.triplea-game.org/post/14113</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14113</guid><dc:creator><![CDATA[beelee]]></dc:creator><pubDate>Sun, 08 Jul 2018 15:08:43 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 14:26:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hepps" aria-label="Profile: hepps">@<bdi>hepps</bdi></a> engine versions don't matter its what maps did you save?<br />
<img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.triplea-game.org/post/14112</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14112</guid><dc:creator><![CDATA[prastle]]></dc:creator><pubDate>Sun, 08 Jul 2018 14:26:27 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 14:11:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prastle" aria-label="Profile: prastle">@<bdi>prastle</bdi></a> Not sure what I have... I still have all the engine versions going back to 1.8.0.9</p>
]]></description><link>https://forums.triplea-game.org/post/14111</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14111</guid><dc:creator><![CDATA[Hepps]]></dc:creator><pubDate>Sun, 08 Jul 2018 14:11:16 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 14:09:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hepps" aria-label="Profile: hepps">@<bdi>hepps</bdi></a> did you copy all old maps since mine ext died?<br />
<img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" /></p>
]]></description><link>https://forums.triplea-game.org/post/14110</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14110</guid><dc:creator><![CDATA[prastle]]></dc:creator><pubDate>Sun, 08 Jul 2018 14:09:37 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 14:08:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prastle" aria-label="Profile: prastle">@<bdi>prastle</bdi></a> Yes I know... I am keeping this quote as proof that you once said lets not bring up the past. :face_savouring_delicious_food:</p>
]]></description><link>https://forums.triplea-game.org/post/14109</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14109</guid><dc:creator><![CDATA[Hepps]]></dc:creator><pubDate>Sun, 08 Jul 2018 14:08:41 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 14:05:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hepps" aria-label="Profile: hepps">@<bdi>hepps</bdi></a> Ah I was reffering to the 2016 crash</p>
]]></description><link>https://forums.triplea-game.org/post/14108</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14108</guid><dc:creator><![CDATA[prastle]]></dc:creator><pubDate>Sun, 08 Jul 2018 14:05:50 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 14:03:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prastle" aria-label="Profile: prastle">@<bdi>prastle</bdi></a> said in <a href="/post/14099">Random number of units placed randomly at random turns?</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/redrum" aria-label="Profile: redrum">@<bdi>redrum</bdi></a> gigglez Let's not bring up the past <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" />  Still causes shudders in old lobby players <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
</blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prastle" aria-label="Profile: prastle">@<bdi>prastle</bdi></a> I have copied this statement to 3 external hard drives...  in the event I need to bring it out as proof to stop a scotch fueled rant.  <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f603.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--smiley" style="height:23px;width:auto;vertical-align:middle" title="=)" alt="😃" /></p>
]]></description><link>https://forums.triplea-game.org/post/14107</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14107</guid><dc:creator><![CDATA[Hepps]]></dc:creator><pubDate>Sun, 08 Jul 2018 14:03:21 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 14:02:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crazyg" aria-label="Profile: crazyg">@<bdi>crazyg</bdi></a> I don't see it in the repo anymore oh well.</p>
]]></description><link>https://forums.triplea-game.org/post/14106</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14106</guid><dc:creator><![CDATA[prastle]]></dc:creator><pubDate>Sun, 08 Jul 2018 14:02:11 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 13:02:56 GMT]]></title><description><![CDATA[<p dir="auto">I had it at one point. Is it missing?</p>
]]></description><link>https://forums.triplea-game.org/post/14104</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14104</guid><dc:creator><![CDATA[CrazyG]]></dc:creator><pubDate>Sun, 08 Jul 2018 13:02:56 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 12:49:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crazyg" aria-label="Profile: crazyg">@<bdi>crazyg</bdi></a> kk was just recalling.  Do you still have a copy?</p>
]]></description><link>https://forums.triplea-game.org/post/14103</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14103</guid><dc:creator><![CDATA[prastle]]></dc:creator><pubDate>Sun, 08 Jul 2018 12:49:37 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 12:45:43 GMT]]></title><description><![CDATA[<p dir="auto">You can do something like create a 50% chance for a unit to appear based on a condition. This could work for weather too but it takes a lot of triggers. If you had 3 possible weather effects occuring in every territory, you need 2 conditions and 3 triggers per territory.</p>
<p dir="auto">You can create a 50% chance for a brigand to appear in a territory. What you currently cannot do is have exactly 3 brigands total appear, and those three go to totally random territories. (at least not for a decent sized map, too many conditions to check)</p>
<p dir="auto">You can jerry-rig a bit of randomness with triggers, but it becomes really hard to do on a large scale due to complexity.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/prastle" aria-label="Profile: prastle">@<bdi>prastle</bdi></a> said in <a href="/post/14100">Random number of units placed randomly at random turns?</a>:</p>
<blockquote>
<p dir="auto">Also if someone still has a copy of Global Conquest?  (I think it was called.)  It had random placement setup in a Risk style. <a class="plugin-mentions-user plugin-mentions-a" href="/user/cernel" aria-label="Profile: Cernel">@<bdi>Cernel</bdi></a> will recall and possibly still has a copy.</p>
</blockquote>
<p dir="auto">This only works at the start of the game, its difficult to repeat it.</p>
]]></description><link>https://forums.triplea-game.org/post/14102</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14102</guid><dc:creator><![CDATA[CrazyG]]></dc:creator><pubDate>Sun, 08 Jul 2018 12:45:43 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 12:28:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alkexr" aria-label="Profile: alkexr">@<bdi>alkexr</bdi></a> Also if someone still has a copy of Global Conquest?  (I think it was called.)  It had random placement setup in a Risk style. <a class="plugin-mentions-user plugin-mentions-a" href="/user/cernel" aria-label="Profile: Cernel">@<bdi>Cernel</bdi></a> will recall and possibly still has a copy.</p>
]]></description><link>https://forums.triplea-game.org/post/14100</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14100</guid><dc:creator><![CDATA[prastle]]></dc:creator><pubDate>Sun, 08 Jul 2018 12:28:32 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 11:39:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/redrum" aria-label="Profile: redrum">@<bdi>redrum</bdi></a> gigglez Let's not bring up the past <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f642.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--slightly_smiling_face" style="height:23px;width:auto;vertical-align:middle" title=":)" alt="🙂" />  Still causes shudders in old lobby players <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
]]></description><link>https://forums.triplea-game.org/post/14099</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14099</guid><dc:creator><![CDATA[prastle]]></dc:creator><pubDate>Sun, 08 Jul 2018 11:39:26 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 02:42:43 GMT]]></title><description><![CDATA[<p dir="auto">And a few drinks...</p>
]]></description><link>https://forums.triplea-game.org/post/14087</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14087</guid><dc:creator><![CDATA[redrum]]></dc:creator><pubDate>Sun, 08 Jul 2018 02:42:43 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 02:11:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alkexr" aria-label="Profile: alkexr">@<bdi>alkexr</bdi></a> Ask Prastle one day when you have a couple of hours. <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f603.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--smiley" style="height:23px;width:auto;vertical-align:middle" title="=)" alt="😃" /></p>
]]></description><link>https://forums.triplea-game.org/post/14084</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14084</guid><dc:creator><![CDATA[Hepps]]></dc:creator><pubDate>Sun, 08 Jul 2018 02:11:57 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sun, 08 Jul 2018 01:17:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/hepps" aria-label="Profile: hepps">@<bdi>hepps</bdi></a> said in <a href="/post/14080">Random number of units placed randomly at random turns?</a>:</p>
<blockquote>
<p dir="auto">the dreaded crash of 2016</p>
</blockquote>
<p dir="auto">Did I miss something? <img src="https://forums.triplea-game.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f62e.png?v=f80efd2fa9e" class="not-responsive emoji emoji-android emoji--open_mouth" style="height:23px;width:auto;vertical-align:middle" title=":O" alt="😮" /></p>
]]></description><link>https://forums.triplea-game.org/post/14083</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14083</guid><dc:creator><![CDATA[alkexr]]></dc:creator><pubDate>Sun, 08 Jul 2018 01:17:26 GMT</pubDate></item><item><title><![CDATA[Reply to Random number of units placed randomly at random turns? on Sat, 07 Jul 2018 23:55:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/redrum" aria-label="Profile: redrum">@<bdi>redrum</bdi></a> True.  Just thought there are probably some decent maps that have gotten lost after the dreaded crash of 2016.  Was just a thought.</p>
]]></description><link>https://forums.triplea-game.org/post/14080</link><guid isPermaLink="true">https://forums.triplea-game.org/post/14080</guid><dc:creator><![CDATA[Hepps]]></dc:creator><pubDate>Sat, 07 Jul 2018 23:55:19 GMT</pubDate></item></channel></rss>