|
#1
|
|||
|
|||
Can you mod the race's unique vendor powers?
I've been searching for a little while online for any examples of it, but I'm probably just not looking in the right places.
What I'd like to do is keep the powers the same, but reduce the number of clicks needed. So for example, 10x higher chance to succeed, 10x higher penalty for not succeeding, and 10x the cost to try. I'd just like to save the time I spend clicking, especially for the Scavenger races where there is no penalty for failing. I see some info on it in the races.gdb file in Assets03, but mostly just enabling or disabling the power... not any stats that change the behavior of the vendor powers. I did see the chance for Scavenger though I haven't tested it yet. Thanks to whoever reads this! EDIT: Had someone point to systems.gdb file, I'll look into that. EDIT2: Yup, seems most of them are under "GameSystem" in that file, still can't figure out how to change the human's gamble ability though. Last edited by fulano5321 : 01-28-2020 at 04:23 PM. |
#2
|
|||
|
|||
{
ReducePowerLoadMinMult 0.25 ReducePowerLoadMin 0 ReducePowerLoadChanceMult 0.95 ReducePowerLoadMinReduceMult 0.025 ReducePowerLoadMaxReduceMult 0.05 ReducePowerLoadCostMult 0.01 ReducePowerLoadDamageChance 0.25 EnhanceItemChanceMult 0.95 EnhanceItemDamageChance 0.05 EnhanceItemCostMultPerRarity 0.01 IncreaseDurabilityMaxMult 2.0 IncreaseDurabilityChanceMult 0.9 IncreaseDurabilityMinIncreaseMult 0.025 IncreaseDurabilityMaxIncreaseMult 0.05 IncreaseDurabilityMinDamageMult 0.25 IncreaseDurabilityMaxDamageMult 0.5 IncreaseDurabilityCostMult 1.0 IncreaseDurabilityDamageChance 0.1 GamblePercent 1.0 GamblePriceMult 1.5 } This is my attempt to make racial services work less random and be cheaper, but could somebody tell me please how to modify that to make evrything completly NOT RANDOM= 100% sucess rate? its hard to guess for me. |
Thread Tools | |
Display Modes | |
|
|