Home
last modified time | relevance | path

Searched refs:getExpLevel (Results 1 – 12 of 12) sorted by relevance

/dports/games/powder/powder118_src/
H A Dvictory.cpp525 if (h + m > src->getExpLevel() + 10) in glbVictoryScreen()
530 else if (h + m > src->getExpLevel() + 5) in glbVictoryScreen()
535 else if (h + m > src->getExpLevel() + 2) in glbVictoryScreen()
540 else if (h + m > src->getExpLevel() - 2) in glbVictoryScreen()
545 else if (h + m > src->getExpLevel() - 5) in glbVictoryScreen()
550 else if (h + m > src->getExpLevel() - 10) in glbVictoryScreen()
H A Dpiety.cpp165 val = mob->getExpLevel(); in pietyKill()
167 if (val < getExpLevel() - 5) in pietyKill()
169 else if (val < getExpLevel() + 2) in pietyKill()
655 mob = MOB::createNPC(getExpLevel()+3); in pietyPunish()
H A Dai.cpp375 if ( (killtarget->getExpLevel() > getExpLevel() + 2) || in doAI()
H A Dcreature.h250 int getExpLevel() const { return myExpLevel; } in getExpLevel() function
H A Dcreature.cpp5910 leveldiff = getExpLevel() - getAvatar()->getExpLevel(); in getName()
6012 leveldiff = getExpLevel() - getAvatar()->getExpLevel(); in getDescription()
6817 score = (mob->getExpLevel() - 1) * 1000; in calcScore()
9697 thismob->receiveDeathExp(victim->getExpLevel()); in zapCallbackStatic()
H A Dmap.cpp6184 difficulty += mob->getExpLevel(); in printStats()
/dports/games/keeperrl/keeperrl-alpha23/
H A Dcreature_attributes.h64 double getExpLevel(ExperienceType type) const;
65 const EnumMap<ExperienceType, double>& getExpLevel() const;
H A Dcreature_attributes.cpp100 double CreatureAttributes::getExpLevel(ExperienceType type) const { in getExpLevel() function in CreatureAttributes
104 const EnumMap<ExperienceType, double>& CreatureAttributes::getExpLevel() const { in getExpLevel() function in CreatureAttributes
118 return getExpLevel(type) >= maxLevelIncrease[type]; in isTrainingMaxedOut()
H A Dgame_info.cpp58 levelInfo.level = c->getAttributes().getExpLevel(); in PlayerInfo()
H A Dcreature.cpp1172 int curLevel = (int)getAttributes().getExpLevel(type); in increaseExpLevel()
1174 int newLevel = (int)getAttributes().getExpLevel(type); in increaseExpLevel()
1180 getAttributes().getSpellMap().onExpLevelReached(this, getAttributes().getExpLevel(type)); in increaseExpLevel()
H A Dcollective_config.cpp440 return !c || (c->getAttributes().getExpLevel(experienceType) < *maxIncrease && in getTrainingPredicate()
H A Dcollective.cpp1359 increase = min(increase, *maxLevel - c->getAttributes().getExpLevel(exp)); in onAppliedSquare()
1403 c->getAttributes().getExpLevel(expType); in getMissingTrainingFurniture()