Skip to content

Commit

Permalink
[FEATURE] german translation for promos
Browse files Browse the repository at this point in the history
Issue: none

The following german translations were added
- new german promo (Splinter Missile)
- missing card text for german promos (Drown in Flames, Fleeting Vision)
  • Loading branch information
MilanTheHawk authored and on3iro committed Dec 18, 2021
1 parent 52e8037 commit 69655fa
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions src/aer-data/src/DE/promos/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ export const cards: ICard[] = [
cost: 6,
effect: `
<p>
<b>Cast:</b> Deal 4 damage to a minion or the nemesis.<br />
You may lose 2 charges. If you do, repeat this.<br />
<span class="hint">(Effects that modify damage affect each
instance of damage this spell deals)</span>
<b>Wirken:</b> Füge 4 Schaden zu.<br />
Wiederhole das, wenn du 2 Energie abwirfst.
</p>
`,
keywords: [],
Expand All @@ -25,25 +23,25 @@ export const cards: ICard[] = [
cost: 3,
effect: `
<p>
<b>Cast:</b> Deal 2 damage.<br />
Each player may reveal the top two cards of their deck and may discard
any of those cards.
<b>Wirken:</b> Füge 2 Schaden zu.<br />
<b>Jeder Spieler:</b> Sieh dir die 2 obersten Karten deines
Decks an. Du darfst sie jeweils abwerfen.
</p>
`,
keywords: [],
},
{
type: 'Spell',
expansion: 'promos',
name: 'Splinter Missile',
name: 'Splitter-Geschoss',
id: 'SplinterMissile',
cost: 5,
effect: `
<p>
<b>Cast:</b> Deal 4 damage.<br />
Any ally may discard a card in hand.
If they do, divide this damage however you choose among the nemesis
and any number of minions.
<b>Wirken:</b> Füge 4 Schaden zu.<br />
Wirft 1 anderer Spieler deiner Wahl 1 Karte
von seiner Hand ab?
Der Schaden ist nun aufteilbar.
</p>
`,
keywords: [],
Expand Down

0 comments on commit 69655fa

Please sign in to comment.