Новости Анонсирован ремастер Final Fantasy Tactics
  • 86
  • 0
Культовая пошаговая тактическая RPG от Square Enix получит второе дыхание. На проходящей выставке State of Play, где анонсируются игры для Play Station, состоялся анонс ремастера Final Fantasy...
Новости Моддеры Oblivion Remastered нашли способ внедрения абсолютно любых скриптов
  • 182
  • 0
Сообщество моддинга Oblivion Remastered (ORM) переживает настоящий расцвет. После долгих месяцев работы, энтузиасты научили игру работать с мощным скриптовым языком Lua, открыв перед создателями...
Новости Tainted Grail: The Fall of Avalon — Польская «Skyrim» теперь официально
  • 1.556
  • 24
23 мая 2025 после двух лет успешного раннего доступа в Steam польская студия Questline наконец представила свою фэнтези-RPG в полной версии. Tainted Grail: The Fall of Avalon доступна на ПК...
Новости CD Projekt RED представила юбилейный трейлер к 10-летию The Witcher 3: Wild Hunt
  • 1.037
  • 0
Польская студия CD Projekt Red порадовала поклонников франшизы «Ведьмак», выпустив особый видеообзор в честь десятилетия культовой RPG «Ведьмак 3: Дикая Охота». Что показали в трейлере...
Иконка ресурса

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
Сверху Снизу