Browse Source

Update object-attribute-reference.md

Add a reserved attributes Table
pull/157/head
Barthélémy de Mazenod 5 years ago committed by Clément
parent
commit
6ca6e37dd3
  1. 11
      docs/object-attribute-reference.md

11
docs/object-attribute-reference.md

@ -1,13 +1,20 @@
# Object Attribute Reference
## List all preset object attributes
## List all **USABLE** preset object attributes
| Attribute | Type | Value | Description |
|-------------------|-----------|-------|-------------|
| `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. |
| `duration` | number | | |
| `time` | string | | |
| `info` | object | | |
## List all **RESERVED** preset object attributes
| Attribute | Type | Value | Description |
|-------------------|-----------|-------|-------------|
| `scopeStart` | function | | |
| `scopeEnd` | function | | |
| `startDay` | function | | |
| `status` | function | | |
| `time` | string | | |
| `week` | function | | |

Loading…
Cancel
Save