From GamingWiki
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:Has aspect" [URL="Property:Has aspect"];
{ rank=same;
"Template:((#ask: Is relationship of::Property:Has aspect
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep=" [URL="Template:((#ask: Is relationship of::Property:Has aspect
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep="];"Template:))" [URL="Template:))"];
{"Template:((#ask: Is relationship of::+Has name::Property:Has aspect
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep=" [URL="Template:((#ask: Is relationship of::+Has name::Property:Has aspect
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep="]};{"Template:))" [URL="Template:))"]};
}
edge [fontsize=9];
"Property:Has aspect" -> "Template:((#ask: Is relationship of::Property:Has aspect
|mainlabel=-
|?Has name=
|?Has description=
|format=array |propsep=" [label="|sep="];"Property:Has aspect" -> "Template:))" [label=""];
"Template:((#ask: Is relationship of::+Has name::Property:Has aspect
|mainlabel=-
|?Is relationship of=
|?Has description=
|format=array |propsep=" -> "Property:Has aspect" [label="|sep="];"Template:))" -> "Property:Has aspect" [label=""];
}
</graphviz>