update formatting for gear style guidelines
This commit is contained in:
+11
-10
@@ -1,20 +1,21 @@
|
||||
# Style Guide for Equipment Descriptions
|
||||
|
||||
To maintain consistency in equipment descriptions, the following guidelines have been proposed (https://github.com/HabitRPG/habitrpg-shared/pull/372):
|
||||
|
||||
#### Order of elements:
|
||||
1. Description.
|
||||
2. Stat Effect.
|
||||
3. Event/Origin(if needed)
|
||||
#### Order of elements
|
||||
1. Description
|
||||
2. Stat Effect
|
||||
3. Event/Origin (if needed)
|
||||
|
||||
#### Stat Effect
|
||||
Examples of wording:
|
||||
* No bonus:
|
||||
* Confers no benefit.
|
||||
"Confers no benefit."
|
||||
* Single or all stat bonus:
|
||||
* Increases (Strength/Intelligence/Constitution/Perception/all attributes) by (<%= str %>/<%= int %>/<%= con %>/<%= per %>/<%= attrs %>).
|
||||
"Increases (Strength/Intelligence/Constitution/Perception/all attributes) by (<%= str %>/<%= int %>/<%= con %>/<%= per %>/<%= attrs %>)."
|
||||
* Two stats, same bonus:
|
||||
* Increases (Strength/Intelligence/Constitution) and (Intelligence/Constitution/Perception) by <%= attrs %> each.
|
||||
* Two stats, different bonus
|
||||
* Increases (Strength/Intelligence/Constitution) by (<%= str %>/<%= int %>/<%= con %>) and (Intelligence/Constitution/Perception) by (<%= int %>/<%= con %>/<%= per %>)].
|
||||
"Increases (Strength/Intelligence/Constitution) and (Intelligence/Constitution/Perception) by <%= attrs %> each."
|
||||
* Two stats, different bonus:
|
||||
"Increases (Strength/Intelligence/Constitution) by (<%= str %>/<%= int %>/<%= con %>) and (Intelligence/Constitution/Perception) by (<%= int %>/<%= con %>/<%= per %>)]."
|
||||
|
||||
Long form:
|
||||
* Confers no benefit. / Increases (Strength/Intelligence/Constitution/Perception/all attributes) [and (Intelligence/Constitution/Perception)] by (<%= str %>/<%= int %>/<%= con %>/<%= per %>/<%= attrs %>) [each/and (Intelligence/Constitution/Perception) by (<%= int %>/<%= con %>/<%= per %>)].
|
||||
|
||||
Reference in New Issue
Block a user