Template:ExaltedArtifact

From DivNull RPG
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

{{{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]]
|speed = 0
|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 = 2
|activation = 10
|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
}}