From 2db35d135ff11b9689071a8f728aa9b66628bf21 Mon Sep 17 00:00:00 2001 From: Moulberry Date: Sun, 26 Jul 2020 15:51:51 +1000 Subject: petnums.json --- constants/petsinfo.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 constants/petsinfo.json (limited to 'constants/petsinfo.json') diff --git a/constants/petsinfo.json b/constants/petsinfo.json new file mode 100644 index 00000000..035dddc0 --- /dev/null +++ b/constants/petsinfo.json @@ -0,0 +1,24 @@ +{ + "BEE": { + "COMMON": { + "1": { + "STRENGTH": 5, + "SPEED": 0, + "INTELLIGENCE": 0, + "ABILITY": [ + 1, + 1 + ] + }, + "100": { + "STRENGTH": 30, + "SPEED": 10, + "INTELLIGENCE": 50, + "ABILITY": [ + 3, + 3 + ] + } + } + } +} \ No newline at end of file -- cgit