Skip to content
Snippets Groups Projects
Commit 48ef855f authored by dg's avatar dg
Browse files

color

git-svn-id: http://svn.net-core.org/repos/t-engine4@2195 51575b47-30f0-44d4-a5cc-537603b46e54
parent 88b1648e
No related branches found
No related tags found
No related merge requests found
......@@ -138,11 +138,11 @@ newTalent{
return ([[Allows you to wield a weapon telekinetically, directing it with your willpower and cunning rather than crude flesh. When activated, the telekinetically-wielded weapon will attack a random melee-range target each turn.
The telekinetically-wielded weapon uses Willpower in place of Strength and Cunning in place of Dexterity to determine attack and damage.
Combat stats:
Attack %d
Damage: %d
APR: %d
Crit: %0.2f
Speed: %0.2f]]):
#LIGHT_GREEN#Attack %d
#LIGHT_GREEN#Damage: %d
#LIGHT_GREEN#APR: %d
#LIGHT_GREEN#Crit: %0.2f
#LIGHT_GREEN#Speed: %0.2f]]):
format(atk, dam, apr, crit, speed)
end,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment