Skip to content

USESILKFORTRADE9

stanislawbartkowski edited this page May 10, 2019 · 2 revisions

Action

Spend Silk and gain 9 trades. The opponent receives 6 trades. Technology: HorsebackRiding

Format

executeCommand(token,"USESILKFORTRADE9",-1,-1, { "resource" : {"hv" : Hut/Village/empty, "resource" : "Silk"}, "civ" : civ)

  • Additional parameter should specify which resource to spend.
    • "resource"
      • "hv"
        • "Village" : Silk token hidden under Village
        • "Hut" : Silk token hidden under Hit
        • null : Market Silk token
      • resource : "Silk"
    • "civ" : Civilization receiving 6 trades. In a single player game should be null.

Usage example

executeCommand(token,"USESILKFORTRADE9",-1,-1, {"resource" : {"hv" : "Village", "resource" : "Silk"}, "civ" : "Germany" } )

A player spends Silk resource hidden in the Village and gains 9 trades. Germany receives 6 trades.

Itemize

Returns an empty list

Clone this wiki locally