Resources: Difference between revisions
From IdleOn MMO Wiki
Kiokurashi (talk | contribs) No edit summary |
Kiokurashi (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
{{Resource/head|Monster Drops}} | {{Resource/head|Monster Drops}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Monster Drop" AND NOT Source LIKE "%Unobtainable%" | |where=type="Monster Drop" AND NOT Source LIKE "%Unobtainable%" | ||
Line 9: | Line 8: | ||
|template=InfoItem/Resourcerow | |template=InfoItem/Resourcerow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
{{Resource/head|Materials}} | {{Resource/head|Materials}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Material" AND NOT Source LIKE "%Unobtainable%" | |where=type="Material" AND NOT Source LIKE "%Unobtainable%" | ||
Line 21: | Line 21: | ||
|template=InfoItem/Resourcerow | |template=InfoItem/Resourcerow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
{{Resource/head|Ores}} | {{Resource/head|Ores}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Ore" AND NOT Source LIKE "%Unobtainable%" | |where=type="Ore" AND NOT Source LIKE "%Unobtainable%" | ||
Line 33: | Line 34: | ||
|template=InfoItem/Resourcerow | |template=InfoItem/Resourcerow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
{{Resource/head|Bars}} | {{Resource/head|Bars}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Bar" AND NOT Source LIKE "%Unobtainable%" | |where=type="Bar" AND NOT Source LIKE "%Unobtainable%" | ||
Line 45: | Line 47: | ||
|template=InfoItem/Resourcerow | |template=InfoItem/Resourcerow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
{{Resource/head|Logs}} | {{Resource/head|Logs}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Log" AND NOT Source LIKE "%Unobtainable%" | |where=type="Log" AND NOT Source LIKE "%Unobtainable%" | ||
Line 57: | Line 60: | ||
|template=InfoItem/Resourcerow | |template=InfoItem/Resourcerow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
{{Resource/head|Leaves}} | {{Resource/head|Leaves}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Leaf" | |where=type="Leaf" | ||
Line 69: | Line 73: | ||
|template=InfoItem/Resourcerow | |template=InfoItem/Resourcerow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
{{Resource/head|Fish}} | {{Resource/head|Fish}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Fish" AND NOT Source LIKE "%Unobtainable%" AND NOT _pageName="Not Yet" | |where=type="Fish" AND NOT Source LIKE "%Unobtainable%" AND NOT Items._pageName="Not Yet" | ||
|format=template | |format=template | ||
|template=InfoItem/Resourcerow | |template=InfoItem/Resourcerow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
{{Resource/head|Bugs}} | {{Resource/head|Bugs}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Bug" AND NOT Source LIKE "%Unobtainable%" | |where=type="Bug" AND NOT Source LIKE "%Unobtainable%" | ||
Line 93: | Line 99: | ||
|template=InfoItem/Resourcerow | |template=InfoItem/Resourcerow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
{{Resource/head|Refinery Salts}} | {{Resource/head|Refinery Salts}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Refinery Salts" AND NOT Source LIKE "%Unobtainable%" | |where=type="Refinery Salts" AND NOT Source LIKE "%Unobtainable%" | ||
Line 105: | Line 112: | ||
|template=InfoItem/Resourcerow | |template=InfoItem/Resourcerow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
{{Resource/head|Critters}} | {{Resource/head|Critters}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Critter" AND NOT Source LIKE "%Unobtainable%" | |where=type="Critter" AND NOT Source LIKE "%Unobtainable%" | ||
Line 117: | Line 125: | ||
|template=InfoItem/Resourcerow | |template=InfoItem/Resourcerow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
{{Resource/head|Souls}} | {{Resource/head|Souls}} | ||
{{#cargo_query:tables=Items | {{#cargo_query:tables=Items, SlabOrder | ||
|fields=_pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |join on=Items._pageName=SlabOrder.Item | ||
|fields=Items._pageName=Name, Image=Image, Type=type, Description=description, SellPrice=sellprice, Source=source | |||
|named args=yes | |named args=yes | ||
|where=type="Soul" AND NOT Source LIKE "%Unobtainable%" | |where=type="Soul" AND NOT Source LIKE "%Unobtainable%" | ||
Line 129: | Line 138: | ||
|template=InfoItem/Resourcerow | |template=InfoItem/Resourcerow | ||
|default= | |default= | ||
|order by=SlabOrder | |order by=SlabOrder.Number | ||
}} | }} | ||
|} | |} | ||
[[Category:Items]] | [[Category:Items]] |
Revision as of 17:51, 2 March 2023
Name | Image | Type | Sell Price | Description | Source
Error: No field named "Source" found for any of the specified database tables.
|
---|
Name | Image | Type | Sell Price | Description | Source
Error: No field named "Source" found for any of the specified database tables.
|
---|
Name | Image | Type | Sell Price | Description | Source
Error: No field named "Source" found for any of the specified database tables.
|
---|
Name | Image | Type | Sell Price | Description | Source
Error: No field named "Source" found for any of the specified database tables.
|
---|
Name | Image | Type | Sell Price | Description | Source
Error: No field named "Source" found for any of the specified database tables.
|
---|
Name | Image | Type | Sell Price | Description | Source
Error: No field named "Source" found for any of the specified database tables.
|
---|
Name | Image | Type | Sell Price | Description | Source
Error: No field named "Source" found for any of the specified database tables.
|
---|
Name | Image | Type | Sell Price | Description | Source
Error: No field named "Source" found for any of the specified database tables.
|
---|
Name | Image | Type | Sell Price | Description | Source
Error: No field named "Source" found for any of the specified database tables.
|
---|
Name | Image | Type | Sell Price | Description | Source
Error: No field named "Source" found for any of the specified database tables.
|
---|
Name | Image | Type | Sell Price | Description | Source
Error: No field named "Source" found for any of the specified database tables.
|
---|