diff options
Diffstat (limited to 'constants/petsinfo.json')
-rw-r--r-- | constants/petsinfo.json | 24 |
1 files changed, 24 insertions, 0 deletions
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 |