I've been greping and browsing all over the code, but i can't find the array that assigns weapon proficiencies to classes. Where is this array and how do I alter the values?
Thanks.
Thanks.
### RANGER ### N:4 # Bow W:0:0:0:4 # 0 W:0:1:0:4 # W:0:2:0:3 # SLING W:0:3:0:4 # W:0:4:0:4 # W:0:5:0:4 # W:0:6:0:4 # W:0:7:0:4 # W:0:8:0:4 # W:0:9:0:4 # W:0:10:0:4 # 10 W:0:11:0:4 # W:0:12:1:4 # SHORT_BOW W:0:13:1:4 # LONG_BOW W:0:14:0:4 # etc...
Comment