aboutsummaryrefslogtreecommitdiff
path: root/constants/petnums.json
diff options
context:
space:
mode:
Diffstat (limited to 'constants/petnums.json')
-rw-r--r--constants/petnums.json16
1 files changed, 12 insertions, 4 deletions
diff --git a/constants/petnums.json b/constants/petnums.json
index e20d409e..cc734d2d 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -3534,20 +3534,28 @@
"LEGENDARY": {
"1": {
"otherNums": [
- 1.0
+ 1.0,
+ 0.1,
+ 0.05,
+ 0.2
],
"statNums": {
"HEALTH": 1.0,
- "SEA_CREATURE_CHANCE": 0.05
+ "SEA_CREATURE_CHANCE": 0.05,
+ "FISHING_SPEED": 0.25
}
},
"100": {
"otherNums": [
- 100
+ 75,
+ 10,
+ 5,
+ 20
],
"statNums": {
"HEALTH": 100.0,
- "SEA_CREATURE_CHANCE": 5.0
+ "SEA_CREATURE_CHANCE": 5.0,
+ "FISHING_SPEED": 25.0
}
}
}