From 77b4f2b7f5b50ea404630b774edef8f3a41a88c8 Mon Sep 17 00:00:00 2001 From: lopar Date: Wed, 16 Sep 2020 09:31:01 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BF=D0=B8=D1=81=D0=BE=D0=BA=20=D0=BD?= =?UTF-8?q?=D0=B0=D0=B7=D0=B2=D0=B0=D0=BD=D0=B8=D0=B9=20=D0=B1=D0=B0=D1=84?= =?UTF-8?q?=D1=84=D0=BE=D0=B2=20=D0=B8=20=D0=B4=D0=B5=D0=B1=D0=B0=D1=84?= =?UTF-8?q?=D1=84=D0=BE=D0=B2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/UserEffects.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 classes/UserEffects.php diff --git a/classes/UserEffects.php b/classes/UserEffects.php new file mode 100644 index 0000000..8f8ee76 --- /dev/null +++ b/classes/UserEffects.php @@ -0,0 +1,14 @@ + 'легкая травма', + 12 => 'средняя травма', + 13 => 'тяжёлая травма', + 14 => 'неизлечимая травма', + 1022 => 'невидимость', + ]; +} \ No newline at end of file