diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-12 22:01:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 21:01:05 +0000 |
commit | 3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0 (patch) | |
tree | 03befedb296ad29628017681bb09fff8118c00f6 /constants/petnums.json | |
parent | 352326f2f76c9726cec28cb96ca42f516c2e54f3 (diff) | |
download | NotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.tar.gz NotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.tar.bz2 NotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.zip |
Added new update stuff (#1067)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 80cef4bb..75431526 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3228,6 +3228,24 @@ } } }, + "OWL": { + "LEGENDARY": { + "1": { + "otherNums": [ + 0.1, + 0.05 + ], + "statNums": {} + }, + "100": { + "otherNums": [ + 10, + 5 + ], + "statNums": {} + } + } + }, "PARROT": { "EPIC": { "1": { |