Hi,
I need to change upkeep cost displayed in Cupboard Tool if the building is located in Zone. I've already implemented increased Decay damage to buildings within some types of zones, but now Cupboard shows, e.g. 20 hours, but it will run out of resources after 10 hours (since I've increased damage twice).
So the question is: is it possible to modify UI to show correct amount of time to not confuse players? Maybe it's possible to specify cost for each building block, to make Cupboard calculate correct value of upkeep time?
I've checked dll references and found the UI component "LootPanelToolCupboard", but cannot found how can I access and modify values of lables. Is it even possible?
Thanks,
Egor.
Merged post
Hi,
I'd like to add that, I know that there is server options (e.g. decay.upkeep_period_minutes), that do the required thing, but ther are global, and I need something like that in depending on location of cupboard and building in some type of Zones).