Added all skill mods

This commit is contained in:
xbang21
2013-09-08 18:18:13 -04:00
parent ae48fe04a9
commit 6bf07ea71c
567 changed files with 5687 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import sys
def add(core, actor, name, base):
actor.addSkillMod(name, base)
return
def deduct(core, actor, name, base):
actor.deductSkillMod(name, base)
return