不断扩大的水平圆 - woshiermuqwq/mythic-chinese GitHub Wiki

特效教学: 不断扩大的水平圆(无任何载体)

https://s20.directupload.net/images/210822/z8uopsnc.gif

原理

  • 施法者在水平圆扩大过程中保持自身 位置不变.
  • 延迟激活多条 Particle Ring.
  • 使用 RepeatRepeat Interval 来做到 已扩大区域持续显示粒子效果.

技能组概览(实体配置自己想)

水平扩大圆:
  Skills:
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=0.1;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=0.6;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=1.1;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=1.5;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=2;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=2.5;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=3;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=3.5;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=4.0;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=4.5;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=5;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=5.5;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=6;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=6.5;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2
  - effect:particlering{repeat=10;repeatInterval=5;particle=flame;radius=7;points=32;amount=1;hS=0.1;vS=0} @self
  - delay 2

讲解

每行 effect:particlering 的半径都不一样,通过不断扩大 半径 的值来做到"扩大"效果.
通过 repeat=10;repeatInterval=5 来做到扩大区域的"实心"效果, 当然, 重复次数与重复间隔自己掌控

⚠️ **GitHub.com Fallback** ⚠️