Navigation

    TripleA Logo

    TripleA Forum

    • Register
    • Login
    • Search
    • TripleA Website
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Tags

    Combining multiple resource bonus in a trigger

    Map Making
    2
    2
    227
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ebbe
      ebbe last edited by

      Not a big problem but just curious:

      How can I combine 2 different types of resources in a single trigger? In given example PU's and Diplomacy?

      		<attachment name="triggerAttachment_Kanrei_Bonus1" attachTo="Hatakeyama" javaClass="TriggerAttachment" type="player">
              <option name="conditions" value="conditionAttachment_Kanrei_Hatakeyama"/>
              <option name="resource" value="PUs"/>
              <option name="resourceCount" value="2"/>
              <option name="when" value="before:hatakeyamaPurchase"/>
      	</attachment>
      		
      		<attachment name="triggerAttachment_Kanrei_Bonus2" attachTo="Hatakeyama" javaClass="TriggerAttachment" type="player">
              <option name="conditions" value="conditionAttachment_Kanrei_Hatakeyama"/>
              <option name="resource" value="Diplomacy"/>
              <option name="resourceCount" value="1"/>
              <option name="when" value="before:hatakeyamaPurchase"/>
      	</attachment>
      

      thanks

      W 1 Reply Last reply Reply Quote 1
      • W
        wc_sumpton @ebbe last edited by

        @ebbe

        There is no way to combine resource/resourceCount, as neither takes a list, and entering either multiple times means one value replaces another.

        To allow "resource" to accept a count requires some untangling.

        You could make Feature Request for this.

        Cheers...

        1 Reply Last reply Reply Quote 1
        • 1 / 1
        • First post
          Last post
        Copyright © 2016-2018 TripleA-Devs | Powered by NodeBB Forums