trystero49
Prince
- Joined
- Apr 30, 2012
- Messages
- 515
I'm looking for a way to implement Ice Walk, and one of the problems I have is that it is totally incompatible with Embarkation. Because I'm only implementing Ice Walk for one unit, I was thinking that I could get around this by not allowing Embarkation. Unfortunately, when Embarkation is awarded, Ice Walk no longer works, and neither does Embarkation! Instead, you can only embark in ice tiles.
I was wondering if there was a way to not awarding Embarkation to this one specific unit. I was going to try to implement a newly defined UnitCombatClass and then set this special unit as a different UnitCombatClass. This could work because I could set Ice Walk to be awarded only to that specific UnitCombatClass, and then not set Embarkation to award to that UnitCombatClass. The problem here is that I don't know how to make a new UnitCombatClass (or even if I CAN), and even if I did, wouldn't I effect the ability for this unit to do battle in strange mysterious ways?
Thanks
I was wondering if there was a way to not awarding Embarkation to this one specific unit. I was going to try to implement a newly defined UnitCombatClass and then set this special unit as a different UnitCombatClass. This could work because I could set Ice Walk to be awarded only to that specific UnitCombatClass, and then not set Embarkation to award to that UnitCombatClass. The problem here is that I don't know how to make a new UnitCombatClass (or even if I CAN), and even if I did, wouldn't I effect the ability for this unit to do battle in strange mysterious ways?
Thanks