Trigan Emperor
Prince
- Joined
- Apr 11, 2015
- Messages
- 438
Say, if one wanted a bomber to inflict half as much damage to a land unit and receive half as much damage in return. Or make air-to-air combat half as deadly.
These files in GlobalDefines might be relevant?
These files in GlobalDefines might be relevant?
Code:
<Row Name="AIR_STRIKE_SAME_STRENGTH_MIN_DEFENSE_DAMAGE">
<Value>2400</Value>
</Row>
<!-- Note: this will actually produce something between 0.00 and the listed number in damage -->
<Row Name="AIR_STRIKE_SAME_STRENGTH_POSSIBLE_EXTRA_DEFENSE_DAMAGE">
<Value>1200</Value>
</Row>
<Row Name="INTERCEPTION_SAME_STRENGTH_MIN_DAMAGE">
<Value>2400</Value>
</Row>
<!-- Note: this will actually produce something between 0.00 and the listed number in damage -->
<Row Name="INTERCEPTION_SAME_STRENGTH_POSSIBLE_EXTRA_DAMAGE">
<Value>1200</Value>
</Row>
<Row Name="AIR_SWEEP_INTERCEPTION_DAMAGE_MOD">
<Value>0</Value>
Last edited: