From GamingWiki
(Redirected from Property:Aspect)
A has type::string property indicating some FATE aspect. Usually any given character or other RPG object will have several instances of this property.
A has type::string property indicating some FATE aspect. Usually any given character or other RPG object will have several instances of this property.
<graphviz border="frame" format="png" renderer="dot">
digraph character {
rankdir=LR;
node [fontcolor=blue,fontsize=12];
"Property:Aspect" [URL="Property:Aspect"];
{ rank=same;
"Template:((#ask: Is relationship of::Property:Aspect
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep=" [URL="Template:((#ask: Is relationship of::Property:Aspect
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep="];"Template:))" [URL="Template:))"];
{"Template:((#ask: Is relationship of::+Has name::Property:Aspect
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep=" [URL="Template:((#ask: Is relationship of::+Has name::Property:Aspect
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep="]};{"Template:))" [URL="Template:))"]};
}
edge [fontsize=9];
"Property:Aspect" -> "Template:((#ask: Is relationship of::Property:Aspect
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep=" [label="|sep="];"Property:Aspect" -> "Template:))" [label=""];
"Template:((#ask: Is relationship of::+Has name::Property:Aspect
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep=" -> "Property:Aspect" [label="|sep="];"Template:))" -> "Property:Aspect" [label=""];
}
</graphviz>