From 0e5355a103564f543497ddb0c61616981ce885c3 Mon Sep 17 00:00:00 2001 From: Aruki Date: Sat, 13 Oct 2018 01:56:56 -0600 Subject: [PATCH] Changed MP1 enum properties to choices --- templates/mp1/Enums/Item.xml | 2 +- templates/mp1/Enums/PlayerAction.xml | 2 +- templates/mp1/Enums/VulnerabilityType.xml | 2 +- templates/mp1/Enums/WeaponType.xml | 2 +- templates/mp1/Script/AreaAttributes.xml | 4 +-- templates/mp1/Script/ControllerAction.xml | 2 +- templates/mp1/Script/DamageableTrigger.xml | 2 +- templates/mp1/Script/HUDMemo.xml | 2 +- templates/mp1/Script/Pickup.xml | 2 +- templates/mp1/Script/PlayerStateChange.xml | 2 +- templates/mp1/Script/SpecialFunction.xml | 4 +-- templates/mp1/Structs/BeamCombos.xml | 10 +++--- templates/mp1/Structs/ChargedBeams.xml | 10 +++--- templates/mp1/Structs/DamageInfo.xml | 2 +- templates/mp1/Structs/DamageVulnerability.xml | 32 +++++++++---------- templates/mp1/Structs/LightParameters.xml | 4 +-- 16 files changed, 42 insertions(+), 42 deletions(-) diff --git a/templates/mp1/Enums/Item.xml b/templates/mp1/Enums/Item.xml index 3711a893..1447252d 100644 --- a/templates/mp1/Enums/Item.xml +++ b/templates/mp1/Enums/Item.xml @@ -1,6 +1,6 @@ - + Item diff --git a/templates/mp1/Enums/PlayerAction.xml b/templates/mp1/Enums/PlayerAction.xml index 2e328725..68f89e3b 100644 --- a/templates/mp1/Enums/PlayerAction.xml +++ b/templates/mp1/Enums/PlayerAction.xml @@ -1,6 +1,6 @@ - + PlayerAction diff --git a/templates/mp1/Enums/VulnerabilityType.xml b/templates/mp1/Enums/VulnerabilityType.xml index 80c76b72..76a8c74c 100644 --- a/templates/mp1/Enums/VulnerabilityType.xml +++ b/templates/mp1/Enums/VulnerabilityType.xml @@ -1,6 +1,6 @@ - + VulnerabilityType diff --git a/templates/mp1/Enums/WeaponType.xml b/templates/mp1/Enums/WeaponType.xml index 293b70a4..54544dde 100644 --- a/templates/mp1/Enums/WeaponType.xml +++ b/templates/mp1/Enums/WeaponType.xml @@ -1,6 +1,6 @@ - + WeaponType diff --git a/templates/mp1/Script/AreaAttributes.xml b/templates/mp1/Script/AreaAttributes.xml index fa7f8290..635594a2 100644 --- a/templates/mp1/Script/AreaAttributes.xml +++ b/templates/mp1/Script/AreaAttributes.xml @@ -10,7 +10,7 @@ Show Skybox - + Environmental Effect @@ -37,7 +37,7 @@ CMDL - + Phazon Type diff --git a/templates/mp1/Script/ControllerAction.xml b/templates/mp1/Script/ControllerAction.xml index 65443508..7a49f121 100644 --- a/templates/mp1/Script/ControllerAction.xml +++ b/templates/mp1/Script/ControllerAction.xml @@ -9,7 +9,7 @@ Active - + Action diff --git a/templates/mp1/Script/DamageableTrigger.xml b/templates/mp1/Script/DamageableTrigger.xml index 0891c08d..4a36b69c 100644 --- a/templates/mp1/Script/DamageableTrigger.xml +++ b/templates/mp1/Script/DamageableTrigger.xml @@ -14,7 +14,7 @@ - + Render Side diff --git a/templates/mp1/Script/HUDMemo.xml b/templates/mp1/Script/HUDMemo.xml index acaadf3d..488590c2 100644 --- a/templates/mp1/Script/HUDMemo.xml +++ b/templates/mp1/Script/HUDMemo.xml @@ -12,7 +12,7 @@ Unknown 1 - + Memo Type diff --git a/templates/mp1/Script/Pickup.xml b/templates/mp1/Script/Pickup.xml index 8a68f6c2..f25a435e 100644 --- a/templates/mp1/Script/Pickup.xml +++ b/templates/mp1/Script/Pickup.xml @@ -21,7 +21,7 @@ Scan/Collision Offset - + Capacity diff --git a/templates/mp1/Script/PlayerStateChange.xml b/templates/mp1/Script/PlayerStateChange.xml index 5ea0c2fc..9bcbd7d9 100644 --- a/templates/mp1/Script/PlayerStateChange.xml +++ b/templates/mp1/Script/PlayerStateChange.xml @@ -9,7 +9,7 @@ Active - + Amount diff --git a/templates/mp1/Script/SpecialFunction.xml b/templates/mp1/Script/SpecialFunction.xml index 95268467..c422f634 100644 --- a/templates/mp1/Script/SpecialFunction.xml +++ b/templates/mp1/Script/SpecialFunction.xml @@ -12,7 +12,7 @@ Rotation - + Function @@ -63,7 +63,7 @@ Unknown 4 - + Active diff --git a/templates/mp1/Structs/BeamCombos.xml b/templates/mp1/Structs/BeamCombos.xml index a54d2e7e..00b7cfd1 100644 --- a/templates/mp1/Structs/BeamCombos.xml +++ b/templates/mp1/Structs/BeamCombos.xml @@ -3,19 +3,19 @@ BeamCombos - + Super Missile - + Ice Spreader - + Wavebuster - + Flamethrower - + Phazon Combo diff --git a/templates/mp1/Structs/ChargedBeams.xml b/templates/mp1/Structs/ChargedBeams.xml index da556451..4ca99827 100644 --- a/templates/mp1/Structs/ChargedBeams.xml +++ b/templates/mp1/Structs/ChargedBeams.xml @@ -3,19 +3,19 @@ ChargedBeams - + Power - + Ice - + Wave - + Plasma - + Phazon diff --git a/templates/mp1/Structs/DamageInfo.xml b/templates/mp1/Structs/DamageInfo.xml index dc065c66..a8a61f73 100644 --- a/templates/mp1/Structs/DamageInfo.xml +++ b/templates/mp1/Structs/DamageInfo.xml @@ -3,7 +3,7 @@ DamageInfo - + Weapon Type diff --git a/templates/mp1/Structs/DamageVulnerability.xml b/templates/mp1/Structs/DamageVulnerability.xml index 03f4c4cb..d41e54a4 100644 --- a/templates/mp1/Structs/DamageVulnerability.xml +++ b/templates/mp1/Structs/DamageVulnerability.xml @@ -3,52 +3,52 @@ DamageVulnerability - + Power - + Ice - + Wave - + Plasma - + Bomb - + Power Bomb - + Missile - + Boost Ball - + Phazon - + AI - + Poison Water - + Lava - + Hot - + Unused Weapon 1 - + Unused Weapon 2 - + Unused Weapon 3 diff --git a/templates/mp1/Structs/LightParameters.xml b/templates/mp1/Structs/LightParameters.xml index 5bdf2f2d..a920e810 100644 --- a/templates/mp1/Structs/LightParameters.xml +++ b/templates/mp1/Structs/LightParameters.xml @@ -24,7 +24,7 @@ Unknown 6 - + World Lighting Options @@ -35,7 +35,7 @@ - + Light Recalculation Options Interval between light recalculation updates.