From 5b394a2b8614d4269b335d2d7d998bd7dd4843f5 Mon Sep 17 00:00:00 2001 From: Alberto Xamin Date: Sat, 22 May 2021 17:08:55 +0200 Subject: [PATCH] fix missing mezzogiorno di fuoco --- frontend/src/i18n/en.json | 4 ++++ frontend/src/i18n/it.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/frontend/src/i18n/en.json b/frontend/src/i18n/en.json index d72d578..e35084a 100644 --- a/frontend/src/i18n/en.json +++ b/frontend/src/i18n/en.json @@ -534,6 +534,10 @@ "Sete": { "name": "Thirst", "desc": "Players only draw 1 card at the start of their turn" + }, + "Mezzogiorno di Fuoco":{ + "name": "High Noon", + "desc": "Every player loses 1 HP when their turn starts" } }, "help": { diff --git a/frontend/src/i18n/it.json b/frontend/src/i18n/it.json index 4ecf565..fce8502 100644 --- a/frontend/src/i18n/it.json +++ b/frontend/src/i18n/it.json @@ -534,6 +534,10 @@ "Sbornia": { "name": "Sbornia", "desc": "I personaggi perdono le loro abilit\u00e0 speciali" + }, + "Mezzogiorno di Fuoco":{ + "name": "Mezzogiorno di Fuoco", + "desc": "Ogni giocatore perde 1 punto vita all'inizio del turno" } }, "help": {