From e0911bc676e92ce15b7096b2e85f8b3965a48823 Mon Sep 17 00:00:00 2001 From: Supremist Date: Tue, 28 Oct 2025 23:33:29 +0200 Subject: Add more creature stats and parsing for them --- main.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main.py') diff --git a/main.py b/main.py index fd90005..7d55e96 100644 --- a/main.py +++ b/main.py @@ -197,7 +197,10 @@ def main4(): char = plan.build(5) print(char.toJSON()) +def main5(): + from creature import stats + print(stats.stats) if __name__ == '__main__': - main4() + main5() -- cgit v1.2.3