From 3b10a20bccbc0eaffae26c15b0b19674b985c9cf Mon Sep 17 00:00:00 2001 From: JessicaTegner Date: Wed, 17 Jul 2024 10:57:16 +0200 Subject: [PATCH] Added illusion type --- locale/de/strings.conf | 1 + locale/en/strings.conf | 1 + locale/es/strings.conf | 1 + locale/fr/strings.conf | 1 + locale/it/strings.conf | 1 + locale/ja/strings.conf | 1 + locale/pt/strings.conf | 1 + locale/th/strings.conf | 1 + ygo/constants.py | 2 +- 9 files changed, 9 insertions(+), 1 deletion(-) diff --git a/locale/de/strings.conf b/locale/de/strings.conf index ffe180d..302b171 100644 --- a/locale/de/strings.conf +++ b/locale/de/strings.conf @@ -152,6 +152,7 @@ !system 1042 Göttlicher Schöpfer !system 1043 Wyrm !system 1044 Cyversum +!system 1045 Illusion !system 1050 Monster !system 1051 Zauber !system 1052 Falle diff --git a/locale/en/strings.conf b/locale/en/strings.conf index 9c14e17..1dbfc34 100644 --- a/locale/en/strings.conf +++ b/locale/en/strings.conf @@ -163,6 +163,7 @@ !system 1042 Creator God !system 1043 Wyrm !system 1044 Cyberse +!system 1045 Illusion !system 1050 Monster !system 1051 Spell !system 1052 Trap diff --git a/locale/es/strings.conf b/locale/es/strings.conf index 38cc38a..01481d2 100644 --- a/locale/es/strings.conf +++ b/locale/es/strings.conf @@ -149,6 +149,7 @@ !system 1042 Creator God !system 1043 Wyrm !system 1044 Cyberse +!system 1045 Illusion !system 1050 Monster !system 1051 Magia !system 1052 Trampa diff --git a/locale/fr/strings.conf b/locale/fr/strings.conf index 7971577..b292dd3 100644 --- a/locale/fr/strings.conf +++ b/locale/fr/strings.conf @@ -159,6 +159,7 @@ !system 1042 Creator God !system 1043 Wyrm !system 1044 Cyberse +!system 1045 Illusion !system 1050 Monster !system 1051 Spell !system 1052 Trap diff --git a/locale/it/strings.conf b/locale/it/strings.conf index f21dc8d..108561b 100755 --- a/locale/it/strings.conf +++ b/locale/it/strings.conf @@ -159,6 +159,7 @@ !system 1042 Creator God !system 1043 Wyrm !system 1044 Cyberse +!system 1045 Illusion !system 1050 Monster !system 1051 Spell !system 1052 Trap diff --git a/locale/ja/strings.conf b/locale/ja/strings.conf index c66b9e2..f34f8bc 100644 --- a/locale/ja/strings.conf +++ b/locale/ja/strings.conf @@ -154,6 +154,7 @@ !system 1042 創造神族 !system 1043 幻竜族 !system 1044 サイバース +!system 1045 幻想 !system 1050 モンスター !system 1051 魔法 !system 1052 罠 diff --git a/locale/pt/strings.conf b/locale/pt/strings.conf index 3914893..77b9d28 100644 --- a/locale/pt/strings.conf +++ b/locale/pt/strings.conf @@ -150,6 +150,7 @@ !system 1042 Creator God !system 1043 Wyrm !system 1044 Cyberse +!system 1045 Illusion !system 1050 Monstro !system 1051 Mágica !system 1052 Armadilha diff --git a/locale/th/strings.conf b/locale/th/strings.conf index 5bae912..efd3dcc 100644 --- a/locale/th/strings.conf +++ b/locale/th/strings.conf @@ -164,6 +164,7 @@ !system 1042 เทพผู้สร้าง !system 1043 มังกรมายา !system 1044 ไซเบิร์ส +!system 1045 Illusion !system 1050 มอนเตอร์ !system 1051 เวทมนตร์ !system 1052 กับดัก diff --git a/ygo/constants.py b/ygo/constants.py index 74f4dc4..3366f5e 100644 --- a/ygo/constants.py +++ b/ygo/constants.py @@ -6,7 +6,7 @@ __ = lambda s: s AMOUNT_ATTRIBUTES = 7 -AMOUNT_RACES = 25 +AMOUNT_RACES = 26 ATTRIBUTES_OFFSET = 1010