[nyctos] r208 committed - Nerf dex (vis-a-vis it's role in to hit and ev).

0 views
Skip to first unread message

nyc...@googlecode.com

unread,
Feb 18, 2012, 8:45:36 PM2/18/12
to nycto...@googlegroups.com
Revision: 208
Author: GreenbergJH
Date: Sat Feb 18 17:44:55 2012
Log: Nerf dex (vis-a-vis it's role in to hit and ev).
http://code.google.com/p/nyctos/source/detail?r=208

Modified:
/trunk/src/sim_creatures.py

=======================================
--- /trunk/src/sim_creatures.py Thu Jan 19 21:51:45 2012
+++ /trunk/src/sim_creatures.py Sat Feb 18 17:44:55 2012
@@ -296,8 +296,8 @@
self.capacity = int(round(50 * self['strength']/10.))

self.pv = 0
- self.ev = 10 + ((self['dexterity'] - 10)) + (self['speed'] - 10)/2
- self.hit = 10 + ((self['dexterity'] - 10)) + (self['speed'] - 10)/2
+ self.ev = 10 + ((self['dexterity'] - 15)) + (self['speed'] - 10)/2
+ self.hit = 10 + ((self['dexterity'] - 15)) + (self['speed'] - 10)/2

self.damageSkew = 10 + (2*(self['strength'] - 10)) # just the skew

Reply all
Reply to author
Forward
0 new messages