Superpower has empty code?
Posted: Mon Jul 27, 2015 1:49 am
so this actually functions?
uberTalent{
name = "Superpower",
mode = "passive",
info = function(self, t)
return ([[A strong body is key to a strong mind, and a strong mind can be powerful enough to make a strong body.
This prodigy grants a Mindpower bonus equal to 50%% of your Strength.
Additionally, you treat all weapons as having an additional 30%% Willpower modifier.]])
:format()
end,
}
some killer code there! name mode info return end!
so its gotta be stuck in some other talent right? but it doesnt even refer to another talent! i dont need to know, but every time i see things like this im like, hmm, what the heck? it should at least refer to where its meat is!
uberTalent{
name = "Superpower",
mode = "passive",
info = function(self, t)
return ([[A strong body is key to a strong mind, and a strong mind can be powerful enough to make a strong body.
This prodigy grants a Mindpower bonus equal to 50%% of your Strength.
Additionally, you treat all weapons as having an additional 30%% Willpower modifier.]])
:format()
end,
}
some killer code there! name mode info return end!
so its gotta be stuck in some other talent right? but it doesnt even refer to another talent! i dont need to know, but every time i see things like this im like, hmm, what the heck? it should at least refer to where its meat is!