v0.1.0
The changes below are compared to Tiberian Sun with Firestorm 2.03.
<!-- opents-release-notes start -->
### Breaking changes
- Correct the armor crate multiplier
- Migration: Replace each nonzero `Armor` row's third field with its reciprocal if existing rules or maps intentionally rely on the previous result. For example, change `Armor=33,ARMOR,0.5` to `Armor=33,ARMOR,2` to preserve the same damage reduction.
- Migration: Replace an `Armor` value of `0` with the intended positive armor divisor. Zero has no reciprocal and now leaves ordinary damage calculation dividing by zero.
-