StarCitizenWiki / API

The star-citizen.wiki API. Automatically scrapes Comm-Links, Stats and In-Game Data.
https://api.star-citizen.wiki
MIT License
25 stars 6 forks source link

Animus Missile Launcher Magazine (3 cap) should report 3 as ammo count #107

Closed alistair3149 closed 4 months ago

alistair3149 commented 5 months ago

Animus Missile Launcher Magazine (3 cap) is returning 0 in both initial_ammo_count and max_ammo_count, when it should technically be 3 as it has three missiles attached.

https://api.star-citizen.wiki/api/v2/items/2308fcbc-cc02-41c1-9a5e-3a14507fc4f4

"personal_weapon_magazine": {
    "initial_ammo_count": 0,
    "max_ammo_count": 0,
    "type": "Magazine"
}