Важно Форуму RPGRUSSIA 15 лет!
  • 2.353
  • 19
Друзья, сегодня нашему форуму исполняется 15 лет! Кажется, только вчера мы открывали первые разделы, спорили о правилах и радовались каждому новому участнику. Но годы пролетели - а мы всё здесь, и...
Новости Path of Exile 2: Патч 0.2.0 «Dawn of the Hunt» - краткое описание
  • 1.343
  • 0
Вчера вечером, в 22.00 по МСК, в прямом эфире вышла презентация по будущему патчу 0.2.0. В целом, игроки ждали нового класса и ребаланса существующих умений, но то что выкатили GGG на публику...
Новости Gothic 1 Remake - Demo (Nyras Prologue)
  • 4.844
  • 2
Ну что, заключённые, готовы к встрече с колонией? Мир, где каждый встречный мечтает вас зарезать за кусок хлеба, а единственный закон - сила. Вас ждёт совершенно новый пролог к легендарной...
Новости Большое интервью с HotA Crew - часть 2
  • 3.075
  • 0
HotA Crew о Кронверке и будущих обновлениях (часть 2) Какие герои будут вести армии Кронверка? Герои-воины зовутся Вожди, маги — Старейшины. Их параметры и способности подчеркнут сильные стороны...
Иконка ресурса

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