SWUPEDIA

SWUPedia Search Reference

SWUPedia includes a set of keywords and expressions you can use to filter Star Wars: Unlimited cards. Jump to a section below:

Arenas

Find cards in specific arenas using the arena: or ar: keyword.

There are currently two arena types: ground and space.

arena:ground

Cards in the Ground Arena

ar:space

Cards in the Space Arena

Aspects

You can find cards of a certain aspect using the aspect: or a: keyword. Both accept full aspect names like vigilance, or the single-letter color code that aspect carries:

AspectColorCode
VigilanceBlueb
CommandGreeng
AggressionRedr
CunningYellowy
HeroismWhitew
VillainyBlackk

You can combine several color codes into one term — a:rg — to match cards that carry every one of those aspects. Multiple a: terms and multi-letter codes are always AND'd together, since a card's aspects are fixed and few. Prefix a term with - to negate it.

Repeating a letter is significant even when negated: -a:gg excludes only double Command, not Command outright, so a:g -a:gg leaves cards with a single Command aspect.

a:vigilance

Cards with the Vigilance aspect

a:b

Cards with the Vigilance aspect (blue)

a:rg

Cards that are both Aggression and Command

a:yy

Cards with double Cunning

a:g -a:gg

Cards with a single Command aspect (not double Command)

-a:k

Cards that do not have the Villainy aspect

-a:bk

Cards with neither Vigilance nor Villainy

aspect:cunning aspect:villainy

Cards that are both Cunning and Villainy

Card Text

Use the text:, t:, or o: (oracle) keyword to search a card's rules text.

Multiple words are AND'd together automatically, and a phrase in quotes is matched as-is. Prefix a word with - to exclude cards whose text mentions it.

t:sentinel

Cards whose rules text mentions "sentinel"

text:"deal damage"

Cards whose rules text contains the phrase "deal damage"

o:shield -o:remove

Cards that mention "shield" but not "remove"

Cost

You can use the cost: or c: keyword to search for cards by the number of resources it costs.

Searching by resource costs supports the comparison (>, <, >=, <=, =, !=) operators. For example, c:>=2 will match cards that cost 2 or more resources.

You may also combine multiple cost terms in relation with the comparison operators to define a lower and upper bound of a card's cost. Separate the terms into their own search terms.

cost=4

Cards that cost 4 resources

cost>=2 cost<=4

Cards that cost between 2 and 4 resources

c!=2

Cards that cost anything but 2 resources

HP

Use the hp: keyword to search for cards by the number of hit points they have.

Searching by HP also supports the comparison (>, <, >=, <=, =, !=) operators. For example, hp:>=2 will match cards that have 2 or more hit points.

You may also set an upper and lower bound with the HP search term.

hp=4

Cards that have 4 hit points

hp>=2 hp<=4

Cards that have between 2 and 4 hit points

hp!=2

Cards that have anything but 2 hit points

Keywords

Use the keyword: or kw: keyword to find cards with a specific keyword ability, such as Sentinel, Ambush, Raid, Overwhelm, Restore, Shielded, Saboteur, Grit, or Hidden.

Multiple kw: terms are AND'd together by default — a card must have all of them. Use OR to match either instead (see Using OR below). Prefix a term with - to exclude cards with that keyword.

kw:sentinel

Cards with the Sentinel keyword

keyword:ambush

Cards with the Ambush keyword

kw:raid kw:overwhelm

Cards with both Raid and Overwhelm

kw:raid OR kw:overwhelm

Cards with either Raid or Overwhelm

-kw:hidden

Cards without the Hidden keyword

Multiple Terms

Separate terms with a space to combine them — every term must match by default, so vader cost<=3 finds cards named "vader" that also cost 3 or less. This applies to every keyword, including ones like trait: and keyword: where you might expect "either one" — use OR for that instead (see Using OR below).

If a facet's value has more than one word, wrap it in quotes, e.g. trait:"Bounty Hunter". Quoting also works for name and text searches.

Prefix any term with - to negate it. For numeric fields, negation always means "not equal" — -cost>=3 behaves the same as cost!=3, not "not at least 3".

vader cost<=3

Cards named "vader" that cost 3 or less

