Neutral Moves: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
Avioane (talk | contribs)
Created page with "Neutral territories transfer their armies between each other at the end of the turn. This Mod only works for maps with less than or equal to 500 territories. ==See also== *[[M..."
 
DanWL60 (talk | contribs)
No edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Neutral territories transfer their armies between each other at the end of the turn. This Mod only works for maps with less than or equal to 500 territories.
{{Mod infobox
==See also==
|name=Neutral Moves
*[[Mods]]
|creatorToken=5852007897
*[https://github.com/dabo123148/WarlightMod/tree/master/NeutralMoves]source code
|creatorName=dabo1
|category=Standard
|tags=#Silly<br>#Strategic
|source=https://github.com/dabo123148/WarlightMod/tree/master/NeutralMoves
}}
 
This [[mod]] enables neutral territories transfer their armies between each other at the end of the turn. It only works for maps with less than or equal to 500 territories for performance reasons.
 
== Compatibility ==
Note that this mods uses [[Mod_API_Reference:TerritoryModification|TerritoryModification]].SetArmiesTo instead of TerritoryModification.AddArmies. AddArmies is preferred to SetArmiesTo for greater compatibility.
 
[[Category:Mods]]

Revision as of 21:45, 12 November 2023

Mod name Neutral Moves
Creator dabo1
Made public on ????-??-??
Category Standard
Tags #Silly
#Strategic
Runs on Warzone version 4.14.2+
Source code GitHub

This mod enables neutral territories transfer their armies between each other at the end of the turn. It only works for maps with less than or equal to 500 territories for performance reasons.

Compatibility

Note that this mods uses TerritoryModification.SetArmiesTo instead of TerritoryModification.AddArmies. AddArmies is preferred to SetArmiesTo for greater compatibility.