[Lua Feature] Function to retrieve Policy/Multiplier values

What would you like to see in Freeciv? Do you have a good idea what should be improved or how?
Post Reply
leo.priori
Posts: 37
Joined: Mon Jan 01, 2024 3:22 am

[Lua Feature] Function to retrieve Policy/Multiplier values

Post by leo.priori »

I think it would be super useful to have a way to retrieve the values of "policies" (the `[multiplier_*]`), so we can expand the utility of this feature.

Example:

get_policy(player, "policy_01")
Post Reply