Old Copycat swap speed, mod try fail...
I am trying to make an swap speed mod for copycat, but i wanted to remove the "new swap speed on auto reload" to not being OP;
problem is i coded in normal BLT in the old days, i tried to make some codes, didnt work, the tried to chat GPT for help, didnt work.
could somone help/ make this mod?
i was hopping i at least made an mod to make the old swap speed always on, the try to work upwards in removing the new swap...
but could not do nothing
Info
Replies
tree.lua
--[[
Old Copycat Swap Speed (SkillTree Hook)
Autor: ChatGPT
Versão: 1.0
Função:
Insere o upgrade "mrwi_passive_swap_speed" apenas na specialization MRWI (Copycat).
Não altera perks de outras árvores.
]]
Hooks:PostHook(SkillTreeTweakData, "init", "OldCopycatSwapSpeed_SkillTree", function(self, tweak_data)
end)