~SPM Keywords Update (#159)

* Updates English types and keywords to ATL
* Updates German, Spanish, French, and Italian types and keywords to SPM
* Updates Japanese types to SPM, adds Tiered, Job select, Warp and Void, waiting on scryfall for Station, Landers, and SPM
* Adds lang_settings for is_spacecraft and is_planet
* Adds is_mana_cost(param), so keywords can use "for " and "for its X cost" depending on if its a nice cost. Added to Mayhem and Web-slinging/Enweb.
* Updates predef token reminder text
This commit is contained in:
cajun
2025-09-24 00:59:41 -05:00
committed by GitHub
parent 4273221c3c
commit 5dfe68989d
13 changed files with 938 additions and 228 deletions

View File

@@ -2019,3 +2019,53 @@ keyword:
match: Tiered match: Tiered
mode: expert mode: expert
reminder: Choose one additional cost. reminder: Choose one additional cost.
# Edge of Eternities
keyword:
#english keyword: Station
keyword: Station
match: Station
mode: expert
reminder: Tap another creature you control: Put charge counters equal to its power on this {if lang_setting("is_spacecraft")(card.sub_type) then "Spacecraft" else if lang_setting("is_planet")(card.sub_type) then "Planet" else "permanent"}. Station only as a sorcery.{sn := station_number(); if sn > 0 then " It's " + (if lang_setting("is_artifact")(card.super_type) then "an artifact creature" else if lang_setting("is_land")(card.super_type) then "a land creature" else "a creature in addition to its other types") + " at " + sn + "+." else ""}
keyword:
#english keyword: Warp
keyword: Warp
match: Warp <atom-param>cost</atom-param>
mode: expert
reminder: You may cast this card from your hand for its warp cost. Exile this creature at the beginning of the next end step, then you may cast it from exile on a later turn.
keyword:
#english keyword: Lander token
keyword: Lander token
match: Lander toke<atom-param>*s</atom-param>
mode: expert
reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Lander token is an artifact")} with "[2], [T], Sacrificie this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
keyword:
#english keyword: Void
keyword: Void
match: Void
mode: pseudo
rules: Void — If a nonland permanent left the battlefield this turn or a spell was warped this turn, [effect].
#Spider-Man
keyword:
#english keyword: Mayhem
keyword: Mayhem
match: Mayhem <atom-param>cost</atom-param>
mode: expert
reminder: You may cast this card from your graveyard for {if is_mana_cost(param1) then param1 else "its mayhem cost"} if you discarded it this turn. Timing rules still apply.
keyword:
#english keyword: Web-slinging
keyword: Web-slinging
match: Web-slinging <atom-param>cost</atom-param>
mode: expert
reminder: You may cast this spell for {if is_mana_cost(param1) then param1 else "its web-slinging cost"} if you also return a tapped creature you control to its owner's hand.
keyword:
#english keyword: Harness
keyword: Harness
match: Harness
mode: expert
reminder: Once harnessed, its Infinity ability is active.

View File

@@ -2651,7 +2651,7 @@ keyword:
rules: Zaubergestöber — Whenever you cast your second spell each turn, [effect]. rules: Zaubergestöber — Whenever you cast your second spell each turn, [effect].
keyword: keyword:
english keyword: Harmonize #english keyword: Harmonize
keyword: Harmonisieren keyword: Harmonisieren
match: Harmonisieren <atom-param>Kosten</atom-param> match: Harmonisieren <atom-param>Kosten</atom-param>
mode: expert mode: expert
@@ -2660,7 +2660,7 @@ keyword:
keyword: keyword:
#english keyword: Mobilize #english keyword: Mobilize
keyword: Mobilisieren keyword: Mobilisieren
match: Mobilisieren <atom-param>number</atom-param> match: Mobilisieren <atom-param>Nummer</atom-param>
mode: expert mode: expert
reminder: Immer wenn diese Kreatur angreift, erzeuge {german_number(param1)} getappte und angreifende 1/1 rote Krieger-Kreaturenspielsteine. Opfere {if param1.value == "1" then "ihn" else "die Spielsteine"} zu Beginn des nächsten Endsegments. reminder: Immer wenn diese Kreatur angreift, erzeuge {german_number(param1)} getappte und angreifende 1/1 rote Krieger-Kreaturenspielsteine. Opfere {if param1.value == "1" then "ihn" else "die Spielsteine"} zu Beginn des nächsten Endsegments.
@@ -2685,3 +2685,61 @@ keyword:
match: Stufenmagie match: Stufenmagie
mode: expert mode: expert
reminder: Bestimme eine der zusätzlichen Kostenoptionen. reminder: Bestimme eine der zusätzlichen Kostenoptionen.
# Edge of Eternities
keyword:
#english keyword: Station
keyword: Stationieren
match: Stationieren
mode: expert
reminder: Tappe einie andere Kreatur, die du kontrollierst: Lege viele Ladungsmarken auf dieses {if lang_setting("is_spacecraft")(card.sub_type) then "Raumschiff" else if lang_setting("is_planet")(card.sub_type) then "Planet" else "Permanent"}, wie ihre Stärke beträgt. Spiele Stationieren wie eine Hexerei.{sn := station_number(); if sn > 0 then " Bei " + sn + "+ ist dies eine " + (if lang_setting("is_land")(card.super_type) then "Landkreatur." else "Artefaktkreatur.") else ""}
keyword:
#english keyword: Warp
keyword: Warp
match: Warp <atom-param>Kosten</atom-param>
mode: expert
reminder: Du kannst diese Karte aus deiner Hand für ihre Warp-Kosten wiren. Shcicke diese Kreatur zu Beginn des nächsten Endsegments ins Exil, dann annst du sie in einem späteren Zug aus dem Exil wirken.
keyword:
#english keyword: Lander tokens
keyword: Lander-Spielsteine
match: Lander-Spielsteine
mode: expert
reminder: Sie sind Artefakte mit "[2], [T], opfere diesen Spielstein: Durchsuche deine Bibliothek nach einer Standardlard-Karte, bringe sie getappt ins Spiel und mische danach."
keyword:
#english keyword: Lander token
keyword: Lander-Spielstein
match: Lander-Spielstein
mode: expert
reminder: Er ist ein Artefakt mit "[2], [T], opfere diesen Spielstein: Durchsuche deine Bibliothek nach einer Standardlard-Karte, bringe sie getappt ins Spiel und mische danach."
keyword:
#english keyword: Void
keyword: Leere
match: Leere
mode: pseudo
rules: Void — If a nonland permanent left the battlefield this turn or a spell was warped this turn, [effect].
#Spider-Man
keyword:
#english keyword: Mayhem
keyword: Wahnwitz
match: Wahnwitz <atom-param>Kosten</atom-param>
mode: expert
reminder: Du kannst diese Karte für {param1} aus deinem Friedhof wirken, falls du sie diesem Zug abgeworfen hast. Zeitpunkts-Einschränkungen gelten weiterhin.
keyword:
#english keyword: Web-slinging
keyword: Netzschuss
match: Netzschuss <atom-param>Kosten</atom-param>
mode: expert
reminder: Du kannst diesen Zauberspruch für {param1} wirken, falls du zusätzlich eine getappte Kreatur, die du kontrollierst, auf die Hand ihres Besitzerz zurückbringst.
keyword:
#english keyword: Harness
keyword: nutzbar
match: nutzbar
mode: expert
reminder: Ab dann ist seine Infinity-Fähigkeit aktiv.

View File

@@ -1113,7 +1113,7 @@ keyword:
keyword: Investigate keyword: Investigate
match: Investigate match: Investigate
mode: action mode: action
reminder: {handle_action_rt(to:"investigate", "Create")} a Clue token. It's an artifact with "<sym>2</sym>, Sacrifice this artifact: Draw a card." reminder: {handle_action_rt(to:"investigate", "Create")} a Clue token. It's an artifact with "<sym>2</sym>, Sacrifice this token: Draw a card."
keyword: keyword:
keyword: Skulk keyword: Skulk
match: Skulk match: Skulk
@@ -1330,7 +1330,7 @@ keyword:
keyword: Treasure token keyword: Treasure token
match: Treasure toke<atom-param>*s</atom-param> match: Treasure toke<atom-param>*s</atom-param>
mode: core mode: core
reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Treasure token is an artifact")} with "T, Sacrifice this artifact: Add one mana of any color." reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Treasure token is an artifact")} with "T, Sacrifice this token: Add one mana of any color."
#Guilds of Ravnica #Guilds of Ravnica
keyword: keyword:
keyword: Jump-start keyword: Jump-start
@@ -1398,7 +1398,7 @@ keyword:
keyword: Food token keyword: Food token
match: Food toke<atom-param>*s</atom-param> match: Food toke<atom-param>*s</atom-param>
mode: core mode: core
reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Food token is an artifact")} with "2, T, Sacrifice this artifact: You gain 3 life." reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Food token is an artifact")} with "2, T, Sacrifice this token: You gain 3 life."
#Theros Beyond Death #Theros Beyond Death
keyword: keyword:
keyword: Escape keyword: Escape
@@ -1409,7 +1409,7 @@ keyword:
keyword: Gold token keyword: Gold token
match: Gold toke<atom-param>*s</atom-param> match: Gold toke<atom-param>*s</atom-param>
mode: core mode: core
reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Gold token is an artifact")} with "Sacrifice this artifact: Add one mana of any color." reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Gold token is an artifact")} with "Sacrifice this token: Add one mana of any color."
#Ikoria: Lair of Behemoths #Ikoria: Lair of Behemoths
keyword: keyword:
keyword: Mutate keyword: Mutate
@@ -1449,7 +1449,7 @@ keyword:
keyword: Shard token keyword: Shard token
match: Shard toke<atom-param>*s</atom-param> match: Shard toke<atom-param>*s</atom-param>
mode: core mode: core
reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre enchantments" else "Its an enchantment", moved:"A Shard token is an enchantment")} with "2, Sacrifice this enchantment: Scry ]1[, then draw a card." reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre enchantments" else "Its an enchantment", moved:"A Shard token is an enchantment")} with "2, Sacrifice this token: Scry ]1[, then draw a card."
keyword: keyword:
keyword: Boast keyword: Boast
match: Boast match: Boast
@@ -1545,7 +1545,7 @@ keyword:
keyword: Blood token keyword: Blood token
match: Blood toke<atom-param>*s</atom-param> match: Blood toke<atom-param>*s</atom-param>
mode: expert mode: expert
reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Blood token is an artifact")} with "1, T, Discard a card, Sacrifice this artifact: Draw a card." reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Blood token is an artifact")} with "1, T, Discard a card, Sacrifice this token: Draw a card."
# Kamigawa Neon Dynasty # Kamigawa Neon Dynasty
keyword: keyword:
keyword: Reconfigure keyword: Reconfigure
@@ -1773,7 +1773,7 @@ keyword:
keyword: Map token keyword: Map token
match: Map toke<atom-param>*s</atom-param> match: Map toke<atom-param>*s</atom-param>
mode: expert mode: expert
reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Map token is an artifact")} with "1, T, Sacrifice this artifact: Target creature you control explores. Activate only as a sorcery." reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Map token is an artifact")} with "1, T, Sacrifice this token: Target creature you control explores. Activate only as a sorcery."
keyword: keyword:
keyword: Craft keyword: Craft
match: Craft with <atom-param>name</atom-param> <atom-param>cost</atom-param> match: Craft with <atom-param>name</atom-param> <atom-param>cost</atom-param>
@@ -1835,7 +1835,7 @@ keyword:
keyword: Junk token keyword: Junk token
match: Junk toke<atom-param>*s</atom-param> match: Junk toke<atom-param>*s</atom-param>
mode: expert mode: expert
reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Junk token is an artifact")} with "T, Sacrifice this artifact: Exile the top card of your library. You may play that card this turn. Activate only as a sorcery." reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Junk token is an artifact")} with "T, Sacrifice this token: Exile the top card of your library. You may play that card this turn. Activate only as a sorcery."
# Assassin's Creed # Assassin's Creed
keyword: keyword:
keyword: Freerunning keyword: Freerunning
@@ -1914,12 +1914,12 @@ keyword:
keyword: Gift a Food keyword: Gift a Food
match: Gift a Food match: Gift a Food
mode: expert mode: expert
reminder: You may promise an opponent a gift as you cast this spell. If you do, {if not is_spell(card.super_type) then "when it enters, they" else "they"} create a Food token{if is_spell(card.super_type) then " before its other effects." else "."} It's an artifact with "[2], [T], Sacrifice this artifact: You gain 3 life." reminder: You may promise an opponent a gift as you cast this spell. If you do, {if not is_spell(card.super_type) then "when it enters, they" else "they"} create a Food token{if is_spell(card.super_type) then " before its other effects." else "."} It's an artifact with "[2], [T], Sacrifice this token: You gain 3 life."
keyword: keyword:
keyword: Gift a Treasure keyword: Gift a Treasure
match: Gift a Treasure match: Gift a Treasure
mode: expert mode: expert
reminder: You may promise an opponent a gift as you cast this spell. If you do, {if not is_spell(card.super_type) then "when it enters, they" else "they"} create a Treasure token{if is_spell(card.super_type) then " before its other effects." else "."} It's an artifact with "[T], Sacrifice this artifact: Add one mana of any color." reminder: You may promise an opponent a gift as you cast this spell. If you do, {if not is_spell(card.super_type) then "when it enters, they" else "they"} create a Treasure token{if is_spell(card.super_type) then " before its other effects." else "."} It's an artifact with "[T], Sacrifice this token: Add one mana of any color."
keyword: keyword:
keyword: Gift an Octopus keyword: Gift an Octopus
match: Gift an Octopus match: Gift an Octopus
@@ -2019,3 +2019,67 @@ keyword:
match: Tiered match: Tiered
mode: expert mode: expert
reminder: Choose one additional cost. reminder: Choose one additional cost.
# Edge of Eternities
keyword:
keyword: Station
match: Station
mode: expert
reminder: Tap another creature you control: Put charge counters equal to its power on this {if lang_setting("is_spacecraft")(card.sub_type) then "Spacecraft" else if lang_setting("is_planet")(card.sub_type) then "Planet" else "permanent"}. Station only as a sorcery.{sn := station_number(); if sn > 0 then " It's " + (if lang_setting("is_artifact")(card.super_type) then "an artifact creature" else if lang_setting("is_land")(card.super_type) then "a land creature" else "a creature in addition to its other types") + " at " + sn + "+." else ""}
keyword:
keyword: Warp
match: Warp <atom-param>cost</atom-param>
mode: expert
reminder: You may cast this card from your hand for its warp cost. Exile this creature at the beginning of the next end step, then you may cast it from exile on a later turn.
keyword:
keyword: Lander token
match: Lander toke<atom-param>*s</atom-param>
mode: expert
reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Lander token is an artifact")} with "[2], [T], Sacrificie this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
keyword:
keyword: Void
match: Void
mode: pseudo
rules: Void — If a nonland permanent left the battlefield this turn or a spell was warped this turn, [effect].
#Spider-Man
keyword:
keyword: Mayhem
match: Mayhem <atom-param>cost</atom-param>
mode: expert
reminder: You may cast this card from your graveyard for {if is_mana_cost(param1) then param1 else "its mayhem cost"} if you discarded it this turn. Timing rules still apply.
keyword:
keyword: Web-slinging
match: Web-slinging <atom-param>cost</atom-param>
mode: expert
reminder: You may cast this spell for {if is_mana_cost(param1) then param1 else "its web-slinging cost"} if you also return a tapped creature you control to its owner's hand.
keyword:
keyword: Harness
match: Harness
mode: expert
reminder: Once harnessed, its Infinity ability is active.
#Through the Omenpaths 1
keyword:
keyword: Enweb
match: Enweb <atom-param>cost</atom-param>
mode: expert
reminder: You may cast this spell for {if is_mana_cost(param1) then param1 else "its enweb cost"} if you also return a tapped creature you control to its owner's hand.
#Avatar: The Last Airbender
keyword:
keyword: Airbend
match: Airbend
mode: action
reminder: Exile it. While it's exiled, its owner may cast it for [2] rather than its mana cost.
keyword:
keyword: Earthbend
match: Earthbend <atom-param>number</atom-param>
mode: action
reminder: {handle_action_rt(to:"earthbend ]{param1.value}[", "Target")} land you control becomes a 0/0 creature with haste that's still a land. Put {english_number_a(param1)} +1/+1 counter(s) on it. When it dies or is exiled, return it to the battlefield tapped.
keyword:
keyword: Firebending
match: Firebending <atom-param>number</atom-param>
mode: expert
reminder: Whenever {if is_creaturish(card.type) then "this creature" else "a creature with firebending"} attacks, add {v := to_number(param1.value) or else 0;if v == 0 then param1 + " [R]" else if v > 5 then english_number(v) + " [R]" else for x from 1 to v do "[R]"}. This mana lasts until end of combat.
keyword:
keyword: Waterbend
match: Waterbend <atom-param>mana</atom-param>
mode: action
reminder: While paying a waterbend cost, you can tap your artifacts and creatures to help. Each one pays for [1].

