mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
update formatting for gear style guidelines
This commit is contained in:
parent
d6354007f1
commit
d34b116732
1 changed files with 3 additions and 3 deletions
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
To maintain consistency in equipment descriptions, the following guidelines have been proposed (https://github.com/HabitRPG/habitrpg-shared/pull/372):
|
||||
|
||||
#### Order of elements
|
||||
## Order of elements
|
||||
1. Description
|
||||
2. Stat Effect
|
||||
3. Event/Origin (if needed)
|
||||
|
||||
#### Stat Effect
|
||||
## Stat Effect
|
||||
* **No bonus:**
|
||||
"Confers no benefit."
|
||||
* **Single or all stat bonus:**
|
||||
|
|
@ -17,7 +17,7 @@ To maintain consistency in equipment descriptions, the following guidelines have
|
|||
* **Two stats, different bonus:**
|
||||
"Increases (Strength/Intelligence/Constitution) by (<%= str %>/<%= int %>/<%= con %>) and (Intelligence/Constitution/Perception) by (<%= int %>/<%= con %>/<%= per %>)]."
|
||||
|
||||
#### Event/Origin:
|
||||
## Event/Origin
|
||||
Examples of wording:
|
||||
* "[Month] [Year] Subscriber Item." (_e.g., "November 2014 Subscriber Item."_)
|
||||
* "Limited Edition [Year] [Season] Gear." (_e.g., "Limited Edition 2014 Spring Gear."_)
|
||||
|
|
|
|||
Loading…
Reference in a new issue