diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2021-06-02 16:04:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-02 16:04:59 -0500 |
commit | 709d428b4cb94e8eca53b6f32e0f8b1be5a323b9 (patch) | |
tree | e1581056d7d7ea9fa254184627c9cb71362cdc0f /test/data/constants/manual | |
parent | 732dfb76766533687982d7232078411af76bd2a9 (diff) | |
download | skyblock-api-709d428b4cb94e8eca53b6f32e0f8b1be5a323b9.tar.gz skyblock-api-709d428b4cb94e8eca53b6f32e0f8b1be5a323b9.tar.bz2 skyblock-api-709d428b4cb94e8eca53b6f32e0f8b1be5a323b9.zip |
include more data about skills (#51)
Diffstat (limited to 'test/data/constants/manual')
-rw-r--r-- | test/data/constants/manual/skill_xp.json | 61 | ||||
-rw-r--r-- | test/data/constants/manual/skill_xp_easier.json | 26 |
2 files changed, 87 insertions, 0 deletions
diff --git a/test/data/constants/manual/skill_xp.json b/test/data/constants/manual/skill_xp.json new file mode 100644 index 0000000..2aee873 --- /dev/null +++ b/test/data/constants/manual/skill_xp.json @@ -0,0 +1,61 @@ +[ 50, + 175, + 375, + 675, + 1175, + 1925, + 2925, + 4425, + 6425, + 9925, + 14925, + 22425, + 32425, + 47425, + 67425, + 97425, + 147425, + 222425, + 322425, + 522425, + 822425, + 1222425, + 1722425, + 2322425, + 3022425, + 3822425, + 4722425, + 5722425, + 6822425, + 8022425, + 9322425, + 10722425, + 12222425, + 13822425, + 15522425, + 17322425, + 19222425, + 21222425, + 23322425, + 25522425, + 27822425, + 30222425, + 32722425, + 35322425, + 38072425, + 40972425, + 44072425, + 47472425, + 51172425, + 55172425, + 59472425, + 64072425, + 68972425, + 74172425, + 79672425, + 85472425, + 91572425, + 97972425, + 104672425, + 111672425 +]
\ No newline at end of file diff --git a/test/data/constants/manual/skill_xp_easier.json b/test/data/constants/manual/skill_xp_easier.json new file mode 100644 index 0000000..b1be10b --- /dev/null +++ b/test/data/constants/manual/skill_xp_easier.json @@ -0,0 +1,26 @@ +[ 50, + 150, + 275, + 435, + 635, + 885, + 1200, + 1600, + 2100, + 2725, + 3510, + 4510, + 5760, + 7325, + 9325, + 11825, + 14950, + 18950, + 23950, + 30200, + 38050, + 47850, + 60100, + 75400, + 94450 +]
\ No newline at end of file |