Talent levels on randomly-generated monsters

All development conversation and discussion takes place here

Moderator: Moderator

Post Reply
Message
Author
complexityQuantifier
Higher
Posts: 56
Joined: Sun Jan 16, 2011 2:52 pm

Talent levels on randomly-generated monsters

#1 Post by complexityQuantifier »

It seems like there have been several bugs lately relating to monsters who, through class levels, have more than 5 points in a given talent. Is it intentional that this should be able to happen? When a talent has its "points" attribute set to 5, does that mean that "normal characters" should only be able to have 5 points in it, or that no one should be able to have more than 5 points in it?

I guess what I'm saying is, there's a lot of code that assumes that raw talent level never goes above 5 (or that talent level never goes above maybe 1.5*5). Is it a bug that these talents break? Or is it a bug that monsters are being generated with more than t.points raw levels of talent t?

Grey
Loremaster
Posts: 3517
Joined: Thu Sep 23, 2010 10:18 pm
Location: London, England
Contact:

Re: Talent levels on randomly-generated monsters

#2 Post by Grey »

It's a bug that the talents break. Through masteries and items and so on there are opportunities for the PC to hit rank 10 on some talents. If this breaks the talent then the talent needs fixing.
http://www.gamesofgrey.com - My own T-Engine games!
Roguelike Radio - A podcast about roguelikes

complexityQuantifier
Higher
Posts: 56
Joined: Sun Jan 16, 2011 2:52 pm

Re: Talent levels on randomly-generated monsters

#3 Post by complexityQuantifier »

Breaking when the "talent level" is 10 is certainly a bug. But when "points" is defined as 5, and the talent breaks if the "raw talent level" is 6, is that a bug?

evouga
Wyrmic
Posts: 231
Joined: Tue Jul 06, 2010 1:03 am

Re: Talent levels on randomly-generated monsters

#4 Post by evouga »

Isn't it best doubly-harden the code? It's a bug if an enemy is generated with raw talent level > 5, *and* it's a bug if a talent breaks should the raw talent level somehow get set to > 5.

lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

Re: Talent levels on randomly-generated monsters

#5 Post by lukep »

For some more (based on normal monsters instead of farportal bosses, but whatever) see this thread from a while ago. I still support limiting skills to 5 raw levels, and moderating their power through mastery levels.
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

tiger_eye
Perspiring Physicist
Posts: 889
Joined: Thu Feb 17, 2011 5:20 am

Re: Talent levels on randomly-generated monsters

#6 Post by tiger_eye »

I think if a specific talent needs a limit, then put a limit on it. Several talents already do this, although there are probably a few that don't but need to. lukep has been especially good at locating those ones :D

Capping talents as suggested above would be a significant nerf to some high level NPCs, which I think is a bad thing. Once most characters get up to clvl 45-50, they seem nigh invincible, and the game needs to remain challenging for it to remain interesting (for me, anyway).

Randomly generated uniques is still a pretty new feature, so further balancing may be needed, but not by capping all talents, imho.

As an aside, I would really like it if the player could level up above clvl 50 in the infinite dungeon. I would envision the "points" for each talent could be increased by 1 every ten levels or so, so at clvl 60 you could invest 6 points in your talents, 7 at clvl 70, etc. If a more aggressive schedule were taken, this could be another means of hunting down "broken" talents--that is, if players survived long enough :)

Post Reply