Code: Select all
party:getChampion(1):addTrait("lightning_speed")
Code: Select all
party:getChampion(1):addTrait("lightning_speed")
Actually, we can, but it doesn't seem to work. It's the section:Rifterr wrote:Seems odd theres no way to give a character the thunderstruck speed/trait.
Unfortunate, but whatever. Thanks for the replies.
Code: Select all
for i=1,4 do party:getChampion(i):addTrait("lightning_speed",true) end