Template:Infobar Summon Pouch
Template documentation
This documentation is transcluded from Template:Infobar Summon Pouch/doc. [edit] [purge]
The Infobar Summon Pouch template is used to show the details of Summoning pouches.
Contents
Usage
{{Infobar Summon Pouch |name = pouch name |image = image location |shards = number of Spirit shards |charm = charm type (gold, blue, green, crimson) |tertiary = tertiary component |tertiarycost = (optional) cost of tertiary component(s) (Allows manual override/calculation, e.g. via {{GETotalqty}}.) |createxp = experience for creating |usexp = experience for using |high = high level alchemy (Do NOT use commas. They are added automatically.) |low = low level alchemy (Do NOT use commas. They are added automatically.) |cost = (optional) cost to make, if overriding automatic calculation |examine = examine text |returnlvl = level needed to exchange the pouch at Bogrog }}
Example
The following is an example:
{{Infobar Summon Pouch |name = Steel titan pouch |image = [[File:Steel_titan_pouch.png]] |shards = 178 |charm = [[Crimson charm|Crimson]] |tertiary = [[Steel platebody]] |createxp = 435.2 |usexp = 8.6 |high = 2924 |low = 1949 |examine = I can summon a steel titan familiar with this. |returnlvl = 99 }}
Produces the following result:
![]() |
Shards | Cost/XP | Charm | Tertiary | |
---|---|---|---|---|---|
178 (![]() |
18.2 coins |
![]() |
Steel platebody | ||
Create XP | Use XP | Low alch | Hi alch | GE price | |
435.2 | 8.6 | 1,949 | 2,924 | 4,952 (info) | |
GE Database | Cost to make | Bogrog shard return | Shard return level | ||
Look up price | 7,941 | 125 (3,125) | 99 | ||
Loading... | |||||
Examine text | |||||
I can summon a steel titan familiar with this. |
Advanced usage
For dungeoneering familiars, such as Adept bloodrager, no shards are used to create the pouch. For cases such as this, set the shards
parameter to n/a
:
{{Infobar Summon Pouch |... |shards = n/a |... }}
For pouches that are not tradeable, such as dungeoneering familars, set the exchange
parameter to no
:
{{Infobar Summon Pouch |... |exchange = no |... }}
For pouches that cannot be swapped for shards with Bogrog or Lord Amlodd, such as Light creature (familiar), set the swap
parameter to no
:
{{Infobar Summon Pouch |... |swap = no |... }}
For pouches that have an untradeable tertiary ingredient, set the untradetert
parameter to yes
:
{{Infobar Summon Pouch |... |untradetert = yes |... }}
For pouches that use multiple tertiary ingredients, set the tertiarycost
parameter equal to their combined cost:
{{Infobar Summon Pouch |... |tertiary = 2 [[Hellfire metal]], 2 [[Blood of Orcus]] |tertiarycost = {{GETotalqty|name1=Hellfire metal|qty1=2|name2=Blood of Orcus|qty2=2}} |... }}