Files
DayZ-Epoch/SQF/dayz_code
oiad e1f48ea557 Allow modular buildables to refund defined parts
This allows typically not refunded modular buildables to be configured by the server admin.

	For example:
	DZE_modularConfig = [
		["CinderWall_DZ", [["CinderBlocks",7],["MortarBucket",2]]],
		["CinderWallDoor_DZ", [["CinderBlocks",7],["MortarBucket",2],["ItemTankTrap",3],["ItemPole",[1,3]]]]
	];

	This would refund 7 cinder blocks and 2 mortar for "CinderWall_DZ"
	For "CinderWallDoor_DZ" you would get 7 cinder blocks, 2 mortar, 3 tank traps and a random number of poles between 1 and 3.
	The refund amount can be an array where the first param is the minimum and the second is the maximum, it will refund a random amount between them.

Thanks to @BigEgg for the suggestion and sample code.
2017-09-03 19:03:33 +12:00
..
2016-03-30 14:55:45 -04:00
2016-04-27 14:42:50 -04:00
2017-08-03 17:01:30 -04:00
2016-11-23 13:50:24 -05:00
2017-07-29 21:09:20 -04:00
2016-11-30 00:08:52 -05:00
2017-07-30 17:57:39 -04:00