1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

NKAI: improve neutral town priority handling, reduce priority of objects like star axis

This commit is contained in:
Andrii Danylchenko
2023-03-11 11:42:44 +02:00
parent 87638aafc0
commit 4bf570763a
9 changed files with 37 additions and 25 deletions

View File

@@ -549,7 +549,7 @@ int32_t RewardEvaluator::getGoldReward(const CGObjectInstance * target, const CG
case Obj::SEA_CHEST:
return 1500;
case Obj::PANDORAS_BOX:
return 5000;
return 2500;
case Obj::PRISON:
//Objectively saves us 2500 to hire hero
return GameConstants::HERO_GOLD_COST;