add Sorcerer and Partner-Group
This commit is contained in:
@@ -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,"
|
||||
|
||||
Reference in New Issue
Block a user