marceloclp/bdo-scraper

Item 703650 (pt) returns the wrong `effects`

Opened this issue · 0 comments

URL: https://bddatabase.net/pt/item/703650/
Key: effects

Expected:

{
    "item": [
        "HP Máxima +100",
        "Recupera +10 HP"
    ],
    "2_set": [
        "Evasão Total +5%"
    ]
}

Got:

{
    "item": [
        "+100",
        "+10 HP"
    ],
    "2_set": [
        "+5%"
    ]
}