Difference between revisions of "Community Custom Stats"

From Flexible Survival
Jump to: navigation, search
(Colors)
(Colors)
Line 1: Line 1:
 
A list of custom stats for use in description. Stats should be placed somewhere under "custom/" whenever possible. If you're depending on something to be there, make sure to check for an existing value, and set if needed
 
A list of custom stats for use in description. Stats should be placed somewhere under "custom/" whenever possible. If you're depending on something to be there, make sure to check for an existing value, and set if needed
  
=== Colors ===
+
A list of custom stats for use in description. Stats should be placed somewhere under "custom/" whenever possible. If you're depending on something to be there, make sure to check for an existing value, and set if needed.
 +
 
 +
== Colors ==
  
 
<b> Eyecolor </b>
 
<b> Eyecolor </b>
Line 20: Line 22:
 
#Expected Value: short string (blue, pink, hazel, etc)
 
#Expected Value: short string (blue, pink, hazel, etc)
 
#Use: Shi's wearing a three-piece suit with a [favcolor] tie.
 
#Use: Shi's wearing a three-piece suit with a [favcolor] tie.
 +
 +
== Other ==
 +
 +
<b> Mood </b>
 +
<br> Current mood of the player.
 +
#Stored in: custom/mood
 +
#Expected Value: short string (happy, grumpy, horny, etc)
 +
#Use: Shi has a [mood] look on hir face.
 +
 +
[[Category::Guides]]

Revision as of 18:40, 19 January 2012

A list of custom stats for use in description. Stats should be placed somewhere under "custom/" whenever possible. If you're depending on something to be there, make sure to check for an existing value, and set if needed

A list of custom stats for use in description. Stats should be placed somewhere under "custom/" whenever possible. If you're depending on something to be there, make sure to check for an existing value, and set if needed.

Colors

Eyecolor
The player's eyecolor.

  1. Stored in: custom/eyecolor
  2. Expected Value: short string (bright blue, deep brown, hazel, etc)
  3. Use: Shi has a [eyecolor] shirt matching her [eyecolor] eyes.

Haircolor
The player's haircolor.

  1. Stored in: custom/haircolor
  2. Expected Value: short string (dirty blond, brown, pink, etc)
  3. Use: Hir eyes are hidden by [haircolor] bangs.

Favorite color
The player's favorite color.

  1. Stored in: custom/favcolor
  2. Expected Value: short string (blue, pink, hazel, etc)
  3. Use: Shi's wearing a three-piece suit with a [favcolor] tie.

Other

Mood
Current mood of the player.

  1. Stored in: custom/mood
  2. Expected Value: short string (happy, grumpy, horny, etc)
  3. Use: Shi has a [mood] look on hir face.

[[Category::Guides]]