What about trying out passive block chance?
And ty for the help
Don't worry, rest and take your time. This mod has no priority over anything.Endoperez wrote:But any way, I'm too tired to think about this properly right now. I'm helping to organize the game jam at my school this weekend, + baking for it because why not, and then there's also the school project I'm working at... I'll get back to you guys sometime next week.
ffcin wrote:at the start of each fight you can view your stats (including the minor ones you cant directly affect) and choose if you are training power speed or endurance. at the end of a match your chosen stat will go up and the other two will erode slightly.
thoughts?
First of all thank you SO much for working on this mod (again and will happen again)Thomason1005 wrote:Ok so i made a basic character and race selection work, but i still want to smooth it out. To add the rat will be easy. Im not sure about the race buffs, i noticed some muscle parameters that look mad on rabbits look like stereoids on wolfes. And whats that on/off youre talking about? Do u mean turning the character slot on/off like deleting?
Code: Select all
var items = [{
name:'Colors',
content:'#FFFFFF',
type:'colorpicker',
useRGB:true,
fullswatch:true,
liveupdate:function(c) {
Client.parameters({'caption':name,'value':c});
},
},
{
name:'Size',
content:{min:30,value:3000,max:6000},
type:'slider',
}];
inspector.init({
items:items,
//holder:$('#create_new'),
holder:$('#holder'),
});Yeah, that could work too, but this way this will actually be more oriented to be a mod rather than aiming to be implemented. Not necessarily a bad thing, but yet a bit less satisfactory. (imo)Thomason1005 wrote:i think the on/off thing isnt a good idea. id rather make it a seperate level and keep the old arena.
I've worked with programmers before, so I can wager a guess: he wanted to test out different sizes, so he added a slider for it.Sehiro wrote:2) Why is there the size as an attribute in which you can spend points?
Damn, you're pretty experienced.Endoperez wrote:I've worked with programmers before, so I can wager a guess: he wanted to test out different sizes, so he added a slider for it.Sehiro wrote:2) Why is there the size as an attribute in which you can spend points?