Changes
Page history
updated layout and informations
authored
Jun 12, 2023
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/conditions/lunarphase.md
View page @
c556b563
**Description:**
checks for the current lunar phase
## Description
Checks for the current lunar phase
---
**Attributes:**
## Attributes
| Attribute | Aliases | Description | Default |
| Attribute | Alias | Description |
|-----------|-----------|----------------------------------------------------------------------|---------|
| ---------- | ---------- | --------------------------------------- |
| phases | p, phase | the lunar phase/s you want to check for. Can be a list. | 0 |
| phases | p, phase | the lunar phase/s you want to check for |
---
### Phase Attribute
Please note that you
**MUST**
use the phase number. This chart is here to help you match the lunar phase to its number.
Please note that you
**MUST**
use the phase number. This chart is here to help you match the lunar phase to its number.
| Phase Name | Phase Number |
| Phase Name | Phase Number |
...
@@ -23,21 +21,13 @@ Please note that you **MUST** use the phase number. This chart is here to help y
...
@@ -23,21 +21,13 @@ Please note that you **MUST** use the phase number. This chart is here to help y
| First Quarter | 6 |
| First Quarter | 6 |
| Waxing Gibbous | 7 |
| Waxing Gibbous | 7 |
---
**Examples:**
## Examples
```
yaml
```
Conditions
:
Conditions
:
-
lunarphase{p=0}
true
-
lunarphase{p=0}
true
```
```
```
```
yaml
Conditions
:
Conditions
:
-
lunarphase{p=0,2,4,6}
true
-
lunarphase{p=0,2,4,6}
true
```
```
\ No newline at end of file
---
**Extra Information:**
-
[x] Type: Location
\ No newline at end of file