Blade & Sorcery
0 of 0

File information

Last updated

Original upload

Created by

Jenix106

Uploaded by

jenix106

Virus scan

Safe to use

Tags for this mod

About this mod

Lets you add the power of anime slices to any weapon, just like the Yamato!

Requirements
Permissions and credits
Changelogs
Just add the Anime Slice module to a weapon to start slicing with it. Made to function exactly like the Yamato's Anime Slice ability, but with more options.

{
  "$type": "AnimeSlice.SliceModule, AnimeSliceModule",
  "SliceDamage": 20.0,
  "SliceDismember": true,
  "SpinSlice": true,
  "ActivationButton": "Alt Use"
}
////////////////////
DON'T COPY THIS PART
////////////////////
SliceDamage: How much damage the slice does.
SliceDismember: Whether or not the slice should dismember enemies.
SpinSlice: Whether or not anime slice should be active while spinning the weapon with telekinesis.
ActivationButton: Options include "Trigger" and "Alt Use". Alt use is the spell wheel button for Rift, or thumb pad for Index. Idk about Vive
MAKE SURE TO ADD A COMMA BETWEEN THIS MODULE AND ANY EXISTING MODULES, LIKE SO
{
  "$type": "Yadda.Yadda, Yadda",
  ...
},
{
  "$type": "ActivationModule.ActivationModule, ActivationModule",
  ...
},
{
  "$type": "Blah.Blah, Blah",
  ...
}