We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37cb64 commit 7b0ae76Copy full SHA for 7b0ae76
units/UEC0001/UEC0001_unit.bp
@@ -27,13 +27,14 @@ UnitBlueprint {
27
},
28
29
Categories = {
30
- 'SELECTABLE',
+ 'LAND',
31
+ 'MOBILE',
32
'OPERATION',
33
+ 'RECLAIMABLE',
34
+ 'SELECTABLE',
35
'TECH1',
36
+ 'UEF',
37
'VISIBLETORECON',
- 'RECLAIMABLE',
- 'LAND',
- 'MOBILE',
38
39
Defense = {
40
ArmorType = 'Normal',
@@ -134,7 +135,7 @@ UnitBlueprint {
134
135
MaxSteerForce = 10,
136
MotionType = 'RULEUMT_Land',
137
TurnRadius = 0,
- TurnRate = 60,
138
+ TurnRate = 80,
139
140
SelectionSizeX = 0.35,
141
SelectionSizeZ = 0.65,
0 commit comments