View File

@@ -1587,7 +1587,7 @@ keyword:
keyword: Investiga keyword: Investiga
match: Investiga match: Investiga
mode: action mode: action
reminder: Crea una ficha de artefacto Pista incolora con "<sym-auto>2</sym-auto>, sacrificar este artefacto: Roba una carta". reminder: Crea una ficha de artefacto Pista incolora con "<sym-auto>2</sym-auto>, sacrificar este ficha: Roba una carta".
#example: Floodhound #example: Floodhound
keyword: keyword:
@@ -2243,7 +2243,7 @@ keyword:
keyword: fichas de Mapa keyword: fichas de Mapa
match: fichas de Mapa match: fichas de Mapa
mode: expert mode: expert
reminder: Son artefactos con "<sym-auto>1</sym-auto>, <sym-auto>T</sym-auto>, sacrificar este artefacto: La criatura objetivo que controlas explora. Activa esto solo como un conjuro". reminder: Son artefactos con "<sym-auto>1</sym-auto>, <sym-auto>T</sym-auto>, sacrificar este ficha: La criatura objetivo que controlas explora. Activa esto solo como un conjuro".
#example: Fanatical Offering #example: Fanatical Offering
keyword: keyword:
@@ -2251,7 +2251,7 @@ keyword:
keyword: ficha de Mapa keyword: ficha de Mapa
match: ficha de Mapa match: ficha de Mapa
mode: expert mode: expert
reminder: Es un artefacto con "<sym-auto>1</sym-auto>, <sym-auto>T</sym-auto>, sacrificar este artefacto: La criatura objetivo que controlas explora. Activa esto solo como un conjuro". reminder: Es un artefacto con "<sym-auto>1</sym-auto>, <sym-auto>T</sym-auto>, sacrificar este ficha: La criatura objetivo que controlas explora. Activa esto solo como un conjuro".
#example: Fanatical Offering #example: Fanatical Offering
keyword: keyword:
@@ -2259,7 +2259,7 @@ keyword:
keyword: fichas de Tesoro keyword: fichas de Tesoro
match: fichas de Tesoro match: fichas de Tesoro
mode: expert mode: expert
reminder: Son artefactos con “<sym-auto>T</sym-auto>, sacrificar este artefacto: Agrega un maná de cualquier color”. reminder: Son artefactos con “<sym-auto>T</sym-auto>, sacrificar este ficha: Agrega un maná de cualquier color”.
#example: An Offer You Can't Refuse #example: An Offer You Can't Refuse
keyword: keyword:
@@ -2267,7 +2267,7 @@ keyword:
keyword: ficha de Tesoro keyword: ficha de Tesoro
match: ficha de Tesoro match: ficha de Tesoro
mode: expert mode: expert
reminder: Es un artefacto con “<sym-auto>T</sym-auto>, sacrificar este artefacto: Agrega un maná de cualquier color”. reminder: Es un artefacto con “<sym-auto>T</sym-auto>, sacrificar este ficha: Agrega un maná de cualquier color”.
#example: Captain Lannery Storm #example: Captain Lannery Storm
keyword: keyword:
@@ -2275,7 +2275,7 @@ keyword:
keyword: fichas de Oro keyword: fichas de Oro
match: fichas de Oro match: fichas de Oro
mode: expert mode: expert
reminder: Son artefactos con “Sacrificar este artefacto: Agrega un maná de cualquier color”. reminder: Son artefactos con “sacrificar este ficha: Agrega un maná de cualquier color”.
#example: Curse of Opulence #example: Curse of Opulence
keyword: keyword:
@@ -2283,7 +2283,7 @@ keyword:
keyword: ficha de Oro keyword: ficha de Oro
match: ficha de Oro match: ficha de Oro
mode: expert mode: expert
reminder: Es un artefacto con “Sacrificar este artefacto: Agrega un maná de cualquier color”. reminder: Es un artefacto con “sacrificar este ficha: Agrega un maná de cualquier color”.
#example: Curse of Opulence #example: Curse of Opulence
keyword: keyword:
@@ -2291,7 +2291,7 @@ keyword:
keyword: fichas de Sangre keyword: fichas de Sangre
match: fichas de Sangre match: fichas de Sangre
mode: expert mode: expert
reminder: Son artefactos con “<sym-auto>1</sym-auto>, <sym-auto>T</sym-auto>, descartar una carta, sacrificar este artefacto: Roba una carta”. reminder: Son artefactos con “<sym-auto>1</sym-auto>, <sym-auto>T</sym-auto>, descartar una carta, sacrificar este ficha: Roba una carta”.
#example: Grisly Ritual #example: Grisly Ritual
keyword: keyword:
@@ -2299,7 +2299,7 @@ keyword:
keyword: ficha de Sangre keyword: ficha de Sangre
match: ficha de Sangre match: ficha de Sangre
mode: expert mode: expert
reminder: Es un artefacto con “<sym-auto>1</sym-auto>, <sym-auto>T</sym-auto>, descartar una carta, sacrificar este artefacto: Roba una carta”. reminder: Es un artefacto con “<sym-auto>1</sym-auto>, <sym-auto>T</sym-auto>, descartar una carta, sacrificar este ficha: Roba una carta”.
#example: Belligerent Guest #example: Belligerent Guest
keyword: keyword:
@@ -2323,7 +2323,7 @@ keyword:
keyword: fichas de Pista keyword: fichas de Pista
match: fichas de Pista match: fichas de Pista
mode: expert mode: expert
reminder: Son artefactos con “<sym-auto>2</sym-auto>, sacrificar este artefacto: Roba una carta”. reminder: Son artefactos con “<sym-auto>2</sym-auto>, sacrificar este ficha: Roba una carta”.
#example: Confront the Unknown #example: Confront the Unknown
keyword: keyword:
@@ -2331,7 +2331,7 @@ keyword:
keyword: ficha de Pista keyword: ficha de Pista
match: ficha de Pista match: ficha de Pista
mode: expert mode: expert
reminder: Es un artefacto con “<sym-auto>2</sym-auto>, sacrificar este artefacto: Roba una carta”. reminder: Es un artefacto con “<sym-auto>2</sym-auto>, sacrificar este ficha: Roba una carta”.
#example: Confront the Unknown #example: Confront the Unknown
keyword: keyword:
@@ -2339,7 +2339,7 @@ keyword:
keyword: fichas de Comida keyword: fichas de Comida
match: fichas de Comida match: fichas de Comida
mode: expert mode: expert
reminder: Son artefactos con “<sym-auto>2</sym-auto>, <sym-auto>T</sym-auto>, sacrificar este artefacto: Ganas 3 vidas”. reminder: Son artefactos con “<sym-auto>2</sym-auto>, <sym-auto>T</sym-auto>, sacrificar este ficha: Ganas 3 vidas”.
#example: Bake into a Pie #example: Bake into a Pie
keyword: keyword:
@@ -2347,7 +2347,7 @@ keyword:
keyword: ficha de Comida keyword: ficha de Comida
match: ficha de Comida match: ficha de Comida
mode: expert mode: expert
reminder: Es un artefacto con “<sym-auto>2</sym-auto>, <sym-auto>T</sym-auto>, sacrificar este artefacto: Ganas 3 vidas”. reminder: Es un artefacto con “<sym-auto>2</sym-auto>, <sym-auto>T</sym-auto>, sacrificar este ficha: Ganas 3 vidas”.
#example: Bake into a Pie #example: Bake into a Pie
keyword: keyword:
@@ -2450,7 +2450,7 @@ keyword:
keyword: fichas de Residuo keyword: fichas de Residuo
match: fichas de Residuo match: fichas de Residuo
mode: expert mode: expert
reminder: Son artefactos con "<sym-auto>T</sym-auto>, sacrificar este artefacto: Exilia la primera carta de tu biblioteca. Puedes jugar esa carta este turno. Activa esto solo como un conjuro". reminder: Son artefactos con "<sym-auto>T</sym-auto>, sacrificar este ficha: Exilia la primera carta de tu biblioteca. Puedes jugar esa carta este turno. Activa esto solo como un conjuro".
#example: Commander Sofia Daguerre #example: Commander Sofia Daguerre
keyword: keyword:
@@ -2458,7 +2458,7 @@ keyword:
keyword: ficha de Residuo keyword: ficha de Residuo
match: ficha de Residuo match: ficha de Residuo
mode: expert mode: expert
reminder: Es un artefacto con "<sym-auto>T</sym-auto>, sacrificar este artefacto: Exilia la primera carta de tu biblioteca. Puedes jugar esa carta este turno. Activa esto solo como un conjuro". reminder: Es un artefacto con "<sym-auto>T</sym-auto>, sacrificar este ficha: Exilia la primera carta de tu biblioteca. Puedes jugar esa carta este turno. Activa esto solo como un conjuro".
#example: Commander Sofia Daguerre #example: Commander Sofia Daguerre
# Outlaws of Thunder Junction # Outlaws of Thunder Junction
@@ -2574,7 +2574,7 @@ keyword:
keyword: Regala una Comida keyword: Regala una Comida
match: Regala una Comida match: Regala una Comida
mode: expert mode: expert
reminder: Puedes ofrecer un regalo a un oponente al lanzar este hechizo. Si lo haces, { if lang_setting("is_spell")(card.type) then "ese oponente crea una ficha de Comida antes de los otros efectos." else "cuando entre, ese oponente crea una ficha de Comida."} Es un artefacto con “[2], [T], sacrificar este artefacto: Ganas 3 vidas”. reminder: Puedes ofrecer un regalo a un oponente al lanzar este hechizo. Si lo haces, { if lang_setting("is_spell")(card.type) then "ese oponente crea una ficha de Comida antes de los otros efectos." else "cuando entre, ese oponente crea una ficha de Comida."} Es un artefacto con “[2], [T], sacrificar este ficha: Ganas 3 vidas”.
#example: Crumb and Get It #example: Crumb and Get It
keyword: keyword:
@@ -2582,7 +2582,7 @@ keyword:
keyword: Regala un Tesoro keyword: Regala un Tesoro
match: Regala un Tesoro match: Regala un Tesoro
mode: expert mode: expert
reminder: Puedes ofrecer un regalo a un oponente al lanzar este hechizo. Si lo haces, { if lang_setting("is_spell")(card.type) then "ese oponente crea una ficha de Tesoro antes de los otros efectos." else "cuando entre, ese oponente crea una ficha de Tesoro."} Es un artefacto con “[T], sacrificar este artefacto: Agrega un maná de cualquier color”. reminder: Puedes ofrecer un regalo a un oponente al lanzar este hechizo. Si lo haces, { if lang_setting("is_spell")(card.type) then "ese oponente crea una ficha de Tesoro antes de los otros efectos." else "cuando entre, ese oponente crea una ficha de Tesoro."} Es un artefacto con “[T], sacrificar este ficha: Agrega un maná de cualquier color”.
#example: Blooming Blast #example: Blooming Blast
keyword: keyword:
@@ -2711,3 +2711,61 @@ keyword:
match: Gradual match: Gradual
mode: expert mode: expert
reminder: Elige un coste adicional. reminder: Elige un coste adicional.
# Edge of Eternities
keyword:
#english keyword: Station
keyword: Pertrechar
match: Pertrechar
mode: expert
reminder: Girar otre criatura que controlas: Pon una cantidad de contadores de carga igual a su fuerza sobre esta {if lang_setting("is_spacecraft")(card.sub_type) then "Astronave" else if lang_setting("is_planet")(card.sub_type) then "Planeta" else "permanente"}. Pertrecha esto solo como un conjuro.{sn := station_number(); if sn > 0 then " Es un criatura " + (if lang_setting("is_land")(card.super_type) then "tierra" else "artefacto") + " mientras tenga " + sn + "+." else ""}
keyword:
#english keyword: Warp
keyword: Teletransportar
match: Teletransportar <atom-param>coste</atom-param>
mode: expert
reminder: Puedes lanzar esta cara desde tu mano por su coste de teletransportar. Exilia esta criatura al comienzo del próximo paso final y luego puedes lanzarla desde el exilio en un turno posterior.
keyword:
#english keyword: Lander tokens
keyword: fichas de Aterrizador
match: fichas de Aterrizador
mode: expert
reminder: Son artefactos con "[2], [T], sacrificar est ficha: Busca en tu biblioteca una carta de tierra básica, ponla en el campo de batalla girada y luego baraja".
keyword:
#english keyword: Lander token
keyword: ficha de Aterrizador
match: ficha de Aterrizador
mode: expert
reminder: Es un artefacto con "[2], [T], sacrificar est ficha: Busca en tu biblioteca una carta de tierra básica, ponla en el campo de batalla girada y luego baraja".
keyword:
#english keyword: Void
keyword: Vacuo
match: Vacuo
mode: pseudo
rules: Vacuo — If a nonland permanent left the battlefield this turn or a spell was warped this turn, [effect].
#Spider-Man
keyword:
#english keyword: Mayhem
keyword: Altercado
match: Altercado <atom-param>coste</atom-param>
mode: expert
reminder: Puedes lanzar esta carta desde tu cementerio pagando {param1} si la descartaste este turno. Las reglas sobre cuándo jugarla se siguen aplicando.
keyword:
#english keyword: Web-slinging
keyword: Balanceo
match: Balanceo <atom-param>coste</atom-param>
mode: expert
reminder: Puedes lanzar este hechizo pagando {param1} si también regresas una criatura girada que controlas a la mano de su propietario.
keyword:
#english keyword: Harness
keyword: Aprópiate
match: Aprópiate
mode: expert
reminder: Una vez Apropiada, su habilidad de Infinity pasa a estar activa.

View File

