Difference between revisions of "Item"
From P6 Spheres
| Line 51: | Line 51: | ||
-->{{DISPLAYTITLE:{{{Name|}}}}}<!-- | -->{{DISPLAYTITLE:{{{Name|}}}}}<!-- | ||
| + | -->''Category:'' {{{ItemType|}}}{{#if: {{{ItemSubType|}}}|({{{ItemSubType}}})}}<!-- | ||
| − | -->{{#if: {{{ | + | -->{{#if: {{{Fluff|}}}|<wbr> |
| − | + | ''{{{Fluff}}}''}} | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
{{#!:{| class="wikitable" | {{#!:{| class="wikitable" | ||
| Line 92: | Line 78: | ||
-->{{#if: {{{CraftDC|}}}|'''Craft''' ({{{CraftType|}}}): {{{CraftDC}}}<br>'''Cost:''' {{{CraftCost|Undefined}}}}}{{#if: {{{CraftRequirements|}}}|<br>'''Requirements:''' {{{CraftRequirements}}}|}}{{#if: {{{CraftDC|}}}| | -->{{#if: {{{CraftDC|}}}|'''Craft''' ({{{CraftType|}}}): {{{CraftDC}}}<br>'''Cost:''' {{{CraftCost|Undefined}}}}}{{#if: {{{CraftRequirements|}}}|<br>'''Requirements:''' {{{CraftRequirements}}}|}}{{#if: {{{CraftDC|}}}| | ||
| − | <wbr>|}} | + | <wbr>|}}<!-- |
| + | |||
| + | -->{{#spoiler:show=Data|hide=Hide Data| | ||
| + | ''Sort Name:'' {{{SortName}}}<br><!-- | ||
| + | -->''Treasure Type:'' {{{TreasureUse}}}<br><!-- | ||
| + | -->''Tags:'' {{{Tags|None}}}<br><!-- | ||
| + | -->''Campaigns:'' {{{Campaigns|}}}<br><!-- | ||
| + | -->''Short Description:'' {{{Short|}}}<!-- | ||
| + | -->''OGL Sources:'' {{{Source|}}}}} | ||
[[Category:Items]] | [[Category:Items]] | ||
</includeonly> | </includeonly> | ||
Revision as of 12:28, 14 March 2020
This is the "Item" template.
Name=Real name of item
SortName=Name for use when sorting; "Climbing Kit, Basic" and "Climbing Kit, Deluxe"
ItemType=The major category of item: Weapons, Dungeoneering, Alchemy, etc
ItemSubType=The subcategory of item: Alchemical Weapons, Alchemical Boosters, Alchemical Tools
TreasureUse=Weapon, Protection, Magical, Consumable, Gear
Tags=Any further tags used for filtering
Price=Buying price in gp (Float)
Weight=Weight of the item in lbs. (Float)
Short=Short summary of benefits/use for tables
Fluff=Fluff description
Description=Full description
Benefit=Specific rule benefits
Note=Note
CraftRequirements=Workshop, feats, materials, talents
CraftDC=The Craft DC for the item (Integer)
CraftSkill=The Craft skill used for the item or Spellcraft
CraftCost=Cost in sp/gp (Float)
Source=OGL Codes
Campaigns=Filtering. "All" by default
It should be called in the following format:
{{Item
|Name=
|SortName=
|ItemType=
|ItemSubType=
|TreasureUse=
|Tags=
|Price=
|Weight=
|Short=
|Fluff=
|Description=
|Benefit=
|Note=
|CraftRequirements=
|CraftDC=
|CraftSkill=
|CraftCost=
|Source=
|Campaigns=
}}
Edit the page to see the template text. This template defines the table "Base_Items". View table.