From 3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:01:05 +0100 Subject: Added new update stuff (#1067) --- constants/petnums.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'constants/petnums.json') 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": { -- cgit