Template:StatMod

From Picayune Dreams Wiki
Jump to navigation Jump to search


Creates an icon corresponding to one of the player stats, its color indicating a positive, neutral, or negative relationship. Mostly intended for tidying up the Upgrades table while maintaining readability in the editor.

Usage:

{{ StatMod | stat= | mod= }}

Where:

  • stat is the stat to be displayed. Valid values are vitality, velocity, attacksize, pickup, cooldown, projectilespeed.
  • mod is the relation. Valid values are plus, minus, neutral.


Examples:

{{ StatMod | stat=vitality | mod=plus }}
{{ StatMod | stat=attacksize | mod=neutral }}
{{ StatMod | stat=cooldown | mod=minus }}

The above result in, respectively: Positively affects Vitality. Does not affect Attack Size. Negatively affects Cooldown.


Display of possible results:
Positively affects Vitality. Negatively affects Vitality. Does not affect Vitality.

Positively affects Velocity. Negatively affects Velocity. Does not affect Velocity.

Positively affects Projectile Speed. Negatively affects Projectile Speed. Does not affect Projectile Speed.

Positively affects Pickup Range. Negatively affects Pickup Range. Does not affect Pickup Range.

Positively affects Cooldown. Negatively affects Cooldown. Does not affect Cooldown.

Positively affects Attack Size. Negatively affects Attack Size. Does not affect Attack Size.