mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-06-28 23:39:12 +00:00
bug fixes to slater point unlocks
This commit is contained in:
parent
470fd4ae8f
commit
31c5d02f92
3 changed files with 29 additions and 4 deletions
|
@ -1559,6 +1559,14 @@
|
|||
"combat_req": "0",
|
||||
"defence_req": "0"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"monster": "Basilisks",
|
||||
"slayer_req": "40",
|
||||
"taskweight": "5",
|
||||
"combat_req": "40",
|
||||
"defence_req": "20"
|
||||
},
|
||||
{
|
||||
"id": "11",
|
||||
"monster": "Black demons",
|
||||
|
@ -1878,6 +1886,14 @@
|
|||
"combat_req": "0",
|
||||
"defence_req": "0"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"monster": "Basilisks",
|
||||
"slayer_req": "40",
|
||||
"taskweight": "6",
|
||||
"combat_req": "40",
|
||||
"defence_req": "0"
|
||||
},
|
||||
{
|
||||
"id": "11",
|
||||
"monster": "Black demons",
|
||||
|
@ -2213,6 +2229,14 @@
|
|||
"combat_req": "0",
|
||||
"defence_req": "0"
|
||||
},
|
||||
{
|
||||
"id": "7",
|
||||
"monster": "Basilisks",
|
||||
"slayer_req": "40",
|
||||
"taskweight": "7",
|
||||
"combat_req": "40",
|
||||
"defence_req": "0"
|
||||
},
|
||||
{
|
||||
"id": "11",
|
||||
"monster": "Black demons",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue