python script and unnessecary csv/json files relocated to /api/, master json updated and used, removal of slayer master filter js

This commit is contained in:
Bart van der Braak 2020-02-02 23:59:55 +01:00
parent afbd7bbb97
commit 2977646d06
40 changed files with 7820 additions and 2828 deletions

25
api/turael.csv Normal file
View file

@ -0,0 +1,25 @@
monster,slayer_req,taskweight,combat_req,defence_req
Banshees,15,8,20,0
Bats,1,7,5,0
Birds,1,6,0,0
Bears,1,7,13,0
Cave bugs,7,8,0,0
Cave crawlers,10,8,10,0
Cave slimes,17,8,15,0
Cows,1,8,5,0
Crawling Hands,5,8,0,0
Dogs,1,7,15,0
Dwarves,1,7,6,0
Ghosts,1,7,13,0
Goblins,1,7,0,0
Icefiends,1,8,20,0
Kalphites,1,6,15,0
Lizards,22,8,15,0
Minotaurs,1,7,7,0
Monkeys,1,6,0,0
Rats,1,7,0,0
Scorpions,1,7,7,0
Skeletons,1,7,15,0
Spiders,1,6,0,0
Wolves,1,7,20,0
Zombies,1,7,10,0
1 monster slayer_req taskweight combat_req defence_req
2 Banshees 15 8 20 0
3 Bats 1 7 5 0
4 Birds 1 6 0 0
5 Bears 1 7 13 0
6 Cave bugs 7 8 0 0
7 Cave crawlers 10 8 10 0
8 Cave slimes 17 8 15 0
9 Cows 1 8 5 0
10 Crawling Hands 5 8 0 0
11 Dogs 1 7 15 0
12 Dwarves 1 7 6 0
13 Ghosts 1 7 13 0
14 Goblins 1 7 0 0
15 Icefiends 1 8 20 0
16 Kalphites 1 6 15 0
17 Lizards 22 8 15 0
18 Minotaurs 1 7 7 0
19 Monkeys 1 6 0 0
20 Rats 1 7 0 0
21 Scorpions 1 7 7 0
22 Skeletons 1 7 15 0
23 Spiders 1 6 0 0
24 Wolves 1 7 20 0
25 Zombies 1 7 10 0