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