Browse Source

Update object-attribute-reference.md

Add a reserved attributes Table
content-update
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 # Object Attribute Reference
## List all preset object attributes ## List all **USABLE** preset object attributes
| Attribute | Type | Value | Description | | Attribute | Type | Value | Description |
|-------------------|-----------|-------|-------------| |-------------------|-----------|-------|-------------|
| `xp` | function | `exerciceExpCalculation`, `examExpCalculation` or `raidExpCalculation` | Amount of exeperience points that an object will give. | | `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. | | `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 | | | | `scopeStart` | function | | |
| `scopeEnd` | function | | | | `scopeEnd` | function | | |
| `startDay` | function | | | | `startDay` | function | | |
| `status` | function | | | | `status` | function | | |
| `time` | string | | |
| `week` | function | | | | `week` | function | | |

Loading…
Cancel
Save