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>
|
match: Partne<atom-param>name</atom-param> with <atom-param>name</atom-param>
|
||||||
mode: expert
|
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.
|
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:
|
||||||
keyword: Partner
|
keyword: Partner
|
||||||
match: Partner
|
match: Partner
|
||||||
|
|||||||
@@ -64,7 +64,6 @@ languages := [
|
|||||||
is_spacecraft : match@(match: "(?i)Raumschiff")
|
is_spacecraft : match@(match: "(?i)Raumschiff")
|
||||||
is_planet : match@(match: "(?i)Planet")
|
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[^>]*>")
|
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")
|
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?")
|
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,"
|
+ "Shaman,"
|
||||||
+ "Skeleton,"
|
+ "Skeleton,"
|
||||||
+ "Soldier,"
|
+ "Soldier,"
|
||||||
|
+ "Sorcerer,"
|
||||||
+ "Spawn,"
|
+ "Spawn,"
|
||||||
+ "Spellshaper,"
|
+ "Spellshaper,"
|
||||||
+ "Spirit,"
|
+ "Spirit,"
|
||||||
|
|||||||
@@ -1689,6 +1689,7 @@ word list:
|
|||||||
word: Shaman
|
word: Shaman
|
||||||
word: Skeleton
|
word: Skeleton
|
||||||
word: Soldier
|
word: Soldier
|
||||||
|
word: Sorcerer
|
||||||
word: Spawn
|
word: Spawn
|
||||||
word: Spellshaper
|
word: Spellshaper
|
||||||
word: Spirit
|
word: Spirit
|
||||||
|
|||||||
Reference in New Issue
Block a user