From 9f41a9696b9ea0e7932375ab4b1324c0980a0455 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barth=C3=A9l=C3=A9my=20de=20Mazenod?= Date: Mon, 13 May 2019 15:31:17 +0100 Subject: [PATCH] Update object-attribute-reference.md Add some sweetness in this world --- docs/object-attribute-reference.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/object-attribute-reference.md b/docs/object-attribute-reference.md index d212a1fd5..8b75ed597 100644 --- a/docs/object-attribute-reference.md +++ b/docs/object-attribute-reference.md @@ -1,12 +1,10 @@ # Object Attribute Reference ## List all preset object attributes ---- - | Attribute | Type | Value | Description | |-------------------|-----------|-------|-------------| -| `xp` | function | A valid function to calculate experience points, such as `exerciceExpCalculation`, `examExpCalculation` or `raidExpCalculation` | This attribute define via a function the amount of exeperience points that an object will give. | -| `correctionPrice` | function | A valid function to calculate the amount of correction points needed to text a result, such as `correctionPrice` | This attribute define via a function the amount of correction points needed to test an exercise. | +| `xp` | function | `exerciceExpCalculation`, `examExpCalculation` or `raidExpCalculation` | Amount of exeperience points that an object will give. | +| `correctionPrice` | function | `correctionPrice` | Amount of correction points needed to test an exercise. | | `scopeStart` | function | | | | `scopeEnd` | function | | | | `startDay` | function | | |