... | ... | @@ -31,9 +31,9 @@ The Polygon meta-mechanic can execute other skills in a polygon-shaped pattern. |
|
|
ExampleSkill:
|
|
|
Skills:
|
|
|
- polygon{db=0.25;y=0.1;mpd=false;scale=6;
|
|
|
oE=[ - e:p{p=FLAME} ];
|
|
|
oP=[ - e:p{p=CRIT;a=1;repeat=20;repeati=1} ];
|
|
|
oS=[ - e:p{p=SOUL_FIRE_FLAME} ]
|
|
|
oE=[ - effect:particles{p=FLAME} ];
|
|
|
oP=[ - effect:particles{p=CRIT;a=1;repeat=20;repeati=1} ];
|
|
|
oS=[ - effect:particles{p=SOUL_FIRE_FLAME} ]
|
|
|
;p=10;skip=6;duration=20} @Origin
|
|
|
```
|
|
|
```yaml
|
... | ... | @@ -43,9 +43,9 @@ ExampleSkill: |
|
|
- skill{s=[
|
|
|
- addVar{var=global.a;a=1}
|
|
|
- polygon{db=0.25;y=0.1;mpd=false;radius=1;scale=6;yaw=<global.var.a>;
|
|
|
oE=[ - e:p{p=FLAME} ];
|
|
|
oP=[ - e:p{p=CRIT;a=1} ];
|
|
|
oS=[ - e:p{p=SOUL_FIRE_FLAME} ]
|
|
|
oE=[ - effect:particles{p=FLAME} ];
|
|
|
oP=[ - effect:particles{p=CRIT;a=1} ];
|
|
|
oS=[ - effect:particles{p=SOUL_FIRE_FLAME} ]
|
|
|
;p=10;skip=2} @Origin
|
|
|
];repeat=180;repeati=1}
|
|
|
``` |
|
|
\ No newline at end of file |