diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-10-15 01:38:00 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-15 01:38:00 +1100 |
commit | 5a0ed477650bbb043367dd81742d710d23b3fe1c (patch) | |
tree | 8ed8be5c472728de0d47343ba1daffb1b10db086 | |
parent | 94d19e1d9751feb370ad788340174b26403bff5e (diff) | |
parent | e11812b744666c0082a8957bce42d8e9177edd3e (diff) | |
download | NotEnoughUpdates-REPO-5a0ed477650bbb043367dd81742d710d23b3fe1c.tar.gz NotEnoughUpdates-REPO-5a0ed477650bbb043367dd81742d710d23b3fe1c.tar.bz2 NotEnoughUpdates-REPO-5a0ed477650bbb043367dd81742d710d23b3fe1c.zip |
Merge pull request #280 from nopothegamer/master
Update petnums.json
-rw-r--r-- | constants/petnums.json | 16 | ||||
-rw-r--r-- | items/FLOWER_OF_TRUTH.json | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index b669d827..3d978a79 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1135,7 +1135,7 @@ "EPIC": { "1": { "otherNums": [ - 0.1, + 0.4, 0.5 ], "statNums": { @@ -1145,7 +1145,7 @@ }, "100": { "otherNums": [ - 15, + 40, 50 ], "statNums": { @@ -1158,7 +1158,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.1, + 0.4, 0.5, 0.3 ], @@ -1169,7 +1169,7 @@ }, "100": { "otherNums": [ - 15, + 40, 50, 30 ], @@ -1183,8 +1183,8 @@ "RARE": { "1": { "otherNums": [ - 0.1, - 0.4 + 0.3, + 0.3 ], "statNums": { "DEFENSE": 0.0, @@ -1193,8 +1193,8 @@ }, "100": { "otherNums": [ - 12, - 40 + 30, + 30 ], "statNums": { "DEFENSE": 50.0, diff --git a/items/FLOWER_OF_TRUTH.json b/items/FLOWER_OF_TRUTH.json index 0f726f86..f0f01215 100644 --- a/items/FLOWER_OF_TRUTH.json +++ b/items/FLOWER_OF_TRUTH.json @@ -6,7 +6,7 @@ "lore": [ "§7Gear Score: §d500 §8(785)", "§7Damage: §c+100 §8(+157)", - "§7Strength: §c+400 §8(+628)", + "§7Strength: §c+360 §8(+628)", "", "§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK", "§7Shoots a rose that ricochets", |