Skip to content

Commit

Permalink
sc2: Added range indicators to Devastator turret on placement, placeh…
Browse files Browse the repository at this point in the history
…older, and selection
  • Loading branch information
MatthewMarinets committed Jul 1, 2024
1 parent d0c058f commit 324d936
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28202,6 +28202,8 @@
<DeathArray index="Normal" ModelLink="TerranBuildingDeath" SoundLink="AP_DevastatorTurretExplode"/>
<DeathArray index="UnderConstruction" ModelLink="TerranBuildingDeath" SoundLink="MissileTurret_Explode"/>
<PlacementModel value="AP_DevastatorTurretPlacement"/>
<PlacementActorModel value="AP_DevastatorTurretPlacement"/>
<PlaceholderActorModel value="AP_DevastatorTurretPlacement"/>
<PlacementSound value="Terran_BuildingPlacement"/>
<PortraitModel value="AdjutantPortrait"/>
<BarOffset value="75"/>
Expand All @@ -28221,6 +28223,10 @@
<CreepHeightClass value="Small"/>
<Aliases value="_UnitMedium"/>
</CActorUnit>
<CActorModel id="AP_DevastatorTurretPlacement" parent="PlacementModel">
<On Terms="ActorCreation" Send="Create AP_DevastatorTurretProtectRange"/>
<On Terms="ActorDestruction" Target="AP_DevastatorTurretProtectRange" Send="Destroy"/>
</CActorModel>
<CActorModel id="AP_DevastatorTurretBuild" parent="TerranBuildingBuildSmall">
<Model value="AP_DevastatorTurretBuild"/>
</CActorModel>
Expand All @@ -28231,7 +28237,10 @@
<CActorMissile id="AP_DevastatorTurretAttackMissile" parent="GenericAttackMissile" unitName="AP_DevastatorTurretMissile">
<Model value="AP_DevastatorTurretMissile"/>
</CActorMissile>
<CActorRange id="AP_DevastatorTurretProtectRange" parent="RangeWeapon" weapon="AP_DevastatorTurretWeapon"/>
<CActorRange id="AP_DevastatorTurretProtectRange" parent="RangeWeapon" weapon="AP_DevastatorTurretWeapon">
<On Terms="SelectionLocalUpdate.AP_DevastatorTurret.Start" Send="Create"/>
<On Terms="SelectionLocalUpdate.AP_DevastatorTurret.Stop" Send="Destroy"/>
</CActorRange>
<CActorModel id="AP_SensorTowerPlacement">
<Aliases value="_Main"/>
<Aliases value="_Unit"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6942,6 +6942,7 @@
<MinimapRadius value="0.75"/>
<EditorCategories value="ObjectType:Structure,ObjectFamily:FactionRaider"/>
<GlossaryPriority value="250"/>
<GlossaryCategory value="Unit/Category/AP_TerranUnitsGround"/>
<HotkeyCategory value="Unit/Category/AP_TerranUnitsGround"/>
</CUnit>
<CUnit id="AP_DevastatorTurretMissile" parent="MISSILE">
Expand Down

0 comments on commit 324d936

Please sign in to comment.