Merge pull request #10562 from pchote/classic-facing-fudge
Implement ClassicFacingFudge for fudging classic facings.
This commit is contained in:
@@ -13,7 +13,7 @@ TRAN:
|
||||
LandWhenIdle: true
|
||||
ROT: 5
|
||||
Speed: 140
|
||||
InitialFacing: 0
|
||||
InitialFacing: 224
|
||||
LandableTerrainTypes: Clear,Rough,Road,Ore,Beach,Tiberium,BlueTiberium
|
||||
AltitudeVelocity: 0c100
|
||||
Health:
|
||||
@@ -54,6 +54,7 @@ HELI:
|
||||
Queue: Aircraft.Nod
|
||||
Aircraft:
|
||||
RearmBuildings: hpad
|
||||
InitialFacing: 224
|
||||
ROT: 4
|
||||
Speed: 186
|
||||
Health:
|
||||
@@ -105,6 +106,7 @@ ORCA:
|
||||
Queue: Aircraft.GDI
|
||||
Aircraft:
|
||||
RearmBuildings: hpad
|
||||
InitialFacing: 224
|
||||
ROT: 4
|
||||
Speed: 186
|
||||
Health:
|
||||
|
||||
@@ -98,6 +98,8 @@
|
||||
MustBeDestroyed:
|
||||
Voiced:
|
||||
VoiceSet: VehicleVoice
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
^Tank:
|
||||
Inherits: ^Vehicle
|
||||
@@ -157,6 +159,8 @@
|
||||
MustBeDestroyed:
|
||||
Voiced:
|
||||
VoiceSet: VehicleVoice
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
^Infantry:
|
||||
Inherits@1: ^ExistsInWorld
|
||||
@@ -674,6 +678,8 @@
|
||||
Explodes:
|
||||
Weapon: UnitExplodeSmall
|
||||
EmptyWeapon: UnitExplodeSmall
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
^HelicopterHusk:
|
||||
Inherits: ^CommonHuskDefaults
|
||||
@@ -687,6 +693,8 @@
|
||||
Explosion: HeliCrash
|
||||
Tooltip:
|
||||
GenericName: Destroyed Helicopter
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
^Bridge:
|
||||
AlwaysVisible:
|
||||
|
||||
@@ -658,7 +658,7 @@ GUN:
|
||||
HasMinibib: Yes
|
||||
Turreted:
|
||||
ROT: 12
|
||||
InitialFacing: 50
|
||||
InitialFacing: 56
|
||||
-WithSpriteBody:
|
||||
WithTurretedSpriteBody:
|
||||
Armament:
|
||||
@@ -672,6 +672,8 @@ GUN:
|
||||
Range: 3c0
|
||||
Power:
|
||||
Amount: -20
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
SAM:
|
||||
Inherits: ^Defense
|
||||
@@ -712,6 +714,8 @@ SAM:
|
||||
-RenderDetectionCircle:
|
||||
Power:
|
||||
Amount: -20
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
OBLI:
|
||||
Inherits: ^Defense
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
c17:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
icon: c17icnh
|
||||
|
||||
tran:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
rotor: lrotor
|
||||
Length: 4
|
||||
rotor2: rrotor
|
||||
@@ -27,6 +29,7 @@ tran:
|
||||
heli:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
rotor: lrotor
|
||||
Length: 4
|
||||
slow-rotor: lrotor
|
||||
@@ -41,6 +44,7 @@ heli:
|
||||
orca:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
move:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
@@ -50,6 +54,7 @@ orca:
|
||||
a10:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: minigun
|
||||
Length: 6
|
||||
Facings: 8
|
||||
|
||||
@@ -414,15 +414,19 @@ wood:
|
||||
gun:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
recoil:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
damaged-idle:
|
||||
Start: 64
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
damaged-recoil:
|
||||
Start: 96
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
make: gunmake
|
||||
Length: *
|
||||
Tick: 80
|
||||
@@ -449,6 +453,7 @@ sam:
|
||||
idle:
|
||||
Start: 17
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
closing:
|
||||
Start: 50
|
||||
Length: 14
|
||||
@@ -462,6 +467,7 @@ sam:
|
||||
damaged-idle:
|
||||
Start: 81
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
damaged-closing:
|
||||
Start: 114
|
||||
Length: 14
|
||||
|
||||
@@ -1,17 +1,20 @@
|
||||
mcv:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
icon: mcvicnh.tem
|
||||
AddExtension: False
|
||||
|
||||
mcv.destroyed:
|
||||
idle: mcv
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
harv:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
harvest:
|
||||
Start: 32
|
||||
Length: 4
|
||||
@@ -27,14 +30,17 @@ harv:
|
||||
harv.destroyed:
|
||||
idle: harv
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
bggy:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: minigun
|
||||
Length: 6
|
||||
Facings: 8
|
||||
@@ -44,18 +50,22 @@ bggy:
|
||||
bggy.destroyed:
|
||||
idle: bggy
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: bggy
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
mtnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: *
|
||||
icon: mtnkicnh.tem
|
||||
@@ -64,18 +74,22 @@ mtnk:
|
||||
mtnk.destroyed:
|
||||
idle: mtnk
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: mtnk
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
ltnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: *
|
||||
icon: ltnkicnh.tem
|
||||
@@ -84,18 +98,22 @@ ltnk:
|
||||
ltnk.destroyed:
|
||||
idle: ltnk
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: ltnk
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
htnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: *
|
||||
icon: htnkicnh.tem
|
||||
@@ -104,18 +122,22 @@ htnk:
|
||||
htnk.destroyed:
|
||||
idle: htnk
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: htnk
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
jeep:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: minigun
|
||||
Length: 6
|
||||
Facings: 8
|
||||
@@ -125,26 +147,31 @@ jeep:
|
||||
jeep.destroyed:
|
||||
idle: jeep
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: jeep
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
bike:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
icon: bikeicnh.tem
|
||||
AddExtension: False
|
||||
|
||||
bike.destroyed:
|
||||
idle: bike
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
ftnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle:
|
||||
Combine:
|
||||
flame-n:
|
||||
@@ -179,11 +206,13 @@ ftnk:
|
||||
ftnk.destroyed:
|
||||
idle: ftnk
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
mhq:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
spinner:
|
||||
Start: 32
|
||||
Length: 32
|
||||
@@ -192,68 +221,84 @@ mhq:
|
||||
msam:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
empty-aim:
|
||||
Start: 64
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
aim:
|
||||
Start: 64
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
icon: msamicnh.tem
|
||||
AddExtension: False
|
||||
|
||||
msam.destroyed:
|
||||
idle: msam
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: msam
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
mlrs:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret2:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret1:
|
||||
Start: 64
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret0:
|
||||
Start: 96
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
icon: mlrsicnh.tem
|
||||
AddExtension: False
|
||||
|
||||
mlrs.destroyed:
|
||||
idle: mlrs
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: mlrs
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
stnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
icon: stnkicnh.tem
|
||||
AddExtension: False
|
||||
|
||||
stnk.destroyed:
|
||||
idle: stnk
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
arty:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: *
|
||||
icon: artyicnh.tem
|
||||
@@ -262,11 +307,13 @@ arty:
|
||||
arty.destroyed:
|
||||
idle: arty
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
apc:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret: apctur
|
||||
Facings: 32
|
||||
muzzle: apcmuz
|
||||
@@ -284,6 +331,7 @@ apc:
|
||||
apc.destroyed:
|
||||
idle: apc
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: apctur
|
||||
Facings: 32
|
||||
|
||||
@@ -207,7 +207,7 @@ TRAN:
|
||||
Range: 10c0
|
||||
Type: CenterPosition
|
||||
Aircraft:
|
||||
InitialFacing: 0
|
||||
InitialFacing: 224
|
||||
ROT: 5
|
||||
Speed: 112
|
||||
LandableTerrainTypes: Clear,Rough,Road,Ore,Beach
|
||||
@@ -256,7 +256,7 @@ HELI:
|
||||
FacingTolerance: 20
|
||||
Aircraft:
|
||||
LandWhenIdle: false
|
||||
InitialFacing: 20
|
||||
InitialFacing: 224
|
||||
ROT: 4
|
||||
Speed: 149
|
||||
AutoTarget:
|
||||
@@ -307,7 +307,7 @@ HIND:
|
||||
FacingTolerance: 20
|
||||
Aircraft:
|
||||
LandWhenIdle: false
|
||||
InitialFacing: 20
|
||||
InitialFacing: 224
|
||||
ROT: 4
|
||||
Speed: 112
|
||||
AutoTarget:
|
||||
|
||||
@@ -139,6 +139,8 @@
|
||||
Sequence: idle
|
||||
OpeningSequence: open
|
||||
Offset: 0,0,200
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
^Tank:
|
||||
Inherits: ^Vehicle
|
||||
@@ -401,6 +403,8 @@
|
||||
Hovers@CRUISING:
|
||||
UpgradeTypes: cruising
|
||||
UpgradeMinEnabledLevel: 1
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
^BasicBuilding:
|
||||
Inherits@1: ^ExistsInWorld
|
||||
@@ -626,6 +630,8 @@
|
||||
Chronoshiftable:
|
||||
Tooltip:
|
||||
GenericName: Destroyed Vehicle
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
^PlaneHusk:
|
||||
Inherits: ^BasicHusk
|
||||
@@ -650,6 +656,8 @@
|
||||
CruisingUpgrades: cruising
|
||||
CanHover: True
|
||||
FallsToEarth:
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
^Bridge:
|
||||
AlwaysVisible:
|
||||
|
||||
@@ -493,6 +493,8 @@ AGUN:
|
||||
Range: 6c0
|
||||
WithBuildingExplosion:
|
||||
Sequences: building, building_napalm, large_explosion, self_destruct
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
DOME:
|
||||
Inherits: ^Building
|
||||
@@ -646,7 +648,7 @@ GUN:
|
||||
HasMinibib: Yes
|
||||
Turreted:
|
||||
ROT: 12
|
||||
InitialFacing: 50
|
||||
InitialFacing: 56
|
||||
-WithSpriteBody:
|
||||
WithTurretedSpriteBody:
|
||||
Armament:
|
||||
@@ -661,6 +663,8 @@ GUN:
|
||||
Range: 7c0
|
||||
WithBuildingExplosion:
|
||||
Sequences: building, building_napalm, large_explosion, self_destruct
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
FTUR:
|
||||
Inherits: ^Defense
|
||||
@@ -741,6 +745,8 @@ SAM:
|
||||
Amount: -40
|
||||
DetectCloaked:
|
||||
Range: 5c0
|
||||
BodyOrientation:
|
||||
UseClassicFacingFudge: True
|
||||
|
||||
ATEK:
|
||||
Inherits: ^ScienceBuilding
|
||||
@@ -1066,6 +1072,7 @@ HPAD:
|
||||
SpawnOffset: 0,-256,0
|
||||
ExitCell: 0,0
|
||||
MoveIntoWorld: false
|
||||
Facing: 224
|
||||
RallyPoint:
|
||||
Production:
|
||||
Produces: Aircraft, Helicopter
|
||||
|
||||
@@ -14,6 +14,7 @@ yak:
|
||||
heli:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
rotor: lrotor
|
||||
Length: 4
|
||||
slow-rotor: lrotor
|
||||
@@ -24,6 +25,7 @@ heli:
|
||||
hind:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
rotor: lrotorlg
|
||||
Length: 4
|
||||
slow-rotor: lrotorlg
|
||||
@@ -37,6 +39,7 @@ hind:
|
||||
tran:
|
||||
idle: tran2
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
rotor: lrotor
|
||||
Length: 4
|
||||
rotor2: rrotor
|
||||
|
||||
@@ -344,17 +344,21 @@ fix:
|
||||
gun:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
recoil:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
make: gunmake
|
||||
Length: *
|
||||
damaged-idle:
|
||||
Start: 64
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
damaged-recoil:
|
||||
Start: 96
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: 5
|
||||
bib: mbGUN
|
||||
@@ -366,10 +370,12 @@ gun:
|
||||
agun:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
Offset: 0,-1
|
||||
recoil:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
Offset: 0,-1
|
||||
make: agunmake
|
||||
Length: *
|
||||
@@ -377,10 +383,12 @@ agun:
|
||||
damaged-idle:
|
||||
Start: 64
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
Offset: 0,-1
|
||||
damaged-recoil:
|
||||
Start: 96
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
Offset: 0,-1
|
||||
muzzle: gunfire2
|
||||
Start: 1
|
||||
@@ -394,10 +402,12 @@ agun:
|
||||
sam:
|
||||
idle: sam2
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
Offset: -2,-2
|
||||
damaged-idle: sam2
|
||||
Start: 34
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
Offset: -2,-2
|
||||
make: sammake
|
||||
Length: *
|
||||
|
||||
@@ -1,39 +1,46 @@
|
||||
mcv:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
icon: mcvicon
|
||||
|
||||
mcvhusk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -1023
|
||||
|
||||
truk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
icon: trukicon
|
||||
|
||||
harv:
|
||||
idle: harvempty
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
harvest: harvempty
|
||||
Start: 32
|
||||
Length: 8
|
||||
Facings: 8
|
||||
empty-idle: harvempty
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
empty-harvest: harvempty
|
||||
Start: 32
|
||||
Length: 8
|
||||
Facings: 8
|
||||
half-idle: harvhalf
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
half-harvest: harvhalf
|
||||
Start: 32
|
||||
Length: 8
|
||||
Facings: 8
|
||||
full-idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
full-harvest:
|
||||
Start: 32
|
||||
Length: 8
|
||||
@@ -50,19 +57,23 @@ harv:
|
||||
hhusk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -1023
|
||||
|
||||
hhusk2:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -1023
|
||||
|
||||
1tnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: 2
|
||||
icon: 1tnkicon
|
||||
@@ -70,18 +81,22 @@ hhusk2:
|
||||
1tnk.destroyed:
|
||||
idle: 1tnk
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: 1tnk
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
2tnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: 5
|
||||
icon: 2tnkicon
|
||||
@@ -89,18 +104,22 @@ hhusk2:
|
||||
2tnk.destroyed:
|
||||
idle: 2tnk
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: 2tnk
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
3tnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: 5
|
||||
icon: 3tnkicon
|
||||
@@ -108,18 +127,22 @@ hhusk2:
|
||||
3tnk.destroyed:
|
||||
idle: 3tnk
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: 3tnk
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
4tnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: 5
|
||||
icon: 4tnkicon
|
||||
@@ -127,18 +150,22 @@ hhusk2:
|
||||
4tnk.destroyed:
|
||||
idle: 4tnk
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
turret: 4tnk
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
|
||||
v2rl:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
empty-idle:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
aim:
|
||||
Start: 64
|
||||
Facings: 8
|
||||
@@ -150,6 +177,7 @@ v2rl:
|
||||
arty:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: 5
|
||||
icon: artyicon
|
||||
@@ -157,19 +185,23 @@ arty:
|
||||
jeep:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: minigun
|
||||
Length: 6
|
||||
Facings: 8
|
||||
unload:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
icon: jeepicon
|
||||
|
||||
apc:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: minigun
|
||||
Length: 6
|
||||
Facings: 8
|
||||
@@ -183,11 +215,13 @@ apc:
|
||||
mnly:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
icon: mnlyicon
|
||||
|
||||
mrj:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
spinner:
|
||||
Start: 32
|
||||
Length: 32
|
||||
@@ -196,6 +230,7 @@ mrj:
|
||||
mgg:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
spinner:
|
||||
Start: 32
|
||||
Length: 8
|
||||
@@ -207,6 +242,7 @@ mgg:
|
||||
mgg.destroyed:
|
||||
idle: mgg
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
ZOffset: -512
|
||||
spinner: mgg
|
||||
Start: 32
|
||||
@@ -218,6 +254,7 @@ mgg.destroyed:
|
||||
ttnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
spinner:
|
||||
Start: 32
|
||||
Length: 32
|
||||
@@ -226,9 +263,11 @@ ttnk:
|
||||
ftrk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 32
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: 2
|
||||
icon: ftrkicon
|
||||
@@ -236,11 +275,13 @@ ftrk:
|
||||
dtrk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
icon: dtrkicon
|
||||
|
||||
ctnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
muzzle: gunfire2
|
||||
Length: 5
|
||||
icon: ctnkicon
|
||||
@@ -248,6 +289,7 @@ ctnk:
|
||||
qtnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
piston:
|
||||
Start: 32
|
||||
Facings: 8
|
||||
@@ -257,6 +299,7 @@ qtnk:
|
||||
stnk:
|
||||
idle:
|
||||
Facings: 32
|
||||
UseClassicFacingFudge: True
|
||||
turret:
|
||||
Start: 38
|
||||
Facings: 32
|
||||
|
||||
Reference in New Issue
Block a user