Fixing Legolas, Moria Crossroads, and Nertea errata to all use latest json hooks
This commit is contained in:
@@ -32,8 +32,7 @@
|
||||
{
|
||||
"type": "trigger",
|
||||
"trigger": {
|
||||
"type": "startofphase",
|
||||
"phase": "assignment"
|
||||
"type": "freeplayerstartedassigning"
|
||||
},
|
||||
"effect": [
|
||||
{
|
||||
|
||||
@@ -50,37 +50,41 @@
|
||||
|
||||
"151_9": {
|
||||
"title": "*Legolas",
|
||||
"subtitle": "Swift and Deadly",
|
||||
"subtitle": "Keen-eyed",
|
||||
"culture": "elven",
|
||||
"cost": 2,
|
||||
"type": "companion",
|
||||
"race": "elf",
|
||||
"keyword": ["damage+1"],
|
||||
"keyword": ["archer"],
|
||||
"strength": 6,
|
||||
"vitality": 3,
|
||||
"signet": "aragorn",
|
||||
"resistance": 6,
|
||||
"effects": [
|
||||
{
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "addKeyword",
|
||||
"filter": "dwarf",
|
||||
"keyword": "damage+1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "trigger",
|
||||
"optional": true,
|
||||
"trigger": {
|
||||
"type": "winsSkirmish",
|
||||
"filter": "dwarf"
|
||||
},
|
||||
"effect": {
|
||||
"type": "wound",
|
||||
"filter": "choose(orc)"
|
||||
}
|
||||
}
|
||||
"type": "activated",
|
||||
"phase": "archery",
|
||||
"cost": {
|
||||
"type": "reduceArcheryTotal",
|
||||
"side": "free people",
|
||||
"memorize": "reducedBy"
|
||||
},
|
||||
"effect": {
|
||||
"type": "modifyStrength",
|
||||
"filter": "self",
|
||||
"amount": {
|
||||
"type": "fromMemory",
|
||||
"memory": "reducedBy"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "cantUseSpecialAbilities",
|
||||
"filter": "side(free People)"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
"effects": {
|
||||
"type": "modifier",
|
||||
"modifier": {
|
||||
"type": "skirmishes can't be canceled",
|
||||
"type": "cantcancelskirmish",
|
||||
"condition": {
|
||||
"type": "canSpot",
|
||||
"filter": "unique,culture(moria),minion"
|
||||
|
||||
Reference in New Issue
Block a user