Новички, пришло время принять реальность и смириться с судьбой. Чувствуйте себя как дома в Долине Рудников, месте, полном опасностей, преступлений и жадности. Вам предстоит оставаться здесь очень...
Готика 2: Другая история / Other Story - это глобальная модификация для игры «Готика 2: Ночь Ворона». Её цель - сделать игру более нелинейной, с большим количеством вариантов выбора и...
4 мая в 18-00 стартует шестой сезон Community лиги по одной из лучших игр в жанре arpg Grim Dawn. Сезон представляет собой глобальную модификацию игры, включающую в себя расширение мира, изменение...
Наконец-то дождались - "Baldur's Gate III" покидает ранний доступ, и в августе 2023 выходит в полноценный релиз, о чём стало известно на церемонии "The Game Awards 2022". С момента выхода игры в...
StrengthenEnemyBaseHP=150; enemies having less than this HP will receive strongest boosts to HP
ExtraLootHpFactorOther=700; bigger value -> less loot, per each 700 HP incresing loot chance by 2.5%
ExtraLootHpFactorHorinis=400; bigger value -> less loot, per each 400HP incresing loot chance by 2.5%
ExtraLootHpFactorMultiplier=25; bigger value -> more loot for those who has more than ExtraLootHpFactorHorinis HP
ExtraLootHorinisFactor=1000; bigger value -> less loot
ExtraLootOtherFactor=1250; bigger value -> less loot
Formula for extra loot:
Код:
ExtraLootChance + ( npcHp / ExtraLootHpFactor) * ExtraLootHpFactorMultiplier;
Default value for a meatbug with 15HP: 15 + ( 15 / 400 ) * 25 = 15 OUT OF 1000 = 1.5% ;
Default value for an enemy with 10000HP: 15 + ( 10000 / 400 ) * 25 = 15 + 625 = 640 OUT OF 1000 = 64% ;
Default value for an enemy with 10000HP NOT IN HORINIS: 15 + ( 10000 / 700) * 25 = 15 + 362= 377 OUT OF 1250 = 30% ;
Now if loot was added to NPC it will become a little bit more powerful
+ additional adjustments to loot chances (less extra loot in general per once command, more powerful enemies have higher chance to receive extra loot)