From 5d01809a2d04a31e1dff2c6a63d50350eac424c3 Mon Sep 17 00:00:00 2001 From: RobotHanzo <36107150+RobotHanzo@users.noreply.github.com> Date: Sat, 7 Nov 2020 12:59:44 +0800 Subject: Fixed JSON standard violations This removes the trailing comma and unstable use of tab-based indenations --- constants/petnums.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/petnums.json b/constants/petnums.json index b669d827..c8308659 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3214,7 +3214,7 @@ "100": { "otherNums": [ 10.0, - 10.0, + 10.0 ], "statNums": { "CRIT_CHANCE": 10.0, @@ -4119,4 +4119,4 @@ "interp": "1:70" } } -} \ No newline at end of file +} -- cgit