Re: Coin Weight - Where is it located (file wise)
Posted: Wed Mar 13, 2019 12:55 pm
Sorry for the necropost, but I'd be willing to bet coins don't have a weight associated with them the way items do, it's probably just part of the encumbrance formula. i.e. the formula is probably just
Fwiw I made coins weightless in my remake.
Code: Select all
sum_of_item_weights + (number_of_coins / 3)