gardejo / js-kancolle-logistics-visualizer

KanColle Logistics Visualizer(艦これ 兵站図示儀)
http://gardejo.github.io/js-kancolle-logistics-visualizer/
MIT License
2 stars 0 forks source link

Ignore "mothball" ships #7

Closed gardejo closed 10 years ago

gardejo commented 10 years ago

Summary

Admirals get the same ship any number of times, almost every day. Usually he/she dismantles her and/or uses her as modernization of an other ship, but sometimes spares her in "mothballs", such as a "rare" ship.

So I want to hide such mothball (Lv. 1) ships from charts (by configuration charts.Ships.ignoreMothball).

Purpose

It may be useful for #5 to calculate average levels.

Technical Notes

Agent

Nothing much special.

Relation

We would be better off not manipulating it.

Table

Skip (make a blank row about) a ship that falls under specified threshold level.

Chart

Nothing much special.

gardejo commented 10 years ago

The issue was resolved by the commit 17784380cabeb56d3461226ece5ea7a2479a1caa

It treats not a boolean ignoreMothball but an integer mothballLevel of threshold.