Arcane Assembly
Недостаточно оценок
Interesting spells
От Rheimus
Just a dump of my spells that I found fun or interesting.
   
Наградить
В избранное
В избранном
Удалить
Explosion
https://gist.github.com/rheimus/fea758fdf1d6779f1613f4e1b59bde2d

A really decent spamable 'bread and butter' spell for general nuking. Might destroy your ears though.

Can bin the explosion blocks to get a 'scatter shot' sort of effect.

Requires
  • Multiply Speed
  • On Collide
  • Explode
Shield (fast)
https://gist.github.com/rheimus/5cf09b9d277f718cef14c6f3506533c0

'Nearly' instant shield cast.

Requires
  • Multiply Speed
  • Ward
  • Orbit
Shield (fun)
https://gist.github.com/rheimus/3cc39628779d98fc23847cbec0c656c2

Configure the delay timing via the wait block at the bottom of the repeat.

Requires
  • Repeat
  • Multiply Speed
  • Ward
  • Orbit
Cage
https://gist.github.com/rheimus/7062a313f75d5bf9551dbbf84a6bce82

Projectile that spawns a lighting cage when it hits something.

Requirements
  • On Collide
  • Multiply Speed
  • Spawn at offset
  • Connect
Penta
https://gist.github.com/rheimus/19d8b848ff27ef6875bcfaf95ed520d9

Spinning 'pentagram', mostly a 'for fun' fun spell. Does decent damage but the practicality is questionable.

Requires
  • Multiply Speed
  • Spawn at offset
  • Orbit
  • Connect

Surge
https://gist.github.com/rheimus/426ee2d6043a9bbfb92f9c88024e3412

A mana intensive but very high damage output spell, has light enemy homing and splinters into many projectiles on contact.

Requires
  • Multiply Speed
  • Ward
  • On collide
  • Explode
Комментариев: 3
std::vector 9 июн. 2024 г. в 23:48 
Here's another one, but this time it's a fun one that just follows the mouse.

https://pastebin.com/BawViVhf

Adding an OnCollide could probably make it pretty useful, though...
std::vector 9 июн. 2024 г. в 23:35 
If you don't mind outside contributions, here's a fun one of mine that builds a 10-projectile (or higher) orb of hurt that can go straight through walls.

https://pastebin.com/AAB9WCVA

It also comes in a homing variety:

https://pastebin.com/zJnVA17J
G0ldenFlame32 8 июн. 2024 г. в 15:10 
coohl, ima try some of these