2014-12-22 20:34:57 +00:00
# Style Guide for Equipment Descriptions
2014-12-22 20:28:34 +00:00
To maintain consistency in equipment descriptions, the following guidelines have been proposed (https://github.com/HabitRPG/habitrpg-shared/pull/372):
2014-12-22 20:34:57 +00:00
#### Order of elements
1. Description
2. Stat Effect
3. Event/Origin (if needed)
2014-12-22 20:28:34 +00:00
#### Stat Effect
2014-12-22 20:38:21 +00:00
* *No bonus:*
2014-12-22 20:34:57 +00:00
"Confers no benefit."
2014-12-22 20:38:21 +00:00
* *Single or all stat bonus:*
2014-12-22 20:34:57 +00:00
"Increases (Strength/Intelligence/Constitution/Perception/all attributes) by (< %= str %>/< %= int %>/< %= con %>/< %= per %>/< %= attrs %>)."
2014-12-22 20:38:21 +00:00
* *Two stats, same bonus:*
2014-12-22 20:34:57 +00:00
"Increases (Strength/Intelligence/Constitution) and (Intelligence/Constitution/Perception) by < %= attrs %> each."
2014-12-22 20:38:21 +00:00
* *Two stats, different bonus:*
2014-12-22 20:34:57 +00:00
"Increases (Strength/Intelligence/Constitution) by (< %= str %>/< %= int %>/< %= con %>) and (Intelligence/Constitution/Perception) by (< %= int %>/< %= con %>/< %= per %>)]."
2014-12-22 20:28:34 +00:00
#### Event/Origin:
Examples of wording:
2014-12-22 20:38:21 +00:00
* "(Month) (Year) Subscriber Item." _E.g., "November 2014 Subscriber Item."_
* Limited Edition (Year) (Season) Gear. _E.g., "Limited Edition 2014 Spring Gear."_