User Tools

Site Tools


iapi:mixmaster

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
iapi:mixmaster [2019/05/30 00:42] – Report bugs/features kyrahabattoiriapi:mixmaster [2020/12/05 17:36] (current) – [Making a custom recipe] formatting kyrahabattoir
Line 81: Line 81:
   * **_config.rez.temporary=Yes** : Drinks are set as temporary after rezzing, doesn't use LI, but drinks disappear after ~60 seconds.   * **_config.rez.temporary=Yes** : Drinks are set as temporary after rezzing, doesn't use LI, but drinks disappear after ~60 seconds.
   * **_config.rez.temporary=No** : Drinks are permanent but will still auto-clean after 5 minutes. This option uses LI.   * **_config.rez.temporary=No** : Drinks are permanent but will still auto-clean after 5 minutes. This option uses LI.
 +====== Making a custom recipe ======
 +Recipes are represented by notecards:
 +<code>
 +Name,Taste,Type,Type2,Recipe,Preparation
 +</code>
 +  * Name: The name of the drink, it is also the name of the drink object that will be used.
 +  * Taste: Used by the handbook for the "taste" sorting mode.
 +  * Type: Used by the handbook for the "type" sorting mode.
 +  * Type2: Used by the handbook, but only shown on the drink page itself.
 +  * Recipe: A special string that describe the recipe of a cocktail.
 +  * Preparation: How the drink has to be prepared.
 +
 +===== Recipe encoding =====
 +
 +<code>
 +A_B_D_F_K_
 +</code>
 +Where each "_" is a number from 0 to 9 indicating each ingredient requirement:
 +
 +(A)delhyde (B)ronson Extract, Powdered (D)elta, (F)lanergide and (K)armotrine.
 +
 +//'N' can also be used instead of a number, it means that any amount of that ingredient is valid.//
 +
 +===== Preparation encoding =====
 +
 +The preparation string indicates how the drink has to be mixed:
 +<code>
 +M: Mixed
 +B: Blended
 +I: Add Ice
 +A: Age
 +N: Any preparation will be valid.
 +</code>
 +//Note: The preparation has to be at least one letter, either M,B or N, letter order is not important.//
iapi/mixmaster.1559176924.txt.gz · Last modified: 2019/05/30 00:42 by kyrahabattoir