From GamingWiki
Jump to: navigation, search
(Created page with "This has type::number is the default number of skill points for a player character in the campaign, or for a PC-level nonplayer character. [[Category: campaign pr...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This [[has type::number]] is the default number of skill points for a [[player character]] in the [[campaign]], or for a PC-level [[nonplayer character]].
+
This property of type [[has type::number]] may be applied to a [[campaign]] or to a [[character]].
 +
 
 +
In the case of a campaign, it is the default number of skill points for any [[player character]] or PC-level [[nonplayer character]].
 +
 
 +
In the case of a character, it is simply the number of skill points available to the character.
 +
 
 
[[Category: campaign properties]]
 
[[Category: campaign properties]]
 +
[[Category: character properties]]

Latest revision as of 14:14, 7 August 2011

This property of type has type::number may be applied to a campaign or to a character.

In the case of a campaign, it is the default number of skill points for any player character or PC-level nonplayer character.

In the case of a character, it is simply the number of skill points available to the character.

<graphviz border="frame" format="png" renderer="dot">

digraph character {
 rankdir=LR;
 node [fontcolor=blue,fontsize=12];
 "Property:Skill points" [URL="Property:Skill points"];
 { rank=same;

"Template:((#ask: Is relationship of::Property:Skill points

     |mainlabel=-
     |?Has name=
     |?Has description=
     |format=array |propsep=" [URL="Template:((#ask: Is relationship of::Property:Skill points
     |mainlabel=-
     |?Has name=
     |?Has description=
     |format=array |propsep="];"Template:))" [URL="Template:))"];

{"Template:((#ask: Is relationship of::+Has name::Property:Skill points

     |mainlabel=-
     |?Is relationship of=
     |?Has description=
     |format=array |propsep=" [URL="Template:((#ask: Is relationship of::+Has name::Property:Skill points
     |mainlabel=-
     |?Is relationship of=
     |?Has description=
     |format=array |propsep="]};{"Template:))" [URL="Template:))"]};
 }
 edge [fontsize=9];

"Property:Skill points" -> "Template:((#ask: Is relationship of::Property:Skill points

     |mainlabel=-
     |?Has name=
     |?Has description=
     |format=array |propsep=" [label="|sep="];"Property:Skill points" -> "Template:))" [label=""];

"Template:((#ask: Is relationship of::+Has name::Property:Skill points

     |mainlabel=-
     |?Is relationship of=
     |?Has description=
     |format=array |propsep=" -> "Property:Skill points" [label="|sep="];"Template:))" -> "Property:Skill points" [label=""];
}

</graphviz>