Changes

No change in size ,  00:40, 8 November 2021
m
Text replacement - "''e.g.''," to "''e.g.,''"
Line 191: Line 191:  
==Format==
 
==Format==
 
===Key===
 
===Key===
Each mail entry has a unique key which identifies the message (''e.g.'', to track whether the player already received it). For example, <samp>Robin</samp> at the start of this entry is the mail key:
+
Each mail entry has a unique key which identifies the message (''e.g.,'' to track whether the player already received it). For example, <samp>Robin</samp> at the start of this entry is the mail key:
 
<syntaxhighlight lang="json">
 
<syntaxhighlight lang="json">
 
"Robin": "Hey there!^I had some extra wood lying around... I thought maybe you could use it. Take care!  ^  -Robin %item object 388 50 %%[#]A Gift From Robin"
 
"Robin": "Hey there!^I had some extra wood lying around... I thought maybe you could use it. Take care!  ^  -Robin %item object 388 50 %%[#]A Gift From Robin"
Line 238: Line 238:  
|-
 
|-
 
| <samp>%item money {{t|amount}} %%</samp><br /><samp>%item money {{t|min}} {{t|max}} %%</samp>
 
| <samp>%item money {{t|amount}} %%</samp><br /><samp>%item money {{t|min}} {{t|max}} %%</samp>
| Attach the given amount of money, or a random amount between an inclusive {{t|min}} and exclusive {{t|max}} value. In either case, the value is rounded down to the nearest 10 (''e.g.'', 156→150).
+
| Attach the given amount of money, or a random amount between an inclusive {{t|min}} and exclusive {{t|max}} value. In either case, the value is rounded down to the nearest 10 (''e.g.,'' 156→150).
 
|-
 
|-
 
| <samp>%item tools [{{t|type}}]+ %%</samp>
 
| <samp>%item tools [{{t|type}}]+ %%</samp>
105,853

edits