diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-26 15:51:51 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-26 15:51:51 +1000 |
commit | 2db35d135ff11b9689071a8f728aa9b66628bf21 (patch) | |
tree | 23218cea40226b57afb966b31cd2e5189b2a7394 /constants/petsinfo.json | |
parent | af2a8cb38e4aa607f1094bda1ca24150947136a9 (diff) | |
download | NotEnoughUpdates-REPO-2db35d135ff11b9689071a8f728aa9b66628bf21.tar.gz NotEnoughUpdates-REPO-2db35d135ff11b9689071a8f728aa9b66628bf21.tar.bz2 NotEnoughUpdates-REPO-2db35d135ff11b9689071a8f728aa9b66628bf21.zip |
petnums.json
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 |