Skip to content

Commit d92903f

Browse files
Convert to table format
1 parent 3f62511 commit d92903f

File tree

1 file changed

+44
-15
lines changed

1 file changed

+44
-15
lines changed

docs/Whats-New.md

Lines changed: 44 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -93,26 +93,55 @@ You can use the migration utility (can be found on [Phobos supplementaries repo]
9393

9494
- To standardize tag names for similar functions, prevent typos, or avoid misunderstandings, replace them with new tag names.
9595

96+
```{hint}
97+
- You can use the [*MigrationUtility*](https://github.com/Phobos-developers/PhobosSupplementaries/tree/develop/MigrationUtility) in the PhobosSupplementaries repository to conveniently complete these migrations.
98+
```
99+
96100
#### From pre-0.5 devbuilds
97101

98-
- `[WarheadType] -> Crit.AffectAbovePercent` -> `[WarheadType] -> Crit.AffectsAbovePercent`.
102+
- **WarheadType**:
103+
104+
| Old | New |
105+
| :-----------------------: | :------------------------: |
106+
| `Crit.AffectAbovePercent` | `Crit.AffectsAbovePercent` |
99107

100108
#### From 0.4
101109

102-
- `[AttachEffectType] -> AffectTargets` -> `[AttachEffectType] -> AffectsTarget`
103-
- `[AttachEffectType] -> ReflectDamage.AffectsHouses` -> `[AttachEffectType] -> ReflectDamage.AffectsHouse`
104-
- `[AttachEffectType/TechnoType] -> RevengeWeapon.AffectsHouses` -> `[AttachEffectType/TechnoType] -> RevengeWeapon.AffectsHouse`
105-
- `[TechnoType] -> AutoFire` -> `[TechnoType] -> AutoTargetOwnPosition`
106-
- `[TechnoType] -> AutoFire.TargetSelf` -> `[TechnoType] -> AutoTargetOwnPosition.Self`
107-
- `[WarheadType] -> DetonateOnAllMapObjects.AffectHouses` -> `[WarheadType] -> DetonateOnAllMapObjects.AffectsHouse`
108-
- `[WarheadType] -> DetonateOnAllMapObjects.AffectTargets` -> `[WarheadType] -> DetonateOnAllMapObjects.AffectsTarget`
109-
- `[WarheadType] -> Crit.AffectBelowPercent` -> `[WarheadType] -> Crit.AffectsBelowPercent`.
110-
- `[WarheadType] -> Crit.Affects` -> `[WarheadType] -> Crit.AffectsTarget`
111-
- `[WarheadType] -> Crit.AffectsHouses` -> `[WarheadType] -> Crit.AffectsHouse`
112-
- `[WarheadType] -> KillWeapon.AffectsHouses` -> `[WarheadType] -> KillWeapon.AffectsHouse`
113-
- `[WarheadType] -> KillWeapon.OnFirer.AffectsHouses` -> `[WarheadType] -> KillWeapon.OnFirer.AffectsHouse`
114-
- `[WarheadType/SuperWeaponType] -> Convert(N).AffectedHouses` -> `[WarheadType/SuperWeaponType] -> Convert(N).AffectsHouse`
115-
- `[SuperWeaponType] -> LimboKill.Affected` -> `[SuperWeaponType] -> LimboKill.AffectsHouse`
110+
- **AttachEffectType**:
111+
112+
| Old | New |
113+
| :---------------------------: | :--------------------------: |
114+
| `AffectTargets` | `AffectsTarget` |
115+
| `ReflectDamage.AffectsHouses` | `ReflectDamage.AffectsHouse` |
116+
| `RevengeWeapon.AffectsHouses` | `RevengeWeapon.AffectsHouse` |
117+
118+
- **TechnoType**:
119+
120+
| Old | New |
121+
| :---------------------------: | :--------------------------: |
122+
| `AutoFire` | `AutoTargetOwnPosition` |
123+
| `AutoFire.TargetSelf` | `AutoTargetOwnPosition.Self` |
124+
| `RevengeWeapon.AffectsHouses` | `RevengeWeapon.AffectsHouse` |
125+
126+
- **WarheadType**:
127+
128+
| Old | New |
129+
| :-------------------------------------: | :-------------------------------------: |
130+
| `DetonateOnAllMapObjects.AffectHouses` | `DetonateOnAllMapObjects.AffectsHouse` |
131+
| `DetonateOnAllMapObjects.AffectTargets` | `DetonateOnAllMapObjects.AffectsTarget` |
132+
| `Crit.AffectBelowPercent` | `Crit.AffectsBelowPercent` |
133+
| `Crit.Affects` | `Crit.AffectsTarget` |
134+
| `Crit.AffectsHouses` | `Crit.AffectsHouse` |
135+
| `KillWeapon.AffectsHouses` | `KillWeapon.AffectsHouse` |
136+
| `KillWeapon.OnFirer.AffectsHouses` | `KillWeapon.OnFirer.AffectsHouse` |
137+
| `Convert(N).AffectedHouses` | `Convert(N).AffectsHouse` |
138+
139+
- **SuperWeaponType**:
140+
141+
| Old | New |
142+
| :-------------------------: | :-----------------------: |
143+
| `LimboKill.Affected` | `LimboKill.AffectsHouse` |
144+
| `Convert(N).AffectedHouses` | `Convert(N).AffectsHouse` |
116145

117146
### New user settings in RA2MD.INI
118147

0 commit comments

Comments
 (0)