Superpower has empty code?

Have a really dumb question? Ask it here to get help from the experts (or those with too much time on their hands)

Moderator: Moderator

Post Reply
Message
Author
xnd
Archmage
Posts: 307
Joined: Sat Mar 21, 2015 7:33 pm

Superpower has empty code?

#1 Post by xnd »

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!

HousePet
Perspiring Physicist
Posts: 6215
Joined: Sun Sep 09, 2012 7:43 am

Re: Superpower has empty code?

#2 Post by HousePet »

Try searching combat.lua for superpower.
My feedback meter decays into coding. Give me feedback and I make mods.

Post Reply