Difference between revisions of "Mysheet Examples"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Sponge
(Created page with "The +mysheet command provides a helpful way to see just the stats that are useful in different situations. Here are some helpful examples: == Garou == &LIST_MYSHEET_COMBA...")
 
imported>Coyote
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:Code]]
 
The +mysheet command provides a helpful way to see just the stats that are useful in different situations.
 
The +mysheet command provides a helpful way to see just the stats that are useful in different situations.
  
Line 8: Line 9:
 
   &LIST_MYSHEET_RENOWN me=Glory|Honor|Wisdom|Temp Glory|Temp Honor|Temp Wisdom
 
   &LIST_MYSHEET_RENOWN me=Glory|Honor|Wisdom|Temp Glory|Temp Honor|Temp Wisdom
 
   &LIST_MYSHEET_RENOWN me=Cunning|Infamy|Power|Temp Cunning|Temp Infamy|Temp Power
 
   &LIST_MYSHEET_RENOWN me=Cunning|Infamy|Power|Temp Cunning|Temp Infamy|Temp Power
 +
 +
== Damage counters ==
 +
 +
  &LIST_MYSHEET_DAMAGE me=Health|Bashing|Lethal|Aggravated|Chimerical Damage
  
 
Add More!
 
Add More!

Latest revision as of 04:47, 19 August 2012

The +mysheet command provides a helpful way to see just the stats that are useful in different situations.

Here are some helpful examples:

Garou

 &LIST_MYSHEET_COMBAT me=Strength|Dexterity|Stamina|Athletics|Brawl|Dodge|Primal Urge|Melee|Stealth|Gnosis|Rage|Willpower|Health
 &LIST_MYSHEET_RENOWN me=Glory|Honor|Wisdom|Temp Glory|Temp Honor|Temp Wisdom
 &LIST_MYSHEET_RENOWN me=Cunning|Infamy|Power|Temp Cunning|Temp Infamy|Temp Power

Damage counters

 &LIST_MYSHEET_DAMAGE me=Health|Bashing|Lethal|Aggravated|Chimerical Damage

Add More!