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/skill_xp_easier.json | |
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/skill_xp_easier.json')
-rw-r--r-- | test/data/constants/manual/skill_xp_easier.json | 26 |
1 files changed, 26 insertions, 0 deletions
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 |