territory group bonus not banking
-
Re: A Question about conditionAttachment Usage and Placement
Downloaded game a couple months ago on Linux.
I am owner of Jurassic map and am making improvements to my submission of over a decade ago.
I've created neighborhoods around each capital to encourage more hostile action from AI.
The conditionAttachment for the ownership of a group of territories is working. Resources show the +12 (for example) but it is not applied at end of turn, only territory values are summed up and added. Example, 17 PU's from territories owned +12 for group bonus. Resources show (+29) but end of turn only adds 17. What am I missing?
IN Jurassic.xml -- example (each capital has a unique conditionAttachmentXXX for each player)
<attachment name="objectiveAttachmentPliensbachianNeighborhood9" attachTo="Pliensbachian" javaClass="games.strategy.triplea.attachments.RulesAttachment" type="player"> <option name="objectiveValue" value="12"/> <option name="turns" value="1-+"/> <option name="directOwnershipTerritories" value="Fwi:Fvt:Hvu:Hwl:Fwy" count="5"/> </attachment>IN objectives.properties -- (had no affect with or without)
Jurassic.Pliensbachian;objectiveAttachmentPliensbachianNeighborhood9=+12 if Pliensbachian control all of: Fwi, Fvt, Hvu, Hwl, FwyUsing [the_pact_of_steel-master.zip] as model.
-
Hi
Can you post a save. Recently linux end game report isn't showing up for bonus points. When it wasn't in the Objectives properties it would still show up but a few months ago it quit doing that.
I made a git issue here that is stagnate. https://github.com/triplea-game/triplea/issues/14001
-
Check the options:
<property name="National Objectives" value="true" editable="true"> <boolean/> </property>Cheers...