All ideas tagged "experience points"

#4008

 · 
vanilla

Getting lifesaved (for the first time, probably not subsequent times) gives you some experience points, because now you have experienced what death is like.

#3676

 · 
vanilla

The hero gains levels twice as fast, for instance by putting a new level cutoff between each existing set of cutoffs (10 for level 1’s 0 to 20, 30 for level 2’s 20 to 40, etc). However, the player must choose with each level gained whether to take most of the effects of gaining an experience level - HP and Pw increases, etc, but NOT a skill slot - or a new skill slot.

#3536

 · 
vanilla

Award some experience points when the hero discovers a trap door in a “Vlad was here” closet by searching for it (not by triggering it), because this demonstrates that they are learning that such closets contain trap doors.

#3381

 · 
vanilla

Wraith corpses should function as a potion of gain level does, of the same beatitude as the corpse. I.e. a blessed wraith corpse will gain a level and then some fraction of experience points towards the next level.

#3251

 · 
vanilla

Exploding a bag of holding gives you a respectable amount of experience points (because you certainly learned something from that experience, and it would be hilarious to accidentally level up by doing this.)

#3009

 · 
vanilla

Role based on the idea of “trophy hunting”, which gains more experience than normal on killing an enemy species for the first time, and less afterwards.

Inhaling vapors from a potion of gain level produces a message like “You smell hard work” or “You smell elbow grease” (perhaps if hallucinating), granting you 10% of the experience points needed to advance to the next level. Monsters may be similarly affected.

Note that the 10% is calculated just based on the level thresholds and your own experience points don’t matter (only your current level). If you are level 5, with level 5 reached at 120 points and level 6 reached at 200 points, you will always get 10% of (200-120) = 8 points.

#2558

 · 
vanilla

Archeologists and Tourists get experience for photographing monsters they haven’t yet photographed.

#2457

 · 
vanilla

Rebalance early-game monster base XP; a lichen should not be worth 4 times as much as a jackal.

#2452

 · 
vanilla

Monsters only give experience points when they are at least a few levels below your own level (i.e. you can’t level up from level 12 to 14 by killing only newts and grid bugs with any amount of grinding). To compensate, the cutoffs for experience level are brought closer together.

#1838

 · 
vanilla

Armor of training: has no AC, but gives you a small multiplier to your experience point gains (and possibly skill point gains) whenever you are wearing it.

FIQhack has added this, but as an object property rather than a new object.

#1837

 · 
vanilla

Potion of training: gives you a temporary multiplier to your experience point gains (lasts for the next N monsters, not the next N turns). Might also give you a temporary multiplier to skill training point gains.

#713

 · 
vanilla

Ring of fast living: gives an experience multiplier and increases hunger rate drastically, multiplies your damage but also multiplies damage you take.

Add a “summoned” bitfield to struct monst, which is used to identify monsters that have been created through magical means. Should be a bitfield rather than a flag so that it can track different details of how it was summoned (from trap/wand/etc, by player or by something else; it probably doesn’t warrant a mextra struct). Summoned monsters can have various anti-farming nerfs applied to them: no training skills, no corpses, no deathdrops, no starting inventory, no experience, etc. Possibly, summoned monsters also disappear after a few hundred turns.

New type of book “encyclopedia”:

  • Appears as a “hardback book” when unidentified, base price 300.
  • Nonmagical and always polypiles into a blank spellbook.
  • When read, it adds the appearance of some unknown magical items (1d4 if blessed, 1d3 if uncursed, 1 if cursed, plus 1 if you are an Archeologist) to your discovery list.
  • It doesn’t disappear when read, but will set a flag that prevents its effects from happening again. This flag will be cleared when creating a bones file.
  • Archeologists start with a special blessed encyclopedia (using a different flag), which is their research (the starting one comes pre-read and isn’t useful to this character). Reading an unread archeologist encyclopedia gives the message “These seem to be an archeologist’s notes. You pore over them intently.”, and type-IDs two unknown scrolls, rings, amulets, and wands, and puts two blessed scrolls of magic mapping into your inventory.
  • The Archeologist home level contains another encyclopedia.
  • There has to be an incentive for archeologists carrying around their encyclopedia so it doesn’t just get discarded as dead weight. A flavorful way to do this would be to award them extra experience points (say, double or triple) when they learn new object types while carrying an encyclopedia.

#135

 · 
vanilla

Getting lifesaved gives you experience points (because it’s a near-death experience). So should having a out-of-body experience from getting hit with death magic while hallucinating.

#54

 · 
vanilla

Give monsters their own XP counters, because the system of “all kills by a monster count as equal experience” is weird.