Page 17 of 17

Re: SOTW 0.79 - First Act Beta preview!

Posted: Mon May 05, 2014 1:40 pm
by jack1974
Found the code I use for auto-attributes:

Code: Select all

                if self.charClass==Warrior:
                    i = NonUniformRandom([("Strength",4),("Will",1),("Skill",2),("Agility",2),("Arcane",2),("Constitution",4)])
                elif self.charClass==Thief:
                    i = NonUniformRandom([("Strength",1),("Will",2),("Skill",4),("Agility",4),("Arcane",2),("Constitution",2)])
                else:
                    i = NonUniformRandom([("Strength",1),("Will",4),("Skill",2),("Agility",2),("Arcane",4),("Constitution",2)])
The higher the number after the attributes, the more likely is to get picked. Maybe I need to use a even higher scale... :)

Re: SOTW 0.79 - First Act Beta preview!

Posted: Mon May 05, 2014 2:14 pm
by yayswords
Mmm...

Well this obviously doesn't affect me but what. I never take arcane on rangers and hunters. I might take a little will though. Also strength 1 for hunter? Skill 4? This is like assigning them numbers based on how well they should fit the class (given their names) and not how the stats actually help them. Why would you take defense over offense for a backrower :P

Re: SOTW 0.79 - First Act Beta preview!

Posted: Mon May 05, 2014 2:16 pm
by jack1974
Makes sense, will change that so Strength on Thief has higher priority.
Almost done with 0.8 - good news, the stat derivation is removed completely! The hunter kicks asses now 8)
Bad news, old savegames AREN'T compatible :oops:

Re: SOTW 0.79 - First Act Beta preview!

Posted: Mon May 05, 2014 2:20 pm
by Legendzerox
The fact that Hunters can stealth and then fire a crit shot that deals 600% damage is awesome.

Re: SOTW 0.79 - First Act Beta preview!

Posted: Mon May 05, 2014 2:24 pm
by jack1974
Maybe a bit too powerful :lol: but anyway I'm uploading 0.8 now so that will play very differently now, without stat-derivation. I'll probably start a new thread since many considerations made here won't work anymore because is a new system (actually is the same system as Loren, but well is new for this game! :oops:)

Re: SOTW 0.79 - First Act Beta preview!

Posted: Mon May 05, 2014 2:34 pm
by jack1974
Started a new thread. I'll keep this one as a memento for me, for when I had the foolish idea to use a derived system to decide the stats of the enemies! But of course please post in the new one about version 0.8
Live and learn :mrgreen: