<?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[A suggestion about upkeep]]></title><description><![CDATA[<p dir="auto">The upkeep codes are already exist and -1 upkeep is minimum number for every unit. But sometimes especially in small/medium maps even -1 upkeep is so high for such as  conscripts or infantries. This method is great at preventing stack problems but it also force players to buy expensive units. So what about adding fractionel numbers for upkeep? Wouldn't -0.5 more realistic upkeep for cheap units rather than -1?</p>
]]></description><link>https://forums.triplea-game.org/topic/1019/a-suggestion-about-upkeep</link><generator>RSS for Node</generator><lastBuildDate>Sat, 13 Jun 2026 11:58:42 GMT</lastBuildDate><atom:link href="https://forums.triplea-game.org/topic/1019.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 17 Sep 2018 13:15:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to A suggestion about upkeep on Wed, 19 Sep 2018 21:35:03 GMT]]></title><description><![CDATA[<p dir="auto">Yeah, the whole "each" functionality is pretty funky. I'd like to implement some sort of variable/tag/etc system where you can define essentially a list of values at least to start. I think probably units, territories, and numerical lists would be the ones most useful. Something like:</p>
<pre><code>&lt;variable name="landUnits" value="infantry:artillery:tank"/&gt;
&lt;variable name="capitals" value="moscow:berlin:london:toyko:washington"/&gt;
&lt;variable name="every5" value="5x[0-100]"/&gt;
</code></pre>
]]></description><link>https://forums.triplea-game.org/post/16322</link><guid isPermaLink="true">https://forums.triplea-game.org/post/16322</guid><dc:creator><![CDATA[redrum]]></dc:creator><pubDate>Wed, 19 Sep 2018 21:35:03 GMT</pubDate></item><item><title><![CDATA[Reply to A suggestion about upkeep on Wed, 19 Sep 2018 20:21:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cernel" aria-label="Profile: cernel">@<bdi>cernel</bdi></a> Variables would solve everything. <em>Each</em>es are already too confusing, no need to make it worse.</p>
]]></description><link>https://forums.triplea-game.org/post/16320</link><guid isPermaLink="true">https://forums.triplea-game.org/post/16320</guid><dc:creator><![CDATA[alkexr]]></dc:creator><pubDate>Wed, 19 Sep 2018 20:21:43 GMT</pubDate></item><item><title><![CDATA[Reply to A suggestion about upkeep on Wed, 19 Sep 2018 12:46:27 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> Keeping an eye on the matter being useful for a number of other items, such solutions may be:</p>
<p dir="auto">Adding support of "each" for unitPresence, and generally expanding each as to be able to define how much of each (currently it is only 1), in that you could code:<br />
<code>&lt;option name="directPresenceTerritories" value="map" count="each:1"/&gt;</code><br />
<code>&lt;option name="unitPresence" value="infantry" count="each:5"/&gt;</code><br />
Tho, this would mean that, for example, if you have 8 in a territory and 7 in another one, you will get twice the amount of whatever the related trigger is giving (resource, placement, purchase...) (2 valid territories with 1 count each), while if you have 15 in a territory, you will get thrice the amount (1 valid territory with 3 counts).<br />
Probably it would make more sense to be, then, able to test for the total units in the map (a condition option that would be anyways generally good to have), regardless of how they are stacked, and this would need to be added, as well.</p>
]]></description><link>https://forums.triplea-game.org/post/16314</link><guid isPermaLink="true">https://forums.triplea-game.org/post/16314</guid><dc:creator><![CDATA[Cernel]]></dc:creator><pubDate>Wed, 19 Sep 2018 12:46:27 GMT</pubDate></item><item><title><![CDATA[Reply to A suggestion about upkeep on Wed, 19 Sep 2018 03:05:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/cernel" aria-label="Profile: cernel">@<bdi>cernel</bdi></a> Yes, those are the existing limitations of it. Point being its an option and there is more likelihood of addressing those limitations than allowing decimal values.</p>
]]></description><link>https://forums.triplea-game.org/post/16308</link><guid isPermaLink="true">https://forums.triplea-game.org/post/16308</guid><dc:creator><![CDATA[redrum]]></dc:creator><pubDate>Wed, 19 Sep 2018 03:05:54 GMT</pubDate></item><item><title><![CDATA[Reply to A suggestion about upkeep on Tue, 18 Sep 2018 15:23:49 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> There are two problems with this:</p>
<ol>
<li>
<p dir="auto">You cannot test for total units, as I believe this was the intent here (only per territory).</p>
</li>
<li>
<p dir="auto">There is not an "each" condition for such a test (meaning you cannot say that something triggers per every 5 units, but you need to make as many triggers and conditions as the times you want to cover, thus have to stop at some point (in your example, if I stop my triggering at 20, it would make really no sense that my costs increase when I go from 5 to 20, but remain the same when I go from 20 to 100)).</p>
</li>
</ol>
]]></description><link>https://forums.triplea-game.org/post/16290</link><guid isPermaLink="true">https://forums.triplea-game.org/post/16290</guid><dc:creator><![CDATA[Cernel]]></dc:creator><pubDate>Tue, 18 Sep 2018 15:23:49 GMT</pubDate></item><item><title><![CDATA[Reply to A suggestion about upkeep on Mon, 17 Sep 2018 18:33:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schulz" aria-label="Profile: schulz">@<bdi>schulz</bdi></a> As <a class="plugin-mentions-user plugin-mentions-a" href="/user/general_zod" aria-label="Profile: General_Zod">@<bdi>General_Zod</bdi></a> mentions, you could consider just increasing the cost of units and income so you have more flexibility. Alternatively, you could consider triggers that charge maintenance for say every 5, 10, 15, 20 units, etc. Total Ancient War has a system that does this per territory to avoid large stacks: <a href="https://github.com/triplea-maps/total_ancient_war/blob/master/map/games/Total_Ancient_War.xml" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/triplea-maps/total_ancient_war/blob/master/map/games/Total_Ancient_War.xml</a></p>
]]></description><link>https://forums.triplea-game.org/post/16249</link><guid isPermaLink="true">https://forums.triplea-game.org/post/16249</guid><dc:creator><![CDATA[redrum]]></dc:creator><pubDate>Mon, 17 Sep 2018 18:33:34 GMT</pubDate></item><item><title><![CDATA[Reply to A suggestion about upkeep on Mon, 17 Sep 2018 17:16:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schulz" aria-label="Profile: schulz">@<bdi>schulz</bdi></a> I agree, that is why if I suggest increasing economies size. But that is only if the request is not implement of course. Oh and btw with increase in economy you can increase cost of units as needed, so it's not so high a percentage when using whole numbers for upkeep.</p>
]]></description><link>https://forums.triplea-game.org/post/16248</link><guid isPermaLink="true">https://forums.triplea-game.org/post/16248</guid><dc:creator><![CDATA[General_Zod]]></dc:creator><pubDate>Mon, 17 Sep 2018 17:16:04 GMT</pubDate></item><item><title><![CDATA[Reply to A suggestion about upkeep on Mon, 17 Sep 2018 16:53:53 GMT]]></title><description><![CDATA[<p dir="auto">1 Pu is too high for infantries, not all units should have the same upkeep. Upkeep has to be related with unit costs. For example let determine 0.25 as coefficient and give every upkeep to units. In this situation infantry upkeep will be 0.75 and armour upkeep 1.25. It is much more better.</p>
]]></description><link>https://forums.triplea-game.org/post/16246</link><guid isPermaLink="true">https://forums.triplea-game.org/post/16246</guid><dc:creator><![CDATA[Schulz]]></dc:creator><pubDate>Mon, 17 Sep 2018 16:53:53 GMT</pubDate></item><item><title><![CDATA[Reply to A suggestion about upkeep on Mon, 17 Sep 2018 14:53:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/schulz" aria-label="Profile: schulz">@<bdi>schulz</bdi></a> As is you have to increase the economies overall production so 1pu isn't so much as compared to a 3 pu infantry.</p>
]]></description><link>https://forums.triplea-game.org/post/16239</link><guid isPermaLink="true">https://forums.triplea-game.org/post/16239</guid><dc:creator><![CDATA[General_Zod]]></dc:creator><pubDate>Mon, 17 Sep 2018 14:53:51 GMT</pubDate></item></channel></rss>