Some notes if you didn't aware: launcher's base range is an integer, but capsules' range modifier is a multiplier, so it works like +10% of base range, not works as +10 tiles (despite the default base range is 100).
I made following changes:
1. Added startup settings for change launcher base range and consumption.
2. Moved the tooltip creation code of capsules to data-final-fixes. This should allow you to modify capsule properties in data-update stage from other mod.
Example code in data-update:
data.raw["mod-data"]["lct-capsule-properties"].data["lct-capsule-basic"].range_modifier = 1.5
Please let me know if this change work for you, I will release a new version once get confirmed.