add Sorcerer and Partner-Group
This commit is contained in:
@@ -1178,6 +1178,11 @@ keyword:
|
||||
match: Partne<atom-param>name</atom-param> with <atom-param>name</atom-param>
|
||||
mode: expert
|
||||
reminder: When this {if has_pt() then "creature" else "permanent"} enters, target player may put {legend_filter(param2)} into their hand from their library, then shuffle.
|
||||
keyword:
|
||||
keyword: Partner-Group
|
||||
match: Partner—<atom-param>name</atom-param>
|
||||
mode: expert
|
||||
reminder: You can have two commanders if both have this ability.
|
||||
keyword:
|
||||
keyword: Partner
|
||||
match: Partner
|
||||
|
||||
@@ -64,7 +64,6 @@ languages := [
|
||||
is_spacecraft : match@(match: "(?i)Raumschiff")
|
||||
is_planet : match@(match: "(?i)Planet")
|
||||
|
||||
|
||||
mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\b(Erzeuge|Erhöhe) [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>")
|
||||
gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\b(Erzeuge|Erhöhe) [^(\n|^).]*<match>", match:"einer beliebigen Farbe|unterschiedlichen Farben|beliebigen Kombination von Farben")
|
||||
chosen_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\b(Erzeuge|Erhöhe) [^(\n|^).]*<match>", match:"jener Farbe|bestimmten Farben?")
|
||||
@@ -1417,6 +1416,7 @@ languages := [
|
||||
+ "Shaman,"
|
||||
+ "Skeleton,"
|
||||
+ "Soldier,"
|
||||
+ "Sorcerer,"
|
||||
+ "Spawn,"
|
||||
+ "Spellshaper,"
|
||||
+ "Spirit,"
|
||||
|
||||
@@ -1689,6 +1689,7 @@ word list:
|
||||
word: Shaman
|
||||
word: Skeleton
|
||||
word: Soldier
|
||||
word: Sorcerer
|
||||
word: Spawn
|
||||
word: Spellshaper
|
||||
word: Spirit
|
||||
|
||||
Reference in New Issue
Block a user