Fixed couple of cards

This commit is contained in:
marcin.sciesinski
2019-09-10 12:27:54 -07:00
parent f9bf08365c
commit 267bbeafce
2 changed files with 14 additions and 6 deletions

View File

@@ -406,11 +406,19 @@
"filter": "choose(name(Gandalf))", "filter": "choose(name(Gandalf))",
"times": 2 "times": 2
}, },
"effect": { "effect": [
"type": "canParticipateInArcheryFireAndSkirmishes", {
"filter": "self", "type": "modifyStrength",
"until": "endOfTurn" "filter": "self",
} "amount": 3,
"until": "endOfTurn"
},
{
"type": "canParticipateInArcheryFireAndSkirmishes",
"filter": "self",
"until": "endOfTurn"
}
]
}, },
{ {
"type": "activated", "type": "activated",

View File

@@ -488,7 +488,7 @@
} }
}, },
"40_260": { "40_260": {
"title": "*Old Toby", "title": "Old Toby",
"subtitle": "Finest Weed in the Southfarthing", "subtitle": "Finest Weed in the Southfarthing",
"culture": "shire", "culture": "shire",
"cost": 1, "cost": 1,