About this mod
Tao Mandalas are protective shields used by the Masters of the Mystic Arts which were created through their magic.
- Requirements
- Permissions and credits
- Donations
Protective shields used by the Masters of the Mystic Arts
Please Endorse and Vote if you like this mod!
Features:
- Dr Strange's Tao Mandalas!
- The Ward costs mana to use - configurable mana amount.
- When the Ward gets hit you lose mana - configurable mana amount
- Configurable colour per spell hand!
- Rainbow colour mode!
- Throwable!
- When mana gets too low the Shield will "break".
How to use:
Equip the spell.
Hold Trigger (Cast button) to make the Ward come out in front of your hand.
Hold Trigger and Grip to make the Ward come out the back of your hand ( as if you were holding a real shield )
While the Ward is cast, you can throw it by letting go of the Grip button.
If you let go of the Cast button it will start to despawn.
If you keep the Cast button held while throwing it won't despawn (or cost mana) so you can throw it further!
Configurables:
Configurable options in Mods\StrangeSpell\Spells\Spell_StrangeWard.json
// Enables or disables the particle effects if its too much for your pc
"enableParticles": true,
// Overrides left/right colours. Makes the wards fade from random colour to random colour
"rainbowMode": false,
// colour of left ward
"leftColor": {
"r": 0.33,
"g": 0.55,
"b": 0.96,
"a": 1.0
},
// colour of right ward
"rightColor": {
"r": 0.33,
"g": 0.55,
"b": 0.96,
"a": 1.0
},
// mana drain per second when casting - per ward!
"manaConsumptionPerSecond": 15.0,
// minimum mana required to cast
"minManaToCast": 15.0,
// mana drain when the ward is hit
"manaDrainPerHitMultiplier": 5.0,
// parry magic like a normal shield - recommend leave this true
"parryMagic": true,