You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2010-08-24-data_working_with_turrets_beginner_difficulty.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,20 +68,21 @@ These are the Turret weapons that will go on the building.
68
68
You can set these to whatever you'd prefer, but **Idle** controls the turrets action when not in combat, **Arc** controls its range of motion, **Idle Rate** is how quickly the turret rotates out of combat, **Rate** is how quickly the turret rotates in combat and **Start** determines the angle the turret begins facing.
69
69
70
70
## Models Tab
71
-
* Create a new Model named Hub Turret
72
-
* set Model: PhotonCannon.m3
73
-
* Create a new Model named Turret Beam
74
-
* set Model: ColossusBeam.m3
75
-
* Create a new Model named Turret Death
76
-
* set Model: PhotonCannonDeath.m3
71
+
* Create a new Model named **Hub Turret**
72
+
* set **Model**: PhotonCannon.m3
73
+
* Create a new Model named **Turret Beam**
74
+
* set **Model**: ColossusBeam.m3
75
+
* Create a new Model named **Turret Death**
76
+
* set **Model**: PhotonCannonDeath.m3
77
+
77
78
## Units Tab
78
79
Duplicate the Nexus structure and its corresponding Actor. Everything else will be stock or made from scratch.
79
80
80
-
* Name it Turret Hub
81
-
* open Abilities + and remove all but [Attack/Stop]
82
-
* open Command Card + and remove all but [Attack/Stop]
83
-
* remove everything in Behaviors +
84
-
* open Weapons + and add NW/NE/SW/SE Turret (Weapon and Turret)
81
+
* Name it **Turret Hub**
82
+
* open **Abilities +** and remove all but [Attack/Stop]
83
+
* open **Command Card +** and remove all but [Attack/Stop]
84
+
* remove everything in **Behaviors +**
85
+
* open Weapons + and add NW/NE/SW/SE Turret (Weapon and Turret)
85
86
* Name the building's Actor Turret Hub
86
87
87
88
## Actors Tab
@@ -168,5 +169,5 @@ These actors allow the turrets to function by tying the Turret objects to their
168
169
169
170
You should now have a fully functioning multi-turret structure :D
0 commit comments