From 709d428b4cb94e8eca53b6f32e0f8b1be5a323b9 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Wed, 2 Jun 2021 16:04:59 -0500 Subject: include more data about skills (#51) --- test/data/constants/manual/skill_xp_easier.json | 26 +++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 test/data/constants/manual/skill_xp_easier.json (limited to 'test/data/constants/manual/skill_xp_easier.json') 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 -- cgit