Current Collectable
{% if hasCollectable %}
{{ collectableName }}
March 2019
{{ collectableDescription }}
{% if session.loggedIn %} Purchase {% endif %} Available Until:
{% else %}No collectable
March 2019
There is currently no collectable
{% endif %}
Collectable Showroom
-
{% set num = 0 %}
{% for entry in collectablesShowroom %}
{% if num % 2 == 0 %}
- {% else %}
-
{% endif %}
{{ entry.getName() }}
{{ entry.getDescription() }}
{% set num = num + 1 %}
{% endfor %}
What are Collectables?
Collectables are special furniture sold only for a limited and set period of time. Experienced {{ site.siteName }}s would know them as rares. They always cost the same - 200 Credits.
Invest in Collectables
Collect your way to the riches! Collectables not only make a great piece of Furni but also come with an amazing trade value. As collectables will never be sold again for quite a while (that's a promise), the value will keep increasing in time.
{% include "base/ads_container.tpl" %}