723Studio / OpenXcom_FTA

Fork of OXCE project with additions to support From the Ashes project
http://x-comfromtheashes.tilda.ws/
GNU General Public License v3.0
15 stars 18 forks source link

Overwriting of `extendedItemReloadCost` per item #147

Closed Finnik723 closed 2 years ago

Finnik723 commented 2 years ago

Make new RuleItem ruleset property extendedItemReloadCostLocal, integer, values from 0 to 2 (validate on loading) 0 (default) means clip uses global setting, 1 - means extendedItemReloadCost is false for this particular item 2 - means extendedItemReloadCost is true for this particular item

1 and 2 gets higher priority when defining reload cost, than global mod EXTENDED_ITEM_RELOAD_COST property

Finnik723 commented 2 years ago

implemented