Minor bug fixes
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
"type": "event",
|
||||
"effect": {
|
||||
"type": "assignFpCharacterToSkirmish",
|
||||
"fpCharacter": "choose(exhausted,not(ring bearer))",
|
||||
"fpCharacter": "choose(exhausted,companion,not(ring bearer))",
|
||||
"against": "choose(culture(moria),orc)"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -22,13 +22,16 @@
|
||||
"effects": {
|
||||
"type": "event",
|
||||
"effect": {
|
||||
"type": "exert",
|
||||
"player": "fp",
|
||||
"filter": "choose(companion)",
|
||||
"count": {
|
||||
"type": "duplicate",
|
||||
"amount": {
|
||||
"type": "forEachYouCanSpot",
|
||||
"filter": "companion",
|
||||
"over": 4
|
||||
},
|
||||
"effect": {
|
||||
"type": "exert",
|
||||
"player": "fp",
|
||||
"filter": "choose(companion)",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user