
So, I've followed the ToME wikia about how to make an addon. The thing is, I wanted to change the description of the warrior class to something silly (just to try it it works!). So, I've created a directory for my addon (tome-yeahmola), and inside of it the needed directories for the warrior class, like this:
"...TalesMajEyal/addons/tome-yeahmola/superload/data/birth/classes/warrior.lua"
I thought following the wiki example, when it changes the mana_sustain attribute from Arcane Power with a single line, modyfing other things would be as easy. But I'm wrong of course! the game doesn't work with my AddOn (it got stuck in the loading screen). The following is written inside my warrior.lua file:
Code: Select all
local _M = loadPrevious(...)
BirthDescriptors.birthdescriptors_def.BD_WARRIOR.desc = {"Warrior are so ugly you should bite a car"}
return _M
So here's my problem :_D, I don't have any clue about what I should write to reach that class property. Is there any guide which tells it more clearly? Could you help me with this pleaaaase?

Yours sincerely,
Vatticson