ByMykel / CSGO-API

An unofficial JSON API for Counter-Strike 2 in multiples languages. List of skins, cases, stickers, collections, collectibles, agents, graffiti, keys, patches and music kits.
https://bymykel.github.io/CSGO-API/
MIT License
255 stars 29 forks source link

Missing graffiti colors and their images #101

Closed say1j closed 5 months ago

say1j commented 6 months ago

Many graffiti have their own colors, but they are all grouped into one graffiti in graffiti.json

image

    {
        "id": "graffiti-1704",
        "name": "Sealed Graffiti | Tilt",
        "description": "This is a sealed container of a graffiti pattern. Once this graffiti pattern is unsealed, it will provide you with enough charges to apply the graffiti pattern <b>50</b> times to the in-game world.",
        "rarity": {
            "id": "rarity_common",
            "name": "Base Grade",
            "color": "#b0c3d9"
        },
        "crates": [],
        "image": "https://raw.githubusercontent.com/ByMykel/counter-strike-image-tracker/main/static/panorama/images/econ/stickers/default/emo_angry_png.png"
    }

Is it possible to add parsing of all possible graffiti?

piyanggoon commented 6 months ago

35 same issue?

say1j commented 6 months ago

35 same issue?

Yeah, but now we have the cs2 release, it's worth looking at the available data in the game files again for it

piyanggoon commented 6 months ago

35 same issue?

Yeah, but now we have the cs2 release, it's worth looking at the available data in the game files again for it

i will looking for it.