a:r trait:"Bounty Hunter"

Aggression cards with the Bounty Hunter trait

-trait:vehicle

Cards that are not the Vehicle trait

"boba fett"

Cards whose name contains the phrase "boba fett"

Name

Bare words with no keyword search a card's title and subtitle, so you rarely need this explicitly — but you can also use the name: or n: keyword. Multi-word names should be quoted.

vader

Cards whose name contains "vader"

name:"boba fett"

Cards whose name contains the phrase "boba fett"

n:leia

Same as name:leia

Artist

Use the artist: or art: keyword to search by the card's credited artist. Multi-word names should be quoted.

artist:"Jessi Ochse"

Cards illustrated by Jessi Ochse

art:ochse

Same, matching on a partial name

Power

Use the power: or pow: keyword to search for cards by their power. It supports the same comparison operators (>, <, >=, <=, =, !=) as Cost and HP.

pow=4

Cards with 4 power

power>=5

Cards with 5 or more power

pow!=3

Cards with anything but 3 power

Rarity

Use the rarity: or r: keyword to search by rarity: common, uncommon, rare, legendary, or special.

A card only has one rarity, so AND'ing two together (the default) can never match — use OR to find cards that are either.

r:legendary

Legendary-rarity cards

r:common OR r:uncommon

Common or Uncommon cards

-r:special

Cards that aren't Special rarity

Sets

Use the set: keyword with an expansion's code — sor, shd, twi, jtl, lof, sec, law, ash — to search within a single set.

A printing belongs to exactly one set, so AND'ing two together (the default) can never match — use OR to find cards from either.

set:sor

Cards from Spark of Rebellion

set:shd

Cards from Shadows of the Galaxy

set:sor OR set:shd

Cards from either Spark of Rebellion or Shadows of the Galaxy

Traits

Use the trait: or tr: keyword to search for cards with a given trait, like jedi, wookiee, droid, or a multi-word trait like "Bounty Hunter".

Multiple trait: terms are AND'd together by default — a card must have every trait listed. Use OR to match either. Prefix a term with - to exclude a trait.

trait:jedi

Cards with the Jedi trait

tr:wookiee

Cards with the Wookiee trait

trait:"Bounty Hunter"

Cards with the Bounty Hunter trait

trait:rebel OR trait:sith

Cards that are Rebel or Sith

-trait:droid

Cards that aren't the Droid trait

Types

Use the type: or ty: keyword to search by card type: unit, event, upgrade, or leader. Leader cards that are also units still match unit, since a card's type check spans both its primary and secondary type.

Multiple type: terms are AND'd together by default; use OR to match either type instead.

Base cards aren't searchable — they're excluded from every search automatically.

type:unit

Unit cards

ty:upgrade

Upgrade cards

type:unit OR type:upgrade

Cards that are either a Unit or an Upgrade

type:leader

Leader cards

Upgrade HP

Use the uhp: keyword to search Upgrade cards by the HP bonus they grant when attached. Supports the same comparison operators as Cost, HP, and Power.

uhp=2

Upgrades that grant +2 HP

uhp>=3

Upgrades that grant 3 or more HP

uhp!=1

Upgrades that grant anything but +1 HP

Upgrade Power

Use the upower: or upow: keyword to search Upgrade cards by the power bonus they grant when attached.

upow=2

Upgrades that grant +2 power

upower>=3

Upgrades that grant 3 or more power

upow!=1

Upgrades that grant anything but +1 power

Using OR

By default, every term is AND'd together — a card must match all of them. Use the OR keyword (case-insensitive) to match either side instead, and parentheses to group terms and control how AND and OR combine.

AND binds tighter than OR, so a:r OR a:g cost<=3 reads as a:r OR (a:g AND cost<=3), not (a:r OR a:g) AND cost<=3. Prefix a parenthesized group with - to negate the whole group.

trait:jedi OR trait:sith

Cards with the Jedi trait or the Sith trait

a:r (trait:jedi OR trait:sith)

Aggression cards that are Jedi or Sith

-(a:b OR a:g)

Cards with neither Vigilance nor Command

r:rare OR r:legendary

Rare or Legendary cards