@@ -2776,3 +2776,61 @@ keyword:
mode: expert mode: expert
reminder: Choisissez un coût supplémentaire. reminder: Choisissez un coût supplémentaire.
#example: Fire Magic #example: Fire Magic
# Edge of Eternities
keyword:
#english keyword: Station
keyword: Station
match: Station
mode: expert
reminder: Engagez une autre créature que vouz contrôlez : Mettez un nombre de marqueurs « charge » égal à sa force sur ce {if lang_setting("is_spacecraft")(card.sub_type) then "vaisseau spatial" else if lang_setting("is_planet")(card.sub_type) then "Planète" else "permanent"}. N'utilisez la station qu lorsque vous pourriez lancer un rituel.{sn := station_number(); if sn > 0 then " C'est une créature-" + (if lang_setting("is_land")(card.super_type) then "terrain" else "artefact") + " à " + sn + "+." else ""}
keyword:
#english keyword: Warp
keyword: Hyperespace
match: Hyperespace <atom-param>coût</atom-param>
mode: expert
reminder: Vous pouvez lander cette carte peuis votre main pour son coût d'hyperespace. Exiliz cette créature au dèbut de la prochaine étape de fin, puis vous pouvez a lander depuis l'exil pendant un autre tour.
keyword:
#english keyword: Lander tokens
keyword: jetons Module de descente
match: jetons Module de descente
mode: expert
reminder: Ce sont des artefacts avec « [2], [T], sacrifiez ce jeton : Cherchez dans votre bibliothèque une carte de terrain de base,mettez-la sur le champ de bataille engagée, puis mélangez. »
keyword:
#english keyword: Lander token
keyword: jeton Module de descente
match: jeton Module de descente
mode: expert
reminder: C'est un artefact avec « [2], [T], sacrifiez ce jeton : Cherchez dans votre bibliothèque une carte de terrain de base,mettez-la sur le champ de bataille engagée, puis mélangez. »
keyword:
#english keyword: Void
keyword: Vide
match: Vide
mode: pseudo
rules: Vide — If a nonland permanent left the battlefield this turn or a spell was warped this turn, [effect].
#Spider-Man
keyword:
#english keyword: Mayhem
keyword: Désordre
match: Désordre <atom-param>coût</atom-param>
mode: expert
reminder: Vous pouvez lander cette carte depuis votre cimetière pour {param1} si vous vous en êtes défaussé ce tour-ci. Les règles restriction de temps s'appliquent quand même.
keyword:
#english keyword: Web-slinging
keyword: Lanceur de toile
match: Lanceur de toile <atom-param>coût</atom-param>
mode: expert
reminder: Vous puvez lander ce sort pour {param1} si vous renvoyez aussi une créature engagée que vous contrôlez la main de son propriétaire.
keyword:
#english keyword: Harness
keyword: Maîtrisez
match: Maîtrisez
mode: expert
reminder: Une fois maîtrisée, sa capacité Infinity est active.

View File

@@ -2771,9 +2771,9 @@ keyword:
rules: Turbinio — Whenever you cast your second spell each turn, [effect]. rules: Turbinio — Whenever you cast your second spell each turn, [effect].
keyword: keyword:
english keyword: Harmonize #english keyword: Harmonize
keyword: Armonizzare keyword: Armonizzare
match: Armonizzare <atom-param>coût</atom-param> match: Armonizzare <atom-param>costo</atom-param>
mode: expert mode: expert
reminder: Puoi lanciare questa carta dal tuo cimitero pagando il suo costo di armonizzare. Puoi TAPpare una creatura che controlli per ridurre quel costo di <sym>X</sym>, dove X è la sua forza. Poi esilia questa magia. reminder: Puoi lanciare questa carta dal tuo cimitero pagando il suo costo di armonizzare. Puoi TAPpare una creatura che controlli per ridurre quel costo di <sym>X</sym>, dove X è la sua forza. Poi esilia questa magia.
@@ -2805,3 +2805,61 @@ keyword:
match: Livelli match: Livelli
mode: expert mode: expert
reminder: Scegli un costo addizionale. reminder: Scegli un costo addizionale.
# Edge of Eternities
keyword:
#english keyword: Station
keyword: Station
match: Station
mode: expert
reminder: TAPpa un'altra creatura che controlli: Metii segnalini carica pari alla sua forza su questa {if lang_setting("is_spacecraft")(card.sub_type) then "Astronave" else if lang_setting("is_planet")(card.sub_type) then "Planeta" else "permanente"}. Staziona solo come una stregoneria.{sn := station_number(); if sn > 0 then " Con " + sn + "+ è una creatura" + (if lang_setting("is_land")(card.super_type) then "terra." else "artefatto.") else ""}
keyword:
#english keyword: Warp
keyword: Curvatura
match: Curvatura <atom-param>costo</atom-param>
mode: expert
reminder: Puoi lanciare questa carta dalla tua mano pagando il suo costo di curvatura. Esilia questa creatura all'inizio della prossima sottofase finale, poi puoi lanciarla dall'esilio in un turno successivo.
keyword:
#english keyword: Lander tokens
keyword: pedine Lander
match: pedine Lander
mode: expert
reminder: Sono artefatti con "[2], [T], Sacrifica questa pedina: Passa in rassegna il tuo grimorio per una carta terra base, mettila sul campo di battaglia TAPpata, poi rimescola".
keyword:
#english keyword: Lander token
keyword: pedina Lander
match: pedina Lander
mode: expert
reminder: E un artefatto con "[2], [T], Sacrifica questa pedina: Passa in rassegna il tuo grimorio per una carta terra base, mettila sul campo di battaglia TAPpata, poi rimescola".
keyword:
#english keyword: Void
keyword: Vuoto
match: Vuoto
mode: pseudo
rules: Vuoto — If a nonland permanent left the battlefield this turn or a spell was warped this turn, [effect].
#Spider-Man
keyword:
#english keyword: Mayhem
keyword: Pandemonio
match: Pandemonio <atom-param>costo</atom-param>
mode: expert
reminder: Puoi lanciare questa carta dal tuo cimitero pagando {param1} se l'hai scartata in questo turno. Le regole sulla tempistica si applicano comunque.
keyword:
#english keyword: Web-slinging
keyword: Lancia-ragnatele
match: Lancia-ragnatele <atom-param>costo</atom-param>
mode: expert
reminder: Puoi lanciare questa magia pagando {param1} se fai anche tornare una creatura TAPpara che controlli in mano al suo proprietaro.
keyword:
#english keyword: Harness
keyword: Imbriglia
match: Imbriglia
mode: expert
reminder: Una volta imbrigliata, la sua abilità Infinity è attiva.

View File

@@ -2416,7 +2416,7 @@ keyword:
keyword: タップ状態の魚1体を贈呈する keyword: タップ状態の魚1体を贈呈する
match: タップ状態の魚1体を贈呈する match: タップ状態の魚1体を贈呈する
mode: expert mode: expert
reminder: あなたがこの呪文を唱えるに際し、対戦相手1人に贈呈する約束をしてもよい。そうしたなら、{if lang_setting("is_spell")(card.type) then "これの他の効果が適用される前に、そのプレイヤーは青の1/1の魚・クリーチャー・トークン1体をタップ状態で生成する。" then "これが戦場に出たとき、そのプレイヤーは青の1/1の魚・クリーチャー・トークン1体をタップ状態で生成する。"} reminder: あなたがこの呪文を唱えるに際し、対戦相手1人に贈呈する約束をしてもよい。そうしたなら、{if lang_setting("is_spell")(card.type) then "これの他の効果が適用される前に、そのプレイヤーは青の1/1の魚・クリーチャー・トークン1体をタップ状態で生成する。" else "これが戦場に出たとき、そのプレイヤーは青の1/1の魚・クリーチャー・トークン1体をタップ状態で生成する。"}
#example: Parting Gust #example: Parting Gust
keyword: keyword:
@@ -2526,7 +2526,7 @@ keyword:
rules: 疾風 — Whenever you cast your second spell each turn, [effect]. rules: 疾風 — Whenever you cast your second spell each turn, [effect].
keyword: keyword:
english keyword: Harmonize #english keyword: Harmonize
keyword: 調和 keyword: 調和
match: 調和<atom-param>コスト</atom-param> match: 調和<atom-param>コスト</atom-param>
mode: expert mode: expert
@@ -2546,3 +2546,68 @@ keyword:
mode: pseudo mode: pseudo
rules: 相続 — [cost], Exile this card from your graveyard: [effect]. rules: 相続 — [cost], Exile this card from your graveyard: [effect].
#Final Fantasy
keyword:
#english keyword: Job select
keyword: ジョブ選択
match: ジョブ選択
mode: expert
reminder: この装備品が戦場に出たとき、無色の1/の英雄・クリーチヤー・トークン1体を生成し、その後、これをそれにつける。
keyword:
#english keyword: Tiered
keyword: 段階
match: 段階
mode: expert
reminder: 追加コスト1つを選ぶ。
# Edge of Eternities
keyword:
#english keyword: Station
keyword: 配備
match: 配備
mode: expert
reminder: Tap another creature you control: Put charge counters equal to its power on this {if lang_setting("is_spacecraft")(card.sub_type) then "Spacecraft" else if lang_setting("is_planet")(card.sub_type) then "Planet" else "permanent"}. Station only as a sorcery.{sn := station_number(); if sn > 0 then " It's " + (if lang_setting("is_artifact")(card.super_type) then "an artifact creature" else if lang_setting("is_land")(card.super_type) then "a land creature" else "a creature in addition to its other types") + " at " + sn + "+." else ""}
keyword:
#english keyword: Warp
keyword: ワープ
match: ワープ <atom-param>コスト</atom-param>
mode: expert
reminder: あなたの手札にあるこのカードをワープ・コストで唱えてもよい。次の終了ステツプの開始時に、このワり一チヤーを追放し、その後、後のターンに、これを追放領域から唱えてもよい。
keyword:
#english keyword: Lander token
keyword: 着陸船
match: Lander token
mode: expert
reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Lander token is an artifact")} with "[2], [T], Sacrificie this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
keyword:
#english keyword: Void
keyword: ヴォイド
match: ヴォイド
mode: pseudo
rules: Void — If a nonland permanent left the battlefield this turn or a spell was warped this turn, [effect].
#Spider-Man
keyword:
#english keyword: Mayhem
keyword: Mayhem
match: Mayhem <atom-param>コスト</atom-param>
mode: expert
reminder: You may cast this card from your graveyard for {if is_mana_cost(param1) then param1 else "its mayhem cost"} if you discarded it this turn. Timing rules still apply.
keyword:
#english keyword: Web-slinging
keyword: Web-slinging
match: Web-slinging <atom-param>コスト</atom-param>
mode: expert
reminder: You may cast this spell for {if is_mana_cost(param1) then param1 else "its web-slinging cost"} if you also return a tapped creature you control to its owner's hand.
keyword:
#english keyword: Harness
keyword: Harness
match: Harness
mode: expert
reminder: Once harnessed, its Infinity ability is active.

View File

@@ -2019,3 +2019,53 @@ keyword:
match: Tiered match: Tiered
mode: expert mode: expert
reminder: Choose one additional cost. reminder: Choose one additional cost.
# Edge of Eternities
keyword:
#english keyword: Station
keyword: Station
match: Station
mode: expert
reminder: Tap another creature you control: Put charge counters equal to its power on this {if lang_setting("is_spacecraft")(card.sub_type) then "Spacecraft" else if lang_setting("is_planet")(card.sub_type) then "Planet" else "permanent"}. Station only as a sorcery.{sn := station_number(); if sn > 0 then " It's " + (if lang_setting("is_artifact")(card.super_type) then "an artifact creature" else if lang_setting("is_land")(card.super_type) then "a land creature" else "a creature in addition to its other types") + " at " + sn + "+." else ""}
keyword:
#english keyword: Warp
keyword: Warp
match: Warp <atom-param>cost</atom-param>
mode: expert
reminder: You may cast this card from your hand for its warp cost. Exile this creature at the beginning of the next end step, then you may cast it from exile on a later turn.
keyword:
#english keyword: Lander token
keyword: Lander token
match: Lander toke<atom-param>*s</atom-param>
mode: expert
reminder: {handle_merged_rt(if param1.value == "ns" then "Theyre artifacts" else "Its an artifact", moved:"A Lander token is an artifact")} with "[2], [T], Sacrificie this token: Search your library for a basic land card, put it onto the battlefield tapped, then shuffle."
keyword:
#english keyword: Void
keyword: Void
match: Void
mode: pseudo
rules: Void — If a nonland permanent left the battlefield this turn or a spell was warped this turn, [effect].
#Spider-Man
keyword:
#english keyword: Mayhem
keyword: Mayhem
match: Mayhem <atom-param>cost</atom-param>
mode: expert
reminder: You may cast this card from your graveyard for {if is_mana_cost(param1) then param1 else "its mayhem cost"} if you discarded it this turn. Timing rules still apply.
keyword:
#english keyword: Web-slinging
keyword: Web-slinging
match: Web-slinging <atom-param>cost</atom-param>
mode: expert
reminder: You may cast this spell for {if is_mana_cost(param1) then param1 else "its web-slinging cost"} if you also return a tapped creature you control to its owner's hand.
keyword:
#english keyword: Harness
keyword: Harness
match: Harness
mode: expert
reminder: Once harnessed, its Infinity ability is active.

View File

