Skip to content

Commit 7b0ae76

Browse files
committed
Adjust UEF civ truck
- Added missing UEF tag - Increased turn rate
1 parent a37cb64 commit 7b0ae76

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

units/UEC0001/UEC0001_unit.bp

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ UnitBlueprint {
2727
},
2828
},
2929
Categories = {
30-
'SELECTABLE',
30+
'LAND',
31+
'MOBILE',
3132
'OPERATION',
33+
'RECLAIMABLE',
34+
'SELECTABLE',
3235
'TECH1',
36+
'UEF',
3337
'VISIBLETORECON',
34-
'RECLAIMABLE',
35-
'LAND',
36-
'MOBILE',
3738
},
3839
Defense = {
3940
ArmorType = 'Normal',
@@ -134,7 +135,7 @@ UnitBlueprint {
134135
MaxSteerForce = 10,
135136
MotionType = 'RULEUMT_Land',
136137
TurnRadius = 0,
137-
TurnRate = 60,
138+
TurnRate = 80,
138139
},
139140
SelectionSizeX = 0.35,
140141
SelectionSizeZ = 0.65,

0 commit comments

Comments
 (0)