GithubHelp home page GithubHelp logo

rethesda / ashes-of-war Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lxiv-cxxviii/ashes-of-war

0.0 0.0 0.0 74 KB

Skyrim SE SKSE Plugin to recreate Ashes of War from Elden Ring

License: MIT License

C++ 74.54% CMake 25.46%

ashes-of-war's Introduction

Ashes of War

Implements a Special Attack to weapons via an enchantment, with inspiration from Elden Ring

Requirements

Development

To develop an Ash of War you must first make 3 things:

  • Enchantment
    • Made for a weapon
  • Power
    • Automatically given to you by the mod when equipping a weapon with your enchantment
  • Magic Effect
    • This effect does 2 things;
      1. Decides which Ash of War animation to play via DAR
      1. Serves as the behaviour event trigger

After which is done, you place their FormIDs in the Spells folder, either in the base .toml or a custom created one for your project.

EffectFormID      = the Form ID of the Magic Effect, gotten with CK, zEdit, or xEdit.
EnchantmentFormID = the Form ID of the Enchantment, gotten with CK, zEdit, or xEdit.
PowerFormID       = the Form ID of the Power, gotten with CK, zEdit, or xEdit
EspName           = the name of the .esp all of these belong to

After that is done, you may develop any spells you wish the Ash of War to use, and begin making the actual Ash of War.

In the DynamicAnimationCasting folder, in a .toml, create an entry for your Ash of War with these settings:

AnimationEvent = The animation event you wish to spawn the spells on
ActorFormID    = Optional, will only allow the spells to spawn for this actor. Set to 0 or -1 to ignore.
RaceFormID     = Optional, will only allow the spells to spawn for this race. Set to 0 or -1 to ignore.
WeaponFormID   = Optional, will only allow the spells to spawn while the actor holds this weapon. Set to 0 or -1 to ignore.
EffectFormID   = Optional, will only allow the spells to spawn while the actor has this active effect. Set to 0 or -1 to ignore.
KeywordFormID  = Optional, will only allow the spells to spawn while the actor has this keyword. Set to 0 or -1 to ignore.
KeywordEspName = Optional, if the keyword is not ignored, the name of the .esp the keyword belongs to.
SpellFormIDs   = The Form IDs of the spells you want you spawn when meeting the conditions
SpellEspName   = The name of the .esp the spells belong to.
TargetCaster   = whether or not the spell targets the caster
HealthCost     = the health cost for spawning the spells.  (NOTE: Only subtracts once, NOT for each spell)
StaminaCost    = the stamina cost for spawning the spells. (NOTE: Only subtracts once, NOT for each spell)
MagickaCost    = the magicka cost for spawning the spells. (NOTE: Only subtracts once, NOT for each spell)

Once all is done, create a DAR setup for the animations you wish to use, with the condition HasMagicEffect(YourEffectFormID)

After this, go in-game and use your Ash of War.

ashes-of-war's People

Contributors

lxiv-cxxviii avatar ryan-rsm-mckenzie avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.