Items: Difference between revisions

1,796 bytes added ,  1 year ago
no edit summary
m (a | was missing so the entire page was broken)
Tag: Reverted
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 1:
__TOC__
A listing of various game items implemented on the wiki. See also [[Consumables]], [[Ooparts]].
=Activity reports=
An overview of all Activity report items that provide character XP.
{{ItemTable |
{{#cargo_query:
tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category="Activity report"
| order by = Id ASC
| format = template
| named args = yes
| template = ItemRow
| limit = 200
}}
}}
=Enhancement stones=
An overview of all Enhancement stones that provide [[Equipment]] XP.
{{ItemTable |
{{#cargo_query:
tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category="Enhancement Stone"
| order by = Id ASC
| format = template
| named args = yes
| template = ItemRow
| limit = 200
}}
}}
=Weapon components=
An overview of all Weapon components that provide [[Unique weapons]] XP.
{{ItemTable |
{{#cargo_query:
tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category="Weapon Component"
| order by = Id ASC
| format = template
| named args = yes
| template = ItemRow
| limit = 200
}}
}}
=Materials=
An overview of all upgrade use materials implemented on the wiki
{{ItemTable |
{{#cargo_query:
| tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category="Material"
Line 14 ⟶ 57:
}}
}}
=Equipment=
 
An overview of all character equipment implemented on the wiki
{{ItemTable |
{{#cargo_query:
tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category IN("Hat","Gloves","Shoes","Bag","Badge","Hairpin","Charm","Watch","Necklace")
| order by = Id ASC
| format = template
| named args = yes
| template = ItemRow
| limit = 200
}}
}}
=Eleph=
An overview of all character elephs implemented on the wiki
{{ItemTable |
{{#cargo_query:
tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category="Eleph"
| order by = Id ASC
| format = template
| named args = yes
| template = ItemRow
| limit = 200
}}
}}
=Currencies=
An overview of all currencies (including event-limited ones) on the wiki
{{ItemTable |
{{#cargo_query:
| tables = items
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
| where = Category="Currency"