Template: ExaltedArtifact: Difference between revisions
From DivNull RPG
imported>Wordman No edit summary |
imported>Wordman No edit summary |
||
Line 15: | Line 15: | ||
==Usage== | ==Usage== | ||
Any fields after " | Any fields after "commitment" are optional. A simple artifact might look like this: | ||
<pre> | |||
{{ExaltedArtifact | |||
|summary = A single sentence | |||
|description = The remainder of the description. This can have newlines. | |||
Like this. | |||
And any other formatting. | |||
|instances = Formatted text that lists who owns the item and names of specific | |||
instances. Should contain [[owner::Person]] tags. | |||
|rating = 3 | |||
|commitment = 5 | |||
|materials = [[material::jade]], [[material::orichalcum]], [[material::moonsilver]], [[material::soulsteel]], [[material::starmetal]] | |||
|campaign = Forgotten Suns | |||
}} | |||
</pre> | |||
A weapon would use additional fields: | |||
<pre> | <pre> | ||
Line 29: | Line 48: | ||
|rating = 3 | |rating = 3 | ||
|commitment = 5 | |commitment = 5 | ||
|materials = [[material::jade]], [[material::orichalcum]], [[material::moonsilver]], [[material::soulsteel]], [[material::starmetal]] | |materials = [[material::jade]], [[material::orichalcum]], [[material::moonsilver]], [[material::soulsteel]], [[material::starmetal]] | ||
|accuracy = +2 (+3 when attuned by Lunar) | |accuracy = +2 (+3 when attuned by Lunar) | ||
Line 35: | Line 53: | ||
|rate = 3 | |rate = 3 | ||
|range = 250 (350 when attuned by Lunar) | |range = 250 (350 when attuned by Lunar) | ||
|campaign = Forgotten Suns | |||
}} | |||
</pre> | |||
Armor would have: | |||
<pre> | |||
{{ExaltedArtifact | |||
|summary = A single sentence | |||
|description = The remainder of the description. This can have newlines. | |||
Like this. | |||
And any other formatting. | |||
|instances = Formatted text that lists who owns the item and names of specific | |||
instances. Should contain [[owner::Person]] tags. | |||
|rating = 3 | |||
|commitment = 5 | |||
|materials = [[material::jade]], [[material::orichalcum]], [[material::moonsilver]], [[material::soulsteel]], [[material::starmetal]] | |||
|soak = 16B/10L | |||
|hardness = 2B/2L | |||
|mobility = -2 | |||
|fatigue = 2 | |||
|campaign = Forgotten Suns | |||
}} | |||
</pre> | |||
An artifact with the design ratings would be: | |||
<pre> | |||
{{ExaltedArtifact | |||
|summary = A single sentence | |||
|description = The remainder of the description. This can have newlines. | |||
Like this. | |||
And any other formatting. | |||
|instances = Formatted text that lists who owns the item and names of specific | |||
instances. Should contain [[owner::Person]] tags. | |||
|rating = 3 | |||
|commitment = 5 | |||
|repair = 2 | |||
|materials = [[material::jade]], [[material::orichalcum]], [[material::moonsilver]], [[material::soulsteel]], [[material::starmetal]] | |||
|power = 3 | |power = 3 | ||
|usefulness = 3 | |usefulness = 3 |
Revision as of 22:20, 11 June 2009
{{{description}}}
Instances
{{{instances}}}
Game Information
Summary: {{{summary}}}
Rating: {{Dots{{{rating}}}}}
Commitment: {{{commitment}}}
Usage
Any fields after "commitment" are optional. A simple artifact might look like this:
{{ExaltedArtifact |summary = A single sentence |description = The remainder of the description. This can have newlines. Like this. And any other formatting. |instances = Formatted text that lists who owns the item and names of specific instances. Should contain [[owner::Person]] tags. |rating = 3 |commitment = 5 |materials = [[material::jade]], [[material::orichalcum]], [[material::moonsilver]], [[material::soulsteel]], [[material::starmetal]] |campaign = Forgotten Suns }}
A weapon would use additional fields:
{{ExaltedArtifact |summary = A single sentence |description = The remainder of the description. This can have newlines. Like this. And any other formatting. |instances = Formatted text that lists who owns the item and names of specific instances. Should contain [[owner::Person]] tags. |rating = 3 |commitment = 5 |materials = [[material::jade]], [[material::orichalcum]], [[material::moonsilver]], [[material::soulsteel]], [[material::starmetal]] |accuracy = +2 (+3 when attuned by Lunar) |damage = +2 |rate = 3 |range = 250 (350 when attuned by Lunar) |campaign = Forgotten Suns }}
Armor would have:
{{ExaltedArtifact |summary = A single sentence |description = The remainder of the description. This can have newlines. Like this. And any other formatting. |instances = Formatted text that lists who owns the item and names of specific instances. Should contain [[owner::Person]] tags. |rating = 3 |commitment = 5 |materials = [[material::jade]], [[material::orichalcum]], [[material::moonsilver]], [[material::soulsteel]], [[material::starmetal]] |soak = 16B/10L |hardness = 2B/2L |mobility = -2 |fatigue = 2 |campaign = Forgotten Suns }}
An artifact with the design ratings would be:
{{ExaltedArtifact |summary = A single sentence |description = The remainder of the description. This can have newlines. Like this. And any other formatting. |instances = Formatted text that lists who owns the item and names of specific instances. Should contain [[owner::Person]] tags. |rating = 3 |commitment = 5 |repair = 2 |materials = [[material::jade]], [[material::orichalcum]], [[material::moonsilver]], [[material::soulsteel]], [[material::starmetal]] |power = 3 |usefulness = 3 |impact = 3 |immunity = 2 |drawbackessence = 3 |drawbackessencedesc = (+0 efficient) |drawbackcomponent = 1 |drawbackcomponentdesc = (extremely fine tools) |drawbacknoteriety = 3 |drawbacknoterietydesc = |drawbackmaint = x |drawbackmaintdesc = |campaign = Forgotten Suns }}