Combining multiple resource bonus in a trigger
-
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
-