Hello,
As an attempt to balance aircraft weapons just a little, I tried to make Plasma Beam consume Elerium-115 as ammo. I didn't want to make special clips, I just wanted 1 shot cost 1 Elerium (so fully charging the weapon would take 100 Elerium).
What I have is:
craftWeapons:
- type: STR_PLASMA_BEAM_UC
clip: STR_ELERIUM_115
items:
- type: STR_PLASMA_BEAM
clipSize: 100
Sadly, whatever I do, it doesn't seem to work. If I have no E-115 on base, it says the cannon cannot be charged; howev er, if I do, no Elerium is used. Changing clipSize to 1 doesn't seem to change anything either.
Now, can Elerium be used as ammo directly? Or do I need to make some sort of big plasma cannon clip?