2017-03-06
- Completed research can spawn an item (only direct research! indirect research gives nothing)
Indirect research (getOneFree) can now spawn items too.
You can spawn more than one item of the same type (`spawnedItem`), using attribute `spawnedItemCount`. E.g. `spawnedItemCount: 42`
You can spawn more items of different types, using attribute `spawnedItemList`. E.g. `spawnedItemList: [STR_ITEM1, STR_ITEM2, STR_ITEM3]`.