RFC: Add traits
Field to Cards
#849
Aviortheking
announced in
RFCs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Add a new optional
traits
field to card objects. Each entry is an object with anid
and a localizeddisplay
string for user-facing text.Motivation
The main goal is to support the elements from like
Ultra Beast
but I'll also use this to normalize the location of the card different "traits" like EX / GX / ... (bigger list below)
Proposal
Schema:
Example
Partial Traits list
trait_ex
trait_delta
trait_star
trait_level_x
trait_sp
trait_prime
trait_legende
trait_team_plasma
trait_ancient_trait
trait_mega
trait_break
trait_gx
trait_ultra_beast
trait_prism_star
trait_v
trait_vmax
trait_v_union
trait_vstar
trait_battle_style
trait_radiant
trait_terastal
trait_past
trait_future
Notes
id
is required and fixed; used for filtering, queries, etc.display
is required and localized.Backward Compatibility
Fully backward-compatible. Field is optional.
Beta Was this translation helpful? Give feedback.
All reactions