Difference between revisions of "OUTPUT for 6.08"
LegacyKing (talk | contribs) (Created page with " ===RAW=== pc.abilities as cnas cnas.ability Ability Name +-----------.key KEY +-----------.type TYPE as sequence +-----------.source Hash of source...") |
LegacyKing (talk | contribs) (→RAW) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 9: | Line 9: | ||
+-----------.type TYPE as sequence | +-----------.type TYPE as sequence | ||
+-----------.source Hash of source tags | +-----------.source Hash of source tags | ||
| − | + | +------.long SOURCELONG | |
| − | + | +------.short SOURCESHORT | |
| − | + | +------.page SOURCEPAGE | |
+-----------.info Hash of info tags | +-----------.info Hash of info tags | ||
| − | + | +----."name" INFO:"name" | |
| + | |||
| + | |||
| + | ${pc.val.VAR} | ||
| + | VAR = the value you desire to display | ||
| + | |||
| + | For example: | ||
| + | face is a var we use to display the orderedpair - which can be 5,5 or 5,0. | ||
| + | ${pc.val.face} | ||
Latest revision as of 01:57, 22 January 2018
RAW
pc.abilities as cnas cnas.ability Ability Name +-----------.key KEY +-----------.type TYPE as sequence +-----------.source Hash of source tags +------.long SOURCELONG +------.short SOURCESHORT +------.page SOURCEPAGE +-----------.info Hash of info tags +----."name" INFO:"name"
${pc.val.VAR}
VAR = the value you desire to display
For example:
face is a var we use to display the orderedpair - which can be 5,5 or 5,0.
${pc.val.face}