Monk Fist Progression Modding
Forliezen
Member Posts: 18
With one of the last patches, MONKFIST.2da became an externalized file that could be altered via DLTCP or another similar editing program. However, a change to this file would become a blanket change to all monk kits. I'm currently working on a kit for a monk that I would like to have progress to +5 fists but, for the sake of later posting the kit for others to use, I'm looking for a way to alter monk fist progression for a specific kit without using this blanket alteration. Is this a possibility?
2
Comments
If
Class(player1,monk)
!kit(player1,blah blah)
Level( player1 25)
Then
Give ability
End
I'm not sure if you would need to do it at every level where the fist progression would be different or just at the levels where MONKFIST.2da changes, but it is possible to do this without using a script.
Alternatively, EFFs can now target kits in the EE. You could attach an EFF to the default monk fists that swap them out for your alternatives.