URL: `https://bddatabase.net/pt/item/703650/` Key: `effects` Expected: ```json { "item": [ "HP Máxima +100", "Recupera +10 HP" ], "2_set": [ "Evasão Total +5%" ] } ``` Got: ```json { "item": [ "+100", "+10 HP" ], "2_set": [ "+5%" ] } ```
URL:
https://bddatabase.net/pt/item/703650/Key:
effectsExpected:
{ "item": [ "HP Máxima +100", "Recupera +10 HP" ], "2_set": [ "Evasão Total +5%" ] }Got:
{ "item": [ "+100", "+10 HP" ], "2_set": [ "+5%" ] }