Subcategories
-
8 Topics201 Posts
-
53 Topics421 Posts
-
1 Votes12 Posts2k Views
-
3 Votes2 Posts1k Views
-
"java.lang.StringIndexOutofBoundException" when running AutoPlacement Finder...and something odd....
1
2 Votes5 Posts1k Views -
1 Votes4 Posts1k Views
-
1 Votes6 Posts1k Views
-
0 Votes4 Posts1k Views
-
2 Votes5 Posts1k Views
-
3 Votes6 Posts2k Views
-
2 Votes6 Posts1k Views
-
0 Votes3 Posts2k Views
-
4 Votes9 Posts6k Views
-
4 Votes7 Posts1k Views
-
5 Votes8 Posts5k Views
-
1 Votes10 Posts2k Views
-
2 Votes27 Posts8k Views
-
2 Votes21 Posts4k Views
-
0 Votes7 Posts1k Views
-
0 Votes3 Posts1k Views
-
0 Votes11 Posts2k Views
-
0 Votes5 Posts1k Views
Recent Posts
-
-
@RogerCooper
Thanks!
-
Removed https://github.com/triplea-maps/settlers_fallen_empire-08
It's fun to play the Dragonkin and conquer the world.
-
Try something like this:
<attachment name="unitAttachment" attachTo="landmine" javaClass="UnitAttachment" type="unitType"> <!-- <option name="defense" value="0"/> removed --> <!-- <option name="attack" value="0"/> removed --> <!-- <option name="isAA" value="true"/> removed --> <!-- Expanding "isAA" values --> <option name="isAAforCombatOnly" value="true"/> <option name="isAAforFlyOverOnly" value="true"/> <option name="typeAA" value="Landmines"/> <option name="attackAA" value="1"/> <option name="maxAAattacks" value="6"/> <option name="targetsAA" value="infantry:tank:cavalry"/> <option name="isInfrastructure" value="true"/> <!-- Changed so units can't be taken as fodder --> <!-- <option name="isFirstStrike" value="true"/> removed --> <option name="isConstruction" value="true"/> <option name="constructionType" value="Landmines"/> <!-- Changed --> <option name="constructionsPerTerrPerTypePerTurn" value="1"/> <option name="maxConstructionsPerTypePerTerr" value="10"/> <!-- The following is added so that mines operate on defense --> <option name="isSuicideOnDefense" value="true"/> <!-- only those units that gets a hit are removed --> <option name="isSuicideOnHit" value="true"/> <!-- Unit can not be captured --> <option name="destroyedWhenCapturedBy" value="BY:$ListOfAllPlayers$"/> </attachment>Also "Units Can Be Destroyed Instead Of Captured" will need to be set.
Cheers...