Skip to content
Snippets Groups Projects
Commit 2877c798 authored by dg's avatar dg
Browse files

Online profile system updated, the game is now connected to a special server

Profile update now allows for inter-user chats, check out the new user chat pane, press ctrl+space to switch and space to talk


git-svn-id: http://svn.net-core.org/repos/t-engine4@2896 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5a4adb7f
No related branches found
No related tags found
No related merge requests found
......@@ -168,11 +168,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:
#LIGHT_GREEN#Attack %d
#LIGHT_GREEN#Damage: %d
#LIGHT_GREEN#APR: %d
#LIGHT_GREEN#Crit: %0.2f
#LIGHT_GREEN#Speed: %0.2f]]):
Attack %d
Damage: %d
APR: %d
Crit: %0.2f
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