diff --git a/card_db_src/cards_db.json b/card_db_src/cards_db.json
index 260fe0d..7f14213 100644
--- a/card_db_src/cards_db.json
+++ b/card_db_src/cards_db.json
@@ -4219,7 +4219,7 @@
]
},
{
- "card_tag": "The River's Gift.",
+ "card_tag": "The River's Gift",
"cardset_tags": [
"nocturne"
],
diff --git a/card_db_src/cz/cards_cz.json b/card_db_src/cz/cards_cz.json
index 38b234d..1f8953d 100644
--- a/card_db_src/cz/cards_cz.json
+++ b/card_db_src/cz/cards_cz.json
@@ -540,7 +540,7 @@
"The Forest's Gift": {},
"The Moon's Gift": {},
"The Mountain's Gift": {},
- "The River's Gift.": {},
+ "The River's Gift": {},
"The Sea's Gift": {},
"The Sky's Gift": {},
"The Sun's Gift": {},
diff --git a/card_db_src/de/cards_de.json b/card_db_src/de/cards_de.json
index 3e23092..c420855 100644
--- a/card_db_src/de/cards_de.json
+++ b/card_db_src/de/cards_de.json
@@ -1844,7 +1844,7 @@
"extra": "",
"name": "Geschenk des Berges"
},
- "The River's Gift.": {
+ "The River's Gift": {
"description": "+1 Karte am Ende dieses Zuges.
(Bewahre diese Gabe bis zur Aufräumphase auf.)",
"extra": "Ziehe die zusätzliche Karte erst, nachdem du deine Kartenhand für den nächsten Zug gezogen hast.",
"name": "Geschenk des Flusses"
diff --git a/card_db_src/en_us/cards_en_us.json b/card_db_src/en_us/cards_en_us.json
index 79e3b7d..9def876 100644
--- a/card_db_src/en_us/cards_en_us.json
+++ b/card_db_src/en_us/cards_en_us.json
@@ -1844,10 +1844,10 @@
"extra": "",
"name": "The Mountain's Gift"
},
- "The River's Gift.": {
+ "The River's Gift": {
"description": "+1 Card at the end of this turn.
(Keep this until Clean-up.)",
"extra": "You draw the card after drawing your hand for your next turn.",
- "name": "The River's Gift."
+ "name": "The River's Gift"
},
"The Sea's Gift": {
"description": "+1 Card",
diff --git a/card_db_src/fr/cards_fr.json b/card_db_src/fr/cards_fr.json
index 0da3156..36e2d41 100644
--- a/card_db_src/fr/cards_fr.json
+++ b/card_db_src/fr/cards_fr.json
@@ -1337,7 +1337,7 @@
"The Forest's Gift": {},
"The Moon's Gift": {},
"The Mountain's Gift": {},
- "The River's Gift.": {},
+ "The River's Gift": {},
"The Sea's Gift": {},
"The Sky's Gift": {},
"The Sun's Gift": {},
diff --git a/card_db_src/it/cards_it.json b/card_db_src/it/cards_it.json
index 1e76318..9e68ae5 100644
--- a/card_db_src/it/cards_it.json
+++ b/card_db_src/it/cards_it.json
@@ -1039,7 +1039,7 @@
"The Forest's Gift": {},
"The Moon's Gift": {},
"The Mountain's Gift": {},
- "The River's Gift.": {},
+ "The River's Gift": {},
"The Sea's Gift": {},
"The Sky's Gift": {},
"The Sun's Gift": {},
diff --git a/card_db_src/nl_du/cards_nl_du.json b/card_db_src/nl_du/cards_nl_du.json
index bfa2be3..021ec42 100644
--- a/card_db_src/nl_du/cards_nl_du.json
+++ b/card_db_src/nl_du/cards_nl_du.json
@@ -1828,7 +1828,7 @@
"extra": "",
"name": "Gift van de Bergen"
},
- "The River's Gift.": {
+ "The River's Gift": {
"description": "+1 Kaart aan het einde van deze beurt.\n(Houd deze kaart tot de opschoonfase.)",
"extra": "Je trekt de kaart nadat je de kaarten voor je volgende beurt hebt getrokken.",
"name": "Gift van de Rivier"
diff --git a/card_db_src/xx/cards_xx.json b/card_db_src/xx/cards_xx.json
index 580d20f..59c9413 100644
--- a/card_db_src/xx/cards_xx.json
+++ b/card_db_src/xx/cards_xx.json
@@ -2213,9 +2213,9 @@
"description": "Gain a Silver.",
"used": true
},
- "The River's Gift.": {
+ "The River's Gift": {
"extra": "You draw the card after drawing your hand for your next turn.",
- "name": "The River's Gift.",
+ "name": "The River's Gift",
"description": "+1 Card at the end of this turn.
(Keep this until Clean-up.)",
"used": true
},
diff --git a/src/domdiv/card_db/cards_db.json b/src/domdiv/card_db/cards_db.json
index 22643eb..c43def3 100644
--- a/src/domdiv/card_db/cards_db.json
+++ b/src/domdiv/card_db/cards_db.json
@@ -5064,7 +5064,7 @@
]
},
{
- "card_tag": "The River's Gift.",
+ "card_tag": "The River's Gift",
"cardset_tags": [
"nocturne"
],
diff --git a/src/domdiv/card_db/cz/cards_cz.json b/src/domdiv/card_db/cz/cards_cz.json
index f7c2fdd..eb9081b 100644
--- a/src/domdiv/card_db/cz/cards_cz.json
+++ b/src/domdiv/card_db/cz/cards_cz.json
@@ -2199,10 +2199,10 @@
"extra": "",
"name": "The Mountain's Gift"
},
- "The River's Gift.": {
+ "The River's Gift": {
"description": "+1 Card at the end of this turn.
(Keep this until Clean-up.)",
"extra": "You draw the card after drawing your hand for your next turn.",
- "name": "The River's Gift."
+ "name": "The River's Gift"
},
"The Sea's Gift": {
"description": "+1 Card",
diff --git a/src/domdiv/card_db/de/cards_de.json b/src/domdiv/card_db/de/cards_de.json
index f787df8..5a95a31 100644
--- a/src/domdiv/card_db/de/cards_de.json
+++ b/src/domdiv/card_db/de/cards_de.json
@@ -2199,7 +2199,7 @@
"extra": "",
"name": "Geschenk des Berges"
},
- "The River's Gift.": {
+ "The River's Gift": {
"description": "+1 Karte am Ende dieses Zuges.
(Bewahre diese Gabe bis zur Aufräumphase auf.)",
"extra": "Ziehe die zusätzliche Karte erst, nachdem du deine Kartenhand für den nächsten Zug gezogen hast.",
"name": "Geschenk des Flusses"
diff --git a/src/domdiv/card_db/en_us/cards_en_us.json b/src/domdiv/card_db/en_us/cards_en_us.json
index da2342f..4fe38fe 100644
--- a/src/domdiv/card_db/en_us/cards_en_us.json
+++ b/src/domdiv/card_db/en_us/cards_en_us.json
@@ -2199,10 +2199,10 @@
"extra": "",
"name": "The Mountain's Gift"
},
- "The River's Gift.": {
+ "The River's Gift": {
"description": "+1 Card at the end of this turn.
(Keep this until Clean-up.)",
"extra": "You draw the card after drawing your hand for your next turn.",
- "name": "The River's Gift."
+ "name": "The River's Gift"
},
"The Sea's Gift": {
"description": "+1 Card",
diff --git a/src/domdiv/card_db/fr/cards_fr.json b/src/domdiv/card_db/fr/cards_fr.json
index 52d7fb8..917b279 100644
--- a/src/domdiv/card_db/fr/cards_fr.json
+++ b/src/domdiv/card_db/fr/cards_fr.json
@@ -2199,10 +2199,10 @@
"extra": "",
"name": "The Mountain's Gift"
},
- "The River's Gift.": {
+ "The River's Gift": {
"description": "+1 Card at the end of this turn.
(Keep this until Clean-up.)",
"extra": "You draw the card after drawing your hand for your next turn.",
- "name": "The River's Gift."
+ "name": "The River's Gift"
},
"The Sea's Gift": {
"description": "+1 Card",
diff --git a/src/domdiv/card_db/it/cards_it.json b/src/domdiv/card_db/it/cards_it.json
index f562e94..0d8a993 100644
--- a/src/domdiv/card_db/it/cards_it.json
+++ b/src/domdiv/card_db/it/cards_it.json
@@ -2199,10 +2199,10 @@
"extra": "",
"name": "The Mountain's Gift"
},
- "The River's Gift.": {
+ "The River's Gift": {
"description": "+1 Card at the end of this turn.
(Keep this until Clean-up.)",
"extra": "You draw the card after drawing your hand for your next turn.",
- "name": "The River's Gift."
+ "name": "The River's Gift"
},
"The Sea's Gift": {
"description": "+1 Card",
diff --git a/src/domdiv/card_db/nl_du/cards_nl_du.json b/src/domdiv/card_db/nl_du/cards_nl_du.json
index 11dbf6a..42ce373 100644
--- a/src/domdiv/card_db/nl_du/cards_nl_du.json
+++ b/src/domdiv/card_db/nl_du/cards_nl_du.json
@@ -2199,7 +2199,7 @@
"extra": "",
"name": "Gift van de Bergen"
},
- "The River's Gift.": {
+ "The River's Gift": {
"description": "+1 Kaart aan het einde van deze beurt.\n(Houd deze kaart tot de opschoonfase.)",
"extra": "Je trekt de kaart nadat je de kaarten voor je volgende beurt hebt getrokken.",
"name": "Gift van de Rivier"
diff --git a/src/domdiv/card_db/xx/cards_xx.json b/src/domdiv/card_db/xx/cards_xx.json
index d9d17ce..6a06701 100644
--- a/src/domdiv/card_db/xx/cards_xx.json
+++ b/src/domdiv/card_db/xx/cards_xx.json
@@ -2199,10 +2199,10 @@
"extra": "",
"name": "The Mountain's Gift"
},
- "The River's Gift.": {
+ "The River's Gift": {
"description": "+1 Card at the end of this turn.
(Keep this until Clean-up.)",
"extra": "You draw the card after drawing your hand for your next turn.",
- "name": "The River's Gift."
+ "name": "The River's Gift"
},
"The Sea's Gift": {
"description": "+1 Card",