zhyrohaad / AlasiyaEvE

Public repo for bug tracking the private Alasiya-EvE codebase
2 stars 0 forks source link

Large Officer Neutron Blasters won't accept Ammo #109

Open ryllae opened 4 years ago

ryllae commented 4 years ago

Equip an officer version of a Neutron Blaster Cannon II (say, Tuvan's id: 14383). Attempt to load Void L ammo (id: 12791). it's not accepted, but fits into the Tech 2 non-officer version just fine?

What am I missing here?

zhyrohaad commented 4 years ago

i have noticed some weird behavior with the high end modules. do you get any error msgs with them?

seems like there are checks missing or improperly implemented, but havent cared enough to look into, as they wont be used in 'normal' gameplay for a while. however, i'll do a quick runthru to verify checks are coded and working properly, as those are used by all modules that take charges.

ryllae commented 4 years ago

I get two errors at once! One says Incorrect charge type for this module, another says Failed to load Void L into the Tuvan's Modified blah blah blah, Void L returned to cargo.

zhyrohaad commented 4 years ago

ok, cool. i know what check is failing. however, that tells me the charge you're trying to load is NOT in the 'acceptable charges" data for that module. that may take a bit more digging to verify.

ryllae commented 4 years ago

Tested on dev eb777b Lead L fails but Antimatter L works?

zhyrohaad commented 4 years ago

effects data problem noted