Property:Has availability
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
This [[Has type::text]] property identifies the availability of the | This [[Has type::text]] property identifies the availability of the transient. | ||
Allowed values | Allowed values | ||
* [[Allows value::Current]] - The | * [[Allows value::Current]] - The transient can currently be obtained without restrictions. | ||
* [[Allows value::Event]] - The | * [[Allows value::Event]] - The transient is only available as part of an event. | ||
* [[Allows value::Limited]] - The | * [[Allows value::Limited]] - The transient is only available in the gacha for a limited period of time. | ||
* [[Allows value::Unobtainable]] - The | * [[Allows value::Unobtainable]] - The transient is currently not obtainable. | ||
* [[Allows value::Scheduled]] - The | * [[Allows value::Scheduled]] - The transient is planned to be released at a later date. | ||
[[Category:General properties]] | [[Category:General properties]] |
Revision as of 21:00, 20 August 2018
This text property identifies the availability of the transient.
Allowed values
- Current - The transient can currently be obtained without restrictions.
- Event - The transient is only available as part of an event.
- Limited - The transient is only available in the gacha for a limited period of time.
- Unobtainable - The transient is currently not obtainable.
- Scheduled - The transient is planned to be released at a later date.
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Current", "Event", "Limited", "Unobtainable", "Scheduled", "Enemy" ] } }