Difference between revisions of "Template:Quality"

From ShadowHaven Reloaded
Jump to navigation Jump to search
Line 4: Line 4:
|
|


{| class="wikitable" style="border-style: solid; width: 100%; border-width: 10px;"
{| style="width: 100%;"
! style="text-align:left;max-width: 70%" | {{{Name}}}
! style="text-align:left;max-width: 70%" | {{{Name}}}
! style="text-align:left;max-width: 30%" | Cost: {{{KarmaCost}}} karma
! style="text-align:left;max-width: 30%" | Cost: {{{KarmaCost}}} karma

Revision as of 22:48, 23 August 2024


Usage

This template helps create a standard display format for custom qualities.

  • Name The name of the quality.
  • KarmaCost The base cost of the quality in karma (bonus or penalty).
  • Requires Any special requirements that might exist.
  • Description The text associated with the quality.

So, if you enter this:

{{Quality|
|Name=Test Quality
|KarmaCost=14
|Requires=Requirement
|Description=This is some text
|}}

The template will return the characters current essence/total essence.

Test Quality Cost: 14 karma
Requires: Requirement
This is some text