Hey,
is it possible to for example decrease the melee_attack of all units by 5? At the moment I have to change every single value and that's pretty tedious
Hey,
is it possible to for example decrease the melee_attack of all units by 5? At the moment I have to change every single value and that's pretty tedious
There is also a function in PFM to perform a math operation on a column of data. I believe if you combine this with a filter, it will apply only to what is visible.
Filter your table down to a specific unit class (or whatever) you want to edit and right click on the column header for the relevant statistic (e.g. melee_attack) and select Apply Expression. Then fill the dialogue box with an appropriate expression (e.g. -15, *.25 etc).
That should do what you want without having to export.
It’s better to excite some and offend others than be bland and acceptable to all
Creating a mod.pack with PFM - Database Table Fragments
Thanks for the advice.
+rep
Last edited by Master.Mind; January 02, 2014 at 05:59 AM.