Merge branch 'emtpy_coin' of git://github.com/Hellmy/dominiontabs into Hellmy-emtpy_coin
This commit is contained in:
commit
7980a7857b
@ -2681,5 +2681,15 @@
|
||||
"Duration"
|
||||
],
|
||||
"name": "Champion"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name":"Geschichtenerzähler",
|
||||
"cost": "5",
|
||||
"description": "",
|
||||
"extra":"Du erhältst + 1 Aktion sowie + 1 Coins. Spiele bis zu 3 Geldkarten aus deiner Hand aus und zahle alle empty Coin, die du bisher in diesem Zug ausgespielt hast. Das beinhaltet alle Geldwerte von ausgespielten Geldkarten sowie alle, z. B. durch ausgespielte Aktionskarten, erhaltene zusätzliche Geldwerte (+ 1 Coins) inkl. dem + 1 Coins dieses GESCHICHTENERZÄHLERS. Du hast danach 0 Coins. Für jedes gezahlte 1 Coins erhältst du + 1 Karte. Trank-Kosten aus Die Alchemisten sind davon nicht betroffen.",
|
||||
"cardset": "Abenteuer",
|
||||
"potcost": 0,
|
||||
"types": [
|
||||
"Action"
|
||||
}
|
||||
]
|
||||
@ -92,6 +92,9 @@ class DividerDrawer(object):
|
||||
replace = '<img src='"'%s/coin_small_question.png'"' width=%d height='"'100%%'"' valign='"'middle'"'/>' % (
|
||||
path, fontsize * 1.2)
|
||||
text = re.sub('\?\s(c|C)oin(s)?', replace, text)
|
||||
replace = '<img src='"'%s/coin_small_empty.png'"' width=%d height='"'100%%'"' valign='"'middle'"'/>' % (
|
||||
path, fontsize * 1.2)
|
||||
text = re.sub('empty\s(c|C)oin(s)?', replace, text)
|
||||
replace = '<img src='"'%s/victory_emblem.png'"' width=%d height='"'120%%'"' valign='"'middle'"'/>' % (
|
||||
path, fontsize * 1.5)
|
||||
text = re.sub('\<VP\>', replace, text)
|
||||
|
||||
BIN
images/coin_small_empty.png
Normal file
BIN
images/coin_small_empty.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Loading…
x
Reference in New Issue
Block a user