impress/app/views/outfits
Matchu 03c76fe882 Update missing body ID prediction to handle, say, the Maraquan Mynci.
It turns out that some pets for seemingly nonstandard colors have the
standard body type anyway, and vice-versa. This implies that we should
stop relying on a color's standardness, but, for the time being, we've
just revised the prediction model:

Old model:
    * If I see a body_id, I find the corresponding color_ids, and it's wearable
      by all pet types with those color_ids.

New model:
    * If I see a body_id,
        * If it also belongs to a basic pet type, it's a standard body ID.
            * It therefore fits all pet types of standard color (if there's
              more than one body ID modeled already). (Not really,
              because of weird exceptions like Orange Chia. Should that be
              standard or not?)
        * If it doesn't also belong to a basic pet type, it's a nonstandard
          body ID.
            * It therefore only belongs to one color, and therefore the item
              fits all pet types of the same color.
2014-01-20 15:29:01 -06:00
..
_outfit.html.haml localize outfits#_outfit 2013-01-26 12:42:38 -06:00
edit.html.haml fix a bunch of precompiled-asset-missing errors 2013-03-05 22:26:14 -06:00
index.html.haml i18n for outfits#index - plus the translate_with_links helper, which can be used for refactoring other stuff 2013-01-09 17:15:25 -06:00
new.html.haml Update missing body ID prediction to handle, say, the Maraquan Mynci. 2014-01-20 15:29:01 -06:00
show.html.haml fix a bunch of precompiled-asset-missing errors 2013-03-05 22:26:14 -06:00