Skip to content

Commit 69655fa

Browse files
MilanTheHawkon3iro
authored andcommitted
[FEATURE] german translation for promos
Issue: none The following german translations were added - new german promo (Splinter Missile) - missing card text for german promos (Drown in Flames, Fleeting Vision)
1 parent 52e8037 commit 69655fa

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

src/aer-data/src/DE/promos/cards.ts

+10-12
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ export const cards: ICard[] = [
99
cost: 6,
1010
effect: `
1111
<p>
12-
<b>Cast:</b> Deal 4 damage to a minion or the nemesis.<br />
13-
You may lose 2 charges. If you do, repeat this.<br />
14-
<span class="hint">(Effects that modify damage affect each
15-
instance of damage this spell deals)</span>
12+
<b>Wirken:</b> Füge 4 Schaden zu.<br />
13+
Wiederhole das, wenn du 2 Energie abwirfst.
1614
</p>
1715
`,
1816
keywords: [],
@@ -25,25 +23,25 @@ export const cards: ICard[] = [
2523
cost: 3,
2624
effect: `
2725
<p>
28-
<b>Cast:</b> Deal 2 damage.<br />
29-
Each player may reveal the top two cards of their deck and may discard
30-
any of those cards.
26+
<b>Wirken:</b> Füge 2 Schaden zu.<br />
27+
<b>Jeder Spieler:</b> Sieh dir die 2 obersten Karten deines
28+
Decks an. Du darfst sie jeweils abwerfen.
3129
</p>
3230
`,
3331
keywords: [],
3432
},
3533
{
3634
type: 'Spell',
3735
expansion: 'promos',
38-
name: 'Splinter Missile',
36+
name: 'Splitter-Geschoss',
3937
id: 'SplinterMissile',
4038
cost: 5,
4139
effect: `
4240
<p>
43-
<b>Cast:</b> Deal 4 damage.<br />
44-
Any ally may discard a card in hand.
45-
If they do, divide this damage however you choose among the nemesis
46-
and any number of minions.
41+
<b>Wirken:</b> Füge 4 Schaden zu.<br />
42+
Wirft 1 anderer Spieler deiner Wahl 1 Karte
43+
von seiner Hand ab?
44+
Der Schaden ist nun aufteilbar.
4745
</p>
4846
`,
4947
keywords: [],

0 commit comments

Comments
 (0)