2024-01-24 06:53:37 -08:00
|
|
|
- title "Styling Studio"
|
|
|
|
|
|
|
|
%p
|
2024-02-01 06:58:54 -08:00
|
|
|
Here's all the new NC Pet Styles we have! They're available in the app too,
|
|
|
|
by opening the emotion picker and clicking the "Styles" tab.
|
2024-01-24 06:53:37 -08:00
|
|
|
|
|
|
|
%p
|
2024-02-01 06:58:54 -08:00
|
|
|
If you have an Alt Style we don't, please model it by entering your pet's
|
|
|
|
name on the homepage! Thank you! 💖
|
2024-01-24 06:53:37 -08:00
|
|
|
|
2024-01-24 07:22:08 -08:00
|
|
|
%p
|
2024-01-24 08:17:13 -08:00
|
|
|
Also, heads-up: Style tokens are pretty different from normal wearables, so
|
|
|
|
we haven't decided how to bring them into the customizer yet! Whatever we do,
|
|
|
|
it'll be a bit tricky and new 😅❗️
|
|
|
|
|
|
|
|
%p
|
2024-01-24 08:39:18 -08:00
|
|
|
Also, second heads-up: Because our system can only collect "item data" for
|
|
|
|
normal wearable items, there's not a great way for us to get style tokens
|
|
|
|
onto tradelists… this may change someday, but probably not soon, sorry!
|
2024-01-24 07:22:08 -08:00
|
|
|
|
2024-01-24 07:53:37 -08:00
|
|
|
- @alt_styles.group_by(&:species).each do |species, species_styles|
|
2024-01-24 08:02:19 -08:00
|
|
|
%h2.alt-styles-header= species.human_name
|
2024-01-24 07:53:37 -08:00
|
|
|
%ul.alt-styles-list= render partial: "alt_style", collection: species_styles
|