View Single Post
Old 01-05-2016, 10:54 PM   #18
Captain Joy
 
Captain Joy's Avatar
 
Join Date: Nov 2006
Location: Heartland, U.S.A.
Default Re: Reverse Default List?

Quote:
Originally Posted by dripton View Post
I wrote a little Python script to pull the data out of GCS's skills data files and sum up the reverse skill defaults.

The output is too long to paste here. (Specializations bloat everything.) See

http://paste.pound-python.org/show/e...uhZwrdqhhxpxz/

for just the Basic Set. I'm happy to run any combination of data files found in GCS, or provide the script.
Nicely done!

If it's not too much trouble, including the penalties would add value.

E.g. instead of just
Code:
 'Acrobatics': {'Body Sense', 'Erotic Art'},
something like
Code:
 'Acrobatics': {'-2: Body Sense', '-5: Erotic Art'},
Captain Joy is offline   Reply With Quote