Items: Difference between revisions

2,187 bytes added ,  1 year ago
no edit summary
No edit summary
No edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 1:
__TOC__
An overview of all general use materials implemented on the wiki
A listing of various game items implemented on the wiki. See also [[Consumables]], [[Ooparts]].
 
=Activity reports=
{{ItemTable|<dpl>
An overview of all Activity report items that provide character XP.
namespace =
{{ItemTable |
category = Material
{{#cargo_query:
ordermethod = firstedit
tables = items
includesubpages = true
| fields = _pageName=Page, NameEN, DescriptionEN, Rarity, Icon
mode = userformat
| where = Category="Activity report"
format = ,,,
| order by = Id ASC
includepage = {Item|ItemRow}
| format = template
</dpl>
| 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"
| order by = Id ASC
| format = template
| named args = yes
| template = ItemRow
| limit = 200
}}
}}
=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"
| order by = Collection ASC, Rarity ASC, Id ASC
| format = template
| named args = yes
| template = ItemRow
}}
}}