You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3.0.4 unintentionally introduced a nasty little bug in the ship browser that hides important skill bonus details about the ship. Here's a cut-and-pasted example of the Prospect's bonuses as shown in 3.0.4:
--- Traits ---
Prospect bonuses (per skill level):
5% bonus to Mining yield
5% reduction in ship signature radius
5% bonus to Mining yield
5% reduction in Gas Cloud Harvesting duration
As you can see, everything gets lumped in under the term 'Prospect' bonuses, when the bonuses should actually be divided into 'Mining Frigate' bonuses and 'Expedition Frigate' bonuses. (As was the case prior to 3.0.4)
Another quick example just to elaborate, the Buzzard:
--- Traits ---
Buzzard bonuses (per skill level):
5% bonus to kinetic Light Missile and Rocket damage
5% bonus to Light Missile and Rocket Launcher rate of fire
10% bonus to Core and Combat Scanner Probe strength
10% reduction in time required for Survey Probe scans
20% reduction in Cloaking Devices CPU requirement
Those should be split into Caldari Frigate and Covert Ops.
I haven't looked at the code yet (I'm not a C# guy) but this feels like perhaps a different method was used to obtain the list of skills for a ship, or string interpolation was changed. My gut tells me it would be a straight-forward fix, possibly a simple reversion back to previous code.
The text was updated successfully, but these errors were encountered:
This one should be safe to integrate, as CacheStyle has no consumers.
I am still looking at evemondevteam#13 but would like to hammer the more pressing bugs first before undertaking a big rewrite of the ESI front end.
3.0.4 unintentionally introduced a nasty little bug in the ship browser that hides important skill bonus details about the ship. Here's a cut-and-pasted example of the Prospect's bonuses as shown in 3.0.4:
--- Traits ---
Prospect bonuses (per skill level):
5% bonus to Mining yield
5% reduction in ship signature radius
5% bonus to Mining yield
5% reduction in Gas Cloud Harvesting duration
As you can see, everything gets lumped in under the term 'Prospect' bonuses, when the bonuses should actually be divided into 'Mining Frigate' bonuses and 'Expedition Frigate' bonuses. (As was the case prior to 3.0.4)
Another quick example just to elaborate, the Buzzard:
--- Traits ---
Buzzard bonuses (per skill level):
5% bonus to kinetic Light Missile and Rocket damage
5% bonus to Light Missile and Rocket Launcher rate of fire
10% bonus to Core and Combat Scanner Probe strength
10% reduction in time required for Survey Probe scans
20% reduction in Cloaking Devices CPU requirement
Those should be split into Caldari Frigate and Covert Ops.
I haven't looked at the code yet (I'm not a C# guy) but this feels like perhaps a different method was used to obtain the list of skills for a ship, or string interpolation was changed. My gut tells me it would be a straight-forward fix, possibly a simple reversion back to previous code.
The text was updated successfully, but these errors were encountered: