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
MOD.TXT
{
"name": "Old Copycat Swap Speed",
"description": "Aplica o antigo bônus de swap speed (+320%) apenas à Copycat (MRWI). Remove o bônus de swap do auto reload.",
"author": "ChatGPT",
"version": "1.4",
"blt_version": 2,
"priority": 15,
"hooks": [
{
"hook_id": "lib/tweak_data/upgradestweakdata",
"script_path": "skills.lua"
},
{
"hook_id": "lib/tweak_data/skilltreetweakdata",
"script_path": "tree.lua"
},
{
"hook_id": "lib/managers/localizationmanager",
"script_path": "skilldescs.lua"
},
{
"hook_id": "lib/tweak_data/upgradestweakdata",
"script_path": "runtime.lua"
}
]
}