Property:Has availability
Jump to navigation
Jump to search
(Unfortunately I've been awake.) |
|||
Line 7: | Line 7: | ||
* [[Allows value::Unobtainable]] - The transient is currently not obtainable. | * [[Allows value::Unobtainable]] - The transient is currently not obtainable. | ||
* [[Allows value::Scheduled]] - The transient is planned to be released at a later date. | * [[Allows value::Scheduled]] - The transient is planned to be released at a later date. | ||
* [[Allows value::Enemy]] - The transient's data has only been implemented as an enemy. | |||
[[Category:General properties]] | [[Category:General properties]] |
Latest revision as of 14:39, 1 April 2019
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.
- Enemy - The transient's data has only been implemented as an enemy.
{ "type": "PROPERTY_CONSTRAINT_SCHEMA", "constraints": { "type_constraint": "_txt", "allowed_values": [ "Current", "Event", "Limited", "Unobtainable", "Scheduled", "Enemy" ] } }