Update Savagery to +3 strength if 5 companions
This commit is contained in:
@@ -146,7 +146,7 @@
|
|||||||
"type": "choice",
|
"type": "choice",
|
||||||
"texts": [
|
"texts": [
|
||||||
"Make an Uruk-hai strength +2",
|
"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": [
|
"effects": [
|
||||||
{
|
{
|
||||||
@@ -165,7 +165,7 @@
|
|||||||
{
|
{
|
||||||
"type": "modifyStrength",
|
"type": "modifyStrength",
|
||||||
"filter": "choose(uruk-hai)",
|
"filter": "choose(uruk-hai)",
|
||||||
"amount": 2,
|
"amount": 3,
|
||||||
"memorize": "chosenUrukHai"
|
"memorize": "chosenUrukHai"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user