Tsukihime 1,489 Posted October 14, 2012 (edited) Feature: Gold Rate -Tsukihime This script allows you to specify custom gold rate multipliers for your actors. Download Script: Download here Required: Feature Manager Usage Tag database objects with <ft: gold_rate x> For some multiplier x, as a float.eg: 1.0 is no multiplier 1.5 is 50% increase 0.5 is 50% decrease All multipliers are additive. The gold you receive from battle is equal to the following formula gold_received = enemy.gold * gold_party_ability * (actor1.gold_rate + actor2.gold_rate + ... + actorn.gold_rate) Basically, all battle members contribute to the final gold multiplier. Edited March 30, 2016 by Tsukihime Share this post Link to post Share on other sites
Galv 1,387 Posted October 14, 2012 That party of halfling thieves isn't real good in a fight, but farming gold? Totally viable reason to take them for a stroll. Share this post Link to post Share on other sites
estriole 326 Posted October 14, 2012 nice one tsuki. like galv said. low on money? it's time to use 'pirate rush' strategy LOL. Share this post Link to post Share on other sites
Lord Vectra 414 Posted April 12, 2015 (edited) This is a nice script Edited April 12, 2015 by Vectra Share this post Link to post Share on other sites
Marian 1 Posted May 1, 2015 (edited) I'm a little confused with formula. Gold party ability(n) is divided by battle members? I mean if not ex. 100 * n *(1,2) = 120n (one member) 100 * n *(1,2x4) = 480n (four members) Or its adds 1 for non existing battle members? 100*n*(1,2+1*3) = 420n (one member) Another thing i want to use thief ratio to 1.2, so if my party will have 4 thieves 100*n*1.2x4 = 480n with double money equipment is 960n if it doesn't matter how many actors have equiped that kind stuff. But if it was be 100*n*(1.2*1.2*1.2*1*2)= 207n that many i want to get. Don't know how = n. I just want to know if it possible(or maybe it is working that already) to get bonus 107% for 4 thieves in party, but 44% for only two thieves. Edited May 1, 2015 by Marian Share this post Link to post Share on other sites