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