-
Couldn't load subscription status.
- Fork 0
USESILKFORTRADE9
stanislawbartkowski edited this page May 10, 2019
·
2 revisions
Spend Silk and gain 9 trades. The opponent receives 6 trades. Technology: HorsebackRiding
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"
- "hv"
- "civ" : Civilization receiving 6 trades. In a single player game should be null.
- "resource"
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.
Returns an empty list