Новости Вышел первый трейлер будущей космической РПГ Exodus
  • 331
  • 1
Студия Archetype Entertainment представила первый трейлер Exodus - научно-фантастической РПГ в духе Mass Effect. Её разработкой занимается команда во главе с ветераном BioWare Джеймсом Оленом. По...
Новости Новые скриншоты и детали Gothic Remake: изменения башни, орков и монстров
  • 958
  • 7
Также изменился и путь к башне. Теперь его охраняют големы, которые могут активно взаимодействовать с окружающей средой, делая прохождение более сложным. Стоит отметить, что даже затопленные руины...
Новости Path of Exile 2 - игра ворвалась в топ Steam и собрала 1,3 млн зрителей в Твиче
  • 926
  • 7
Тому кто знаком с диаблоидами, не стоит представлять данную игру. Первая часть была невероятно популярной и по праву носила звание лучшей ARPG среди Hack&Slash-игр. И вот вчера, 6 декабря...
Новости Ремейк "Готики 1" | Трейлер Showcase 2024
  • 7.797
  • 9
Новички, пришло время принять реальность и смириться с судьбой. Чувствуйте себя как дома в Долине Рудников, месте, полном опасностей, преступлений и жадности. Вам предстоит оставаться здесь очень...
Иконка ресурса

Union / Юнион Рандомизатор (всего) и немного разного 2.2.1.2

Нет прав доступа на загрузку
Позволяет раздавать рандомное оружие и лут (неписям и сундукам)
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% ;
StrengthenEnemyStatsPerMultiplier=25
StrengthenEnemyDefencePerMultiplier=3
Симпатии: mindless
Better default balance for additional loot

new command
Код:
punclevutils all
added more configurations
Better loot tables;
Traders can receive more items;
Support for configuration;

New command to add loot for chests:
Код:
chestsrandomizer add
regular comand

chestsrandomizer add add_to_player
test command to add items to player inventory
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)
minor adjustments to additional loot (not balancing! It can't be balanced! :))
To add loot to NPCs now you should use:
Код:
lootrandomizer ADD
For tests sake you can use, this command will add all loot to a player inventory (so you could check the possible loot outcome):
Код:
lootrandomizer ADD ADD_TO_PLAYER
Симпатии: GeorG
Don't shuffle keys in chests;
Don't shuffle beet herbs;
Ranged weapons randomizer is more stable now;
Теперь можно перемешивать травки в локации

Код:
herbsrandomizer SHUFFLE
Симпатии: rioris1995
Сверху Снизу