TheMetaphysician Posted March 10, 2016 Posted March 10, 2016 Anybody know how to change the level of spells? I'd like to change reaping knives to a lower level so I can use it for more of the game. I assume I could use the unity assets bundle extractor somehow; is that right?
Ichthyic Posted April 1, 2016 Posted April 1, 2016 my guess would be the only thing you can mod for that talent is how it displays on the text rollover.the core code for it, and most talents, are embedded in the csharp dll that is the main file for the game, and you can't edit that with a unity bundle exractor unfortunately.but other than that... you can certainly try. find the talent in the prefabs folder, and open it in the asset bundle extractor. find the largest monobehavior file, and dump that; it should contain the data for the talent that you can edit.
Staehrminator Posted April 19, 2016 Posted April 19, 2016 Read this: https://forums.obsidian.net/topic/86074-tutorial-editing-abilities-talents-and-items/ There should be a value in the ability that says what level this skill becomes available.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now