In Robotech RPG Tactics you can have a Squadron with a series of upgrades that apply to every model in the squadron.
However when you add more models to the squadron they inherit the inclusion of these upgrades but because you're adding more models those costs go up.
So adding the VF-1S above will force it to include any Built-In Upgrades previously selected along with making the cost of that upgrade more.
I tried doing this through an Eval script in the Option for the VF-1S but that gave me an error about editing a non-sibling. I was checking if the parent had it enabled and then attempted to enable it in the child unit.
I tried doing it in the pre/postlink scripts of the Unit but discovered you can't set the option.selectable from there only read it.
Suggestions?
- Valkyrie Squadron
- Built-In Upgrade Options
- Long-Range Missiles - 20
- Gravity Bomb - 10
- SDF-1 Lasers - 5
- Built-In Upgrade Options
However when you add more models to the squadron they inherit the inclusion of these upgrades but because you're adding more models those costs go up.
- Valkyrie Squadron
- Built-In Upgrade Options
- Long-Range Missiles - 20 (should be 25 now)
- Gravity Bomb - 10 (should be 13 now)
- SDF-1 Lasers - 5 (should be 6 now)
- Add VF-1S Veritech
- Built-In Upgrades cost increase
- Long-Range Missiles - 5
- Gravity Bomb - 3
- SDF-1 Lasers - 1
- Built-In Upgrades cost increase
- Built-In Upgrade Options
So adding the VF-1S above will force it to include any Built-In Upgrades previously selected along with making the cost of that upgrade more.
I tried doing this through an Eval script in the Option for the VF-1S but that gave me an error about editing a non-sibling. I was checking if the parent had it enabled and then attempted to enable it in the child unit.
I tried doing it in the pre/postlink scripts of the Unit but discovered you can't set the option.selectable from there only read it.
Suggestions?