Merge pull request #7 from Tbiesty/master
Update Savagery to +3 strength if 5 companions and Flaming Brand to damage+2
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
"type": "choice",
|
||||
"texts": [
|
||||
"Make an Uruk-hai strength +2",
|
||||
"Make an Uruk-hai strength +2 (and fierce until the regroup phase)"
|
||||
"Make an Uruk-hai strength +3 (and fierce until the regroup phase)"
|
||||
],
|
||||
"effects": [
|
||||
{
|
||||
@@ -165,7 +165,7 @@
|
||||
{
|
||||
"type": "modifyStrength",
|
||||
"filter": "choose(uruk-hai)",
|
||||
"amount": 2,
|
||||
"amount": 3,
|
||||
"memorize": "chosenUrukHai"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -39,10 +39,10 @@
|
||||
{
|
||||
"type": "addKeyword",
|
||||
"filter": "memory(bearer)",
|
||||
"keyword": "damage+1"
|
||||
"keyword": "damage+2"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user