@@ -61,6 +61,9 @@ languages := [
is_miracle : match@(match: "(?i)Mirakulum") is_miracle : match@(match: "(?i)Mirakulum")
is_mutate : match@(match: "(?i)Mutation") is_mutate : match@(match: "(?i)Mutation")
is_devoid : match@(match: "(?i)Fahl") is_devoid : match@(match: "(?i)Fahl")
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[^>]*>") 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")
@@ -169,11 +172,16 @@ languages := [
+ "Gerät," + "Gerät,"
+ "Gold," + "Gold,"
+ "Hinweis," + "Hinweis,"
+ "Infinity,"
+ "Inkubator," + "Inkubator,"
+ "Kraftstein," + "Kraftstein,"
+ "Lageplan," + "Lageplan,"
+ "Lander,"
+ "Raumschiff,"
+ "Schatz," + "Schatz,"
+ "Speise," + "Speise,"
+ "Stein,"
+ "Terminus,"
+ "Wackelpuppe", + "Wackelpuppe",
word_list_battle: word_list_battle:
"Belagerung", "Belagerung",
@@ -185,6 +193,7 @@ languages := [
+ "Hort," + "Hort,"
+ "Kraftwerk," + "Kraftwerk,"
+ "Ort," + "Ort,"
+ "Planet,"
+ "Sphäre," + "Sphäre,"
+ "Tor," + "Tor,"
+ "Turm," + "Turm,"
@@ -294,6 +303,7 @@ languages := [
word_lists_race: [ word_lists_race: [
"Affe," "Affe,"
+ "Alien," + "Alien,"
+ "Ameisenigel,"
+ "Antilope," + "Antilope,"
+ "Archon," + "Archon,"
+ "Äthergeborener," + "Äthergeborener,"
@@ -330,6 +340,7 @@ languages := [
+ "Dauthi," + "Dauthi,"
+ "Dinosaurier," + "Dinosaurier,"
+ "Drache," + "Drache,"
+ "Drix,"
+ "Drohne," + "Drohne,"
+ "Dryade," + "Dryade,"
+ "Dschinn", + "Dschinn",
@@ -379,11 +390,13 @@ languages := [
+ "Hirsch," + "Hirsch,"
+ "Homarid," + "Homarid,"
+ "Homunkulus," + "Homunkulus,"
+ "Hummer,"
+ "Hund," + "Hund,"
+ "Hyäne," + "Hyäne,"
+ "Hydra", + "Hydra",
"Ifrit," "Ifrit,"
+ "Igel,"
+ "Illusion," + "Illusion,"
+ "Inkarnation," + "Inkarnation,"
+ "Insekt", + "Insekt",
@@ -507,7 +520,9 @@ languages := [
+ "Stachel," + "Stachel,"
+ "Stachelschwein," + "Stachelschwein,"
+ "Stinktier," + "Stinktier,"
+ "Surrakar," + "Surrakar",
"Symbiont,"
+ "Synth", + "Synth",
"Tentakel," "Tentakel,"
@@ -577,7 +592,8 @@ languages := [
+ "Bürger," + "Bürger,"
+ "Clown", + "Clown",
"Deserteur," "Darstellar,"
+ "Deserteur,"
+ "Detektiv," + "Detektiv,"
+ "Diener," + "Diener,"
+ "Doctor," + "Doctor,"
@@ -590,11 +606,12 @@ languages := [
+ "Geist," + "Geist,"
+ "Gesinde," + "Gesinde,"
+ "Handwerker," + "Handwerker,"
+ "Held,"
+ "Hexenmeister," + "Hexenmeister,"
+ "Inkarnation," + "Inkarnation",
+ "Juggernaut",
"Kleriker," "Juggernaut,"
+ "Kleriker,"
+ "Krieger," + "Krieger,"
+ "Leibeigene," + "Leibeigene,"
+ "Leviathan," + "Leviathan,"
@@ -617,6 +634,7 @@ languages := [
+ "Schamane," + "Schamane,"
+ "Schlachtschiff," + "Schlachtschiff,"
+ "Schrecken," + "Schrecken,"
+ "Schurke,"
+ "Skelett," + "Skelett,"
+ "Soldat," + "Soldat,"
+ "Söldner," + "Söldner,"
@@ -808,6 +826,8 @@ languages := [
is_miracle : match@(match: "(?i)Miracle") is_miracle : match@(match: "(?i)Miracle")
is_mutate : match@(match: "(?i)Mutate") is_mutate : match@(match: "(?i)Mutate")
is_devoid : match@(match: "(?i)Devoid") is_devoid : match@(match: "(?i)Devoid")
is_spacecraft : match@(match: "(?i)Spacecraft")
is_planet : match@(match: "(?i)Planet")
mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAdd [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>") mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAdd [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>")
gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAdd [^(\n|^).]*<match>", match:"(any( one)?|different|combination of) color") gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAdd [^(\n|^).]*<match>", match:"(any( one)?|different|combination of) color")
@@ -917,9 +937,14 @@ languages := [
+ "Fortification," + "Fortification,"
+ "Gold," + "Gold,"
+ "Incubator," + "Incubator,"
+ "Infinity,"
+ "Junk," + "Junk,"
+ "Lander,"
+ "Map," + "Map,"
+ "Powerstone," + "Powerstone,"
+ "Spacecraft,"
+ "Stone,"
+ "Terminus,"
+ "Treasure," + "Treasure,"
+ "Vehicle", + "Vehicle",
word_list_battle: word_list_battle:
@@ -933,6 +958,7 @@ languages := [
+ "Lair," + "Lair,"
+ "Locus," + "Locus,"
+ "Mine," + "Mine,"
+ "Planet,"
+ "Power-Plant," + "Power-Plant,"
+ "Sphere," + "Sphere,"
+ "Tower," + "Tower,"
@@ -1063,6 +1089,7 @@ languages := [
+ "Beeble," + "Beeble,"
+ "Beholder," + "Beholder,"
+ "Bird," + "Bird,"
+ "Bison,"
+ "Blinkmoth," + "Blinkmoth,"
+ "Boar," + "Boar,"
+ "Bringer," + "Bringer,"
@@ -1098,11 +1125,13 @@ languages := [
+ "Dragon," + "Dragon,"
+ "Drake," + "Drake,"
+ "Dreadnought," + "Dreadnought,"
+ "Drix,"
+ "Drone," + "Drone,"
+ "Dryad," + "Dryad,"
+ "Dwarf", + "Dwarf",
"Efreet," "Echidna,"
+ "Efreet,"
+ "Egg," + "Egg,"
+ "Eldrazi," + "Eldrazi,"
+ "Elemental," + "Elemental,"
@@ -1139,6 +1168,7 @@ languages := [
+ "Halfling," + "Halfling,"
+ "Hamster," + "Hamster,"
+ "Harpy," + "Harpy,"
+ "Hedgehog,"
+ "Hellion," + "Hellion,"
+ "Hippo," + "Hippo,"
+ "Hippogriff," + "Hippogriff,"
@@ -1160,7 +1190,8 @@ languages := [
+ "Jellyfish," + "Jellyfish,"
+ "Juggernaut", + "Juggernaut",
"Kavu," "Kangaroo,"
+ "Kavu,"
+ "Kirin," + "Kirin,"
+ "Kithkin," + "Kithkin,"
+ "Kobold," + "Kobold,"
@@ -1170,11 +1201,13 @@ languages := [
"Lamia," "Lamia,"
+ "Lammasu," + "Lammasu,"
+ "Leech," + "Leech,"
+ "Lemur,"
+ "Leviathan," + "Leviathan,"
+ "Lhurgoyf," + "Lhurgoyf,"
+ "Licid," + "Licid,"
+ "Lizard," + "Lizard,"
+ "Llama", + "Llama,"
+ "Lobster",
"Manticore," "Manticore,"
+ "Masticore," + "Masticore,"
@@ -1269,6 +1302,7 @@ languages := [
+ "Squirrel," + "Squirrel,"
+ "Starfish," + "Starfish,"
+ "Surrakar," + "Surrakar,"
+ "Symbiote,"
+ "Synth", + "Synth",
"Tentacle," "Tentacle,"
@@ -1343,13 +1377,14 @@ languages := [
+ "Flagbearer," + "Flagbearer,"
+ "Gamer," + "Gamer,"
+ "Guest," + "Guest,"
+ "Hero,"
+ "Horror," + "Horror,"
+ "Incarnation," + "Incarnation,"
+ "Inquisitor," + "Inquisitor,"
+ "Juggernaut," + "Juggernaut",
+ "Knight",
"Leviathan," "Knight,"
+ "Leviathan,"
+ "Mercenary," + "Mercenary,"
+ "Minion," + "Minion,"
+ "Monger," + "Monger,"
@@ -1388,7 +1423,8 @@ languages := [
+ "Survivor," + "Survivor,"
+ "Thopter," + "Thopter,"
+ "Toy," + "Toy,"
+ "Vampire", + "Vampire,"
+ "Villain",
"Warlock," "Warlock,"
+ "Warrior," + "Warrior,"
@@ -1570,6 +1606,8 @@ languages := [
is_miracle : match@(match: "(?i)Milagro") is_miracle : match@(match: "(?i)Milagro")
is_mutate : match@(match: "(?i)Mutación") is_mutate : match@(match: "(?i)Mutación")
is_devoid : match@(match: "(?i)Vacío") is_devoid : match@(match: "(?i)Vacío")
is_spacecraft : match@(match: "(?i)Astronave")
is_planet : match@(match: "(?i)Planeta")
mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAgrega [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>") mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAgrega [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>")
gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAgrega [^(\n|^).]*<match>", match:"cualquier (combinación de )?color|colores distintos") gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAgrega [^(\n|^).]*<match>", match:"cualquier (combinación de )?color|colores distintos")
@@ -1670,18 +1708,23 @@ languages := [
word_list_artifact: word_list_artifact:
"Aparato," "Aparato,"
+ "Astronave,"
+ "Aterrizador,"
+ "Attraction," + "Attraction,"
+ "Cabezón," + "Cabezón,"
+ "Comida," + "Comida,"
+ "del-Infinito,"
+ "Equipo," + "Equipo,"
+ "Fortificación," + "Fortificación,"
+ "Incubadora," + "Incubadora,"
+ "Mapa," + "Mapa,"
+ "Oro," + "Oro,"
+ "Piedra,"
+ "Piedra de poder," + "Piedra de poder,"
+ "Pista," + "Pista,"
+ "Residuo," + "Residuo,"
+ "Sangre," + "Sangre,"
+ "Terminus,"
+ "Tesoro," + "Tesoro,"
+ "Vehículo", + "Vehículo",
word_list_battle: word_list_battle:
@@ -1696,6 +1739,7 @@ languages := [
+ "Desierto," + "Desierto,"
+ "Esfera," + "Esfera,"
+ "Mina," + "Mina,"
+ "Planeta,"
+ "Portal," + "Portal,"
+ "Sitio," + "Sitio,"
+ "Torre", + "Torre",
@@ -1862,9 +1906,11 @@ languages := [
+ "Djinn," + "Djinn,"
+ "Draco," + "Draco,"
+ "Dragón," + "Dragón,"
+ "Dríada", + "Dríada,"
+ "Drix",
"Efrit," "Echidna,"
+ "Efrit,"
+ "Eldrazi," + "Eldrazi,"
+ "Elefante," + "Elefante,"
+ "Elemental," + "Elemental,"
@@ -1872,7 +1918,9 @@ languages := [
+ "Enano," + "Enano,"
+ "Encarnación," + "Encarnación,"
+ "Engendro," + "Engendro,"
+ "Escorpión," + "Erizo",
"Escorpión,"
+ "Escultura," + "Escultura,"
+ "Esfinge," + "Esfinge,"
+ "Espantapájaros," + "Espantapájaros,"
@@ -1880,9 +1928,8 @@ languages := [
+ "Espíritu," + "Espíritu,"
+ "Esponja," + "Esponja,"
+ "Esqueleto," + "Esqueleto,"
+ "Estrella-de-mar", + "Estrella-de-mar,"
+ "Etergénito,"
"Etergénito,"
+ "Extraño", + "Extraño",
"Felino," "Felino,"
@@ -1936,6 +1983,7 @@ languages := [
"Lagarto," "Lagarto,"
+ "Lamia," + "Lamia,"
+ "Lammasu," + "Lammasu,"
+ "Langosta,"
+ "Leviatán," + "Leviatán,"
+ "Lhurgoyf," + "Lhurgoyf,"
+ "Licántropo," + "Licántropo,"
@@ -2012,6 +2060,7 @@ languages := [
+ "Serpiente," + "Serpiente,"
+ "Servo," + "Servo,"
+ "Sierpe," + "Sierpe,"
+ "Simbionte,"
+ "Simio," + "Simio,"
+ "Sirena," + "Sirena,"
+ "Slit," + "Slit,"
@@ -2064,6 +2113,7 @@ languages := [
+ "Arconte," + "Arconte,"
+ "Arquero," + "Arquero,"
+ "Artífice," + "Artífice,"
+ "Artista,"
+ "Asesino," + "Asesino,"
+ "Bárbaro," + "Bárbaro,"
+ "Bardo," + "Bardo,"
@@ -2093,6 +2143,7 @@ languages := [
+ "Guardabosque," + "Guardabosque,"
+ "Guerrero," + "Guerrero,"
+ "Hechicero," + "Hechicero,"
+ "Héroe,"
+ "Horror," + "Horror,"
+ "Huevo," + "Huevo,"
+ "Juguete," + "Juguete,"
@@ -2127,6 +2178,7 @@ languages := [
+ "Traficante," + "Traficante,"
+ "Vampiro," + "Vampiro,"
+ "Vástago," + "Vástago,"
+ "Villano,"
+ "Zángano," + "Zángano,"
+ "Zombie" + "Zombie"
] ]
@@ -2137,6 +2189,7 @@ languages := [
+ "Avishkar," + "Avishkar,"
+ "Bloomburrow," + "Bloomburrow,"
+ "Capenna," + "Capenna,"
+ "Cruce de Truenos,"
+ "Dominaria," + "Dominaria,"
+ "Duskmourn," + "Duskmourn,"
+ "Eldraine," + "Eldraine,"
@@ -2155,7 +2208,6 @@ languages := [
+ "Rávnica," + "Rávnica,"
+ "Tarkir," + "Tarkir,"
+ "Theros," + "Theros,"
+ "Thunder Junction,"
+ "Ulgrotha," + "Ulgrotha,"
+ "Zendikar", + "Zendikar",
@@ -2303,6 +2355,8 @@ languages := [
is_miracle : match@(match: "(?i)Miracle") is_miracle : match@(match: "(?i)Miracle")
is_mutate : match@(match: "(?i)Mutation") is_mutate : match@(match: "(?i)Mutation")
is_devoid : match@(match: "(?i)Carence") is_devoid : match@(match: "(?i)Carence")
is_spacecraft : match@(match: "(?i)Vaisseau spatial")
is_planet : match@(match: "(?i)Planète")
mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAjoutez [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>") mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAjoutez [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>")
gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAjoutez [^(\n|^).]*<match>", match:"couleur de votre choix|couleurs différentes|combinaison de mana coloré de votre choix") gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAjoutez [^(\n|^).]*<match>", match:"couleur de votre choix|couleurs différentes|combinaison de mana coloré de votre choix")
@@ -2411,11 +2465,16 @@ languages := [
+ "Fortification," + "Fortification,"
+ "Incubateur," + "Incubateur,"
+ "Indice," + "Indice,"
+ "Infinité,"
+ "Lithoforce," + "Lithoforce,"
+ "Module de descente,"
+ "Nourriture," + "Nourriture,"
+ "Or," + "Or,"
+ "Pierre,"
+ "Sang," + "Sang,"
+ "Terminus,"
+ "Trésor," + "Trésor,"
+ "Vaisseau spatial,"
+ "Véhicule", + "Véhicule",
word_list_battle: word_list_battle:
"Siège", "Siège",
@@ -2427,6 +2486,7 @@ languages := [
+ "D'urza," + "D'urza,"
+ "Désert," + "Désert,"
+ "Mine," + "Mine,"
+ "Planète,"
+ "Porte," + "Porte,"
+ "Repaire," + "Repaire,"
+ "Site," + "Site,"
@@ -2594,10 +2654,12 @@ languages := [
+ "Djinn," + "Djinn,"
+ "Dragon," + "Dragon,"
+ "Drakôn," + "Drakôn,"
+ "Drix,"
+ "Drone," + "Drone,"
+ "Dryade", + "Dryade",
"Écureuil," "Échidné,"
+ "Écureuil,"
+ "Éfrit," + "Éfrit,"
+ "Élan," + "Élan,"
+ "Eldrazi," + "Eldrazi,"
@@ -2612,8 +2674,9 @@ languages := [
+ "Escargot," + "Escargot,"
+ "Esprit," + "Esprit,"
+ "Éthérien," + "Éthérien,"
+ "Étoile de mer," + "Étoile de mer",
+ "Évolien,"
"Évolien,"
+ "Extraterrestre", + "Extraterrestre",
"Fongus," "Fongus,"
@@ -2640,8 +2703,10 @@ languages := [
"Halfelin," "Halfelin,"
+ "Hamster," + "Hamster,"
+ "Harpie," + "Harpie,"
+ "Hérisson,"
+ "Hippogriffe," + "Hippogriffe,"
+ "Hippopotame," + "Hippopotame,"
+ "Homard,"
+ "Homaride," + "Homaride,"
+ "Homoncule," + "Homoncule,"
+ "Horreur," + "Horreur,"
@@ -2763,6 +2828,7 @@ languages := [
+ "Srâne," + "Srâne,"
+ "Surrakar," + "Surrakar,"
+ "Sylvin," + "Sylvin,"
+ "Symbiote,"
+ "Synthétique", + "Synthétique",
"Tatou," "Tatou,"
@@ -2799,6 +2865,7 @@ languages := [
+ "Archonte," + "Archonte,"
+ "Armée," + "Armée,"
+ "Artificier," + "Artificier,"
+ "Artiste,"
+ "Assassin," + "Assassin,"
+ "Barbare," + "Barbare,"
+ "Barde," + "Barde,"
@@ -2817,34 +2884,35 @@ languages := [
+ "Djaggernaut," + "Djaggernaut,"
+ "Docteur," + "Docteur,"
+ "Drone," + "Drone,"
+ "Druide", + "Druide,"
+ "Éclaireur,"
"Éclaireur,"
+ "Engeance," + "Engeance,"
+ "Esprit," + "Esprit",
+ "Gredin,"
"Gredin,"
+ "Gréeur," + "Gréeur,"
+ "Guerrier," + "Guerrier,"
+ "Héros,"
+ "Horreur," + "Horreur,"
+ "Incarnation," + "Incarnation,"
+ "Jouet," + "Jouet,"
+ "Léviathan," + "Léviathan,"
+ "Loup-garou", + "Loup-garou,"
+ "Mécanoptère,"
"Mécanoptère," + "Méchant,"
+ "Mercenaire," + "Mercenaire,"
+ "Mignon," + "Mignon,"
+ "Moine," + "Moine,"
+ "Monture," + "Monture,"
+ "Mutant," + "Mutant,"
+ "Mystique," + "Mystique",
+ "Négociant,"
"Négociant,"
+ "Ninja," + "Ninja,"
+ "Noble," + "Noble,"
+ "Nomade," + "Nomade,"
+ "Œuf", + "Œuf,"
+ "Paysan,"
"Paysan,"
+ "Pilote," + "Pilote,"
+ "Pirate," + "Pirate,"
+ "Praetor," + "Praetor,"
@@ -2874,8 +2942,8 @@ languages := [
+ "Avishkar," + "Avishkar,"
+ "Bloomburrow," + "Bloomburrow,"
+ "Capenna," + "Capenna,"
+ "Croisetonnerre,"
+ "Dominaria," + "Dominaria,"
+ "Duskmourn,"
+ "Eldraine," + "Eldraine,"
+ "Faerûn," + "Faerûn,"
+ "Ikoria," + "Ikoria,"
@@ -2886,13 +2954,13 @@ languages := [
+ "Lorwyn," + "Lorwyn,"
+ "Mercadia," + "Mercadia,"
+ "Mirrodin," + "Mirrodin,"
+ "Mornebrune,"
+ "Nouvelle Phyrexia," + "Nouvelle Phyrexia,"
+ "Rajh," + "Rajh,"
+ "Ravnica," + "Ravnica,"
+ "Sombrelande," + "Sombrelande,"
+ "Tarkir," + "Tarkir,"
+ "Theros," + "Theros,"
+ "Thunder Junction,"
+ "Ulgrotha," + "Ulgrotha,"
+ "Zendikar", + "Zendikar",
@@ -3041,6 +3109,8 @@ languages := [
is_miracle : match@(match: "(?i)Miracolo") is_miracle : match@(match: "(?i)Miracolo")
is_mutate : match@(match: "(?i)Mutazione") is_mutate : match@(match: "(?i)Mutazione")
is_devoid : match@(match: "(?i)Vacuità") is_devoid : match@(match: "(?i)Vacuità")
is_spacecraft : match@(match: "(?i)Astronave")
is_planet : match@(match: "(?i)Planeta")
mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAggiungi [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>") mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAggiungi [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>")
gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAggiungi [^(\n|^).]*<match>", match:"qualsiasi colore|colori diversi|qualsiasi combinazione di colori") gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAggiungi [^(\n|^).]*<match>", match:"qualsiasi colore|colori diversi|qualsiasi combinazione di colori")
@@ -3140,7 +3210,8 @@ languages := [
message_drops_no_lands : "!! Nessuna terra trovata 0% di possibilità di colpire la terra !!" message_drops_no_lands : "!! Nessuna terra trovata 0% di possibilità di colpire la terra !!"
word_list_artifact: word_list_artifact:
"Attraction," "Astronave,"
+ "Attraction,"
+ "Cibo," + "Cibo,"
+ "Congegno," + "Congegno,"
+ "Equipaggiamento," + "Equipaggiamento,"
@@ -3148,11 +3219,15 @@ languages := [
+ "Fortificazione," + "Fortificazione,"
+ "Incubatrice," + "Incubatrice,"
+ "Indizio," + "Indizio,"
+ "Infinito,"
+ "Lander,"
+ "Mappa," + "Mappa,"
+ "Oro," + "Oro,"
+ "Pietra,"
+ "Pietra del Potere," + "Pietra del Potere,"
+ "Sangue," + "Sangue,"
+ "Statuetta," + "Statuetta,"
+ "Terminus,"
+ "Tesoro," + "Tesoro,"
+ "Veicolo", + "Veicolo",
word_list_battle: word_list_battle:
@@ -3167,6 +3242,7 @@ languages := [
+ "di Urza," + "di Urza,"
+ "Luogo," + "Luogo,"
+ "Miniera," + "Miniera,"
+ "Pianeta,"
+ "Sfera," + "Sfera,"
+ "Tana," + "Tana,"
+ "Torre", + "Torre",
@@ -3277,6 +3353,7 @@ languages := [
+ "Alce," + "Alce,"
+ "Angelo," + "Angelo,"
+ "Antilope," + "Antilope,"
+ "Aragosta,"
+ "Arconte," + "Arconte,"
+ "Armadillo," + "Armadillo,"
+ "Arpia," + "Arpia,"
@@ -3326,9 +3403,11 @@ languages := [
+ "Donnola," + "Donnola,"
+ "Draghetto," + "Draghetto,"
+ "Drago," + "Drago,"
+ "Driade", + "Driade,"
+ "Drix",
"Efreet," "Echidna,"
+ "Efreet,"
+ "Eldrazi," + "Eldrazi,"
+ "Elefante," + "Elefante,"
+ "Elementale," + "Elementale,"
@@ -3452,6 +3531,7 @@ languages := [
"Ragno," "Ragno,"
+ "Rana," + "Rana,"
+ "Ratto," + "Ratto,"
+ "Riccio,"
+ "Riflesso," + "Riflesso,"
+ "Rinoceronte", + "Rinoceronte",
@@ -3475,6 +3555,7 @@ languages := [
"Sfinge," "Sfinge,"
+ "Silvantropo," + "Silvantropo,"
+ "Simbionte,"
+ "Sintetico," + "Sintetico,"
+ "Sirena," + "Sirena,"
+ "Slith," + "Slith,"
@@ -3535,6 +3616,7 @@ languages := [
+ "Arciere," + "Arciere,"
+ "Arconte," + "Arconte,"
+ "Artefice," + "Artefice,"
+ "Artista,"
+ "Assassino," + "Assassino,"
+ "Assemblatore," + "Assemblatore,"
+ "Barbaro," + "Barbaro,"
@@ -3553,13 +3635,14 @@ languages := [
+ "Discendente," + "Discendente,"
+ "Dottore," + "Dottore,"
+ "Druido," + "Druido,"
+ "Eroe,"
+ "Esercito," + "Esercito,"
+ "Esploratore," + "Esploratore,"
+ "Farabutto", + "Farabutto,"
+ "Giocattolo,"
+ "Guerriero",
"Giocattolo," "Incarnazione,"
+ "Guerriero,"
+ "Incarnazione,"
+ "Juggernaut," + "Juggernaut,"
+ "Latore," + "Latore,"
+ "Leviatano," + "Leviatano,"
@@ -3570,13 +3653,14 @@ languages := [
+ "Mistico," + "Mistico,"
+ "Monaco," + "Monaco,"
+ "Mutamagia," + "Mutamagia,"
+ "Mutante", + "Mutante,"
+ "Nemico,"
"Ninja," + "Ninja,"
+ "Nobile," + "Nobile,"
+ "Nomade," + "Nomade,"
+ "Orrore," + "Orrore",
+ "Parassita,"
"Parassita,"
+ "Pilota," + "Pilota,"
+ "Pirata," + "Pirata,"
+ "Popolano," + "Popolano,"
@@ -3610,6 +3694,7 @@ languages := [
+ "Avishkar," + "Avishkar,"
+ "Bloomburrow," + "Bloomburrow,"
+ "Capenna," + "Capenna,"
+ "Crocevia Tonante,"
+ "Dominaria," + "Dominaria,"
+ "Duskmourn," + "Duskmourn,"
+ "Eldraine," + "Eldraine,"
@@ -3628,7 +3713,6 @@ languages := [
+ "Ravnica," + "Ravnica,"
+ "Tarkir," + "Tarkir,"
+ "Theros," + "Theros,"
+ "Thunder Junction,"
+ "Ulgrotha," + "Ulgrotha,"
+ "Zendikar", + "Zendikar",
@@ -3776,6 +3860,8 @@ languages := [
is_miracle : match@(match: "(?i)奇跡") is_miracle : match@(match: "(?i)奇跡")
is_mutate : match@(match: "(?i)変容") is_mutate : match@(match: "(?i)変容")
is_devoid : match@(match: "(?i)欠色") is_devoid : match@(match: "(?i)欠色")
is_spacecraft : match@(match: "(?i)宇宙船")
is_planet : match@(match: "(?i)惑星")
mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)<match>[^(\n|^).。]*を加える", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>") mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)<match>[^(\n|^).。]*を加える", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>")
gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)<match>[^(\n|^).。]*を加える", match:"好きな色1色のマナ|異なる色のマナ|望む色の組み合わせのマナ") gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)<match>[^(\n|^).。]*を加える", match:"好きな色1色のマナ|異なる色のマナ|望む色の組み合わせのマナ")
@@ -3875,15 +3961,20 @@ languages := [
message_drops_no_lands : "!! 土地が見つかりません。土地ドロップに当たる確率は 0% !!" message_drops_no_lands : "!! 土地が見つかりません。土地ドロップに当たる確率は 0% !!"
word_list_artifact: word_list_artifact:
"アトラクション," "Terminus,"
+ "アトラクション,"
+ "宝物," + "宝物,"
+ "着陸船,"
+ "パワーストーン," + "パワーストーン,"
+ "インフィニティ,"
+ "機体," + "機体,"
+ "金," + "金,"
+ "ジャンク," + "ジャンク,"
+ "血," + "血,"
+ "地図," + "地図,"
+ "培養器," + "培養器,"
+ "宇宙船,"
+ "ストーン,"
+ "手掛かり," + "手掛かり,"
+ "城砦," + "城砦,"
+ "装備品," + "装備品,"
@@ -3898,6 +3989,7 @@ languages := [
"神座," "神座,"
+ "砂漠," + "砂漠,"
+ "魔力炉," + "魔力炉,"
+ "惑星,"
+ "ウルザの," + "ウルザの,"
+ "球層," + "球層,"
+ "棲み家," + "棲み家,"
@@ -4134,6 +4226,7 @@ languages := [
+ "ジン," + "ジン,"
+ "ジャッカル," + "ジャッカル,"
+ "シェイド," + "シェイド,"
+ "シンビオート,"
+ "シンス", + "シンス",
"墨獣," "墨獣,"
@@ -4182,6 +4275,7 @@ languages := [
+ "ドラゴン," + "ドラゴン,"
+ "ドレイク," + "ドレイク,"
+ "ドレッドノート," + "ドレッドノート,"
+ "ドリックス,"
+ "ドローン," + "ドローン,"
+ "ドライアド," + "ドライアド,"
+ "ドワーフ," + "ドワーフ,"
@@ -4210,11 +4304,13 @@ languages := [
"バジリスク," "バジリスク,"
+ "運び手," + "運び手,"
+ "ハリモグラ,"
+ "墓生まれ," + "墓生まれ,"
+ "ハッグ," + "ハッグ,"
+ "ハーフリング," + "ハーフリング,"
+ "ハムスター," + "ハムスター,"
+ "ハーピー," + "ハーピー,"
+ "ハリネズミ,"
+ "ハイドラ," + "ハイドラ,"
+ "ハイエナ," + "ハイエナ,"
+ "ハツカネズミ," + "ハツカネズミ,"
@@ -4292,13 +4388,15 @@ languages := [
+ "霊気装置," + "霊気装置,"
+ "レイス", + "レイス",
"ロボット", "ロブスター,"
+ "ロボット",
"ワーム" "ワーム"
] ]
word_lists_class: [ word_lists_class: [
"アドバイザー," "アドバイザー,"
+ "暗殺者", + "暗殺者,"
+ "悪人",
"射手," "射手,"
+ "インカーネーション," + "インカーネーション,"
@@ -4382,6 +4480,7 @@ languages := [
+ "反射", + "反射",
"ビースト," "ビースト,"
+ "英雄,"
+ "飛行機械", + "飛行機械",
"兵士", "兵士",
@@ -4578,6 +4677,8 @@ languages := [
is_miracle : match@(match: "(?i)기적") is_miracle : match@(match: "(?i)기적")
is_mutate : match@(match: "(?i)돌연변이화") is_mutate : match@(match: "(?i)돌연변이화")
is_devoid : match@(match: "(?i)결여") is_devoid : match@(match: "(?i)결여")
is_spacecraft : match@(match: "(?i)Spacecraft")
is_planet : match@(match: "(?i)Planet")
mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)<match>[^(\n|^).]* 추가한다", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>") mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)<match>[^(\n|^).]* 추가한다", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>")
gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)<match>[^(\n|^).]* 추가한다", match:"원하는 (한 가지 )?색의 마나 [두한] 개|서로 다른 색인 마나|원하는 색의 조합으로 마나") gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)<match>[^(\n|^).]* 추가한다", match:"원하는 (한 가지 )?색의 마나 [두한] 개|서로 다른 색인 마나|원하는 색의 조합으로 마나")
@@ -4679,7 +4780,12 @@ languages := [
word_list_artifact: word_list_artifact:
"Attraction," "Attraction,"
+ "Bobblehead," + "Bobblehead,"
+ "Infinity,"
+ "Junk," + "Junk,"
+ "Lander,"
+ "Spacecraft,"
+ "Stone,"
+ "Terminus,"
+ "강화," + "강화,"
+ "금," + "금,"
+ "단서," + "단서,"
@@ -4697,7 +4803,8 @@ languages := [
word_list_dungeon: word_list_dungeon:
"지하 도시", "지하 도시",
word_list_land: word_list_land:
"관문," "Planet,"
+ "관문,"
+ "광산," + "광산,"
+ "구체," + "구체,"
+ "굴," + "굴,"
@@ -4818,23 +4925,25 @@ languages := [
+ "거미," + "거미,"
+ "거북이," + "거북이,"
+ "거인," + "거인,"
+ "게," + "게",
+ "고래,"
"고래,"
+ "고르곤," + "고르곤,"
+ "고블린," + "고블린,"
+ "고슴도치,"
+ "고양이," + "고양이,"
+ "곤충," + "곤충,"
+ "골렘," + "골렘,"
+ "곰," + "곰,"
+ "공룡," + "공룡,"
+ "공성차", + "공성차,"
+ "광령,"
"광령,"
+ "굴," + "굴,"
+ "그렘린," + "그렘린,"
+ "그리핀," + "그리핀,"
+ "그림자," + "그림자",
+ "기계,"
"기계,"
+ "기린," + "기린,"
+ "기스", + "기스",
@@ -4883,7 +4992,8 @@ languages := [
+ "미르," + "미르,"
+ "민달팽이", + "민달팽이",
"바다코끼리," "바늘두더지,"
+ "바다코끼리,"
+ "바실리스크," + "바실리스크,"
+ "박쥐," + "박쥐,"
+ "반신," + "반신,"
@@ -4904,6 +5014,7 @@ languages := [
+ "삼엽충," + "삼엽충,"
+ "상어," + "상어,"
+ "새끼용," + "새끼용,"
+ "새우,"
+ "샐러맨더," + "샐러맨더,"
+ "생쥐," + "생쥐,"
+ "서보," + "서보,"
@@ -5271,6 +5382,8 @@ languages := [
is_miracle : match@(match: "(?i)Milagre") is_miracle : match@(match: "(?i)Milagre")
is_mutate : match@(match: "(?i)Mutação") is_mutate : match@(match: "(?i)Mutação")
is_devoid : match@(match: "(?i)Desprovido") is_devoid : match@(match: "(?i)Desprovido")
is_spacecraft : match@(match: "(?i)Spacecraft")
is_planet : match@(match: "(?i)Planet")
mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAdicione [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>") mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAdicione [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>")
gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAdicione [^(\n|^).]*<match>", match:"qualquer cor|cores diferentes") gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bAdicione [^(\n|^).]*<match>", match:"qualquer cor|cores diferentes")
@@ -5377,12 +5490,17 @@ languages := [
+ "Equipamento," + "Equipamento,"
+ "Fortificação," + "Fortificação,"
+ "Incubadora," + "Incubadora,"
+ "Infinity,"
+ "Junk," + "Junk,"
+ "Lander,"
+ "Mapa," + "Mapa,"
+ "Ouro," + "Ouro,"
+ "Pedra de Energia," + "Pedra de Energia,"
+ "Pista," + "Pista,"
+ "Sangue," + "Sangue,"
+ "Spacecraft,"
+ "Stone,"
+ "Terminus,"
+ "Tesouro," + "Tesouro,"
+ "Veículo", + "Veículo",
word_list_battle: word_list_battle:
@@ -5397,6 +5515,7 @@ languages := [
+ "Esfera," + "Esfera,"
+ "Local," + "Local,"
+ "Mina," + "Mina,"
+ "Planet,"
+ "Portão," + "Portão,"
+ "Torre," + "Torre,"
+ "Usina", + "Usina",
@@ -6004,6 +6123,8 @@ languages := [
is_miracle : match@(match: "(?i)Чудо") is_miracle : match@(match: "(?i)Чудо")
is_mutate : match@(match: "(?i)Мутация") is_mutate : match@(match: "(?i)Мутация")
is_devoid : match@(match: "(?i)Лишение") is_devoid : match@(match: "(?i)Лишение")
is_spacecraft : match@(match: "(?i)Spacecraft")
is_planet : match@(match: "(?i)Planet")
mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bдобавьте [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>") mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bдобавьте [^(\n|^).]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>")
gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bдобавьте [^(\n|^).]*<match>", match:"любого цвета?|различных цветов") gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)\\bдобавьте [^(\n|^).]*<match>", match:"любого цвета?|различных цветов")
@@ -6105,7 +6226,12 @@ languages := [
word_list_artifact: word_list_artifact:
"Attraction," "Attraction,"
+ "Bobblehead," + "Bobblehead,"
+ "Infinity,"
+ "Junk," + "Junk,"
+ "Lander,"
+ "Spacecraft,"
+ "Stone,"
+ "Terminus,"
+ "Еда," + "Еда,"
+ "Золота," + "Золота,"
+ "инкубатор," + "инкубатор,"
@@ -6123,7 +6249,8 @@ languages := [
word_list_dungeon: word_list_dungeon:
"Подземного Города", "Подземного Города",
word_list_land: word_list_land:
"Башня," "Planet,"
+ "Башня,"
+ "Врата," + "Врата,"
+ "Логово," + "Логово,"
+ "Место," + "Место,"
@@ -6305,6 +6432,8 @@ languages := [
+ "Дьявол", + "Дьявол",
"Единорог," "Единорог,"
+ "Ёжик,"
+ "Ёжик,"
+ "Енот", + "Енот",
"Зверь," "Зверь,"
@@ -6387,6 +6516,7 @@ languages := [
"Обезьяна," "Обезьяна,"
+ "Овца," + "Овца,"
+ "Огр," + "Огр,"
+ "Омар,"
+ "Оргг," + "Оргг,"
+ "Орк," + "Орк,"
+ "Отражение", + "Отражение",
@@ -6716,6 +6846,8 @@ languages := [
is_miracle : match@(match: "(?i)奇迹") is_miracle : match@(match: "(?i)奇迹")
is_mutate : match@(match: "(?i)合变") is_mutate : match@(match: "(?i)合变")
is_devoid : match@(match: "(?i)虚色") is_devoid : match@(match: "(?i)虚色")
is_spacecraft : match@(match: "(?i)Spacecraft")
is_planet : match@(match: "(?i)Planet")
mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)(?<!增)加[^(\n|^).。]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>") mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)(?<!增)加[^(\n|^).。]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>")
gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)(?<!增)加[^(\n|^).。]*<match>", match:"意颜色的法术力|不同颜色的法术力|其颜色组合由你选择") gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)(?<!增)加[^(\n|^).。]*<match>", match:"意颜色的法术力|不同颜色的法术力|其颜色组合由你选择")
@@ -6817,7 +6949,12 @@ languages := [
word_list_artifact: word_list_artifact:
"Attraction," "Attraction,"
+ "Bobblehead," + "Bobblehead,"
+ "Infinity,"
+ "Junk," + "Junk,"
+ "Lander,"
+ "Spacecraft,"
+ "Stone,"
+ "Terminus,"
+ "地图," + "地图,"
+ "工事," + "工事,"
+ "武具," + "武具,"
@@ -6835,7 +6972,8 @@ languages := [
word_list_dungeon: word_list_dungeon:
"地底城", "地底城",
word_list_land: word_list_land:
"克撒的," "Planet,"
+ "克撒的,"
+ "动力炉," + "动力炉,"
+ "域界," + "域界,"
+ "塔," + "塔,"
@@ -6969,6 +7107,8 @@ languages := [
+ "凤凰," + "凤凰,"
+ "分灵," + "分灵,"
+ "分节," + "分节,"
+ "刺猬,"
+ "刺猬,"
+ "化身," + "化身,"
+ "半人马," + "半人马,"
+ "半兽人," + "半兽人,"
@@ -6979,11 +7119,11 @@ languages := [
+ "原牛," + "原牛,"
+ "变形兽," + "变形兽,"
+ "史芬斯," + "史芬斯,"
+ "吉斯人," + "吉斯人",
+ "后裔,"
+ "吸血鬼",
"哈痞," "后裔,"
+ "吸血鬼,"
+ "哈痞,"
+ "四钙石," + "四钙石,"
+ "圣者," + "圣者,"
+ "地侏," + "地侏,"
@@ -6997,10 +7137,10 @@ languages := [
+ "天使," + "天使,"
+ "奥夫," + "奥夫,"
+ "奥札奇," + "奥札奇,"
+ "奴兽," + "奴兽",
+ "宁芙",
"害獸," "宁芙,"
+ "害獸,"
+ "害虫," + "害虫,"
+ "家鼠," + "家鼠,"
+ "密封件," + "密封件,"
@@ -7186,6 +7326,7 @@ languages := [
+ "鼹鼠," + "鼹鼠,"
+ "龙," + "龙,"
+ "龙兽," + "龙兽,"
+ "龙虾,"
+ "龟" + "龟"
] ]
word_lists_class: [ word_lists_class: [
@@ -7434,6 +7575,8 @@ languages := [
is_miracle : match@(match: "(?i)奇蹟") is_miracle : match@(match: "(?i)奇蹟")
is_mutate : match@(match: "(?i)合變") is_mutate : match@(match: "(?i)合變")
is_devoid : match@(match: "(?i)虛色") is_devoid : match@(match: "(?i)虛色")
is_spacecraft : match@(match: "(?i)Spacecraft")
is_planet : match@(match: "(?i)Planet")
mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)(?<!增)加[^(\n|^).。]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>") mana_symbol_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)(?<!增)加[^(\n|^).。]*<match>", match:"<sym[^>]*>[^<]+<\\/sym[^>]*>")
gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)(?<!增)加[^(\n|^).。]*<match>", match:"任意顏色的魔法力|不同顏色的魔法力|其顏色組合由你選擇") gold_mana_production : remove_tag@(tag:"<error-spelling") + filter_text@(in_context:"(?i)(?<!增)加[^(\n|^).。]*<match>", match:"任意顏色的魔法力|不同顏色的魔法力|其顏色組合由你選擇")
@@ -7535,7 +7678,12 @@ languages := [
word_list_artifact: word_list_artifact:
"Attraction," "Attraction,"
+ "Bobblehead," + "Bobblehead,"
+ "Infinity,"
+ "Junk," + "Junk,"
+ "Lander,"
+ "Spacecraft,"
+ "Stone,"
+ "Terminus,"
+ "地图," + "地图,"
+ "工事," + "工事,"
+ "武具," + "武具,"
@@ -7553,7 +7701,8 @@ languages := [
word_list_dungeon: word_list_dungeon:
"地底城", "地底城",
word_list_land: word_list_land:
"克撒的," "Planet,"
+ "克撒的,"
+ "动力炉," + "动力炉,"
+ "域界," + "域界,"
+ "塔," + "塔,"
@@ -7684,6 +7833,8 @@ languages := [
"分節," "分節,"
+ "分靈," + "分靈,"
+ "刺蝟,"
+ "刺蝟,"
+ "化身," + "化身,"
+ "半人馬," + "半人馬,"
+ "半獸人," + "半獸人,"
@@ -7696,10 +7847,10 @@ languages := [
+ "史芬斯," + "史芬斯,"
+ "吉斯人," + "吉斯人,"
+ "吸血鬼," + "吸血鬼,"
+ "哈痞," + "哈痞",
+ "四鈣石",
"地侏," "四鈣石,"
+ "地侏,"
+ "地獄獸," + "地獄獸,"
+ "塔拉科斯," + "塔拉科斯,"
+ "塞連," + "塞連,"
@@ -7714,10 +7865,10 @@ languages := [
+ "害獸," + "害獸,"
+ "害蟲," + "害蟲,"
+ "家鼠," + "家鼠,"
+ "密封件," + "密封件",
+ "寇族",
"寧芙," "寇族,"
+ "寧芙,"
+ "小惡魔," + "小惡魔,"
+ "山羊," + "山羊,"
+ "巨人," + "巨人,"
@@ -7904,6 +8055,7 @@ languages := [
+ "鼴鼠," + "鼴鼠,"
+ "龍," + "龍,"
+ "龍獸," + "龍獸,"
+ "龍蝦,"
+ "龜" + "龜"
] ]
word_lists_class: [ word_lists_class: [

View File

@@ -1146,12 +1146,15 @@ for_mana_costs := {
else "<param-cost>{alternative_cost(input.param, trim:long_nomana_cost, s:action)}</param-cost>{non}" #### else cost "non" with long formatting else "<param-cost>{alternative_cost(input.param, trim:long_nomana_cost, s:action)}</param-cost>{non}" #### else cost "non" with long formatting
) else ) else
"<param-cost>{alternative_cost(input.param, s:action, trim:lower_first)}{non}</param-cost>" #### one, nonmana, part "<param-cost>{alternative_cost(input.param, s:action, trim:lower_first)}{non}</param-cost>" #### one, nonmana, part
) else if match(match: "^[VLHSCAIETKQ\\?XYZIWUBRG0-9/|]+$", input.param) then #### one word ) else if is_mana_cost(input.param) then #### one word
"{add}<param-mana>{input.param}</param-mana>" #### mana "{add}<param-mana>{input.param}</param-mana>" #### mana
else else
"<param-cost>{alternative_cost(input.param, trim:combined_cost, s:action)}</param-cost>{non}" #### nonmana "<param-cost>{alternative_cost(input.param, trim:combined_cost, s:action)}</param-cost>{non}" #### nonmana
}@(non:" in addition to any other costs", action:false, add:"") }@(non:" in addition to any other costs", action:false, add:"")
#### return bool; is the input is a simple mana cost?
is_mana_cost := {
match(match: "^[VLHSCAIETKQ\\?XYZIWUBRG0-9/|]+$", input.param)
}
#### Convert extra costs #### Convert extra costs
long_cost := replace@(match:", [A-Z]", replace: { to_lower() } ) long_cost := replace@(match:", [A-Z]", replace: { to_lower() } )
long_nomana_cost := replace@(match:"[A-Z]", replace: { to_lower() }) long_nomana_cost := replace@(match:"[A-Z]", replace: { to_lower() })
@@ -1257,6 +1260,25 @@ phy_reminder := {
reminder_text := "" reminder_text := ""
reminder_text reminder_text
} }
#### What number does the station/planet become a creature?
station_number := {
tag := if card.pt != ""
then ""
else if card.pt_2 != ""
then "_1"
else if card.pt_3 != ""
then "_2"
else if card.pt_4 != ""
then "_2"
else ""
sn := 0
if tag != "" then (
level_circle := card["level"+tag]
sn := replace(level_circle, match:"[-+][0-9]*", replace:"");
if sn == 0 then sn := 0
)
sn
}
#### includes localization ability #### includes localization ability
craft_code := { craft_code := {
[ [

View File

@@ -854,33 +854,37 @@ word list:
word: word:
script: lang_setting("word_lists_race").19 script: lang_setting("word_lists_race").19
word: word:
name: Si-Sz name: Si-Su
word: word:
script: lang_setting("word_lists_race").20 script: lang_setting("word_lists_race").20
word: word:
name: T name: Sy-Sz
word: word:
script: lang_setting("word_lists_race").21 script: lang_setting("word_lists_race").21
word: word:
name: U name: T
word: word:
script: lang_setting("word_lists_race").22 script: lang_setting("word_lists_race").22
word: word:
name: V name: U
word: word:
script: lang_setting("word_lists_race").23 script: lang_setting("word_lists_race").23
word: word:
name: W name: V
word: word:
script: lang_setting("word_lists_race").24 script: lang_setting("word_lists_race").24
word: word:
name: Y name: W
word: word:
script: lang_setting("word_lists_race").25 script: lang_setting("word_lists_race").25
word: word:
name: Z name: Y
word: word:
script: lang_setting("word_lists_race").26 script: lang_setting("word_lists_race").26
word:
name: Z
word:
script: lang_setting("word_lists_race").27
word list: word list:
@@ -895,11 +899,11 @@ word list:
word: word:
script: lang_setting("word_lists_class").0 script: lang_setting("word_lists_class").0
word: word:
name: D-J name: D-I
word: word:
script: lang_setting("word_lists_class").1 script: lang_setting("word_lists_class").1
word: word:
name: K-P name: J-P
word: word:
script: lang_setting("word_lists_class").2 script: lang_setting("word_lists_class").2
word: word:
@@ -1069,11 +1073,11 @@ word list:
word: word:
script: lang_setting("word_lists_class").0 script: lang_setting("word_lists_class").0
word: word:
name: D-K name: D-J
word: word:
script: lang_setting("word_lists_class").1 script: lang_setting("word_lists_class").1
word: word:
name: L-N name: K-N
word: word:
script: lang_setting("word_lists_class").2 script: lang_setting("word_lists_class").2
word: word:
@@ -1152,11 +1156,11 @@ word list:
word: word:
name: E name: E
word: word:
name: Ef-Es name: Ec-Er
word: word:
script: lang_setting("word_lists_race").5 script: lang_setting("word_lists_race").5
word: word:
name: Et-Ez name: Es-Ez
word: word:
script: lang_setting("word_lists_race").6 script: lang_setting("word_lists_race").6
word: word:
@@ -1327,86 +1331,92 @@ word list:
script: lang_setting("word_lists_race").4 script: lang_setting("word_lists_race").4
word: word:
name: E name: E
word:
name: Ec-Et
word: word:
script: lang_setting("word_lists_race").5 script: lang_setting("word_lists_race").5
word: word:
name: F name: Ev-Ez
word: word:
script: lang_setting("word_lists_race").6 script: lang_setting("word_lists_race").6
word: word:
name: G name: F
word: word:
script: lang_setting("word_lists_race").7 script: lang_setting("word_lists_race").7
word: word:
name: H name: G
word: word:
script: lang_setting("word_lists_race").8 script: lang_setting("word_lists_race").8
word: word:
name: I name: H
word: word:
script: lang_setting("word_lists_race").9 script: lang_setting("word_lists_race").9
word: word:
name: J name: I
word: word:
script: lang_setting("word_lists_race").10 script: lang_setting("word_lists_race").10
word: word:
name: K name: J
word: word:
script: lang_setting("word_lists_race").11 script: lang_setting("word_lists_race").11
word: word:
name: L name: K
word: word:
script: lang_setting("word_lists_race").12 script: lang_setting("word_lists_race").12
word: word:
name: M name: L
word: word:
script: lang_setting("word_lists_race").13 script: lang_setting("word_lists_race").13
word: word:
name: N name: M
word: word:
script: lang_setting("word_lists_race").14 script: lang_setting("word_lists_race").14
word: word:
name: O name: N
word: word:
script: lang_setting("word_lists_race").15 script: lang_setting("word_lists_race").15
word: word:
name: P name: O
word: word:
script: lang_setting("word_lists_race").16 script: lang_setting("word_lists_race").16
word: word:
name: R name: P
word: word:
script: lang_setting("word_lists_race").17 script: lang_setting("word_lists_race").17
word:
name: R
word:
script: lang_setting("word_lists_race").18
word: word:
name: S name: S
word: word:
name: Sa-Sl name: Sa-Sl
word: word:
script: lang_setting("word_lists_race").18 script: lang_setting("word_lists_race").19
word: word:
name: So-Sz name: So-Sz
word: word:
script: lang_setting("word_lists_race").19 script: lang_setting("word_lists_race").20
word: word:
name: T name: T
word: word:
script: lang_setting("word_lists_race").20 script: lang_setting("word_lists_race").21
word: word:
name: V name: V
word: word:
script: lang_setting("word_lists_race").21 script: lang_setting("word_lists_race").22
word: word:
name: W name: W
word: word:
script: lang_setting("word_lists_race").22 script: lang_setting("word_lists_race").23
word: word:
name: Y name: Y
word: word:
script: lang_setting("word_lists_race").23 script: lang_setting("word_lists_race").24
word: word:
name: Z name: Z
word: word:
script: lang_setting("word_lists_race").24 script: lang_setting("word_lists_race").25
word list: word list:
@@ -1421,25 +1431,21 @@ word list:
word: word:
script: lang_setting("word_lists_class").0 script: lang_setting("word_lists_class").0
word: word:
name: C-D name: C-E
word: word:
script: lang_setting("word_lists_class").1 script: lang_setting("word_lists_class").1
word: word:
name: E-L name: G-M
word: word:
script: lang_setting("word_lists_class").2 script: lang_setting("word_lists_class").2
word: word:
name: M-O name: N-R
word: word:
script: lang_setting("word_lists_class").3 script: lang_setting("word_lists_class").3
word:
name: P-R
word:
script: lang_setting("word_lists_class").4
word: word:
name: S-Z name: S-Z
word: word:
script: lang_setting("word_lists_class").5 script: lang_setting("word_lists_class").4
word list: word list:
@@ -1607,15 +1613,15 @@ word list:
word: word:
script: lang_setting("word_lists_class").0 script: lang_setting("word_lists_class").0
word: word:
name: C-F name: C-G
word: word:
script: lang_setting("word_lists_class").1 script: lang_setting("word_lists_class").1
word: word:
name: G-M name: I-O
word: word:
script: lang_setting("word_lists_class").2 script: lang_setting("word_lists_class").2
word: word:
name: N-R name: P-R
word: word:
script: lang_setting("word_lists_class").3 script: lang_setting("word_lists_class").3
word: word:
@@ -2044,87 +2050,91 @@ word list:
word: word:
name: ᄀ name: ᄀ
word: word:
name: 가 - name: 가 -
word: word:
script: lang_setting("word_lists_race").1 script: lang_setting("word_lists_race").1
word: word:
name: - ᄀᄒ name: -
word: word:
script: lang_setting("word_lists_race").2 script: lang_setting("word_lists_race").2
word: word:
name: name: 기 - ᄀᄒ
word: word:
script: lang_setting("word_lists_race").3 script: lang_setting("word_lists_race").3
word: word:
name: name:
word: word:
script: lang_setting("word_lists_race").4 script: lang_setting("word_lists_race").4
word: word:
name: name:
word: word:
script: lang_setting("word_lists_race").5 script: lang_setting("word_lists_race").5
word: word:
name: name:
word: word:
script: lang_setting("word_lists_race").6 script: lang_setting("word_lists_race").6
word: word:
name: name:
word: word:
script: lang_setting("word_lists_race").7 script: lang_setting("word_lists_race").7
word:
name: ᄇ
word:
script: lang_setting("word_lists_race").8
word: word:
name: ᄉ name: ᄉ
word: word:
name: 사 - 수 name: 사 - 수
word: word:
script: lang_setting("word_lists_race").8 script: lang_setting("word_lists_race").9
word: word:
name: 스 - ᄉᄒ name: 스 - ᄉᄒ
word: word:
script: lang_setting("word_lists_race").9 script: lang_setting("word_lists_race").10
word: word:
name: ᄋ name: ᄋ
word: word:
name: 아 - 어 name: 아 - 어
word: word:
script: lang_setting("word_lists_race").10 script: lang_setting("word_lists_race").11
word: word:
name: 에 - 우 name: 에 - 우
word: word:
script: lang_setting("word_lists_race").11 script: lang_setting("word_lists_race").12
word: word:
name: 워 - ᄋᄒ name: 워 - ᄋᄒ
word: word:
script: lang_setting("word_lists_race").12 script: lang_setting("word_lists_race").13
word: word:
name: ᄌ name: ᄌ
word: word:
script: lang_setting("word_lists_race").13 script: lang_setting("word_lists_race").14
word: word:
name: ᄎ name: ᄎ
word: word:
script: lang_setting("word_lists_race").14 script: lang_setting("word_lists_race").15
word: word:
name: ᄏ name: ᄏ
word: word:
script: lang_setting("word_lists_race").15 script: lang_setting("word_lists_race").16
word: word:
name: ᄐ name: ᄐ
word: word:
script: lang_setting("word_lists_race").16 script: lang_setting("word_lists_race").17
word: word:
name: ᄑ name: ᄑ
word: word:
script: lang_setting("word_lists_race").17 script: lang_setting("word_lists_race").18
word: word:
name: ᄒ name: ᄒ
word: word:
name: 하 - 화 name: 하 - 화
word: word:
script: lang_setting("word_lists_race").18 script: lang_setting("word_lists_race").19
word: word:
name: 흐 - ᄒᄒ name: 흐 - ᄒᄒ
word: word:
script: lang_setting("word_lists_race").19 script: lang_setting("word_lists_race").20
word list: word list:
@@ -2542,15 +2552,15 @@ word list:
word: word:
script: lang_setting("word_lists_race").0 script: lang_setting("word_lists_race").0
word: word:
name: 凡- name: 凡-
word: word:
script: lang_setting("word_lists_race").1 script: lang_setting("word_lists_race").1
word: word:
name: 哈-宁 name: 后-奴
word: word:
script: lang_setting("word_lists_race").2 script: lang_setting("word_lists_race").2
word: word:
name: -异 name: -异
word: word:
script: lang_setting("word_lists_race").3 script: lang_setting("word_lists_race").3
word: word:
@@ -2662,15 +2672,15 @@ word list:
word: word:
script: lang_setting("word_lists_race").0 script: lang_setting("word_lists_race").0
word: word:
name: 分- name: 分-
word: word:
script: lang_setting("word_lists_race").1 script: lang_setting("word_lists_race").1
word: word:
name: 地-寇 name: 四-密
word: word:
script: lang_setting("word_lists_race").2 script: lang_setting("word_lists_race").2
word: word:
name: -惡 name: -惡
word: word:
script: lang_setting("word_lists_race").3 script: lang_setting("word_lists_race").3
word: word:

View File

@@ -775,6 +775,7 @@ word list:
name: A name: A
word: Affe word: Affe
word: Alien word: Alien
word: Ameisenigel
word: Antilope word: Antilope
word: Archon word: Archon
word: Äthergeborener word: Äthergeborener
@@ -814,6 +815,7 @@ word list:
word: Dauthi word: Dauthi
word: Dinosaurier word: Dinosaurier
word: Drache word: Drache
word: Drix
word: Drohne word: Drohne
word: Dryade word: Dryade
word: Dschinn word: Dschinn
@@ -867,12 +869,14 @@ word list:
word: Hirsch word: Hirsch
word: Homarid word: Homarid
word: Homunkulus word: Homunkulus
word: Hummer
word: Hund word: Hund
word: Hyäne word: Hyäne
word: Hydra word: Hydra
word: word:
name: I name: I
word: Ifrit word: Ifrit
word: Igel
word: Illusion word: Illusion
word: Inkarnation word: Inkarnation
word: Insekt word: Insekt
@@ -992,7 +996,7 @@ word list:
word: Seltsamkeit word: Seltsamkeit
word: Servo word: Servo
word: word:
name: Si-Sz name: Si-Su
word: Sirene word: Sirene
word: Skelett word: Skelett
word: Skorpion word: Skorpion
@@ -1009,6 +1013,9 @@ word list:
word: Stachelschwein word: Stachelschwein
word: Stinktier word: Stinktier
word: Surrakar word: Surrakar
word:
name: Sy-Sz
word: Symbiont
word: Synth word: Synth
word: word:
name: T name: T
@@ -1093,7 +1100,8 @@ word list:
word: Bürger word: Bürger
word: Clown word: Clown
word: word:
name: D-J name: D-I
word: Darstellar
word: Deserteur word: Deserteur
word: Detektiv word: Detektiv
word: Diener word: Diener
@@ -1107,11 +1115,12 @@ word list:
word: Geist word: Geist
word: Gesinde word: Gesinde
word: Handwerker word: Handwerker
word: Held
word: Hexenmeister word: Hexenmeister
word: Inkarnation word: Inkarnation
word: Juggernaut
word: word:
name: K-P name: J-P
word: Juggernaut
word: Kleriker word: Kleriker
word: Krieger word: Krieger
word: Leibeigene word: Leibeigene
@@ -1136,6 +1145,7 @@ word list:
word: Schamane word: Schamane
word: Schlachtschiff word: Schlachtschiff
word: Schrecken word: Schrecken
word: Schurke
word: Skelett word: Skelett
word: Soldat word: Soldat
word: Söldner word: Söldner
@@ -1314,6 +1324,7 @@ word list:
word: Beeble word: Beeble
word: Beholder word: Beholder
word: Bird word: Bird
word: Bison
word: Blinkmoth word: Blinkmoth
word: Boar word: Boar
word: Bringer word: Bringer
@@ -1351,11 +1362,13 @@ word list:
word: Dragon word: Dragon
word: Drake word: Drake
word: Dreadnought word: Dreadnought
word: Drix
word: Drone word: Drone
word: Dryad word: Dryad
word: Dwarf word: Dwarf
word: word:
name: E name: E
word: Echidna
word: Efreet word: Efreet
word: Egg word: Egg
word: Eldrazi word: Eldrazi
@@ -1396,6 +1409,7 @@ word list:
word: Halfling word: Halfling
word: Hamster word: Hamster
word: Harpy word: Harpy
word: Hedgehog
word: Hellion word: Hellion
word: Hippo word: Hippo
word: Hippogriff word: Hippogriff
@@ -1420,6 +1434,7 @@ word list:
word: Juggernaut word: Juggernaut
word: word:
name: K name: K
word: Kangaroo
word: Kavu word: Kavu
word: Kirin word: Kirin
word: Kithkin word: Kithkin
@@ -1431,11 +1446,13 @@ word list:
word: Lamia word: Lamia
word: Lammasu word: Lammasu
word: Leech word: Leech
word: Lemur
word: Leviathan word: Leviathan
word: Lhurgoyf word: Lhurgoyf
word: Licid word: Licid
word: Lizard word: Lizard
word: Llama word: Llama
word: Lobster
word: word:
name: M name: M
word: Manticore word: Manticore
@@ -1538,6 +1555,7 @@ word list:
word: Squirrel word: Squirrel
word: Starfish word: Starfish
word: Surrakar word: Surrakar
word: Symbiote
word: Synth word: Synth
word: word:
name: T name: T
@@ -1615,7 +1633,7 @@ word list:
word: Clown word: Clown
word: Coward word: Coward
word: word:
name: D-K name: D-J
word: Deserter word: Deserter
word: Detective word: Detective
word: Doctor word: Doctor
@@ -1628,13 +1646,14 @@ word list:
word: Flagbearer word: Flagbearer
word: Gamer word: Gamer
word: Guest word: Guest
word: Hero
word: Horror word: Horror
word: Incarnation word: Incarnation
word: Inquisitor word: Inquisitor
word: Juggernaut word: Juggernaut
word: Knight
word: word:
name: L-N name: K-N
word: Knight
word: Leviathan word: Leviathan
word: Mercenary word: Mercenary
word: Minion word: Minion
@@ -1677,6 +1696,7 @@ word list:
word: Thopter word: Thopter
word: Toy word: Toy
word: Vampire word: Vampire
word: Villain
word: word:
name: W-Z name: W-Z
word: Warlock word: Warlock
@@ -1885,8 +1905,10 @@ word list:
word: Draco word: Draco
word: Dragón word: Dragón
word: Dríada word: Dríada
word: Drix
word: word:
name: Ef-Es name: Ec-Er
word: Echidna
word: Efrit word: Efrit
word: Eldrazi word: Eldrazi
word: Elefante word: Elefante
@@ -1895,6 +1917,9 @@ word list:
word: Enano word: Enano
word: Encarnación word: Encarnación
word: Engendro word: Engendro
word: Erizo
word:
name: Es-Ez
word: Escorpión word: Escorpión
word: Escultura word: Escultura
word: Esfinge word: Esfinge
@@ -1904,8 +1929,6 @@ word list:
word: Esponja word: Esponja
word: Esqueleto word: Esqueleto
word: Estrella-de-mar word: Estrella-de-mar
word:
name: Et-Ez
word: Etergénito word: Etergénito
word: Extraño word: Extraño
word: word:
@@ -1967,6 +1990,7 @@ word list:
word: Lagarto word: Lagarto
word: Lamia word: Lamia
word: Lammasu word: Lammasu
word: Langosta
word: Leviatán word: Leviatán
word: Lhurgoyf word: Lhurgoyf
word: Licántropo word: Licántropo
@@ -2050,6 +2074,7 @@ word list:
word: Serpiente word: Serpiente
word: Servo word: Servo
word: Sierpe word: Sierpe
word: Simbionte
word: Simio word: Simio
word: Sirena word: Sirena
word: Slit word: Slit
@@ -2116,6 +2141,7 @@ word list:
word: Arconte word: Arconte
word: Arquero word: Arquero
word: Artífice word: Artífice
word: Artista
word: Asesino word: Asesino
word: Bárbaro word: Bárbaro
word: Bardo word: Bardo
@@ -2147,6 +2173,7 @@ word list:
word: Guardabosque word: Guardabosque
word: Guerrero word: Guerrero
word: Hechicero word: Hechicero
word: Héroe
word: Horror word: Horror
word: Huevo word: Huevo
word: Juguete word: Juguete
@@ -2183,6 +2210,7 @@ word list:
word: Traficante word: Traficante
word: Vampiro word: Vampiro
word: Vástago word: Vástago
word: Villano
word: Zángano word: Zángano
word: Zombie word: Zombie
@@ -2200,6 +2228,7 @@ word list:
word: Avishkar word: Avishkar
word: Bloomburrow word: Bloomburrow
word: Capenna word: Capenna
word: Cruce de Truenos
word: Dominaria word: Dominaria
word: Duskmourn word: Duskmourn
word: Eldraine word: Eldraine
@@ -2218,7 +2247,6 @@ word list:
word: Rávnica word: Rávnica
word: Tarkir word: Tarkir
word: Theros word: Theros
word: Thunder Junction
word: Ulgrotha word: Ulgrotha
word: Zendikar word: Zendikar
word: word:
@@ -2384,10 +2412,12 @@ word list:
word: Djinn word: Djinn
word: Dragon word: Dragon
word: Drakôn word: Drakôn
word: Drix
word: Drone word: Drone
word: Dryade word: Dryade
word: word:
name: E name: Ec-Et
word: Échidné
word: Écureuil word: Écureuil
word: Éfrit word: Éfrit
word: Élan word: Élan
@@ -2404,6 +2434,8 @@ word list:
word: Esprit word: Esprit
word: Éthérien word: Éthérien
word: Étoile de mer word: Étoile de mer
word:
name: Ev-Ez
word: Évolien word: Évolien
word: Extraterrestre word: Extraterrestre
word: word:
@@ -2434,8 +2466,10 @@ word list:
word: Halfelin word: Halfelin
word: Hamster word: Hamster
word: Harpie word: Harpie
word: Hérisson
word: Hippogriffe word: Hippogriffe
word: Hippopotame word: Hippopotame
word: Homard
word: Homaride word: Homaride
word: Homoncule word: Homoncule
word: Horreur word: Horreur
@@ -2568,6 +2602,7 @@ word list:
word: Srâne word: Srâne
word: Surrakar word: Surrakar
word: Sylvin word: Sylvin
word: Symbiote
word: Synthétique word: Synthétique
word: word:
name: T name: T
@@ -2618,13 +2653,14 @@ word list:
word: Archonte word: Archonte
word: Armée word: Armée
word: Artificier word: Artificier
word: Artiste
word: Assassin word: Assassin
word: Barbare word: Barbare
word: Barde word: Barde
word: Berserker word: Berserker
word: Bête word: Bête
word: word:
name: C-D name: C-E
word: Chevalier word: Chevalier
word: Citoyen word: Citoyen
word: Clerc word: Clerc
@@ -2638,35 +2674,35 @@ word list:
word: Docteur word: Docteur
word: Drone word: Drone
word: Druide word: Druide
word:
name: E-L
word: Éclaireur word: Éclaireur
word: Engeance word: Engeance
word: Esprit word: Esprit
word:
name: G-M
word: Gredin word: Gredin
word: Gréeur word: Gréeur
word: Guerrier word: Guerrier
word: Héros
word: Horreur word: Horreur
word: Incarnation word: Incarnation
word: Jouet word: Jouet
word: Léviathan word: Léviathan
word: Loup-garou word: Loup-garou
word:
name: M-O
word: Mécanoptère word: Mécanoptère
word: Méchant
word: Mercenaire word: Mercenaire
word: Mignon word: Mignon
word: Moine word: Moine
word: Monture word: Monture
word: Mutant word: Mutant
word: Mystique word: Mystique
word:
name: N-R
word: Négociant word: Négociant
word: Ninja word: Ninja
word: Noble word: Noble
word: Nomade word: Nomade
word: Œuf word: Œuf
word:
name: P-R
word: Paysan word: Paysan
word: Pilote word: Pilote
word: Pirate word: Pirate
@@ -2705,8 +2741,8 @@ word list:
word: Avishkar word: Avishkar
word: Bloomburrow word: Bloomburrow
word: Capenna word: Capenna
word: Croisetonnerre
word: Dominaria word: Dominaria
word: Duskmourn
word: Eldraine word: Eldraine
word: Faerûn word: Faerûn
word: Ikoria word: Ikoria
@@ -2717,13 +2753,13 @@ word list:
word: Lorwyn word: Lorwyn
word: Mercadia word: Mercadia
word: Mirrodin word: Mirrodin
word: Mornebrune
word: Nouvelle Phyrexia word: Nouvelle Phyrexia
word: Rajh word: Rajh
word: Ravnica word: Ravnica
word: Sombrelande word: Sombrelande
word: Tarkir word: Tarkir
word: Theros word: Theros
word: Thunder Junction
word: Ulgrotha word: Ulgrotha
word: Zendikar word: Zendikar
word: word:
@@ -2830,6 +2866,7 @@ word list:
word: Alce word: Alce
word: Angelo word: Angelo
word: Antilope word: Antilope
word: Aragosta
word: Arconte word: Arconte
word: Armadillo word: Armadillo
word: Arpia word: Arpia
@@ -2884,8 +2921,10 @@ word list:
word: Draghetto word: Draghetto
word: Drago word: Drago
word: Driade word: Driade
word: Drix
word: word:
name: E name: E
word: Echidna
word: Efreet word: Efreet
word: Eldrazi word: Eldrazi
word: Elefante word: Elefante
@@ -3023,6 +3062,7 @@ word list:
word: Ragno word: Ragno
word: Rana word: Rana
word: Ratto word: Ratto
word: Riccio
word: Riflesso word: Riflesso
word: Rinoceronte word: Rinoceronte
word: word:
@@ -3048,6 +3088,7 @@ word list:
name: Sf-Sz name: Sf-Sz
word: Sfinge word: Sfinge
word: Silvantropo word: Silvantropo
word: Simbionte
word: Sintetico word: Sintetico
word: Sirena word: Sirena
word: Slith word: Slith
@@ -3123,6 +3164,7 @@ word list:
word: Arciere word: Arciere
word: Arconte word: Arconte
word: Artefice word: Artefice
word: Artista
word: Assassino word: Assassino
word: Assemblatore word: Assemblatore
word: Barbaro word: Barbaro
@@ -3130,7 +3172,7 @@ word list:
word: Berserker word: Berserker
word: Bestia word: Bestia
word: word:
name: C-F name: C-G
word: Cavalcatura word: Cavalcatura
word: Cavaliere word: Cavaliere
word: Chierico word: Chierico
@@ -3142,13 +3184,14 @@ word list:
word: Discendente word: Discendente
word: Dottore word: Dottore
word: Druido word: Druido
word: Eroe
word: Esercito word: Esercito
word: Esploratore word: Esploratore
word: Farabutto word: Farabutto
word:
name: G-M
word: Giocattolo word: Giocattolo
word: Guerriero word: Guerriero
word:
name: I-O
word: Incarnazione word: Incarnazione
word: Juggernaut word: Juggernaut
word: Latore word: Latore
@@ -3161,12 +3204,13 @@ word list:
word: Monaco word: Monaco
word: Mutamagia word: Mutamagia
word: Mutante word: Mutante
word: word: Nemico
name: N-R
word: Ninja word: Ninja
word: Nobile word: Nobile
word: Nomade word: Nomade
word: Orrore word: Orrore
word:
name: P-R
word: Parassita word: Parassita
word: Pilota word: Pilota
word: Pirata word: Pirata
@@ -3209,6 +3253,7 @@ word list:
word: Avishkar word: Avishkar
word: Bloomburrow word: Bloomburrow
word: Capenna word: Capenna
word: Crocevia Tonante
word: Dominaria word: Dominaria
word: Duskmourn word: Duskmourn
word: Eldraine word: Eldraine
@@ -3227,7 +3272,6 @@ word list:
word: Ravnica word: Ravnica
word: Tarkir word: Tarkir
word: Theros word: Theros
word: Thunder Junction
word: Ulgrotha word: Ulgrotha
word: Zendikar word: Zendikar
word: word:
@@ -3467,6 +3511,7 @@ word list:
word: ジン word: ジン
word: ジャッカル word: ジャッカル
word: シェイド word: シェイド
word: シンビオート
word: シンス word: シンス
word: word:
name: す name: す
@@ -3523,6 +3568,7 @@ word list:
word: ドラゴン word: ドラゴン
word: ドレイク word: ドレイク
word: ドレッドノート word: ドレッドノート
word: ドリックス
word: ドローン word: ドローン
word: ドライアド word: ドライアド
word: ドワーフ word: ドワーフ
@@ -3558,11 +3604,13 @@ word list:
name: は name: は
word: バジリスク word: バジリスク
word: 運び手 word: 運び手
word: ハリモグラ
word: 墓生まれ word: 墓生まれ
word: ハッグ word: ハッグ
word: ハーフリング word: ハーフリング
word: ハムスター word: ハムスター
word: ハーピー word: ハーピー
word: ハリネズミ
word: ハイドラ word: ハイドラ
word: ハイエナ word: ハイエナ
word: ハツカネズミ word: ハツカネズミ
@@ -3660,6 +3708,7 @@ word list:
word: レイス word: レイス
word: word:
name: ろ name: ろ
word: ロブスター
word: ロボット word: ロボット
word: word:
name: わ name: わ
@@ -3683,6 +3732,7 @@ word list:
name: あ name: あ
word: アドバイザー word: アドバイザー
word: 暗殺者 word: 暗殺者
word: 悪人
word: word:
name: い name: い
word: 射手 word: 射手
@@ -3797,6 +3847,7 @@ word list:
word: word:
name: ひ name: ひ
word: ビースト word: ビースト
word: 英雄
word: 飛行機械 word: 飛行機械
word: word:
name: ふ name: ふ
@@ -3989,7 +4040,7 @@ word list:
name: M name: M
word: Moogle word: Moogle
word: word:
name: 가 - name: 가 -
word: 가고일 word: 가고일
word: 가는 리본 word: 가는 리본
word: 개구리 word: 개구리
@@ -3998,22 +4049,25 @@ word list:
word: 거북이 word: 거북이
word: 거인 word: 거인
word: 게 word: 게
word:
name: 고 - 그
word: 고래 word: 고래
word: 고르곤 word: 고르곤
word: 고블린 word: 고블린
word: 고슴도치
word: 고양이 word: 고양이
word: 곤충 word: 곤충
word: 골렘 word: 골렘
word: 곰 word: 곰
word: 공룡 word: 공룡
word: 공성차 word: 공성차
word:
name: 과 - ᄀᄒ
word: 광령 word: 광령
word: 굴 word: 굴
word: 그렘린 word: 그렘린
word: 그리핀 word: 그리핀
word: 그림자 word: 그림자
word:
name: 기 - ᄀᄒ
word: 기계 word: 기계
word: 기린 word: 기린
word: 기스 word: 기스
@@ -4068,6 +4122,7 @@ word list:
word: 민달팽이 word: 민달팽이
word: word:
name: ᄇ name: ᄇ
word: 바늘두더지
word: 바다코끼리 word: 바다코끼리
word: 바실리스크 word: 바실리스크
word: 박쥐 word: 박쥐
@@ -4090,6 +4145,7 @@ word list:
word: 삼엽충 word: 삼엽충
word: 상어 word: 상어
word: 새끼용 word: 새끼용
word: 새우
word: 샐러맨더 word: 샐러맨더
word: 생쥐 word: 생쥐
word: 서보 word: 서보
@@ -5011,6 +5067,8 @@ word list:
word: word:
name: Е name: Е
word: Единорог word: Единорог
word: Ёжик
word: Ёжик
word: Енот word: Енот
word: word:
name: З name: З
@@ -5101,6 +5159,7 @@ word list:
word: Обезьяна word: Обезьяна
word: Овца word: Овца
word: Огр word: Огр
word: Омар
word: Оргг word: Оргг
word: Орк word: Орк
word: Отражение word: Отражение
@@ -5434,11 +5493,13 @@ word list:
word: 光蛾 word: 光蛾
word: 兔 word: 兔
word: word:
name: 凡- name: 凡-
word: 凡尔西诺 word: 凡尔西诺
word: 凤凰 word: 凤凰
word: 分灵 word: 分灵
word: 分节 word: 分节
word: 刺猬
word: 刺猬
word: 化身 word: 化身
word: 半人马 word: 半人马
word: 半兽人 word: 半兽人
@@ -5450,10 +5511,10 @@ word list:
word: 变形兽 word: 变形兽
word: 史芬斯 word: 史芬斯
word: 吉斯人 word: 吉斯人
word:
name: 后-奴
word: 后裔 word: 后裔
word: 吸血鬼 word: 吸血鬼
word:
name: 哈-宁
word: 哈痞 word: 哈痞
word: 四钙石 word: 四钙石
word: 圣者 word: 圣者
@@ -5469,9 +5530,9 @@ word list:
word: 奥夫 word: 奥夫
word: 奥札奇 word: 奥札奇
word: 奴兽 word: 奴兽
word: 宁芙
word: word:
name: -异 name: -异
word: 宁芙
word: 害獸 word: 害獸
word: 害虫 word: 害虫
word: 家鼠 word: 家鼠
@@ -5668,6 +5729,7 @@ word list:
word: 鼹鼠 word: 鼹鼠
word: 龙 word: 龙
word: 龙兽 word: 龙兽
word: 龙虾
word: 龟 word: 龟
@@ -5906,9 +5968,11 @@ word list:
word: 兔 word: 兔
word: 凡爾西諾 word: 凡爾西諾
word: word:
name: 分- name: 分-
word: 分節 word: 分節
word: 分靈 word: 分靈
word: 刺蝟
word: 刺蝟
word: 化身 word: 化身
word: 半人馬 word: 半人馬
word: 半獸人 word: 半獸人
@@ -5922,9 +5986,9 @@ word list:
word: 吉斯人 word: 吉斯人
word: 吸血鬼 word: 吸血鬼
word: 哈痞 word: 哈痞
word: 四鈣石
word: word:
name: 地-寇 name: 四-密
word: 四鈣石
word: 地侏 word: 地侏
word: 地獄獸 word: 地獄獸
word: 塔拉科斯 word: 塔拉科斯
@@ -5941,9 +6005,9 @@ word list:
word: 害蟲 word: 害蟲
word: 家鼠 word: 家鼠
word: 密封件 word: 密封件
word: 寇族
word: word:
name: -惡 name: -惡
word: 寇族
word: 寧芙 word: 寧芙
word: 小惡魔 word: 小惡魔
word: 山羊 word: 山羊
@@ -6141,6 +6205,7 @@ word list:
word: 鼴鼠 word: 鼴鼠
word: 龍 word: 龍
word: 龍獸 word: 龍獸
word: 龍蝦
word: 龜 word: 龜