From 932638c4ca903fb71818f8ef8ac1924164a4dfc5 Mon Sep 17 00:00:00 2001 From: openlegends Date: Mon, 18 Mar 2024 21:55:59 +0200 Subject: [PATCH] draft player asset --- src/Test/Player/Elf.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/Test/Player/Elf.php diff --git a/src/Test/Player/Elf.php b/src/Test/Player/Elf.php new file mode 100644 index 0000000..c48e173 --- /dev/null +++ b/src/Test/Player/Elf.php @@ -0,0 +1,27 @@ +setName( + _('Elf') + ); + + $this->setDescription( + _('Just Elf') + ); + + $this->setHealth( + 30 + ); + + $this->setRunes( + 5 + ); + } +} \ No newline at end of file