mirror of https://github.com/01-edu/public.git
1 changed files with 9 additions and 2 deletions
@ -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…
Reference in new issue