Blade & Sorcery

File information

Last updated

Original upload

Created by

lilhusky

Uploaded by

Lilhusky

Virus scan

Safe to use

Tags for this mod

About this mod

Add 5 features into telekinesis: freeze, choke, lift, electrical storm and explosive throw

Permissions and credits
Changelogs
Donations
Select the spell from the spell wheel

FREEZE
All telekinesis moves will freeze enemies. To unlock them, grab them by their frozen parts or use normal gravity spell's telekinesis
To unfreeze all of them, merge 2 spells together

CHOKE
Hold the enemy by their neck for 5 secs. You will hear a bone crack sound and they will be gone

LIFT
Hold the spell in your hand like when you imbue an item, lift all enemies in 5f radius

ELECTRICAL STORM
Hold 2 spells in 2 hands. Lift and spin + electrocute all enemies in 5f radius

THROW
Telekinesis throw can dismember enemies

All features are editable in Level_AwakenTelekinesis.json

{
  "$type": "ThunderRoad.LevelData, Assembly-CSharp",
  "id": "Master",
  "version": 2,
  "modes": [
    {
      "name": "Default",
      "modules": [
        {
          "$type": "AwakenTelekinesis.AwakenTelekinesisLevelModule, AwakenTelekinesis",
          "dissolveOnDeath": false,
          "dismembermentBreakForceMultiplier": 0.8,
          "canChoke": true,
          "canLift": true,
          "canFreeze": true
        }
      ]
    }
  ]
}