Files
Syplheed-Reborn/docs/re/captures/unit-runtime-fields.csv
Claude (auto-RE) 2fa4c33d1a re: solve the runtime Unit (craft/vessel) struct from live guest memory
Craft stats were the last parked Route-B target: the Hangar exposes only a
weight class, and in menus the flight-model object is not instantiated at all.
It is instantiated in-mission, so this reads it there.

The definition class is discovered rather than assumed (unit_discover.py):
scanning for pointers to the disc ID strings and tallying the word behind each
pointer site picks out vtable 0x820af844 -- one object per unit ID, name-record
pointer at +0x04, string at +0x10, exactly the Weapon shape. The neighbouring
class 0x820af030 is the spawned entity, not the definition; the two are told
apart by one-object-per-ID and by 14/14 objects being byte-identical across two
snapshots 12 minutes and one firefight apart.

22 fields bind with zero contradictions on >=3 distinct values. Beyond that,
the Maneuver sub-record turns out to be laid out in schema declaration order,
4 bytes per field, base 0x9c with a two-slot gap after AA_Roll_Min -- 29
independently solved anchors fit two exact bases with no conflicts. That rule
pins five fields NO unit table ever values (PitchDragFactor, RollDragFactor,
DragFactorThreshold, ArterBurner_Acc, DecPitchFactor); PitchDrag == RollDrag ==
the disc's YawDrag on 18/18 units corroborates the interpolation.

Angles are float32 radians at runtime and degrees on disc.

Coverage is 18 of 110 units: unlike weapons, unit definitions are instantiated
per stage, so it grows by visiting missions. The AI-behaviour tail of Maneuver
is explicitly NOT resolved and marked tentative in the CSV.

Captured from Xenia Canary (BASIC CONTROLS tutorial + Stage 02 from save 01).
2026-07-29 17:27:53 +00:00

114 KiB

1unitfieldoffsetencvaluesourceconf
2UN_bf001_TCAF_SchlosBaseSlalom_CutoffRatio0x00cf322.8026e-45defaulted-on-disctentative
3UN_bf001_TCAF_SchlosBaseSize_X0x030f322500discconfirmed
4UN_bf001_TCAF_SchlosBaseSize_Y0x034f323100disctentative
5UN_bf001_TCAF_SchlosBaseSize_Z0x038f322600discconfirmed
6UN_bf001_TCAF_SchlosBaseColor_R0x040f320discconfirmed
7UN_bf001_TCAF_SchlosBaseColor_G0x044f321discconfirmed
8UN_bf001_TCAF_SchlosBaseColor_B0x048f320defaulted-on-discconfirmed
9UN_bf001_TCAF_SchlosBaseSize_Radius0x050f321500discconfirmed
10UN_bf001_TCAF_SchlosBaseHP0x054f3210000discconfirmed
11UN_bf001_TCAF_SchlosBaseHQRatio0x058f320.2disctentative
12UN_bf001_TCAF_SchlosBaseShieldRatio0x05cf320.3disctentative
13UN_bf001_TCAF_SchlosBaseThrusterRatio0x060f320.2defaulted-on-disctentative
14UN_bf001_TCAF_SchlosBaseBridgeCount0x070i320defaulted-on-disctentative
15UN_bf001_TCAF_SchlosBaseResistanceToOptics0x074f320.1discconfirmed
16UN_bf001_TCAF_SchlosBaseResistanceToShell0x078f320.1defaulted-on-disctentative
17UN_bf001_TCAF_SchlosBaseResistanceToExplosion0x07cf320.1defaulted-on-disctentative
18UN_bf001_TCAF_SchlosBaseResistanceToPlayer0x080f320defaulted-on-disctentative
19UN_bf001_TCAF_SchlosBaseResistanceParalyze0x084f321defaulted-on-disctentative
20UN_bf001_TCAF_SchlosBaseScorePoint0x08cf320discconfirmed
21UN_bf001_TCAF_SchlosBaseMassScore0x094f320defaulted-on-disctentative
22UN_bf001_TCAF_SchlosBaseMinimumVelocity0x09cf320defaulted-on-disctentative
23UN_bf001_TCAF_SchlosBaseMaximumVelocity0x0a0f320defaulted-on-discconfirmed
24UN_bf001_TCAF_SchlosBaseCruisingVelocity0x0a4f320defaulted-on-discconfirmed
25UN_bf001_TCAF_SchlosBaseAcceleration0x0a8f320defaulted-on-discconfirmed
26UN_bf001_TCAF_SchlosBaseDeceleration0x0acf320defaulted-on-discconfirmed
27UN_bf001_TCAF_SchlosBaseAV_PitchPlus_Max0x0b0rad0defaulted-on-discconfirmed
28UN_bf001_TCAF_SchlosBaseAV_PitchPlus_Min0x0b4rad0defaulted-on-disctentative
29UN_bf001_TCAF_SchlosBaseAA_PitchPlus_Max0x0b8rad0defaulted-on-disctentative
30UN_bf001_TCAF_SchlosBaseAA_PitchPlus_Min0x0bcrad0defaulted-on-disctentative
31UN_bf001_TCAF_SchlosBaseAV_PitchMinus_Max0x0c0rad0defaulted-on-disctentative
32UN_bf001_TCAF_SchlosBaseAV_PitchMinus_Min0x0c4rad0defaulted-on-disctentative
33UN_bf001_TCAF_SchlosBaseAA_PitchMinus_Max0x0c8rad0defaulted-on-disctentative
34UN_bf001_TCAF_SchlosBaseAA_PitchMinus_Min0x0ccrad0defaulted-on-disctentative
35UN_bf001_TCAF_SchlosBaseAV_Yaw_Max0x0d0rad0defaulted-on-disctentative
36UN_bf001_TCAF_SchlosBaseAV_Yaw_Min0x0d4rad0defaulted-on-disctentative
37UN_bf001_TCAF_SchlosBaseAA_Yaw_Max0x0d8rad0defaulted-on-disctentative
38UN_bf001_TCAF_SchlosBaseAA_Yaw_Min0x0dcrad0defaulted-on-disctentative
39UN_bf001_TCAF_SchlosBaseAV_Roll_Max0x0e0rad0defaulted-on-disctentative
40UN_bf001_TCAF_SchlosBaseAV_Roll_Min0x0e4rad0defaulted-on-disctentative
41UN_bf001_TCAF_SchlosBaseAA_Roll_Max0x0e8rad0defaulted-on-disctentative
42UN_bf001_TCAF_SchlosBaseAA_Roll_Min0x0ecrad0defaulted-on-disctentative
43UN_bf001_TCAF_SchlosBaseSideThrustVelocity_Max0x0f8f320defaulted-on-discconfirmed
44UN_bf001_TCAF_SchlosBaseSideThrustAcceleration0x0fcf320defaulted-on-disctentative
45UN_bf001_TCAF_SchlosBaseMaximumBank_Normal0x100rad0defaulted-on-disctentative
46UN_bf001_TCAF_SchlosBaseYawDragFactor0x104f320defaulted-on-disctentative
47UN_bf001_TCAF_SchlosBaseTurnAttack_DoubleTimeMin0x110f320defaulted-on-disctentative
48UN_bf001_TCAF_SchlosBaseArterBurner_Vc0x114f320defaulted-on-disctentative
49UN_bf001_TCAF_SchlosBaseReverseThrust_Vc0x118f320defaulted-on-disctentative
50UN_bf001_TCAF_SchlosBaseReverseThrust_Acc0x120f320defaulted-on-disctentative
51UN_bf001_TCAF_SchlosBaseAccPitchFactor0x124f320defaulted-on-disctentative
52UN_bf001_TCAF_SchlosBaseAV_AxisMode_Min0x130rad0defaulted-on-disctentative
53UN_bf001_TCAF_SchlosBaseAA_AxisMode_Max0x134rad0defaulted-on-disctentative
54UN_bf001_TCAF_SchlosBaseAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
55UN_bf001_TCAF_SchlosBaseAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
56UN_bf001_TCAF_SchlosBaseAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
57UN_bf001_TCAF_SchlosBaseSideRoll_Length0x174f320defaulted-on-disctentative
58UN_bf001_TCAF_SchlosBaseBarrelRoll_Time0x184f320defaulted-on-disctentative
59UN_bf001_TCAF_SchlosBaseBarrelRoll_Radius0x188f320defaulted-on-disctentative
60UN_bf001_TCAF_SchlosBaseTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
61UN_bf001_TCAF_SchlosBaseTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
62UN_bf001_TCAF_SchlosBaseCutoffTimeMin0x198f320defaulted-on-disctentative
63UN_bf001_TCAF_SchlosBaseTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
64UN_bf001_TCAF_SchlosBaseTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
65UN_bf001_TCAF_SchlosBaseHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
66UN_bf001_TCAF_SchlosBaseThrough_Time2Max0x210f320defaulted-on-disctentative
67UN_bf001_TCAF_SchlosBaseSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
68UN_bf001_TCAF_SchlosBaseMaxValue0x238f321000discconfirmed
69UN_bf001_TCAF_SchlosBaseChargeDelay0x23cf321defaulted-on-disctentative
70UN_bf001_TCAF_SchlosBaseChargeDelay_Break0x240f321defaulted-on-disctentative
71UN_bf001_TCAF_SchlosBaseChargeSpeed0x244f3210discconfirmed
72UN_bf001_TCAF_SchlosBaseDelay0x248f323disctentative
73UN_bf001_TCAF_SchlosBaseDestroyMotionTime0x270f320defaulted-on-discconfirmed
74UN_bf001_TCAF_SchlosBaseDryMass0x274f3210000defaulted-on-disctentative
75UN_bf001_TCAF_SchlosBaseGrossMass0x278f3210000defaulted-on-disctentative
76UN_bf001_TCAF_SchlosBaseLowerHPThresholdRatio0x298f320defaulted-on-disctentative
77UN_bf001_TCAF_SchlosBaseRadarRange0x2a0f320defaulted-on-discconfirmed
78UN_bf001_TCAF_SchlosBaseFCSRange0x2a4f320defaulted-on-discconfirmed
79UN_bf001_TCAF_SchlosBaseAttackVesselPoint0x2b4f320defaulted-on-discconfirmed
80UN_bf001_TCAF_SchlosBaseAttackCraftPoint0x2b8f320defaulted-on-disctentative
81UN_bf001_TCAF_SchlosBaseDefencePoint0x2bcf320defaulted-on-discconfirmed
82UN_bf001_TCAF_SchlosBasePitchDragFactor0x108f320never-valued-on-discinterpolated
83UN_bf001_TCAF_SchlosBaseRollDragFactor0x10cf320never-valued-on-discinterpolated
84UN_bf001_TCAF_SchlosBaseDragFactorThreshold0x110f320never-valued-on-discinterpolated
85UN_bf001_TCAF_SchlosBaseArterBurner_Acc0x11cf320never-valued-on-discinterpolated
86UN_bf001_TCAF_SchlosBaseDecPitchFactor0x128f320never-valued-on-discinterpolated
87UN_e007_ADAN_TurretSlalom_CutoffRatio0x00cf321.4013e-45disctentative
88UN_e007_ADAN_TurretSize_X0x030f3220discconfirmed
89UN_e007_ADAN_TurretSize_Y0x034f329disctentative
90UN_e007_ADAN_TurretSize_Z0x038f3222discconfirmed
91UN_e007_ADAN_TurretColor_R0x040f321discconfirmed
92UN_e007_ADAN_TurretColor_G0x044f320.5discconfirmed
93UN_e007_ADAN_TurretColor_B0x048f320.1discconfirmed
94UN_e007_ADAN_TurretSize_Radius0x050f3211discconfirmed
95UN_e007_ADAN_TurretHP0x054f32100discconfirmed
96UN_e007_ADAN_TurretHQRatio0x058f321defaulted-on-disctentative
97UN_e007_ADAN_TurretShieldRatio0x05cf321defaulted-on-disctentative
98UN_e007_ADAN_TurretThrusterRatio0x060f321defaulted-on-disctentative
99UN_e007_ADAN_TurretBridgeCount0x070i320defaulted-on-disctentative
100UN_e007_ADAN_TurretResistanceToOptics0x074f321defaulted-on-discconfirmed
101UN_e007_ADAN_TurretResistanceToShell0x078f320.8disctentative
102UN_e007_ADAN_TurretResistanceToExplosion0x07cf320.5defaulted-on-disctentative
103UN_e007_ADAN_TurretResistanceToPlayer0x080f321defaulted-on-disctentative
104UN_e007_ADAN_TurretResistanceParalyze0x084f320.97disctentative
105UN_e007_ADAN_TurretScorePoint0x08cf3210discconfirmed
106UN_e007_ADAN_TurretMassScore0x094f3215disctentative
107UN_e007_ADAN_TurretMinimumVelocity0x09cf32100defaulted-on-disctentative
108UN_e007_ADAN_TurretMaximumVelocity0x0a0f32500discconfirmed
109UN_e007_ADAN_TurretCruisingVelocity0x0a4f32280discconfirmed
110UN_e007_ADAN_TurretAcceleration0x0a8f32200discconfirmed
111UN_e007_ADAN_TurretDeceleration0x0acf32150discconfirmed
112UN_e007_ADAN_TurretAV_PitchPlus_Max0x0b0rad40discconfirmed
113UN_e007_ADAN_TurretAV_PitchPlus_Min0x0b4rad100defaulted-on-disctentative
114UN_e007_ADAN_TurretAA_PitchPlus_Max0x0b8rad15disctentative
115UN_e007_ADAN_TurretAA_PitchPlus_Min0x0bcrad50disctentative
116UN_e007_ADAN_TurretAV_PitchMinus_Max0x0c0rad20defaulted-on-disctentative
117UN_e007_ADAN_TurretAV_PitchMinus_Min0x0c4rad60disctentative
118UN_e007_ADAN_TurretAA_PitchMinus_Max0x0c8rad5disctentative
119UN_e007_ADAN_TurretAA_PitchMinus_Min0x0ccrad20defaulted-on-disctentative
120UN_e007_ADAN_TurretAV_Yaw_Max0x0d0rad12.5disctentative
121UN_e007_ADAN_TurretAV_Yaw_Min0x0d4rad30disctentative
122UN_e007_ADAN_TurretAA_Yaw_Max0x0d8rad25disctentative
123UN_e007_ADAN_TurretAA_Yaw_Min0x0dcrad120disctentative
124UN_e007_ADAN_TurretAV_Roll_Max0x0e0rad60defaulted-on-disctentative
125UN_e007_ADAN_TurretAV_Roll_Min0x0e4rad80disctentative
126UN_e007_ADAN_TurretAA_Roll_Max0x0e8rad30defaulted-on-disctentative
127UN_e007_ADAN_TurretAA_Roll_Min0x0ecrad75disctentative
128UN_e007_ADAN_TurretSideThrustVelocity_Max0x0f8f321000discconfirmed
129UN_e007_ADAN_TurretSideThrustAcceleration0x0fcf321000defaulted-on-disctentative
130UN_e007_ADAN_TurretMaximumBank_Normal0x100rad60defaulted-on-disctentative
131UN_e007_ADAN_TurretYawDragFactor0x104f323disctentative
132UN_e007_ADAN_TurretTurnAttack_DoubleTimeMin0x110f320.5disctentative
133UN_e007_ADAN_TurretArterBurner_Vc0x114f322disctentative
134UN_e007_ADAN_TurretReverseThrust_Vc0x118f32-0.5disctentative
135UN_e007_ADAN_TurretReverseThrust_Acc0x120f322defaulted-on-disctentative
136UN_e007_ADAN_TurretAccPitchFactor0x124f3230defaulted-on-disctentative
137UN_e007_ADAN_TurretAV_AxisMode_Min0x130rad0defaulted-on-disctentative
138UN_e007_ADAN_TurretAA_AxisMode_Max0x134rad0defaulted-on-disctentative
139UN_e007_ADAN_TurretAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
140UN_e007_ADAN_TurretAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
141UN_e007_ADAN_TurretAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
142UN_e007_ADAN_TurretSideRoll_Length0x174f32300disctentative
143UN_e007_ADAN_TurretBarrelRoll_Time0x184f321.2disctentative
144UN_e007_ADAN_TurretBarrelRoll_Radius0x188f32250disctentative
145UN_e007_ADAN_TurretTurnAttack_CutoffRatio0x190f320.4disctentative
146UN_e007_ADAN_TurretTurnAttack_DoubleRatio0x194f320.3disctentative
147UN_e007_ADAN_TurretCutoffTimeMin0x198f320.6disctentative
148UN_e007_ADAN_TurretTurnAttack_DoubleTimeMax0x1a4f322.5disctentative
149UN_e007_ADAN_TurretTurn_AngularVelocity0x1acrad45disctentative
150UN_e007_ADAN_TurretHoldPosition_LengthMax0x1ccf32400disctentative
151UN_e007_ADAN_TurretThrough_Time2Max0x210f321.5disctentative
152UN_e007_ADAN_TurretSolidCutoff_LengthMax0x22cf322500disctentative
153UN_e007_ADAN_TurretMaxValue0x238f32100defaulted-on-discconfirmed
154UN_e007_ADAN_TurretChargeDelay0x23cf323defaulted-on-disctentative
155UN_e007_ADAN_TurretChargeDelay_Break0x240f3210defaulted-on-disctentative
156UN_e007_ADAN_TurretChargeSpeed0x244f3225defaulted-on-discconfirmed
157UN_e007_ADAN_TurretDelay0x248f320defaulted-on-disctentative
158UN_e007_ADAN_TurretDestroyMotionTime0x270f325discconfirmed
159UN_e007_ADAN_TurretDryMass0x274f32100defaulted-on-disctentative
160UN_e007_ADAN_TurretGrossMass0x278f32200defaulted-on-disctentative
161UN_e007_ADAN_TurretLowerHPThresholdRatio0x298f320.3defaulted-on-disctentative
162UN_e007_ADAN_TurretRadarRange0x2a0f323500discconfirmed
163UN_e007_ADAN_TurretFCSRange0x2a4f322500discconfirmed
164UN_e007_ADAN_TurretAttackVesselPoint0x2b4f320.001discconfirmed
165UN_e007_ADAN_TurretAttackCraftPoint0x2b8f320.2disctentative
166UN_e007_ADAN_TurretDefencePoint0x2bcf320.00025discconfirmed
167UN_e007_ADAN_TurretPitchDragFactor0x108f323never-valued-on-discinterpolated
168UN_e007_ADAN_TurretRollDragFactor0x10cf323never-valued-on-discinterpolated
169UN_e007_ADAN_TurretDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
170UN_e007_ADAN_TurretArterBurner_Acc0x11cf322never-valued-on-discinterpolated
171UN_e007_ADAN_TurretDecPitchFactor0x128f3230never-valued-on-discinterpolated
172UN_e010_ADAN_Attacker_SSlalom_CutoffRatio0x00cf321.4013e-45disctentative
173UN_e010_ADAN_Attacker_SSize_X0x030f32100discconfirmed
174UN_e010_ADAN_Attacker_SSize_Y0x034f3240disctentative
175UN_e010_ADAN_Attacker_SSize_Z0x038f3250discconfirmed
176UN_e010_ADAN_Attacker_SColor_R0x040f321discconfirmed
177UN_e010_ADAN_Attacker_SColor_G0x044f320.2discconfirmed
178UN_e010_ADAN_Attacker_SColor_B0x048f321defaulted-on-discconfirmed
179UN_e010_ADAN_Attacker_SSize_Radius0x050f3250defaulted-on-discconfirmed
180UN_e010_ADAN_Attacker_SHP0x054f32500discconfirmed
181UN_e010_ADAN_Attacker_SHQRatio0x058f321defaulted-on-disctentative
182UN_e010_ADAN_Attacker_SShieldRatio0x05cf321defaulted-on-disctentative
183UN_e010_ADAN_Attacker_SThrusterRatio0x060f321defaulted-on-disctentative
184UN_e010_ADAN_Attacker_SBridgeCount0x070i320defaulted-on-disctentative
185UN_e010_ADAN_Attacker_SResistanceToOptics0x074f320.1discconfirmed
186UN_e010_ADAN_Attacker_SResistanceToShell0x078f320.1defaulted-on-disctentative
187UN_e010_ADAN_Attacker_SResistanceToExplosion0x07cf320.1defaulted-on-disctentative
188UN_e010_ADAN_Attacker_SResistanceToPlayer0x080f321defaulted-on-disctentative
189UN_e010_ADAN_Attacker_SResistanceParalyze0x084f320.97disctentative
190UN_e010_ADAN_Attacker_SScorePoint0x08cf3230discconfirmed
191UN_e010_ADAN_Attacker_SMassScore0x094f32100disctentative
192UN_e010_ADAN_Attacker_SMinimumVelocity0x09cf32100defaulted-on-disctentative
193UN_e010_ADAN_Attacker_SMaximumVelocity0x0a0f32500discconfirmed
194UN_e010_ADAN_Attacker_SCruisingVelocity0x0a4f32250discconfirmed
195UN_e010_ADAN_Attacker_SAcceleration0x0a8f32200discconfirmed
196UN_e010_ADAN_Attacker_SDeceleration0x0acf3250defaulted-on-discconfirmed
197UN_e010_ADAN_Attacker_SAV_PitchPlus_Max0x0b0rad20discconfirmed
198UN_e010_ADAN_Attacker_SAV_PitchPlus_Min0x0b4rad60disctentative
199UN_e010_ADAN_Attacker_SAA_PitchPlus_Max0x0b8rad10disctentative
200UN_e010_ADAN_Attacker_SAA_PitchPlus_Min0x0bcrad30disctentative
201UN_e010_ADAN_Attacker_SAV_PitchMinus_Max0x0c0rad15disctentative
202UN_e010_ADAN_Attacker_SAV_PitchMinus_Min0x0c4rad45disctentative
203UN_e010_ADAN_Attacker_SAA_PitchMinus_Max0x0c8rad5disctentative
204UN_e010_ADAN_Attacker_SAA_PitchMinus_Min0x0ccrad15defaulted-on-disctentative
205UN_e010_ADAN_Attacker_SAV_Yaw_Max0x0d0rad10defaulted-on-disctentative
206UN_e010_ADAN_Attacker_SAV_Yaw_Min0x0d4rad20defaulted-on-disctentative
207UN_e010_ADAN_Attacker_SAA_Yaw_Max0x0d8rad5defaulted-on-disctentative
208UN_e010_ADAN_Attacker_SAA_Yaw_Min0x0dcrad15defaulted-on-disctentative
209UN_e010_ADAN_Attacker_SAV_Roll_Max0x0e0rad20defaulted-on-disctentative
210UN_e010_ADAN_Attacker_SAV_Roll_Min0x0e4rad60defaulted-on-disctentative
211UN_e010_ADAN_Attacker_SAA_Roll_Max0x0e8rad10defaulted-on-disctentative
212UN_e010_ADAN_Attacker_SAA_Roll_Min0x0ecrad60defaulted-on-disctentative
213UN_e010_ADAN_Attacker_SSideThrustVelocity_Max0x0f8f32100defaulted-on-discconfirmed
214UN_e010_ADAN_Attacker_SSideThrustAcceleration0x0fcf32100defaulted-on-disctentative
215UN_e010_ADAN_Attacker_SMaximumBank_Normal0x100rad30defaulted-on-disctentative
216UN_e010_ADAN_Attacker_SYawDragFactor0x104f323disctentative
217UN_e010_ADAN_Attacker_STurnAttack_DoubleTimeMin0x110f320.5disctentative
218UN_e010_ADAN_Attacker_SArterBurner_Vc0x114f321.5disctentative
219UN_e010_ADAN_Attacker_SReverseThrust_Vc0x118f32-0.5disctentative
220UN_e010_ADAN_Attacker_SReverseThrust_Acc0x120f322defaulted-on-disctentative
221UN_e010_ADAN_Attacker_SAccPitchFactor0x124f3230defaulted-on-disctentative
222UN_e010_ADAN_Attacker_SAV_AxisMode_Min0x130rad0defaulted-on-disctentative
223UN_e010_ADAN_Attacker_SAA_AxisMode_Max0x134rad0defaulted-on-disctentative
224UN_e010_ADAN_Attacker_SAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
225UN_e010_ADAN_Attacker_SAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
226UN_e010_ADAN_Attacker_SAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
227UN_e010_ADAN_Attacker_SSideRoll_Length0x174f321000disctentative
228UN_e010_ADAN_Attacker_SBarrelRoll_Time0x184f321.2disctentative
229UN_e010_ADAN_Attacker_SBarrelRoll_Radius0x188f32250disctentative
230UN_e010_ADAN_Attacker_STurnAttack_CutoffRatio0x190f320.4disctentative
231UN_e010_ADAN_Attacker_STurnAttack_DoubleRatio0x194f320.3disctentative
232UN_e010_ADAN_Attacker_SCutoffTimeMin0x198f320.6disctentative
233UN_e010_ADAN_Attacker_STurnAttack_DoubleTimeMax0x1a4f322.5disctentative
234UN_e010_ADAN_Attacker_STurn_AngularVelocity0x1acrad30defaulted-on-disctentative
235UN_e010_ADAN_Attacker_SHoldPosition_LengthMax0x1ccf32400disctentative
236UN_e010_ADAN_Attacker_SThrough_Time2Max0x210f321.5defaulted-on-disctentative
237UN_e010_ADAN_Attacker_SSolidCutoff_LengthMax0x22cf322500disctentative
238UN_e010_ADAN_Attacker_SMaxValue0x238f32100defaulted-on-discconfirmed
239UN_e010_ADAN_Attacker_SChargeDelay0x23cf323defaulted-on-disctentative
240UN_e010_ADAN_Attacker_SChargeDelay_Break0x240f3210defaulted-on-disctentative
241UN_e010_ADAN_Attacker_SChargeSpeed0x244f3225discconfirmed
242UN_e010_ADAN_Attacker_SDelay0x248f321.5defaulted-on-disctentative
243UN_e010_ADAN_Attacker_SDestroyMotionTime0x270f326discconfirmed
244UN_e010_ADAN_Attacker_SDryMass0x274f32100defaulted-on-disctentative
245UN_e010_ADAN_Attacker_SGrossMass0x278f32200defaulted-on-disctentative
246UN_e010_ADAN_Attacker_SLowerHPThresholdRatio0x298f320.3defaulted-on-disctentative
247UN_e010_ADAN_Attacker_SRadarRange0x2a0f326000discconfirmed
248UN_e010_ADAN_Attacker_SFCSRange0x2a4f323000discconfirmed
249UN_e010_ADAN_Attacker_SAttackVesselPoint0x2b4f320.005discconfirmed
250UN_e010_ADAN_Attacker_SAttackCraftPoint0x2b8f320.1defaulted-on-disctentative
251UN_e010_ADAN_Attacker_SDefencePoint0x2bcf320.001discconfirmed
252UN_e010_ADAN_Attacker_SPitchDragFactor0x108f323never-valued-on-discinterpolated
253UN_e010_ADAN_Attacker_SRollDragFactor0x10cf323never-valued-on-discinterpolated
254UN_e010_ADAN_Attacker_SDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
255UN_e010_ADAN_Attacker_SArterBurner_Acc0x11cf322never-valued-on-discinterpolated
256UN_e010_ADAN_Attacker_SDecPitchFactor0x128f3230never-valued-on-discinterpolated
257UN_e015_ADAN_PuppySlalom_CutoffRatio0x00cf321.4013e-45defaulted-on-disctentative
258UN_e015_ADAN_PuppySize_X0x030f327discconfirmed
259UN_e015_ADAN_PuppySize_Y0x034f325.5disctentative
260UN_e015_ADAN_PuppySize_Z0x038f3210discconfirmed
261UN_e015_ADAN_PuppyColor_R0x040f321discconfirmed
262UN_e015_ADAN_PuppyColor_G0x044f320.5discconfirmed
263UN_e015_ADAN_PuppyColor_B0x048f320.1discconfirmed
264UN_e015_ADAN_PuppySize_Radius0x050f325discconfirmed
265UN_e015_ADAN_PuppyHP0x054f3210defaulted-on-discconfirmed
266UN_e015_ADAN_PuppyHQRatio0x058f321defaulted-on-disctentative
267UN_e015_ADAN_PuppyShieldRatio0x05cf321defaulted-on-disctentative
268UN_e015_ADAN_PuppyThrusterRatio0x060f321defaulted-on-disctentative
269UN_e015_ADAN_PuppyBridgeCount0x070i320disctentative
270UN_e015_ADAN_PuppyResistanceToOptics0x074f320discconfirmed
271UN_e015_ADAN_PuppyResistanceToShell0x078f320defaulted-on-disctentative
272UN_e015_ADAN_PuppyResistanceToExplosion0x07cf320defaulted-on-disctentative
273UN_e015_ADAN_PuppyResistanceToPlayer0x080f321defaulted-on-disctentative
274UN_e015_ADAN_PuppyResistanceParalyze0x084f320defaulted-on-disctentative
275UN_e015_ADAN_PuppyScorePoint0x08cf325discconfirmed
276UN_e015_ADAN_PuppyMassScore0x094f3210disctentative
277UN_e015_ADAN_PuppyMinimumVelocity0x09cf3250disctentative
278UN_e015_ADAN_PuppyMaximumVelocity0x0a0f32400discconfirmed
279UN_e015_ADAN_PuppyCruisingVelocity0x0a4f32200discconfirmed
280UN_e015_ADAN_PuppyAcceleration0x0a8f32200defaulted-on-discconfirmed
281UN_e015_ADAN_PuppyDeceleration0x0acf32150discconfirmed
282UN_e015_ADAN_PuppyAV_PitchPlus_Max0x0b0rad10defaulted-on-discconfirmed
283UN_e015_ADAN_PuppyAV_PitchPlus_Min0x0b4rad17disctentative
284UN_e015_ADAN_PuppyAA_PitchPlus_Max0x0b8rad10defaulted-on-disctentative
285UN_e015_ADAN_PuppyAA_PitchPlus_Min0x0bcrad17defaulted-on-disctentative
286UN_e015_ADAN_PuppyAV_PitchMinus_Max0x0c0rad5defaulted-on-disctentative
287UN_e015_ADAN_PuppyAV_PitchMinus_Min0x0c4rad8.5disctentative
288UN_e015_ADAN_PuppyAA_PitchMinus_Max0x0c8rad5defaulted-on-disctentative
289UN_e015_ADAN_PuppyAA_PitchMinus_Min0x0ccrad8.5defaulted-on-disctentative
290UN_e015_ADAN_PuppyAV_Yaw_Max0x0d0rad10defaulted-on-disctentative
291UN_e015_ADAN_PuppyAV_Yaw_Min0x0d4rad17defaulted-on-disctentative
292UN_e015_ADAN_PuppyAA_Yaw_Max0x0d8rad10defaulted-on-disctentative
293UN_e015_ADAN_PuppyAA_Yaw_Min0x0dcrad17defaulted-on-disctentative
294UN_e015_ADAN_PuppyAV_Roll_Max0x0e0rad5defaulted-on-disctentative
295UN_e015_ADAN_PuppyAV_Roll_Min0x0e4rad8.5defaulted-on-disctentative
296UN_e015_ADAN_PuppyAA_Roll_Max0x0e8rad5defaulted-on-disctentative
297UN_e015_ADAN_PuppyAA_Roll_Min0x0ecrad8.5defaulted-on-disctentative
298UN_e015_ADAN_PuppySideThrustVelocity_Max0x0f8f321000discconfirmed
299UN_e015_ADAN_PuppySideThrustAcceleration0x0fcf321000defaulted-on-disctentative
300UN_e015_ADAN_PuppyMaximumBank_Normal0x100rad20disctentative
301UN_e015_ADAN_PuppyYawDragFactor0x104f323disctentative
302UN_e015_ADAN_PuppyTurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
303UN_e015_ADAN_PuppyArterBurner_Vc0x114f322disctentative
304UN_e015_ADAN_PuppyReverseThrust_Vc0x118f32-0.5disctentative
305UN_e015_ADAN_PuppyReverseThrust_Acc0x120f322defaulted-on-disctentative
306UN_e015_ADAN_PuppyAccPitchFactor0x124f321defaulted-on-disctentative
307UN_e015_ADAN_PuppyAV_AxisMode_Min0x130rad0defaulted-on-disctentative
308UN_e015_ADAN_PuppyAA_AxisMode_Max0x134rad0defaulted-on-disctentative
309UN_e015_ADAN_PuppyAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
310UN_e015_ADAN_PuppyAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
311UN_e015_ADAN_PuppyAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
312UN_e015_ADAN_PuppySideRoll_Length0x174f320defaulted-on-disctentative
313UN_e015_ADAN_PuppyBarrelRoll_Time0x184f320defaulted-on-disctentative
314UN_e015_ADAN_PuppyBarrelRoll_Radius0x188f320defaulted-on-disctentative
315UN_e015_ADAN_PuppyTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
316UN_e015_ADAN_PuppyTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
317UN_e015_ADAN_PuppyCutoffTimeMin0x198f320defaulted-on-disctentative
318UN_e015_ADAN_PuppyTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
319UN_e015_ADAN_PuppyTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
320UN_e015_ADAN_PuppyHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
321UN_e015_ADAN_PuppyThrough_Time2Max0x210f320defaulted-on-disctentative
322UN_e015_ADAN_PuppySolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
323UN_e015_ADAN_PuppyMaxValue0x238f320defaulted-on-discconfirmed
324UN_e015_ADAN_PuppyChargeDelay0x23cf323defaulted-on-disctentative
325UN_e015_ADAN_PuppyChargeDelay_Break0x240f3210defaulted-on-disctentative
326UN_e015_ADAN_PuppyChargeSpeed0x244f3225discconfirmed
327UN_e015_ADAN_PuppyDelay0x248f320defaulted-on-disctentative
328UN_e015_ADAN_PuppyDestroyMotionTime0x270f325discconfirmed
329UN_e015_ADAN_PuppyDryMass0x274f32100disctentative
330UN_e015_ADAN_PuppyGrossMass0x278f32200disctentative
331UN_e015_ADAN_PuppyLowerHPThresholdRatio0x298f320.2disctentative
332UN_e015_ADAN_PuppyRadarRange0x2a0f323000discconfirmed
333UN_e015_ADAN_PuppyFCSRange0x2a4f322000discconfirmed
334UN_e015_ADAN_PuppyAttackVesselPoint0x2b4f320.0005discconfirmed
335UN_e015_ADAN_PuppyAttackCraftPoint0x2b8f320.05disctentative
336UN_e015_ADAN_PuppyDefencePoint0x2bcf320.0005defaulted-on-discconfirmed
337UN_e015_ADAN_PuppyPitchDragFactor0x108f323never-valued-on-discinterpolated
338UN_e015_ADAN_PuppyRollDragFactor0x10cf323never-valued-on-discinterpolated
339UN_e015_ADAN_PuppyDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
340UN_e015_ADAN_PuppyArterBurner_Acc0x11cf322never-valued-on-discinterpolated
341UN_e015_ADAN_PuppyDecPitchFactor0x128f320.5never-valued-on-discinterpolated
342UN_e105_ADAN_CruiserSlalom_CutoffRatio0x00cf322.8026e-45defaulted-on-disctentative
343UN_e105_ADAN_CruiserSize_X0x030f32600discconfirmed
344UN_e105_ADAN_CruiserSize_Y0x034f32600defaulted-on-disctentative
345UN_e105_ADAN_CruiserSize_Z0x038f323800discconfirmed
346UN_e105_ADAN_CruiserColor_R0x040f321discconfirmed
347UN_e105_ADAN_CruiserColor_G0x044f320.3discconfirmed
348UN_e105_ADAN_CruiserColor_B0x048f320.2discconfirmed
349UN_e105_ADAN_CruiserSize_Radius0x050f321900discconfirmed
350UN_e105_ADAN_CruiserHP0x054f3230000discconfirmed
351UN_e105_ADAN_CruiserHQRatio0x058f320.2defaulted-on-disctentative
352UN_e105_ADAN_CruiserShieldRatio0x05cf320disctentative
353UN_e105_ADAN_CruiserThrusterRatio0x060f320.22disctentative
354UN_e105_ADAN_CruiserBridgeCount0x070i321disctentative
355UN_e105_ADAN_CruiserResistanceToOptics0x074f320.8discconfirmed
356UN_e105_ADAN_CruiserResistanceToShell0x078f320.1disctentative
357UN_e105_ADAN_CruiserResistanceToExplosion0x07cf320.5disctentative
358UN_e105_ADAN_CruiserResistanceToPlayer0x080f321defaulted-on-disctentative
359UN_e105_ADAN_CruiserResistanceParalyze0x084f320.97disctentative
360UN_e105_ADAN_CruiserScorePoint0x08cf322500discconfirmed
361UN_e105_ADAN_CruiserMassScore0x094f32400000disctentative
362UN_e105_ADAN_CruiserMinimumVelocity0x09cf320defaulted-on-disctentative
363UN_e105_ADAN_CruiserMaximumVelocity0x0a0f32150discconfirmed
364UN_e105_ADAN_CruiserCruisingVelocity0x0a4f3250discconfirmed
365UN_e105_ADAN_CruiserAcceleration0x0a8f32100discconfirmed
366UN_e105_ADAN_CruiserDeceleration0x0acf32250discconfirmed
367UN_e105_ADAN_CruiserAV_PitchPlus_Max0x0b0rad3.6discconfirmed
368UN_e105_ADAN_CruiserAV_PitchPlus_Min0x0b4rad3.6defaulted-on-disctentative
369UN_e105_ADAN_CruiserAA_PitchPlus_Max0x0b8rad3.6defaulted-on-disctentative
370UN_e105_ADAN_CruiserAA_PitchPlus_Min0x0bcrad3.6defaulted-on-disctentative
371UN_e105_ADAN_CruiserAV_PitchMinus_Max0x0c0rad3.6defaulted-on-disctentative
372UN_e105_ADAN_CruiserAV_PitchMinus_Min0x0c4rad3.6defaulted-on-disctentative
373UN_e105_ADAN_CruiserAA_PitchMinus_Max0x0c8rad3.6defaulted-on-disctentative
374UN_e105_ADAN_CruiserAA_PitchMinus_Min0x0ccrad3.6defaulted-on-disctentative
375UN_e105_ADAN_CruiserAV_Yaw_Max0x0d0rad3.6defaulted-on-disctentative
376UN_e105_ADAN_CruiserAV_Yaw_Min0x0d4rad3.6defaulted-on-disctentative
377UN_e105_ADAN_CruiserAA_Yaw_Max0x0d8rad3.6defaulted-on-disctentative
378UN_e105_ADAN_CruiserAA_Yaw_Min0x0dcrad3.6defaulted-on-disctentative
379UN_e105_ADAN_CruiserAV_Roll_Max0x0e0rad3.6defaulted-on-disctentative
380UN_e105_ADAN_CruiserAV_Roll_Min0x0e4rad3.6defaulted-on-disctentative
381UN_e105_ADAN_CruiserAA_Roll_Max0x0e8rad3.6defaulted-on-disctentative
382UN_e105_ADAN_CruiserAA_Roll_Min0x0ecrad3.6defaulted-on-disctentative
383UN_e105_ADAN_CruiserSideThrustVelocity_Max0x0f8f3220discconfirmed
384UN_e105_ADAN_CruiserSideThrustAcceleration0x0fcf3210disctentative
385UN_e105_ADAN_CruiserMaximumBank_Normal0x100rad60disctentative
386UN_e105_ADAN_CruiserYawDragFactor0x104f322disctentative
387UN_e105_ADAN_CruiserTurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
388UN_e105_ADAN_CruiserArterBurner_Vc0x114f322defaulted-on-disctentative
389UN_e105_ADAN_CruiserReverseThrust_Vc0x118f32-0.5disctentative
390UN_e105_ADAN_CruiserReverseThrust_Acc0x120f320.25defaulted-on-disctentative
391UN_e105_ADAN_CruiserAccPitchFactor0x124f3230disctentative
392UN_e105_ADAN_CruiserAV_AxisMode_Min0x130rad0defaulted-on-disctentative
393UN_e105_ADAN_CruiserAA_AxisMode_Max0x134rad0defaulted-on-disctentative
394UN_e105_ADAN_CruiserAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
395UN_e105_ADAN_CruiserAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
396UN_e105_ADAN_CruiserAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
397UN_e105_ADAN_CruiserSideRoll_Length0x174f320defaulted-on-disctentative
398UN_e105_ADAN_CruiserBarrelRoll_Time0x184f320defaulted-on-disctentative
399UN_e105_ADAN_CruiserBarrelRoll_Radius0x188f320defaulted-on-disctentative
400UN_e105_ADAN_CruiserTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
401UN_e105_ADAN_CruiserTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
402UN_e105_ADAN_CruiserCutoffTimeMin0x198f320defaulted-on-disctentative
403UN_e105_ADAN_CruiserTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
404UN_e105_ADAN_CruiserTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
405UN_e105_ADAN_CruiserHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
406UN_e105_ADAN_CruiserThrough_Time2Max0x210f320defaulted-on-disctentative
407UN_e105_ADAN_CruiserSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
408UN_e105_ADAN_CruiserMaxValue0x238f3215000discconfirmed
409UN_e105_ADAN_CruiserChargeDelay0x23cf321defaulted-on-disctentative
410UN_e105_ADAN_CruiserChargeDelay_Break0x240f325disctentative
411UN_e105_ADAN_CruiserChargeSpeed0x244f32240discconfirmed
412UN_e105_ADAN_CruiserDelay0x248f320defaulted-on-disctentative
413UN_e105_ADAN_CruiserDestroyMotionTime0x270f3267discconfirmed
414UN_e105_ADAN_CruiserDryMass0x274f3210000disctentative
415UN_e105_ADAN_CruiserGrossMass0x278f3210000defaulted-on-disctentative
416UN_e105_ADAN_CruiserLowerHPThresholdRatio0x298f320.3defaulted-on-disctentative
417UN_e105_ADAN_CruiserRadarRange0x2a0f3260000discconfirmed
418UN_e105_ADAN_CruiserFCSRange0x2a4f3245000discconfirmed
419UN_e105_ADAN_CruiserAttackVesselPoint0x2b4f320.25discconfirmed
420UN_e105_ADAN_CruiserAttackCraftPoint0x2b8f320.1defaulted-on-disctentative
421UN_e105_ADAN_CruiserDefencePoint0x2bcf320.25defaulted-on-discconfirmed
422UN_e105_ADAN_CruiserPitchDragFactor0x108f322never-valued-on-discinterpolated
423UN_e105_ADAN_CruiserRollDragFactor0x10cf322never-valued-on-discinterpolated
424UN_e105_ADAN_CruiserDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
425UN_e105_ADAN_CruiserArterBurner_Acc0x11cf322never-valued-on-discinterpolated
426UN_e105_ADAN_CruiserDecPitchFactor0x128f3230never-valued-on-discinterpolated
427UN_e106_ADAN_DestroyerSlalom_CutoffRatio0x00cf322.8026e-45defaulted-on-disctentative
428UN_e106_ADAN_DestroyerSize_X0x030f32300discconfirmed
429UN_e106_ADAN_DestroyerSize_Y0x034f32300defaulted-on-disctentative
430UN_e106_ADAN_DestroyerSize_Z0x038f322100discconfirmed
431UN_e106_ADAN_DestroyerColor_R0x040f321discconfirmed
432UN_e106_ADAN_DestroyerColor_G0x044f320.5discconfirmed
433UN_e106_ADAN_DestroyerColor_B0x048f320.1discconfirmed
434UN_e106_ADAN_DestroyerSize_Radius0x050f32550discconfirmed
435UN_e106_ADAN_DestroyerHP0x054f3210000discconfirmed
436UN_e106_ADAN_DestroyerHQRatio0x058f320.2disctentative
437UN_e106_ADAN_DestroyerShieldRatio0x05cf320disctentative
438UN_e106_ADAN_DestroyerThrusterRatio0x060f320.2defaulted-on-disctentative
439UN_e106_ADAN_DestroyerBridgeCount0x070i321disctentative
440UN_e106_ADAN_DestroyerResistanceToOptics0x074f320.8discconfirmed
441UN_e106_ADAN_DestroyerResistanceToShell0x078f320.1defaulted-on-disctentative
442UN_e106_ADAN_DestroyerResistanceToExplosion0x07cf320.5defaulted-on-disctentative
443UN_e106_ADAN_DestroyerResistanceToPlayer0x080f321defaulted-on-disctentative
444UN_e106_ADAN_DestroyerResistanceParalyze0x084f320.97disctentative
445UN_e106_ADAN_DestroyerScorePoint0x08cf32500discconfirmed
446UN_e106_ADAN_DestroyerMassScore0x094f32100000disctentative
447UN_e106_ADAN_DestroyerMinimumVelocity0x09cf320defaulted-on-disctentative
448UN_e106_ADAN_DestroyerMaximumVelocity0x0a0f32150discconfirmed
449UN_e106_ADAN_DestroyerCruisingVelocity0x0a4f3250discconfirmed
450UN_e106_ADAN_DestroyerAcceleration0x0a8f32100discconfirmed
451UN_e106_ADAN_DestroyerDeceleration0x0acf32250discconfirmed
452UN_e106_ADAN_DestroyerAV_PitchPlus_Max0x0b0rad3.6discconfirmed
453UN_e106_ADAN_DestroyerAV_PitchPlus_Min0x0b4rad3.6defaulted-on-disctentative
454UN_e106_ADAN_DestroyerAA_PitchPlus_Max0x0b8rad3.6defaulted-on-disctentative
455UN_e106_ADAN_DestroyerAA_PitchPlus_Min0x0bcrad3.6defaulted-on-disctentative
456UN_e106_ADAN_DestroyerAV_PitchMinus_Max0x0c0rad3.6defaulted-on-disctentative
457UN_e106_ADAN_DestroyerAV_PitchMinus_Min0x0c4rad3.6defaulted-on-disctentative
458UN_e106_ADAN_DestroyerAA_PitchMinus_Max0x0c8rad3.6defaulted-on-disctentative
459UN_e106_ADAN_DestroyerAA_PitchMinus_Min0x0ccrad3.6defaulted-on-disctentative
460UN_e106_ADAN_DestroyerAV_Yaw_Max0x0d0rad3.6defaulted-on-disctentative
461UN_e106_ADAN_DestroyerAV_Yaw_Min0x0d4rad3.6defaulted-on-disctentative
462UN_e106_ADAN_DestroyerAA_Yaw_Max0x0d8rad3.6defaulted-on-disctentative
463UN_e106_ADAN_DestroyerAA_Yaw_Min0x0dcrad3.6defaulted-on-disctentative
464UN_e106_ADAN_DestroyerAV_Roll_Max0x0e0rad3.6defaulted-on-disctentative
465UN_e106_ADAN_DestroyerAV_Roll_Min0x0e4rad3.6defaulted-on-disctentative
466UN_e106_ADAN_DestroyerAA_Roll_Max0x0e8rad3.6defaulted-on-disctentative
467UN_e106_ADAN_DestroyerAA_Roll_Min0x0ecrad3.6defaulted-on-disctentative
468UN_e106_ADAN_DestroyerSideThrustVelocity_Max0x0f8f3220discconfirmed
469UN_e106_ADAN_DestroyerSideThrustAcceleration0x0fcf3210disctentative
470UN_e106_ADAN_DestroyerMaximumBank_Normal0x100rad60disctentative
471UN_e106_ADAN_DestroyerYawDragFactor0x104f322disctentative
472UN_e106_ADAN_DestroyerTurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
473UN_e106_ADAN_DestroyerArterBurner_Vc0x114f322defaulted-on-disctentative
474UN_e106_ADAN_DestroyerReverseThrust_Vc0x118f32-0.5disctentative
475UN_e106_ADAN_DestroyerReverseThrust_Acc0x120f320.25disctentative
476UN_e106_ADAN_DestroyerAccPitchFactor0x124f3230disctentative
477UN_e106_ADAN_DestroyerAV_AxisMode_Min0x130rad0defaulted-on-disctentative
478UN_e106_ADAN_DestroyerAA_AxisMode_Max0x134rad0defaulted-on-disctentative
479UN_e106_ADAN_DestroyerAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
480UN_e106_ADAN_DestroyerAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
481UN_e106_ADAN_DestroyerAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
482UN_e106_ADAN_DestroyerSideRoll_Length0x174f320defaulted-on-disctentative
483UN_e106_ADAN_DestroyerBarrelRoll_Time0x184f320defaulted-on-disctentative
484UN_e106_ADAN_DestroyerBarrelRoll_Radius0x188f320defaulted-on-disctentative
485UN_e106_ADAN_DestroyerTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
486UN_e106_ADAN_DestroyerTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
487UN_e106_ADAN_DestroyerCutoffTimeMin0x198f320defaulted-on-disctentative
488UN_e106_ADAN_DestroyerTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
489UN_e106_ADAN_DestroyerTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
490UN_e106_ADAN_DestroyerHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
491UN_e106_ADAN_DestroyerThrough_Time2Max0x210f320defaulted-on-disctentative
492UN_e106_ADAN_DestroyerSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
493UN_e106_ADAN_DestroyerMaxValue0x238f325000discconfirmed
494UN_e106_ADAN_DestroyerChargeDelay0x23cf321defaulted-on-disctentative
495UN_e106_ADAN_DestroyerChargeDelay_Break0x240f325disctentative
496UN_e106_ADAN_DestroyerChargeSpeed0x244f3280discconfirmed
497UN_e106_ADAN_DestroyerDelay0x248f320defaulted-on-disctentative
498UN_e106_ADAN_DestroyerDestroyMotionTime0x270f3267discconfirmed
499UN_e106_ADAN_DestroyerDryMass0x274f3210000defaulted-on-disctentative
500UN_e106_ADAN_DestroyerGrossMass0x278f3210000defaulted-on-disctentative
501UN_e106_ADAN_DestroyerLowerHPThresholdRatio0x298f320.3disctentative
502UN_e106_ADAN_DestroyerRadarRange0x2a0f3260000discconfirmed
503UN_e106_ADAN_DestroyerFCSRange0x2a4f3245000discconfirmed
504UN_e106_ADAN_DestroyerAttackVesselPoint0x2b4f320.1defaulted-on-discconfirmed
505UN_e106_ADAN_DestroyerAttackCraftPoint0x2b8f320.1defaulted-on-disctentative
506UN_e106_ADAN_DestroyerDefencePoint0x2bcf320.1defaulted-on-discconfirmed
507UN_e106_ADAN_DestroyerPitchDragFactor0x108f322never-valued-on-discinterpolated
508UN_e106_ADAN_DestroyerRollDragFactor0x10cf322never-valued-on-discinterpolated
509UN_e106_ADAN_DestroyerDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
510UN_e106_ADAN_DestroyerArterBurner_Acc0x11cf322never-valued-on-discinterpolated
511UN_e106_ADAN_DestroyerDecPitchFactor0x128f3230never-valued-on-discinterpolated
512UN_e108_ADAN_ASFrigateSlalom_CutoffRatio0x00cf322.8026e-45defaulted-on-disctentative
513UN_e108_ADAN_ASFrigateSize_X0x030f3280discconfirmed
514UN_e108_ADAN_ASFrigateSize_Y0x034f3280defaulted-on-disctentative
515UN_e108_ADAN_ASFrigateSize_Z0x038f32350discconfirmed
516UN_e108_ADAN_ASFrigateColor_R0x040f321discconfirmed
517UN_e108_ADAN_ASFrigateColor_G0x044f320.5discconfirmed
518UN_e108_ADAN_ASFrigateColor_B0x048f320.1discconfirmed
519UN_e108_ADAN_ASFrigateSize_Radius0x050f32175discconfirmed
520UN_e108_ADAN_ASFrigateHP0x054f324000discconfirmed
521UN_e108_ADAN_ASFrigateHQRatio0x058f321defaulted-on-disctentative
522UN_e108_ADAN_ASFrigateShieldRatio0x05cf321defaulted-on-disctentative
523UN_e108_ADAN_ASFrigateThrusterRatio0x060f320.2disctentative
524UN_e108_ADAN_ASFrigateBridgeCount0x070i320disctentative
525UN_e108_ADAN_ASFrigateResistanceToOptics0x074f320.8discconfirmed
526UN_e108_ADAN_ASFrigateResistanceToShell0x078f320.1defaulted-on-disctentative
527UN_e108_ADAN_ASFrigateResistanceToExplosion0x07cf320.5defaulted-on-disctentative
528UN_e108_ADAN_ASFrigateResistanceToPlayer0x080f321defaulted-on-disctentative
529UN_e108_ADAN_ASFrigateResistanceParalyze0x084f320.97disctentative
530UN_e108_ADAN_ASFrigateScorePoint0x08cf32200discconfirmed
531UN_e108_ADAN_ASFrigateMassScore0x094f3250000disctentative
532UN_e108_ADAN_ASFrigateMinimumVelocity0x09cf320disctentative
533UN_e108_ADAN_ASFrigateMaximumVelocity0x0a0f32200discconfirmed
534UN_e108_ADAN_ASFrigateCruisingVelocity0x0a4f32125discconfirmed
535UN_e108_ADAN_ASFrigateAcceleration0x0a8f32100discconfirmed
536UN_e108_ADAN_ASFrigateDeceleration0x0acf32200defaulted-on-discconfirmed
537UN_e108_ADAN_ASFrigateAV_PitchPlus_Max0x0b0rad3.6discconfirmed
538UN_e108_ADAN_ASFrigateAV_PitchPlus_Min0x0b4rad3.6defaulted-on-disctentative
539UN_e108_ADAN_ASFrigateAA_PitchPlus_Max0x0b8rad3.6defaulted-on-disctentative
540UN_e108_ADAN_ASFrigateAA_PitchPlus_Min0x0bcrad3.6defaulted-on-disctentative
541UN_e108_ADAN_ASFrigateAV_PitchMinus_Max0x0c0rad3.6defaulted-on-disctentative
542UN_e108_ADAN_ASFrigateAV_PitchMinus_Min0x0c4rad3.6defaulted-on-disctentative
543UN_e108_ADAN_ASFrigateAA_PitchMinus_Max0x0c8rad3.6defaulted-on-disctentative
544UN_e108_ADAN_ASFrigateAA_PitchMinus_Min0x0ccrad3.6defaulted-on-disctentative
545UN_e108_ADAN_ASFrigateAV_Yaw_Max0x0d0rad3.6defaulted-on-disctentative
546UN_e108_ADAN_ASFrigateAV_Yaw_Min0x0d4rad3.6defaulted-on-disctentative
547UN_e108_ADAN_ASFrigateAA_Yaw_Max0x0d8rad3.6defaulted-on-disctentative
548UN_e108_ADAN_ASFrigateAA_Yaw_Min0x0dcrad3.6defaulted-on-disctentative
549UN_e108_ADAN_ASFrigateAV_Roll_Max0x0e0rad3.6defaulted-on-disctentative
550UN_e108_ADAN_ASFrigateAV_Roll_Min0x0e4rad3.6defaulted-on-disctentative
551UN_e108_ADAN_ASFrigateAA_Roll_Max0x0e8rad3.6defaulted-on-disctentative
552UN_e108_ADAN_ASFrigateAA_Roll_Min0x0ecrad3.6defaulted-on-disctentative
553UN_e108_ADAN_ASFrigateSideThrustVelocity_Max0x0f8f3220discconfirmed
554UN_e108_ADAN_ASFrigateSideThrustAcceleration0x0fcf3210disctentative
555UN_e108_ADAN_ASFrigateMaximumBank_Normal0x100rad60disctentative
556UN_e108_ADAN_ASFrigateYawDragFactor0x104f322disctentative
557UN_e108_ADAN_ASFrigateTurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
558UN_e108_ADAN_ASFrigateArterBurner_Vc0x114f322defaulted-on-disctentative
559UN_e108_ADAN_ASFrigateReverseThrust_Vc0x118f32-0.5disctentative
560UN_e108_ADAN_ASFrigateReverseThrust_Acc0x120f320.25disctentative
561UN_e108_ADAN_ASFrigateAccPitchFactor0x124f3230disctentative
562UN_e108_ADAN_ASFrigateAV_AxisMode_Min0x130rad0defaulted-on-disctentative
563UN_e108_ADAN_ASFrigateAA_AxisMode_Max0x134rad0defaulted-on-disctentative
564UN_e108_ADAN_ASFrigateAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
565UN_e108_ADAN_ASFrigateAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
566UN_e108_ADAN_ASFrigateAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
567UN_e108_ADAN_ASFrigateSideRoll_Length0x174f320defaulted-on-disctentative
568UN_e108_ADAN_ASFrigateBarrelRoll_Time0x184f320defaulted-on-disctentative
569UN_e108_ADAN_ASFrigateBarrelRoll_Radius0x188f320defaulted-on-disctentative
570UN_e108_ADAN_ASFrigateTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
571UN_e108_ADAN_ASFrigateTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
572UN_e108_ADAN_ASFrigateCutoffTimeMin0x198f320defaulted-on-disctentative
573UN_e108_ADAN_ASFrigateTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
574UN_e108_ADAN_ASFrigateTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
575UN_e108_ADAN_ASFrigateHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
576UN_e108_ADAN_ASFrigateThrough_Time2Max0x210f320defaulted-on-disctentative
577UN_e108_ADAN_ASFrigateSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
578UN_e108_ADAN_ASFrigateMaxValue0x238f321000discconfirmed
579UN_e108_ADAN_ASFrigateChargeDelay0x23cf321defaulted-on-disctentative
580UN_e108_ADAN_ASFrigateChargeDelay_Break0x240f321defaulted-on-disctentative
581UN_e108_ADAN_ASFrigateChargeSpeed0x244f3210defaulted-on-discconfirmed
582UN_e108_ADAN_ASFrigateDelay0x248f320defaulted-on-disctentative
583UN_e108_ADAN_ASFrigateDestroyMotionTime0x270f3267discconfirmed
584UN_e108_ADAN_ASFrigateDryMass0x274f3210000disctentative
585UN_e108_ADAN_ASFrigateGrossMass0x278f3210000defaulted-on-disctentative
586UN_e108_ADAN_ASFrigateLowerHPThresholdRatio0x298f320.3disctentative
587UN_e108_ADAN_ASFrigateRadarRange0x2a0f3260000discconfirmed
588UN_e108_ADAN_ASFrigateFCSRange0x2a4f3220000discconfirmed
589UN_e108_ADAN_ASFrigateAttackVesselPoint0x2b4f320.05discconfirmed
590UN_e108_ADAN_ASFrigateAttackCraftPoint0x2b8f320.1defaulted-on-disctentative
591UN_e108_ADAN_ASFrigateDefencePoint0x2bcf320.03discconfirmed
592UN_e108_ADAN_ASFrigatePitchDragFactor0x108f322never-valued-on-discinterpolated
593UN_e108_ADAN_ASFrigateRollDragFactor0x10cf322never-valued-on-discinterpolated
594UN_e108_ADAN_ASFrigateDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
595UN_e108_ADAN_ASFrigateArterBurner_Acc0x11cf322never-valued-on-discinterpolated
596UN_e108_ADAN_ASFrigateDecPitchFactor0x128f3230never-valued-on-discinterpolated
597UN_e201_ADAN_ISCMissileSlalom_CutoffRatio0x00cf322.8026e-45defaulted-on-disctentative
598UN_e201_ADAN_ISCMissileSize_X0x030f32300discconfirmed
599UN_e201_ADAN_ISCMissileSize_Y0x034f32300defaulted-on-disctentative
600UN_e201_ADAN_ISCMissileSize_Z0x038f322800discconfirmed
601UN_e201_ADAN_ISCMissileColor_R0x040f321discconfirmed
602UN_e201_ADAN_ISCMissileColor_G0x044f320.1discconfirmed
603UN_e201_ADAN_ISCMissileColor_B0x048f320.1defaulted-on-discconfirmed
604UN_e201_ADAN_ISCMissileSize_Radius0x050f321500discconfirmed
605UN_e201_ADAN_ISCMissileHP0x054f323000discconfirmed
606UN_e201_ADAN_ISCMissileHQRatio0x058f321defaulted-on-disctentative
607UN_e201_ADAN_ISCMissileShieldRatio0x05cf320disctentative
608UN_e201_ADAN_ISCMissileThrusterRatio0x060f320.2disctentative
609UN_e201_ADAN_ISCMissileBridgeCount0x070i320disctentative
610UN_e201_ADAN_ISCMissileResistanceToOptics0x074f320.8discconfirmed
611UN_e201_ADAN_ISCMissileResistanceToShell0x078f320.1defaulted-on-disctentative
612UN_e201_ADAN_ISCMissileResistanceToExplosion0x07cf320.5disctentative
613UN_e201_ADAN_ISCMissileResistanceToPlayer0x080f321defaulted-on-disctentative
614UN_e201_ADAN_ISCMissileResistanceParalyze0x084f321defaulted-on-disctentative
615UN_e201_ADAN_ISCMissileScorePoint0x08cf32400discconfirmed
616UN_e201_ADAN_ISCMissileMassScore0x094f32100000disctentative
617UN_e201_ADAN_ISCMissileMinimumVelocity0x09cf320defaulted-on-disctentative
618UN_e201_ADAN_ISCMissileMaximumVelocity0x0a0f32450discconfirmed
619UN_e201_ADAN_ISCMissileCruisingVelocity0x0a4f32450defaulted-on-discconfirmed
620UN_e201_ADAN_ISCMissileAcceleration0x0a8f32200discconfirmed
621UN_e201_ADAN_ISCMissileDeceleration0x0acf32500discconfirmed
622UN_e201_ADAN_ISCMissileAV_PitchPlus_Max0x0b0rad3.6discconfirmed
623UN_e201_ADAN_ISCMissileAV_PitchPlus_Min0x0b4rad3.6defaulted-on-disctentative
624UN_e201_ADAN_ISCMissileAA_PitchPlus_Max0x0b8rad3.6defaulted-on-disctentative
625UN_e201_ADAN_ISCMissileAA_PitchPlus_Min0x0bcrad3.6defaulted-on-disctentative
626UN_e201_ADAN_ISCMissileAV_PitchMinus_Max0x0c0rad3.6defaulted-on-disctentative
627UN_e201_ADAN_ISCMissileAV_PitchMinus_Min0x0c4rad3.6defaulted-on-disctentative
628UN_e201_ADAN_ISCMissileAA_PitchMinus_Max0x0c8rad3.6defaulted-on-disctentative
629UN_e201_ADAN_ISCMissileAA_PitchMinus_Min0x0ccrad3.6defaulted-on-disctentative
630UN_e201_ADAN_ISCMissileAV_Yaw_Max0x0d0rad3.6defaulted-on-disctentative
631UN_e201_ADAN_ISCMissileAV_Yaw_Min0x0d4rad3.6defaulted-on-disctentative
632UN_e201_ADAN_ISCMissileAA_Yaw_Max0x0d8rad3.6defaulted-on-disctentative
633UN_e201_ADAN_ISCMissileAA_Yaw_Min0x0dcrad3.6defaulted-on-disctentative
634UN_e201_ADAN_ISCMissileAV_Roll_Max0x0e0rad3.6defaulted-on-disctentative
635UN_e201_ADAN_ISCMissileAV_Roll_Min0x0e4rad3.6defaulted-on-disctentative
636UN_e201_ADAN_ISCMissileAA_Roll_Max0x0e8rad3.6defaulted-on-disctentative
637UN_e201_ADAN_ISCMissileAA_Roll_Min0x0ecrad3.6defaulted-on-disctentative
638UN_e201_ADAN_ISCMissileSideThrustVelocity_Max0x0f8f3220discconfirmed
639UN_e201_ADAN_ISCMissileSideThrustAcceleration0x0fcf3210disctentative
640UN_e201_ADAN_ISCMissileMaximumBank_Normal0x100rad60disctentative
641UN_e201_ADAN_ISCMissileYawDragFactor0x104f322disctentative
642UN_e201_ADAN_ISCMissileTurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
643UN_e201_ADAN_ISCMissileArterBurner_Vc0x114f322defaulted-on-disctentative
644UN_e201_ADAN_ISCMissileReverseThrust_Vc0x118f32-0.5disctentative
645UN_e201_ADAN_ISCMissileReverseThrust_Acc0x120f320.25disctentative
646UN_e201_ADAN_ISCMissileAccPitchFactor0x124f3230disctentative
647UN_e201_ADAN_ISCMissileAV_AxisMode_Min0x130rad0defaulted-on-disctentative
648UN_e201_ADAN_ISCMissileAA_AxisMode_Max0x134rad0defaulted-on-disctentative
649UN_e201_ADAN_ISCMissileAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
650UN_e201_ADAN_ISCMissileAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
651UN_e201_ADAN_ISCMissileAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
652UN_e201_ADAN_ISCMissileSideRoll_Length0x174f320defaulted-on-disctentative
653UN_e201_ADAN_ISCMissileBarrelRoll_Time0x184f320defaulted-on-disctentative
654UN_e201_ADAN_ISCMissileBarrelRoll_Radius0x188f320defaulted-on-disctentative
655UN_e201_ADAN_ISCMissileTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
656UN_e201_ADAN_ISCMissileTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
657UN_e201_ADAN_ISCMissileCutoffTimeMin0x198f320defaulted-on-disctentative
658UN_e201_ADAN_ISCMissileTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
659UN_e201_ADAN_ISCMissileTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
660UN_e201_ADAN_ISCMissileHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
661UN_e201_ADAN_ISCMissileThrough_Time2Max0x210f320defaulted-on-disctentative
662UN_e201_ADAN_ISCMissileSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
663UN_e201_ADAN_ISCMissileMaxValue0x238f321000discconfirmed
664UN_e201_ADAN_ISCMissileChargeDelay0x23cf321defaulted-on-disctentative
665UN_e201_ADAN_ISCMissileChargeDelay_Break0x240f321defaulted-on-disctentative
666UN_e201_ADAN_ISCMissileChargeSpeed0x244f3210defaulted-on-discconfirmed
667UN_e201_ADAN_ISCMissileDelay0x248f321defaulted-on-disctentative
668UN_e201_ADAN_ISCMissileDestroyMotionTime0x270f3267discconfirmed
669UN_e201_ADAN_ISCMissileDryMass0x274f3210000disctentative
670UN_e201_ADAN_ISCMissileGrossMass0x278f3210000defaulted-on-disctentative
671UN_e201_ADAN_ISCMissileLowerHPThresholdRatio0x298f320.3disctentative
672UN_e201_ADAN_ISCMissileRadarRange0x2a0f320defaulted-on-discconfirmed
673UN_e201_ADAN_ISCMissileFCSRange0x2a4f320defaulted-on-discconfirmed
674UN_e201_ADAN_ISCMissileAttackVesselPoint0x2b4f320defaulted-on-discconfirmed
675UN_e201_ADAN_ISCMissileAttackCraftPoint0x2b8f320defaulted-on-disctentative
676UN_e201_ADAN_ISCMissileDefencePoint0x2bcf320.05discconfirmed
677UN_e201_ADAN_ISCMissilePitchDragFactor0x108f322never-valued-on-discinterpolated
678UN_e201_ADAN_ISCMissileRollDragFactor0x10cf322never-valued-on-discinterpolated
679UN_e201_ADAN_ISCMissileDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
680UN_e201_ADAN_ISCMissileArterBurner_Acc0x11cf322never-valued-on-discinterpolated
681UN_e201_ADAN_ISCMissileDecPitchFactor0x128f3230never-valued-on-discinterpolated
682UN_f001_TCAF_DeltaSaber_TSlalom_CutoffRatio0x00cf321.4013e-45disctentative
683UN_f001_TCAF_DeltaSaber_TSize_X0x030f3210discconfirmed
684UN_f001_TCAF_DeltaSaber_TSize_Y0x034f327disctentative
685UN_f001_TCAF_DeltaSaber_TSize_Z0x038f3229discconfirmed
686UN_f001_TCAF_DeltaSaber_TColor_R0x040f320.1discconfirmed
687UN_f001_TCAF_DeltaSaber_TColor_G0x044f320.5discconfirmed
688UN_f001_TCAF_DeltaSaber_TColor_B0x048f321discconfirmed
689UN_f001_TCAF_DeltaSaber_TSize_Radius0x050f3210defaulted-on-discconfirmed
690UN_f001_TCAF_DeltaSaber_THP0x054f321000discconfirmed
691UN_f001_TCAF_DeltaSaber_THQRatio0x058f321defaulted-on-disctentative
692UN_f001_TCAF_DeltaSaber_TShieldRatio0x05cf321defaulted-on-disctentative
693UN_f001_TCAF_DeltaSaber_TThrusterRatio0x060f321defaulted-on-disctentative
694UN_f001_TCAF_DeltaSaber_TBridgeCount0x070i321defaulted-on-disctentative
695UN_f001_TCAF_DeltaSaber_TResistanceToOptics0x074f321defaulted-on-discconfirmed
696UN_f001_TCAF_DeltaSaber_TResistanceToShell0x078f321defaulted-on-disctentative
697UN_f001_TCAF_DeltaSaber_TResistanceToExplosion0x07cf321defaulted-on-disctentative
698UN_f001_TCAF_DeltaSaber_TResistanceToPlayer0x080f321defaulted-on-disctentative
699UN_f001_TCAF_DeltaSaber_TResistanceParalyze0x084f320.97disctentative
700UN_f001_TCAF_DeltaSaber_TScorePoint0x08cf320discconfirmed
701UN_f001_TCAF_DeltaSaber_TMassScore0x094f320defaulted-on-disctentative
702UN_f001_TCAF_DeltaSaber_TMinimumVelocity0x09cf32100disctentative
703UN_f001_TCAF_DeltaSaber_TMaximumVelocity0x0a0f321200discconfirmed
704UN_f001_TCAF_DeltaSaber_TCruisingVelocity0x0a4f32700discconfirmed
705UN_f001_TCAF_DeltaSaber_TAcceleration0x0a8f32600discconfirmed
706UN_f001_TCAF_DeltaSaber_TDeceleration0x0acf32400discconfirmed
707UN_f001_TCAF_DeltaSaber_TAV_PitchPlus_Max0x0b0rad80discconfirmed
708UN_f001_TCAF_DeltaSaber_TAV_PitchPlus_Min0x0b4rad200disctentative
709UN_f001_TCAF_DeltaSaber_TAA_PitchPlus_Max0x0b8rad30disctentative
710UN_f001_TCAF_DeltaSaber_TAA_PitchPlus_Min0x0bcrad100defaulted-on-disctentative
711UN_f001_TCAF_DeltaSaber_TAV_PitchMinus_Max0x0c0rad40disctentative
712UN_f001_TCAF_DeltaSaber_TAV_PitchMinus_Min0x0c4rad120disctentative
713UN_f001_TCAF_DeltaSaber_TAA_PitchMinus_Max0x0c8rad10defaulted-on-disctentative
714UN_f001_TCAF_DeltaSaber_TAA_PitchMinus_Min0x0ccrad40defaulted-on-disctentative
715UN_f001_TCAF_DeltaSaber_TAV_Yaw_Max0x0d0rad25disctentative
716UN_f001_TCAF_DeltaSaber_TAV_Yaw_Min0x0d4rad60disctentative
717UN_f001_TCAF_DeltaSaber_TAA_Yaw_Max0x0d8rad50disctentative
718UN_f001_TCAF_DeltaSaber_TAA_Yaw_Min0x0dcrad240disctentative
719UN_f001_TCAF_DeltaSaber_TAV_Roll_Max0x0e0rad120defaulted-on-disctentative
720UN_f001_TCAF_DeltaSaber_TAV_Roll_Min0x0e4rad160disctentative
721UN_f001_TCAF_DeltaSaber_TAA_Roll_Max0x0e8rad60defaulted-on-disctentative
722UN_f001_TCAF_DeltaSaber_TAA_Roll_Min0x0ecrad150disctentative
723UN_f001_TCAF_DeltaSaber_TSideThrustVelocity_Max0x0f8f321000defaulted-on-discconfirmed
724UN_f001_TCAF_DeltaSaber_TSideThrustAcceleration0x0fcf321000defaulted-on-disctentative
725UN_f001_TCAF_DeltaSaber_TMaximumBank_Normal0x100rad60defaulted-on-disctentative
726UN_f001_TCAF_DeltaSaber_TYawDragFactor0x104f323disctentative
727UN_f001_TCAF_DeltaSaber_TTurnAttack_DoubleTimeMin0x110f320.5disctentative
728UN_f001_TCAF_DeltaSaber_TArterBurner_Vc0x114f322disctentative
729UN_f001_TCAF_DeltaSaber_TReverseThrust_Vc0x118f32-0.5disctentative
730UN_f001_TCAF_DeltaSaber_TReverseThrust_Acc0x120f322defaulted-on-disctentative
731UN_f001_TCAF_DeltaSaber_TAccPitchFactor0x124f3230defaulted-on-disctentative
732UN_f001_TCAF_DeltaSaber_TAV_AxisMode_Min0x130rad0defaulted-on-disctentative
733UN_f001_TCAF_DeltaSaber_TAA_AxisMode_Max0x134rad0defaulted-on-disctentative
734UN_f001_TCAF_DeltaSaber_TAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
735UN_f001_TCAF_DeltaSaber_TAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
736UN_f001_TCAF_DeltaSaber_TAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
737UN_f001_TCAF_DeltaSaber_TSideRoll_Length0x174f32500disctentative
738UN_f001_TCAF_DeltaSaber_TBarrelRoll_Time0x184f321.2disctentative
739UN_f001_TCAF_DeltaSaber_TBarrelRoll_Radius0x188f32250disctentative
740UN_f001_TCAF_DeltaSaber_TTurnAttack_CutoffRatio0x190f320.4disctentative
741UN_f001_TCAF_DeltaSaber_TTurnAttack_DoubleRatio0x194f320.3disctentative
742UN_f001_TCAF_DeltaSaber_TCutoffTimeMin0x198f320.6disctentative
743UN_f001_TCAF_DeltaSaber_TTurnAttack_DoubleTimeMax0x1a4f322.5disctentative
744UN_f001_TCAF_DeltaSaber_TTurn_AngularVelocity0x1acrad100disctentative
745UN_f001_TCAF_DeltaSaber_THoldPosition_LengthMax0x1ccf32400defaulted-on-disctentative
746UN_f001_TCAF_DeltaSaber_TThrough_Time2Max0x210f321.5disctentative
747UN_f001_TCAF_DeltaSaber_TSolidCutoff_LengthMax0x22cf322500disctentative
748UN_f001_TCAF_DeltaSaber_TMaxValue0x238f322000discconfirmed
749UN_f001_TCAF_DeltaSaber_TChargeDelay0x23cf325defaulted-on-disctentative
750UN_f001_TCAF_DeltaSaber_TChargeDelay_Break0x240f3210defaulted-on-disctentative
751UN_f001_TCAF_DeltaSaber_TChargeSpeed0x244f32800discconfirmed
752UN_f001_TCAF_DeltaSaber_TDelay0x248f323defaulted-on-disctentative
753UN_f001_TCAF_DeltaSaber_TDestroyMotionTime0x270f3210discconfirmed
754UN_f001_TCAF_DeltaSaber_TDryMass0x274f32100defaulted-on-disctentative
755UN_f001_TCAF_DeltaSaber_TGrossMass0x278f32200defaulted-on-disctentative
756UN_f001_TCAF_DeltaSaber_TLowerHPThresholdRatio0x298f320.3defaulted-on-disctentative
757UN_f001_TCAF_DeltaSaber_TRadarRange0x2a0f32500000discconfirmed
758UN_f001_TCAF_DeltaSaber_TFCSRange0x2a4f32500000defaulted-on-discconfirmed
759UN_f001_TCAF_DeltaSaber_TAttackVesselPoint0x2b4f320.02discconfirmed
760UN_f001_TCAF_DeltaSaber_TAttackCraftPoint0x2b8f321defaulted-on-disctentative
761UN_f001_TCAF_DeltaSaber_TDefencePoint0x2bcf320.001discconfirmed
762UN_f001_TCAF_DeltaSaber_TPitchDragFactor0x108f323never-valued-on-discinterpolated
763UN_f001_TCAF_DeltaSaber_TRollDragFactor0x10cf323never-valued-on-discinterpolated
764UN_f001_TCAF_DeltaSaber_TDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
765UN_f001_TCAF_DeltaSaber_TArterBurner_Acc0x11cf322never-valued-on-discinterpolated
766UN_f001_TCAF_DeltaSaber_TDecPitchFactor0x128f3230never-valued-on-discinterpolated
767UN_f001_TCAF_DeltaSaber_T_PlayerSlalom_CutoffRatio0x00cf321.4013e-45defaulted-on-disctentative
768UN_f001_TCAF_DeltaSaber_T_PlayerSize_X0x030f3210discconfirmed
769UN_f001_TCAF_DeltaSaber_T_PlayerSize_Y0x034f327disctentative
770UN_f001_TCAF_DeltaSaber_T_PlayerSize_Z0x038f3229discconfirmed
771UN_f001_TCAF_DeltaSaber_T_PlayerColor_R0x040f320.1discconfirmed
772UN_f001_TCAF_DeltaSaber_T_PlayerColor_G0x044f320.5discconfirmed
773UN_f001_TCAF_DeltaSaber_T_PlayerColor_B0x048f321discconfirmed
774UN_f001_TCAF_DeltaSaber_T_PlayerSize_Radius0x050f3210defaulted-on-discconfirmed
775UN_f001_TCAF_DeltaSaber_T_PlayerHP0x054f321500discconfirmed
776UN_f001_TCAF_DeltaSaber_T_PlayerHQRatio0x058f321defaulted-on-disctentative
777UN_f001_TCAF_DeltaSaber_T_PlayerShieldRatio0x05cf321defaulted-on-disctentative
778UN_f001_TCAF_DeltaSaber_T_PlayerThrusterRatio0x060f321defaulted-on-disctentative
779UN_f001_TCAF_DeltaSaber_T_PlayerBridgeCount0x070i321defaulted-on-disctentative
780UN_f001_TCAF_DeltaSaber_T_PlayerResistanceToOptics0x074f321defaulted-on-discconfirmed
781UN_f001_TCAF_DeltaSaber_T_PlayerResistanceToShell0x078f321defaulted-on-disctentative
782UN_f001_TCAF_DeltaSaber_T_PlayerResistanceToExplosion0x07cf321defaulted-on-disctentative
783UN_f001_TCAF_DeltaSaber_T_PlayerResistanceToPlayer0x080f320disctentative
784UN_f001_TCAF_DeltaSaber_T_PlayerResistanceParalyze0x084f320.97disctentative
785UN_f001_TCAF_DeltaSaber_T_PlayerScorePoint0x08cf320discconfirmed
786UN_f001_TCAF_DeltaSaber_T_PlayerMassScore0x094f320defaulted-on-disctentative
787UN_f001_TCAF_DeltaSaber_T_PlayerMinimumVelocity0x09cf32100disctentative
788UN_f001_TCAF_DeltaSaber_T_PlayerMaximumVelocity0x0a0f321200discconfirmed
789UN_f001_TCAF_DeltaSaber_T_PlayerCruisingVelocity0x0a4f32350discconfirmed
790UN_f001_TCAF_DeltaSaber_T_PlayerAcceleration0x0a8f32600discconfirmed
791UN_f001_TCAF_DeltaSaber_T_PlayerDeceleration0x0acf32500discconfirmed
792UN_f001_TCAF_DeltaSaber_T_PlayerAV_PitchPlus_Max0x0b0rad70discconfirmed
793UN_f001_TCAF_DeltaSaber_T_PlayerAV_PitchPlus_Min0x0b4rad150disctentative
794UN_f001_TCAF_DeltaSaber_T_PlayerAA_PitchPlus_Max0x0b8rad210disctentative
795UN_f001_TCAF_DeltaSaber_T_PlayerAA_PitchPlus_Min0x0bcrad375disctentative
796UN_f001_TCAF_DeltaSaber_T_PlayerAV_PitchMinus_Max0x0c0rad40disctentative
797UN_f001_TCAF_DeltaSaber_T_PlayerAV_PitchMinus_Min0x0c4rad75disctentative
798UN_f001_TCAF_DeltaSaber_T_PlayerAA_PitchMinus_Max0x0c8rad100disctentative
799UN_f001_TCAF_DeltaSaber_T_PlayerAA_PitchMinus_Min0x0ccrad180disctentative
800UN_f001_TCAF_DeltaSaber_T_PlayerAV_Yaw_Max0x0d0rad25disctentative
801UN_f001_TCAF_DeltaSaber_T_PlayerAV_Yaw_Min0x0d4rad45disctentative
802UN_f001_TCAF_DeltaSaber_T_PlayerAA_Yaw_Max0x0d8rad65disctentative
803UN_f001_TCAF_DeltaSaber_T_PlayerAA_Yaw_Min0x0dcrad120disctentative
804UN_f001_TCAF_DeltaSaber_T_PlayerAV_Roll_Max0x0e0rad125disctentative
805UN_f001_TCAF_DeltaSaber_T_PlayerAV_Roll_Min0x0e4rad200disctentative
806UN_f001_TCAF_DeltaSaber_T_PlayerAA_Roll_Max0x0e8rad475disctentative
807UN_f001_TCAF_DeltaSaber_T_PlayerAA_Roll_Min0x0ecrad750disctentative
808UN_f001_TCAF_DeltaSaber_T_PlayerSideThrustVelocity_Max0x0f8f32500discconfirmed
809UN_f001_TCAF_DeltaSaber_T_PlayerSideThrustAcceleration0x0fcf321000disctentative
810UN_f001_TCAF_DeltaSaber_T_PlayerMaximumBank_Normal0x100rad60disctentative
811UN_f001_TCAF_DeltaSaber_T_PlayerYawDragFactor0x104f323disctentative
812UN_f001_TCAF_DeltaSaber_T_PlayerTurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
813UN_f001_TCAF_DeltaSaber_T_PlayerArterBurner_Vc0x114f322disctentative
814UN_f001_TCAF_DeltaSaber_T_PlayerReverseThrust_Vc0x118f32-0.5disctentative
815UN_f001_TCAF_DeltaSaber_T_PlayerReverseThrust_Acc0x120f322defaulted-on-disctentative
816UN_f001_TCAF_DeltaSaber_T_PlayerAccPitchFactor0x124f3230disctentative
817UN_f001_TCAF_DeltaSaber_T_PlayerAV_AxisMode_Min0x130rad35disctentative
818UN_f001_TCAF_DeltaSaber_T_PlayerAA_AxisMode_Max0x134rad20disctentative
819UN_f001_TCAF_DeltaSaber_T_PlayerAB_ConsumeShield_Begin0x144f3250disctentative
820UN_f001_TCAF_DeltaSaber_T_PlayerAB_AA_PitchPlus0x150rad15disctentative
821UN_f001_TCAF_DeltaSaber_T_PlayerAB_AV_PitchMinus0x154rad16disctentative
822UN_f001_TCAF_DeltaSaber_T_PlayerSideRoll_Length0x174f320defaulted-on-disctentative
823UN_f001_TCAF_DeltaSaber_T_PlayerBarrelRoll_Time0x184f320defaulted-on-disctentative
824UN_f001_TCAF_DeltaSaber_T_PlayerBarrelRoll_Radius0x188f320defaulted-on-disctentative
825UN_f001_TCAF_DeltaSaber_T_PlayerTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
826UN_f001_TCAF_DeltaSaber_T_PlayerTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
827UN_f001_TCAF_DeltaSaber_T_PlayerCutoffTimeMin0x198f320defaulted-on-disctentative
828UN_f001_TCAF_DeltaSaber_T_PlayerTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
829UN_f001_TCAF_DeltaSaber_T_PlayerTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
830UN_f001_TCAF_DeltaSaber_T_PlayerHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
831UN_f001_TCAF_DeltaSaber_T_PlayerThrough_Time2Max0x210f320defaulted-on-disctentative
832UN_f001_TCAF_DeltaSaber_T_PlayerSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
833UN_f001_TCAF_DeltaSaber_T_PlayerMaxValue0x238f32400discconfirmed
834UN_f001_TCAF_DeltaSaber_T_PlayerChargeDelay0x23cf325disctentative
835UN_f001_TCAF_DeltaSaber_T_PlayerChargeDelay_Break0x240f3210defaulted-on-disctentative
836UN_f001_TCAF_DeltaSaber_T_PlayerChargeSpeed0x244f3225defaulted-on-discconfirmed
837UN_f001_TCAF_DeltaSaber_T_PlayerDelay0x248f323defaulted-on-disctentative
838UN_f001_TCAF_DeltaSaber_T_PlayerDestroyMotionTime0x270f323discconfirmed
839UN_f001_TCAF_DeltaSaber_T_PlayerDryMass0x274f32100defaulted-on-disctentative
840UN_f001_TCAF_DeltaSaber_T_PlayerGrossMass0x278f32250disctentative
841UN_f001_TCAF_DeltaSaber_T_PlayerLowerHPThresholdRatio0x298f320.3defaulted-on-disctentative
842UN_f001_TCAF_DeltaSaber_T_PlayerRadarRange0x2a0f32500000discconfirmed
843UN_f001_TCAF_DeltaSaber_T_PlayerFCSRange0x2a4f32500000defaulted-on-discconfirmed
844UN_f001_TCAF_DeltaSaber_T_PlayerAttackVesselPoint0x2b4f320.02discconfirmed
845UN_f001_TCAF_DeltaSaber_T_PlayerAttackCraftPoint0x2b8f321defaulted-on-disctentative
846UN_f001_TCAF_DeltaSaber_T_PlayerDefencePoint0x2bcf320.001discconfirmed
847UN_f001_TCAF_DeltaSaber_T_PlayerPitchDragFactor0x108f323never-valued-on-discinterpolated
848UN_f001_TCAF_DeltaSaber_T_PlayerRollDragFactor0x10cf323never-valued-on-discinterpolated
849UN_f001_TCAF_DeltaSaber_T_PlayerDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
850UN_f001_TCAF_DeltaSaber_T_PlayerArterBurner_Acc0x11cf322never-valued-on-discinterpolated
851UN_f001_TCAF_DeltaSaber_T_PlayerDecPitchFactor0x128f3230never-valued-on-discinterpolated
852UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Slalom_CutoffRatio0x00cf321.4013e-45defaulted-on-disctentative
853UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Size_X0x030f3210discconfirmed
854UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Size_Y0x034f327disctentative
855UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Size_Z0x038f3229discconfirmed
856UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Color_R0x040f320.1discconfirmed
857UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Color_G0x044f320.5discconfirmed
858UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Color_B0x048f321discconfirmed
859UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Size_Radius0x050f3210defaulted-on-discconfirmed
860UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1HP0x054f321500discconfirmed
861UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1HQRatio0x058f321defaulted-on-disctentative
862UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ShieldRatio0x05cf321defaulted-on-disctentative
863UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ThrusterRatio0x060f321defaulted-on-disctentative
864UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1BridgeCount0x070i321defaulted-on-disctentative
865UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ResistanceToOptics0x074f321defaulted-on-discconfirmed
866UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ResistanceToShell0x078f321defaulted-on-disctentative
867UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ResistanceToExplosion0x07cf321defaulted-on-disctentative
868UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ResistanceToPlayer0x080f320disctentative
869UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ResistanceParalyze0x084f320.1defaulted-on-disctentative
870UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ScorePoint0x08cf320discconfirmed
871UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1MassScore0x094f320defaulted-on-disctentative
872UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1MinimumVelocity0x09cf32100disctentative
873UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1MaximumVelocity0x0a0f321200discconfirmed
874UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1CruisingVelocity0x0a4f32350discconfirmed
875UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Acceleration0x0a8f32600discconfirmed
876UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Deceleration0x0acf32500discconfirmed
877UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AV_PitchPlus_Max0x0b0rad70discconfirmed
878UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AV_PitchPlus_Min0x0b4rad150disctentative
879UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AA_PitchPlus_Max0x0b8rad210disctentative
880UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AA_PitchPlus_Min0x0bcrad375disctentative
881UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AV_PitchMinus_Max0x0c0rad40disctentative
882UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AV_PitchMinus_Min0x0c4rad75disctentative
883UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AA_PitchMinus_Max0x0c8rad100disctentative
884UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AA_PitchMinus_Min0x0ccrad180disctentative
885UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AV_Yaw_Max0x0d0rad25disctentative
886UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AV_Yaw_Min0x0d4rad45disctentative
887UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AA_Yaw_Max0x0d8rad65disctentative
888UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AA_Yaw_Min0x0dcrad120disctentative
889UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AV_Roll_Max0x0e0rad125disctentative
890UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AV_Roll_Min0x0e4rad200disctentative
891UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AA_Roll_Max0x0e8rad475disctentative
892UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AA_Roll_Min0x0ecrad750disctentative
893UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1SideThrustVelocity_Max0x0f8f32500discconfirmed
894UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1SideThrustAcceleration0x0fcf321000disctentative
895UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1MaximumBank_Normal0x100rad60disctentative
896UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1YawDragFactor0x104f323disctentative
897UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1TurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
898UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ArterBurner_Vc0x114f322disctentative
899UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ReverseThrust_Vc0x118f32-0.5disctentative
900UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ReverseThrust_Acc0x120f322defaulted-on-disctentative
901UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AccPitchFactor0x124f3230disctentative
902UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AV_AxisMode_Min0x130rad35disctentative
903UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AA_AxisMode_Max0x134rad20disctentative
904UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AB_ConsumeShield_Begin0x144f3250disctentative
905UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AB_AA_PitchPlus0x150rad15disctentative
906UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AB_AV_PitchMinus0x154rad16disctentative
907UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1SideRoll_Length0x174f320defaulted-on-disctentative
908UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1BarrelRoll_Time0x184f320defaulted-on-disctentative
909UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1BarrelRoll_Radius0x188f320defaulted-on-disctentative
910UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1TurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
911UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1TurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
912UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1CutoffTimeMin0x198f320defaulted-on-disctentative
913UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1TurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
914UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Turn_AngularVelocity0x1acrad0defaulted-on-disctentative
915UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1HoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
916UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Through_Time2Max0x210f320defaulted-on-disctentative
917UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1SolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
918UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1MaxValue0x238f32500defaulted-on-discconfirmed
919UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ChargeDelay0x23cf325disctentative
920UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ChargeDelay_Break0x240f3210defaulted-on-disctentative
921UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ChargeSpeed0x244f3225defaulted-on-discconfirmed
922UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1Delay0x248f323defaulted-on-disctentative
923UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1DestroyMotionTime0x270f323discconfirmed
924UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1DryMass0x274f32100defaulted-on-disctentative
925UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1GrossMass0x278f32250disctentative
926UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1LowerHPThresholdRatio0x298f320.3disctentative
927UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1RadarRange0x2a0f3210000discconfirmed
928UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1FCSRange0x2a4f3210000defaulted-on-discconfirmed
929UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AttackVesselPoint0x2b4f320.02discconfirmed
930UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1AttackCraftPoint0x2b8f321defaulted-on-disctentative
931UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1DefencePoint0x2bcf320.001discconfirmed
932UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1PitchDragFactor0x108f323never-valued-on-discinterpolated
933UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1RollDragFactor0x10cf323never-valued-on-discinterpolated
934UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1DragFactorThreshold0x110f320.5never-valued-on-discinterpolated
935UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1ArterBurner_Acc0x11cf322never-valued-on-discinterpolated
936UN_f001_TCAF_DeltaSaber_T_Player_Ttrl1DecPitchFactor0x128f3230never-valued-on-discinterpolated
937UN_f003_TCAF_ArrowHeadSlalom_CutoffRatio0x00cf321.4013e-45disctentative
938UN_f003_TCAF_ArrowHeadSize_X0x030f3210discconfirmed
939UN_f003_TCAF_ArrowHeadSize_Y0x034f325disctentative
940UN_f003_TCAF_ArrowHeadSize_Z0x038f3220discconfirmed
941UN_f003_TCAF_ArrowHeadColor_R0x040f320.1discconfirmed
942UN_f003_TCAF_ArrowHeadColor_G0x044f320.5discconfirmed
943UN_f003_TCAF_ArrowHeadColor_B0x048f321discconfirmed
944UN_f003_TCAF_ArrowHeadSize_Radius0x050f3210defaulted-on-discconfirmed
945UN_f003_TCAF_ArrowHeadHP0x054f32300discconfirmed
946UN_f003_TCAF_ArrowHeadHQRatio0x058f321defaulted-on-disctentative
947UN_f003_TCAF_ArrowHeadShieldRatio0x05cf321defaulted-on-disctentative
948UN_f003_TCAF_ArrowHeadThrusterRatio0x060f321defaulted-on-disctentative
949UN_f003_TCAF_ArrowHeadBridgeCount0x070i320defaulted-on-disctentative
950UN_f003_TCAF_ArrowHeadResistanceToOptics0x074f320.1defaulted-on-discconfirmed
951UN_f003_TCAF_ArrowHeadResistanceToShell0x078f320.1defaulted-on-disctentative
952UN_f003_TCAF_ArrowHeadResistanceToExplosion0x07cf320.1defaulted-on-disctentative
953UN_f003_TCAF_ArrowHeadResistanceToPlayer0x080f321defaulted-on-disctentative
954UN_f003_TCAF_ArrowHeadResistanceParalyze0x084f320.97disctentative
955UN_f003_TCAF_ArrowHeadScorePoint0x08cf320discconfirmed
956UN_f003_TCAF_ArrowHeadMassScore0x094f320defaulted-on-disctentative
957UN_f003_TCAF_ArrowHeadMinimumVelocity0x09cf32100disctentative
958UN_f003_TCAF_ArrowHeadMaximumVelocity0x0a0f321200discconfirmed
959UN_f003_TCAF_ArrowHeadCruisingVelocity0x0a4f32700discconfirmed
960UN_f003_TCAF_ArrowHeadAcceleration0x0a8f32600discconfirmed
961UN_f003_TCAF_ArrowHeadDeceleration0x0acf32400discconfirmed
962UN_f003_TCAF_ArrowHeadAV_PitchPlus_Max0x0b0rad80discconfirmed
963UN_f003_TCAF_ArrowHeadAV_PitchPlus_Min0x0b4rad200disctentative
964UN_f003_TCAF_ArrowHeadAA_PitchPlus_Max0x0b8rad30disctentative
965UN_f003_TCAF_ArrowHeadAA_PitchPlus_Min0x0bcrad100defaulted-on-disctentative
966UN_f003_TCAF_ArrowHeadAV_PitchMinus_Max0x0c0rad40disctentative
967UN_f003_TCAF_ArrowHeadAV_PitchMinus_Min0x0c4rad120disctentative
968UN_f003_TCAF_ArrowHeadAA_PitchMinus_Max0x0c8rad10defaulted-on-disctentative
969UN_f003_TCAF_ArrowHeadAA_PitchMinus_Min0x0ccrad40defaulted-on-disctentative
970UN_f003_TCAF_ArrowHeadAV_Yaw_Max0x0d0rad25disctentative
971UN_f003_TCAF_ArrowHeadAV_Yaw_Min0x0d4rad60disctentative
972UN_f003_TCAF_ArrowHeadAA_Yaw_Max0x0d8rad50disctentative
973UN_f003_TCAF_ArrowHeadAA_Yaw_Min0x0dcrad240disctentative
974UN_f003_TCAF_ArrowHeadAV_Roll_Max0x0e0rad120defaulted-on-disctentative
975UN_f003_TCAF_ArrowHeadAV_Roll_Min0x0e4rad160disctentative
976UN_f003_TCAF_ArrowHeadAA_Roll_Max0x0e8rad60defaulted-on-disctentative
977UN_f003_TCAF_ArrowHeadAA_Roll_Min0x0ecrad150disctentative
978UN_f003_TCAF_ArrowHeadSideThrustVelocity_Max0x0f8f321000discconfirmed
979UN_f003_TCAF_ArrowHeadSideThrustAcceleration0x0fcf321000defaulted-on-disctentative
980UN_f003_TCAF_ArrowHeadMaximumBank_Normal0x100rad60defaulted-on-disctentative
981UN_f003_TCAF_ArrowHeadYawDragFactor0x104f323disctentative
982UN_f003_TCAF_ArrowHeadTurnAttack_DoubleTimeMin0x110f320.5disctentative
983UN_f003_TCAF_ArrowHeadArterBurner_Vc0x114f322disctentative
984UN_f003_TCAF_ArrowHeadReverseThrust_Vc0x118f32-0.5disctentative
985UN_f003_TCAF_ArrowHeadReverseThrust_Acc0x120f322defaulted-on-disctentative
986UN_f003_TCAF_ArrowHeadAccPitchFactor0x124f3230defaulted-on-disctentative
987UN_f003_TCAF_ArrowHeadAV_AxisMode_Min0x130rad0defaulted-on-disctentative
988UN_f003_TCAF_ArrowHeadAA_AxisMode_Max0x134rad0defaulted-on-disctentative
989UN_f003_TCAF_ArrowHeadAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
990UN_f003_TCAF_ArrowHeadAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
991UN_f003_TCAF_ArrowHeadAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
992UN_f003_TCAF_ArrowHeadSideRoll_Length0x174f32500disctentative
993UN_f003_TCAF_ArrowHeadBarrelRoll_Time0x184f321.2disctentative
994UN_f003_TCAF_ArrowHeadBarrelRoll_Radius0x188f32250disctentative
995UN_f003_TCAF_ArrowHeadTurnAttack_CutoffRatio0x190f320.4disctentative
996UN_f003_TCAF_ArrowHeadTurnAttack_DoubleRatio0x194f320.3disctentative
997UN_f003_TCAF_ArrowHeadCutoffTimeMin0x198f320.6disctentative
998UN_f003_TCAF_ArrowHeadTurnAttack_DoubleTimeMax0x1a4f322.5disctentative
999UN_f003_TCAF_ArrowHeadTurn_AngularVelocity0x1acrad60disctentative
1000UN_f003_TCAF_ArrowHeadHoldPosition_LengthMax0x1ccf32400disctentative
1001UN_f003_TCAF_ArrowHeadThrough_Time2Max0x210f321.5disctentative
1002UN_f003_TCAF_ArrowHeadSolidCutoff_LengthMax0x22cf322500disctentative
1003UN_f003_TCAF_ArrowHeadMaxValue0x238f32100defaulted-on-discconfirmed
1004UN_f003_TCAF_ArrowHeadChargeDelay0x23cf323defaulted-on-disctentative
1005UN_f003_TCAF_ArrowHeadChargeDelay_Break0x240f3210defaulted-on-disctentative
1006UN_f003_TCAF_ArrowHeadChargeSpeed0x244f3225defaulted-on-discconfirmed
1007UN_f003_TCAF_ArrowHeadDelay0x248f323defaulted-on-disctentative
1008UN_f003_TCAF_ArrowHeadDestroyMotionTime0x270f325discconfirmed
1009UN_f003_TCAF_ArrowHeadDryMass0x274f32100defaulted-on-disctentative
1010UN_f003_TCAF_ArrowHeadGrossMass0x278f32200defaulted-on-disctentative
1011UN_f003_TCAF_ArrowHeadLowerHPThresholdRatio0x298f320.3defaulted-on-disctentative
1012UN_f003_TCAF_ArrowHeadRadarRange0x2a0f324500discconfirmed
1013UN_f003_TCAF_ArrowHeadFCSRange0x2a4f323500discconfirmed
1014UN_f003_TCAF_ArrowHeadAttackVesselPoint0x2b4f320.0015discconfirmed
1015UN_f003_TCAF_ArrowHeadAttackCraftPoint0x2b8f320.25disctentative
1016UN_f003_TCAF_ArrowHeadDefencePoint0x2bcf320.0003discconfirmed
1017UN_f003_TCAF_ArrowHeadPitchDragFactor0x108f323never-valued-on-discinterpolated
1018UN_f003_TCAF_ArrowHeadRollDragFactor0x10cf323never-valued-on-discinterpolated
1019UN_f003_TCAF_ArrowHeadDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
1020UN_f003_TCAF_ArrowHeadArterBurner_Acc0x11cf322never-valued-on-discinterpolated
1021UN_f003_TCAF_ArrowHeadDecPitchFactor0x128f3230never-valued-on-discinterpolated
1022UN_f101_TCAF_AcropolisSlalom_CutoffRatio0x00cf322.8026e-45defaulted-on-disctentative
1023UN_f101_TCAF_AcropolisSize_X0x030f32400discconfirmed
1024UN_f101_TCAF_AcropolisSize_Y0x034f32400defaulted-on-disctentative
1025UN_f101_TCAF_AcropolisSize_Z0x038f321400discconfirmed
1026UN_f101_TCAF_AcropolisColor_R0x040f321discconfirmed
1027UN_f101_TCAF_AcropolisColor_G0x044f321defaulted-on-discconfirmed
1028UN_f101_TCAF_AcropolisColor_B0x048f321defaulted-on-discconfirmed
1029UN_f101_TCAF_AcropolisSize_Radius0x050f32800discconfirmed
1030UN_f101_TCAF_AcropolisHP0x054f3225000discconfirmed
1031UN_f101_TCAF_AcropolisHQRatio0x058f321defaulted-on-disctentative
1032UN_f101_TCAF_AcropolisShieldRatio0x05cf321defaulted-on-disctentative
1033UN_f101_TCAF_AcropolisThrusterRatio0x060f321defaulted-on-disctentative
1034UN_f101_TCAF_AcropolisBridgeCount0x070i321defaulted-on-disctentative
1035UN_f101_TCAF_AcropolisResistanceToOptics0x074f320.8discconfirmed
1036UN_f101_TCAF_AcropolisResistanceToShell0x078f320.1disctentative
1037UN_f101_TCAF_AcropolisResistanceToExplosion0x07cf320.5disctentative
1038UN_f101_TCAF_AcropolisResistanceToPlayer0x080f321defaulted-on-disctentative
1039UN_f101_TCAF_AcropolisResistanceParalyze0x084f320.97disctentative
1040UN_f101_TCAF_AcropolisScorePoint0x08cf320discconfirmed
1041UN_f101_TCAF_AcropolisMassScore0x094f320defaulted-on-disctentative
1042UN_f101_TCAF_AcropolisMinimumVelocity0x09cf320disctentative
1043UN_f101_TCAF_AcropolisMaximumVelocity0x0a0f32150discconfirmed
1044UN_f101_TCAF_AcropolisCruisingVelocity0x0a4f3250discconfirmed
1045UN_f101_TCAF_AcropolisAcceleration0x0a8f32100discconfirmed
1046UN_f101_TCAF_AcropolisDeceleration0x0acf32250discconfirmed
1047UN_f101_TCAF_AcropolisAV_PitchPlus_Max0x0b0rad3.6discconfirmed
1048UN_f101_TCAF_AcropolisAV_PitchPlus_Min0x0b4rad3.6defaulted-on-disctentative
1049UN_f101_TCAF_AcropolisAA_PitchPlus_Max0x0b8rad3.6defaulted-on-disctentative
1050UN_f101_TCAF_AcropolisAA_PitchPlus_Min0x0bcrad3.6defaulted-on-disctentative
1051UN_f101_TCAF_AcropolisAV_PitchMinus_Max0x0c0rad3.6defaulted-on-disctentative
1052UN_f101_TCAF_AcropolisAV_PitchMinus_Min0x0c4rad3.6defaulted-on-disctentative
1053UN_f101_TCAF_AcropolisAA_PitchMinus_Max0x0c8rad3.6defaulted-on-disctentative
1054UN_f101_TCAF_AcropolisAA_PitchMinus_Min0x0ccrad3.6defaulted-on-disctentative
1055UN_f101_TCAF_AcropolisAV_Yaw_Max0x0d0rad3.6defaulted-on-disctentative
1056UN_f101_TCAF_AcropolisAV_Yaw_Min0x0d4rad3.6defaulted-on-disctentative
1057UN_f101_TCAF_AcropolisAA_Yaw_Max0x0d8rad3.6defaulted-on-disctentative
1058UN_f101_TCAF_AcropolisAA_Yaw_Min0x0dcrad3.6defaulted-on-disctentative
1059UN_f101_TCAF_AcropolisAV_Roll_Max0x0e0rad3.6defaulted-on-disctentative
1060UN_f101_TCAF_AcropolisAV_Roll_Min0x0e4rad3.6defaulted-on-disctentative
1061UN_f101_TCAF_AcropolisAA_Roll_Max0x0e8rad3.6defaulted-on-disctentative
1062UN_f101_TCAF_AcropolisAA_Roll_Min0x0ecrad3.6defaulted-on-disctentative
1063UN_f101_TCAF_AcropolisSideThrustVelocity_Max0x0f8f3220discconfirmed
1064UN_f101_TCAF_AcropolisSideThrustAcceleration0x0fcf3210disctentative
1065UN_f101_TCAF_AcropolisMaximumBank_Normal0x100rad60disctentative
1066UN_f101_TCAF_AcropolisYawDragFactor0x104f322disctentative
1067UN_f101_TCAF_AcropolisTurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
1068UN_f101_TCAF_AcropolisArterBurner_Vc0x114f322defaulted-on-disctentative
1069UN_f101_TCAF_AcropolisReverseThrust_Vc0x118f32-0.5disctentative
1070UN_f101_TCAF_AcropolisReverseThrust_Acc0x120f320.25defaulted-on-disctentative
1071UN_f101_TCAF_AcropolisAccPitchFactor0x124f3230disctentative
1072UN_f101_TCAF_AcropolisAV_AxisMode_Min0x130rad0defaulted-on-disctentative
1073UN_f101_TCAF_AcropolisAA_AxisMode_Max0x134rad0defaulted-on-disctentative
1074UN_f101_TCAF_AcropolisAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
1075UN_f101_TCAF_AcropolisAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
1076UN_f101_TCAF_AcropolisAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
1077UN_f101_TCAF_AcropolisSideRoll_Length0x174f320defaulted-on-disctentative
1078UN_f101_TCAF_AcropolisBarrelRoll_Time0x184f320defaulted-on-disctentative
1079UN_f101_TCAF_AcropolisBarrelRoll_Radius0x188f320defaulted-on-disctentative
1080UN_f101_TCAF_AcropolisTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
1081UN_f101_TCAF_AcropolisTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
1082UN_f101_TCAF_AcropolisCutoffTimeMin0x198f320defaulted-on-disctentative
1083UN_f101_TCAF_AcropolisTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
1084UN_f101_TCAF_AcropolisTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
1085UN_f101_TCAF_AcropolisHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
1086UN_f101_TCAF_AcropolisThrough_Time2Max0x210f320defaulted-on-disctentative
1087UN_f101_TCAF_AcropolisSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
1088UN_f101_TCAF_AcropolisMaxValue0x238f3212500discconfirmed
1089UN_f101_TCAF_AcropolisChargeDelay0x23cf321defaulted-on-disctentative
1090UN_f101_TCAF_AcropolisChargeDelay_Break0x240f325disctentative
1091UN_f101_TCAF_AcropolisChargeSpeed0x244f32200discconfirmed
1092UN_f101_TCAF_AcropolisDelay0x248f320defaulted-on-disctentative
1093UN_f101_TCAF_AcropolisDestroyMotionTime0x270f32200discconfirmed
1094UN_f101_TCAF_AcropolisDryMass0x274f3210000disctentative
1095UN_f101_TCAF_AcropolisGrossMass0x278f3210000defaulted-on-disctentative
1096UN_f101_TCAF_AcropolisLowerHPThresholdRatio0x298f320.3disctentative
1097UN_f101_TCAF_AcropolisRadarRange0x2a0f3260000discconfirmed
1098UN_f101_TCAF_AcropolisFCSRange0x2a4f3245000discconfirmed
1099UN_f101_TCAF_AcropolisAttackVesselPoint0x2b4f320.08discconfirmed
1100UN_f101_TCAF_AcropolisAttackCraftPoint0x2b8f320.5defaulted-on-disctentative
1101UN_f101_TCAF_AcropolisDefencePoint0x2bcf320.25discconfirmed
1102UN_f101_TCAF_AcropolisPitchDragFactor0x108f322never-valued-on-discinterpolated
1103UN_f101_TCAF_AcropolisRollDragFactor0x10cf322never-valued-on-discinterpolated
1104UN_f101_TCAF_AcropolisDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
1105UN_f101_TCAF_AcropolisArterBurner_Acc0x11cf322never-valued-on-discinterpolated
1106UN_f101_TCAF_AcropolisDecPitchFactor0x128f3230never-valued-on-discinterpolated
1107UN_f105_TCAF_CruiserSlalom_CutoffRatio0x00cf322.8026e-45defaulted-on-disctentative
1108UN_f105_TCAF_CruiserSize_X0x030f32700discconfirmed
1109UN_f105_TCAF_CruiserSize_Y0x034f32700defaulted-on-disctentative
1110UN_f105_TCAF_CruiserSize_Z0x038f323800discconfirmed
1111UN_f105_TCAF_CruiserColor_R0x040f320.1discconfirmed
1112UN_f105_TCAF_CruiserColor_G0x044f321discconfirmed
1113UN_f105_TCAF_CruiserColor_B0x048f320.5discconfirmed
1114UN_f105_TCAF_CruiserSize_Radius0x050f322000discconfirmed
1115UN_f105_TCAF_CruiserHP0x054f3230000discconfirmed
1116UN_f105_TCAF_CruiserHQRatio0x058f321defaulted-on-disctentative
1117UN_f105_TCAF_CruiserShieldRatio0x05cf320disctentative
1118UN_f105_TCAF_CruiserThrusterRatio0x060f321defaulted-on-disctentative
1119UN_f105_TCAF_CruiserBridgeCount0x070i321defaulted-on-disctentative
1120UN_f105_TCAF_CruiserResistanceToOptics0x074f320.8discconfirmed
1121UN_f105_TCAF_CruiserResistanceToShell0x078f320.1defaulted-on-disctentative
1122UN_f105_TCAF_CruiserResistanceToExplosion0x07cf320.5defaulted-on-disctentative
1123UN_f105_TCAF_CruiserResistanceToPlayer0x080f321defaulted-on-disctentative
1124UN_f105_TCAF_CruiserResistanceParalyze0x084f320.97disctentative
1125UN_f105_TCAF_CruiserScorePoint0x08cf320discconfirmed
1126UN_f105_TCAF_CruiserMassScore0x094f320defaulted-on-disctentative
1127UN_f105_TCAF_CruiserMinimumVelocity0x09cf320defaulted-on-disctentative
1128UN_f105_TCAF_CruiserMaximumVelocity0x0a0f32150discconfirmed
1129UN_f105_TCAF_CruiserCruisingVelocity0x0a4f3250discconfirmed
1130UN_f105_TCAF_CruiserAcceleration0x0a8f32100discconfirmed
1131UN_f105_TCAF_CruiserDeceleration0x0acf32250discconfirmed
1132UN_f105_TCAF_CruiserAV_PitchPlus_Max0x0b0rad3.6discconfirmed
1133UN_f105_TCAF_CruiserAV_PitchPlus_Min0x0b4rad3.6defaulted-on-disctentative
1134UN_f105_TCAF_CruiserAA_PitchPlus_Max0x0b8rad3.6defaulted-on-disctentative
1135UN_f105_TCAF_CruiserAA_PitchPlus_Min0x0bcrad3.6defaulted-on-disctentative
1136UN_f105_TCAF_CruiserAV_PitchMinus_Max0x0c0rad3.6defaulted-on-disctentative
1137UN_f105_TCAF_CruiserAV_PitchMinus_Min0x0c4rad3.6defaulted-on-disctentative
1138UN_f105_TCAF_CruiserAA_PitchMinus_Max0x0c8rad3.6defaulted-on-disctentative
1139UN_f105_TCAF_CruiserAA_PitchMinus_Min0x0ccrad3.6defaulted-on-disctentative
1140UN_f105_TCAF_CruiserAV_Yaw_Max0x0d0rad3.6defaulted-on-disctentative
1141UN_f105_TCAF_CruiserAV_Yaw_Min0x0d4rad3.6defaulted-on-disctentative
1142UN_f105_TCAF_CruiserAA_Yaw_Max0x0d8rad3.6defaulted-on-disctentative
1143UN_f105_TCAF_CruiserAA_Yaw_Min0x0dcrad3.6defaulted-on-disctentative
1144UN_f105_TCAF_CruiserAV_Roll_Max0x0e0rad3.6defaulted-on-disctentative
1145UN_f105_TCAF_CruiserAV_Roll_Min0x0e4rad3.6defaulted-on-disctentative
1146UN_f105_TCAF_CruiserAA_Roll_Max0x0e8rad3.6defaulted-on-disctentative
1147UN_f105_TCAF_CruiserAA_Roll_Min0x0ecrad3.6defaulted-on-disctentative
1148UN_f105_TCAF_CruiserSideThrustVelocity_Max0x0f8f3220discconfirmed
1149UN_f105_TCAF_CruiserSideThrustAcceleration0x0fcf3210disctentative
1150UN_f105_TCAF_CruiserMaximumBank_Normal0x100rad60disctentative
1151UN_f105_TCAF_CruiserYawDragFactor0x104f322disctentative
1152UN_f105_TCAF_CruiserTurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
1153UN_f105_TCAF_CruiserArterBurner_Vc0x114f322defaulted-on-disctentative
1154UN_f105_TCAF_CruiserReverseThrust_Vc0x118f32-0.5disctentative
1155UN_f105_TCAF_CruiserReverseThrust_Acc0x120f320.25defaulted-on-disctentative
1156UN_f105_TCAF_CruiserAccPitchFactor0x124f3230disctentative
1157UN_f105_TCAF_CruiserAV_AxisMode_Min0x130rad0defaulted-on-disctentative
1158UN_f105_TCAF_CruiserAA_AxisMode_Max0x134rad0defaulted-on-disctentative
1159UN_f105_TCAF_CruiserAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
1160UN_f105_TCAF_CruiserAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
1161UN_f105_TCAF_CruiserAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
1162UN_f105_TCAF_CruiserSideRoll_Length0x174f320defaulted-on-disctentative
1163UN_f105_TCAF_CruiserBarrelRoll_Time0x184f320defaulted-on-disctentative
1164UN_f105_TCAF_CruiserBarrelRoll_Radius0x188f320defaulted-on-disctentative
1165UN_f105_TCAF_CruiserTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
1166UN_f105_TCAF_CruiserTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
1167UN_f105_TCAF_CruiserCutoffTimeMin0x198f320defaulted-on-disctentative
1168UN_f105_TCAF_CruiserTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
1169UN_f105_TCAF_CruiserTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
1170UN_f105_TCAF_CruiserHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
1171UN_f105_TCAF_CruiserThrough_Time2Max0x210f320defaulted-on-disctentative
1172UN_f105_TCAF_CruiserSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
1173UN_f105_TCAF_CruiserMaxValue0x238f3215000discconfirmed
1174UN_f105_TCAF_CruiserChargeDelay0x23cf321defaulted-on-disctentative
1175UN_f105_TCAF_CruiserChargeDelay_Break0x240f325disctentative
1176UN_f105_TCAF_CruiserChargeSpeed0x244f32240discconfirmed
1177UN_f105_TCAF_CruiserDelay0x248f323disctentative
1178UN_f105_TCAF_CruiserDestroyMotionTime0x270f3267discconfirmed
1179UN_f105_TCAF_CruiserDryMass0x274f3210000disctentative
1180UN_f105_TCAF_CruiserGrossMass0x278f3210000defaulted-on-disctentative
1181UN_f105_TCAF_CruiserLowerHPThresholdRatio0x298f320.3disctentative
1182UN_f105_TCAF_CruiserRadarRange0x2a0f3260000discconfirmed
1183UN_f105_TCAF_CruiserFCSRange0x2a4f3245000discconfirmed
1184UN_f105_TCAF_CruiserAttackVesselPoint0x2b4f320.25discconfirmed
1185UN_f105_TCAF_CruiserAttackCraftPoint0x2b8f320.1defaulted-on-disctentative
1186UN_f105_TCAF_CruiserDefencePoint0x2bcf320.25defaulted-on-discconfirmed
1187UN_f105_TCAF_CruiserPitchDragFactor0x108f322never-valued-on-discinterpolated
1188UN_f105_TCAF_CruiserRollDragFactor0x10cf322never-valued-on-discinterpolated
1189UN_f105_TCAF_CruiserDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
1190UN_f105_TCAF_CruiserArterBurner_Acc0x11cf322never-valued-on-discinterpolated
1191UN_f105_TCAF_CruiserDecPitchFactor0x128f3230never-valued-on-discinterpolated
1192UN_f106_TCAF_DestroyerSlalom_CutoffRatio0x00cf322.8026e-45defaulted-on-disctentative
1193UN_f106_TCAF_DestroyerSize_X0x030f32200discconfirmed
1194UN_f106_TCAF_DestroyerSize_Y0x034f32200defaulted-on-disctentative
1195UN_f106_TCAF_DestroyerSize_Z0x038f322000discconfirmed
1196UN_f106_TCAF_DestroyerColor_R0x040f320.1discconfirmed
1197UN_f106_TCAF_DestroyerColor_G0x044f320.5discconfirmed
1198UN_f106_TCAF_DestroyerColor_B0x048f321discconfirmed
1199UN_f106_TCAF_DestroyerSize_Radius0x050f321000discconfirmed
1200UN_f106_TCAF_DestroyerHP0x054f3210000discconfirmed
1201UN_f106_TCAF_DestroyerHQRatio0x058f321defaulted-on-disctentative
1202UN_f106_TCAF_DestroyerShieldRatio0x05cf320disctentative
1203UN_f106_TCAF_DestroyerThrusterRatio0x060f321defaulted-on-disctentative
1204UN_f106_TCAF_DestroyerBridgeCount0x070i321defaulted-on-disctentative
1205UN_f106_TCAF_DestroyerResistanceToOptics0x074f320.8discconfirmed
1206UN_f106_TCAF_DestroyerResistanceToShell0x078f320.1defaulted-on-disctentative
1207UN_f106_TCAF_DestroyerResistanceToExplosion0x07cf320.5defaulted-on-disctentative
1208UN_f106_TCAF_DestroyerResistanceToPlayer0x080f321defaulted-on-disctentative
1209UN_f106_TCAF_DestroyerResistanceParalyze0x084f320.97disctentative
1210UN_f106_TCAF_DestroyerScorePoint0x08cf320discconfirmed
1211UN_f106_TCAF_DestroyerMassScore0x094f320defaulted-on-disctentative
1212UN_f106_TCAF_DestroyerMinimumVelocity0x09cf320defaulted-on-disctentative
1213UN_f106_TCAF_DestroyerMaximumVelocity0x0a0f32150discconfirmed
1214UN_f106_TCAF_DestroyerCruisingVelocity0x0a4f3250discconfirmed
1215UN_f106_TCAF_DestroyerAcceleration0x0a8f32100discconfirmed
1216UN_f106_TCAF_DestroyerDeceleration0x0acf32250discconfirmed
1217UN_f106_TCAF_DestroyerAV_PitchPlus_Max0x0b0rad3.6discconfirmed
1218UN_f106_TCAF_DestroyerAV_PitchPlus_Min0x0b4rad3.6defaulted-on-disctentative
1219UN_f106_TCAF_DestroyerAA_PitchPlus_Max0x0b8rad3.6defaulted-on-disctentative
1220UN_f106_TCAF_DestroyerAA_PitchPlus_Min0x0bcrad3.6defaulted-on-disctentative
1221UN_f106_TCAF_DestroyerAV_PitchMinus_Max0x0c0rad3.6defaulted-on-disctentative
1222UN_f106_TCAF_DestroyerAV_PitchMinus_Min0x0c4rad3.6defaulted-on-disctentative
1223UN_f106_TCAF_DestroyerAA_PitchMinus_Max0x0c8rad3.6defaulted-on-disctentative
1224UN_f106_TCAF_DestroyerAA_PitchMinus_Min0x0ccrad3.6defaulted-on-disctentative
1225UN_f106_TCAF_DestroyerAV_Yaw_Max0x0d0rad3.6defaulted-on-disctentative
1226UN_f106_TCAF_DestroyerAV_Yaw_Min0x0d4rad3.6defaulted-on-disctentative
1227UN_f106_TCAF_DestroyerAA_Yaw_Max0x0d8rad3.6defaulted-on-disctentative
1228UN_f106_TCAF_DestroyerAA_Yaw_Min0x0dcrad3.6defaulted-on-disctentative
1229UN_f106_TCAF_DestroyerAV_Roll_Max0x0e0rad3.6defaulted-on-disctentative
1230UN_f106_TCAF_DestroyerAV_Roll_Min0x0e4rad3.6defaulted-on-disctentative
1231UN_f106_TCAF_DestroyerAA_Roll_Max0x0e8rad3.6defaulted-on-disctentative
1232UN_f106_TCAF_DestroyerAA_Roll_Min0x0ecrad3.6defaulted-on-disctentative
1233UN_f106_TCAF_DestroyerSideThrustVelocity_Max0x0f8f3220discconfirmed
1234UN_f106_TCAF_DestroyerSideThrustAcceleration0x0fcf3210disctentative
1235UN_f106_TCAF_DestroyerMaximumBank_Normal0x100rad60disctentative
1236UN_f106_TCAF_DestroyerYawDragFactor0x104f322disctentative
1237UN_f106_TCAF_DestroyerTurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
1238UN_f106_TCAF_DestroyerArterBurner_Vc0x114f322defaulted-on-disctentative
1239UN_f106_TCAF_DestroyerReverseThrust_Vc0x118f32-0.5disctentative
1240UN_f106_TCAF_DestroyerReverseThrust_Acc0x120f320.25disctentative
1241UN_f106_TCAF_DestroyerAccPitchFactor0x124f3230disctentative
1242UN_f106_TCAF_DestroyerAV_AxisMode_Min0x130rad0defaulted-on-disctentative
1243UN_f106_TCAF_DestroyerAA_AxisMode_Max0x134rad0defaulted-on-disctentative
1244UN_f106_TCAF_DestroyerAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
1245UN_f106_TCAF_DestroyerAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
1246UN_f106_TCAF_DestroyerAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
1247UN_f106_TCAF_DestroyerSideRoll_Length0x174f320defaulted-on-disctentative
1248UN_f106_TCAF_DestroyerBarrelRoll_Time0x184f320defaulted-on-disctentative
1249UN_f106_TCAF_DestroyerBarrelRoll_Radius0x188f320defaulted-on-disctentative
1250UN_f106_TCAF_DestroyerTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
1251UN_f106_TCAF_DestroyerTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
1252UN_f106_TCAF_DestroyerCutoffTimeMin0x198f320defaulted-on-disctentative
1253UN_f106_TCAF_DestroyerTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
1254UN_f106_TCAF_DestroyerTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
1255UN_f106_TCAF_DestroyerHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
1256UN_f106_TCAF_DestroyerThrough_Time2Max0x210f320defaulted-on-disctentative
1257UN_f106_TCAF_DestroyerSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
1258UN_f106_TCAF_DestroyerMaxValue0x238f325000discconfirmed
1259UN_f106_TCAF_DestroyerChargeDelay0x23cf321defaulted-on-disctentative
1260UN_f106_TCAF_DestroyerChargeDelay_Break0x240f325disctentative
1261UN_f106_TCAF_DestroyerChargeSpeed0x244f3280discconfirmed
1262UN_f106_TCAF_DestroyerDelay0x248f323disctentative
1263UN_f106_TCAF_DestroyerDestroyMotionTime0x270f3267discconfirmed
1264UN_f106_TCAF_DestroyerDryMass0x274f3210000defaulted-on-disctentative
1265UN_f106_TCAF_DestroyerGrossMass0x278f3210000defaulted-on-disctentative
1266UN_f106_TCAF_DestroyerLowerHPThresholdRatio0x298f320.3disctentative
1267UN_f106_TCAF_DestroyerRadarRange0x2a0f3260000discconfirmed
1268UN_f106_TCAF_DestroyerFCSRange0x2a4f3245000discconfirmed
1269UN_f106_TCAF_DestroyerAttackVesselPoint0x2b4f320.1defaulted-on-discconfirmed
1270UN_f106_TCAF_DestroyerAttackCraftPoint0x2b8f320.1defaulted-on-disctentative
1271UN_f106_TCAF_DestroyerDefencePoint0x2bcf320.1defaulted-on-discconfirmed
1272UN_f106_TCAF_DestroyerPitchDragFactor0x108f322never-valued-on-discinterpolated
1273UN_f106_TCAF_DestroyerRollDragFactor0x10cf322never-valued-on-discinterpolated
1274UN_f106_TCAF_DestroyerDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
1275UN_f106_TCAF_DestroyerArterBurner_Acc0x11cf322never-valued-on-discinterpolated
1276UN_f106_TCAF_DestroyerDecPitchFactor0x128f3230never-valued-on-discinterpolated
1277UN_f201_TCAF_TankerSlalom_CutoffRatio0x00cf322.8026e-45defaulted-on-disctentative
1278UN_f201_TCAF_TankerSize_X0x030f32350discconfirmed
1279UN_f201_TCAF_TankerSize_Y0x034f3270disctentative
1280UN_f201_TCAF_TankerSize_Z0x038f32200discconfirmed
1281UN_f201_TCAF_TankerColor_R0x040f320.7discconfirmed
1282UN_f201_TCAF_TankerColor_G0x044f320.7defaulted-on-discconfirmed
1283UN_f201_TCAF_TankerColor_B0x048f321discconfirmed
1284UN_f201_TCAF_TankerSize_Radius0x050f32100discconfirmed
1285UN_f201_TCAF_TankerHP0x054f3210000discconfirmed
1286UN_f201_TCAF_TankerHQRatio0x058f321disctentative
1287UN_f201_TCAF_TankerShieldRatio0x05cf321defaulted-on-disctentative
1288UN_f201_TCAF_TankerThrusterRatio0x060f321defaulted-on-disctentative
1289UN_f201_TCAF_TankerBridgeCount0x070i320defaulted-on-disctentative
1290UN_f201_TCAF_TankerResistanceToOptics0x074f321defaulted-on-discconfirmed
1291UN_f201_TCAF_TankerResistanceToShell0x078f321defaulted-on-disctentative
1292UN_f201_TCAF_TankerResistanceToExplosion0x07cf321defaulted-on-disctentative
1293UN_f201_TCAF_TankerResistanceToPlayer0x080f320disctentative
1294UN_f201_TCAF_TankerResistanceParalyze0x084f321defaulted-on-disctentative
1295UN_f201_TCAF_TankerScorePoint0x08cf320discconfirmed
1296UN_f201_TCAF_TankerMassScore0x094f320defaulted-on-disctentative
1297UN_f201_TCAF_TankerMinimumVelocity0x09cf3250disctentative
1298UN_f201_TCAF_TankerMaximumVelocity0x0a0f32300discconfirmed
1299UN_f201_TCAF_TankerCruisingVelocity0x0a4f32200defaulted-on-discconfirmed
1300UN_f201_TCAF_TankerAcceleration0x0a8f3220discconfirmed
1301UN_f201_TCAF_TankerDeceleration0x0acf3210discconfirmed
1302UN_f201_TCAF_TankerAV_PitchPlus_Max0x0b0rad7.2discconfirmed
1303UN_f201_TCAF_TankerAV_PitchPlus_Min0x0b4rad3.6disctentative
1304UN_f201_TCAF_TankerAA_PitchPlus_Max0x0b8rad3.6defaulted-on-disctentative
1305UN_f201_TCAF_TankerAA_PitchPlus_Min0x0bcrad3.6defaulted-on-disctentative
1306UN_f201_TCAF_TankerAV_PitchMinus_Max0x0c0rad7.2defaulted-on-disctentative
1307UN_f201_TCAF_TankerAV_PitchMinus_Min0x0c4rad3.6defaulted-on-disctentative
1308UN_f201_TCAF_TankerAA_PitchMinus_Max0x0c8rad3.6defaulted-on-disctentative
1309UN_f201_TCAF_TankerAA_PitchMinus_Min0x0ccrad3.6defaulted-on-disctentative
1310UN_f201_TCAF_TankerAV_Yaw_Max0x0d0rad7.2defaulted-on-disctentative
1311UN_f201_TCAF_TankerAV_Yaw_Min0x0d4rad3.6defaulted-on-disctentative
1312UN_f201_TCAF_TankerAA_Yaw_Max0x0d8rad3.6defaulted-on-disctentative
1313UN_f201_TCAF_TankerAA_Yaw_Min0x0dcrad3.6defaulted-on-disctentative
1314UN_f201_TCAF_TankerAV_Roll_Max0x0e0rad7.2defaulted-on-disctentative
1315UN_f201_TCAF_TankerAV_Roll_Min0x0e4rad3.6defaulted-on-disctentative
1316UN_f201_TCAF_TankerAA_Roll_Max0x0e8rad3.6defaulted-on-disctentative
1317UN_f201_TCAF_TankerAA_Roll_Min0x0ecrad3.6defaulted-on-disctentative
1318UN_f201_TCAF_TankerSideThrustVelocity_Max0x0f8f3220defaulted-on-discconfirmed
1319UN_f201_TCAF_TankerSideThrustAcceleration0x0fcf3210defaulted-on-disctentative
1320UN_f201_TCAF_TankerMaximumBank_Normal0x100rad60disctentative
1321UN_f201_TCAF_TankerYawDragFactor0x104f322disctentative
1322UN_f201_TCAF_TankerTurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
1323UN_f201_TCAF_TankerArterBurner_Vc0x114f322defaulted-on-disctentative
1324UN_f201_TCAF_TankerReverseThrust_Vc0x118f32-0.5disctentative
1325UN_f201_TCAF_TankerReverseThrust_Acc0x120f320.25disctentative
1326UN_f201_TCAF_TankerAccPitchFactor0x124f3230disctentative
1327UN_f201_TCAF_TankerAV_AxisMode_Min0x130rad0defaulted-on-disctentative
1328UN_f201_TCAF_TankerAA_AxisMode_Max0x134rad0defaulted-on-disctentative
1329UN_f201_TCAF_TankerAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
1330UN_f201_TCAF_TankerAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
1331UN_f201_TCAF_TankerAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
1332UN_f201_TCAF_TankerSideRoll_Length0x174f320defaulted-on-disctentative
1333UN_f201_TCAF_TankerBarrelRoll_Time0x184f320defaulted-on-disctentative
1334UN_f201_TCAF_TankerBarrelRoll_Radius0x188f320defaulted-on-disctentative
1335UN_f201_TCAF_TankerTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
1336UN_f201_TCAF_TankerTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
1337UN_f201_TCAF_TankerCutoffTimeMin0x198f320defaulted-on-disctentative
1338UN_f201_TCAF_TankerTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
1339UN_f201_TCAF_TankerTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
1340UN_f201_TCAF_TankerHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
1341UN_f201_TCAF_TankerThrough_Time2Max0x210f320defaulted-on-disctentative
1342UN_f201_TCAF_TankerSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
1343UN_f201_TCAF_TankerMaxValue0x238f321000discconfirmed
1344UN_f201_TCAF_TankerChargeDelay0x23cf321defaulted-on-disctentative
1345UN_f201_TCAF_TankerChargeDelay_Break0x240f321defaulted-on-disctentative
1346UN_f201_TCAF_TankerChargeSpeed0x244f3210defaulted-on-discconfirmed
1347UN_f201_TCAF_TankerDelay0x248f323disctentative
1348UN_f201_TCAF_TankerDestroyMotionTime0x270f320defaulted-on-discconfirmed
1349UN_f201_TCAF_TankerDryMass0x274f3210000defaulted-on-disctentative
1350UN_f201_TCAF_TankerGrossMass0x278f3210000defaulted-on-disctentative
1351UN_f201_TCAF_TankerLowerHPThresholdRatio0x298f320.3disctentative
1352UN_f201_TCAF_TankerRadarRange0x2a0f320defaulted-on-discconfirmed
1353UN_f201_TCAF_TankerFCSRange0x2a4f320defaulted-on-discconfirmed
1354UN_f201_TCAF_TankerAttackVesselPoint0x2b4f320defaulted-on-discconfirmed
1355UN_f201_TCAF_TankerAttackCraftPoint0x2b8f320defaulted-on-disctentative
1356UN_f201_TCAF_TankerDefencePoint0x2bcf320.02discconfirmed
1357UN_f201_TCAF_TankerPitchDragFactor0x108f322never-valued-on-discinterpolated
1358UN_f201_TCAF_TankerRollDragFactor0x10cf322never-valued-on-discinterpolated
1359UN_f201_TCAF_TankerDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
1360UN_f201_TCAF_TankerArterBurner_Acc0x11cf322never-valued-on-discinterpolated
1361UN_f201_TCAF_TankerDecPitchFactor0x128f3230never-valued-on-discinterpolated
1362UN_n001_TTRL_BoxSlalom_CutoffRatio0x00cf322.8026e-45defaulted-on-disctentative
1363UN_n001_TTRL_BoxSize_X0x030f320.1discconfirmed
1364UN_n001_TTRL_BoxSize_Y0x034f320.1defaulted-on-disctentative
1365UN_n001_TTRL_BoxSize_Z0x038f320.1defaulted-on-discconfirmed
1366UN_n001_TTRL_BoxColor_R0x040f320.3discconfirmed
1367UN_n001_TTRL_BoxColor_G0x044f320.9discconfirmed
1368UN_n001_TTRL_BoxColor_B0x048f320.6discconfirmed
1369UN_n001_TTRL_BoxSize_Radius0x050f320.1defaulted-on-discconfirmed
1370UN_n001_TTRL_BoxHP0x054f32100discconfirmed
1371UN_n001_TTRL_BoxHQRatio0x058f320.2disctentative
1372UN_n001_TTRL_BoxShieldRatio0x05cf320.3defaulted-on-disctentative
1373UN_n001_TTRL_BoxThrusterRatio0x060f320.2defaulted-on-disctentative
1374UN_n001_TTRL_BoxBridgeCount0x070i320defaulted-on-disctentative
1375UN_n001_TTRL_BoxResistanceToOptics0x074f320.1defaulted-on-discconfirmed
1376UN_n001_TTRL_BoxResistanceToShell0x078f320.1defaulted-on-disctentative
1377UN_n001_TTRL_BoxResistanceToExplosion0x07cf320.1defaulted-on-disctentative
1378UN_n001_TTRL_BoxResistanceToPlayer0x080f321disctentative
1379UN_n001_TTRL_BoxResistanceParalyze0x084f321defaulted-on-disctentative
1380UN_n001_TTRL_BoxScorePoint0x08cf32100discconfirmed
1381UN_n001_TTRL_BoxMassScore0x094f321000disctentative
1382UN_n001_TTRL_BoxMinimumVelocity0x09cf320defaulted-on-disctentative
1383UN_n001_TTRL_BoxMaximumVelocity0x0a0f320defaulted-on-discconfirmed
1384UN_n001_TTRL_BoxCruisingVelocity0x0a4f320defaulted-on-discconfirmed
1385UN_n001_TTRL_BoxAcceleration0x0a8f320defaulted-on-discconfirmed
1386UN_n001_TTRL_BoxDeceleration0x0acf320defaulted-on-discconfirmed
1387UN_n001_TTRL_BoxAV_PitchPlus_Max0x0b0rad0defaulted-on-discconfirmed
1388UN_n001_TTRL_BoxAV_PitchPlus_Min0x0b4rad0defaulted-on-disctentative
1389UN_n001_TTRL_BoxAA_PitchPlus_Max0x0b8rad0defaulted-on-disctentative
1390UN_n001_TTRL_BoxAA_PitchPlus_Min0x0bcrad0defaulted-on-disctentative
1391UN_n001_TTRL_BoxAV_PitchMinus_Max0x0c0rad0defaulted-on-disctentative
1392UN_n001_TTRL_BoxAV_PitchMinus_Min0x0c4rad0defaulted-on-disctentative
1393UN_n001_TTRL_BoxAA_PitchMinus_Max0x0c8rad0defaulted-on-disctentative
1394UN_n001_TTRL_BoxAA_PitchMinus_Min0x0ccrad0defaulted-on-disctentative
1395UN_n001_TTRL_BoxAV_Yaw_Max0x0d0rad0defaulted-on-disctentative
1396UN_n001_TTRL_BoxAV_Yaw_Min0x0d4rad0defaulted-on-disctentative
1397UN_n001_TTRL_BoxAA_Yaw_Max0x0d8rad0defaulted-on-disctentative
1398UN_n001_TTRL_BoxAA_Yaw_Min0x0dcrad0defaulted-on-disctentative
1399UN_n001_TTRL_BoxAV_Roll_Max0x0e0rad0defaulted-on-disctentative
1400UN_n001_TTRL_BoxAV_Roll_Min0x0e4rad0defaulted-on-disctentative
1401UN_n001_TTRL_BoxAA_Roll_Max0x0e8rad0defaulted-on-disctentative
1402UN_n001_TTRL_BoxAA_Roll_Min0x0ecrad0defaulted-on-disctentative
1403UN_n001_TTRL_BoxSideThrustVelocity_Max0x0f8f320defaulted-on-discconfirmed
1404UN_n001_TTRL_BoxSideThrustAcceleration0x0fcf320defaulted-on-disctentative
1405UN_n001_TTRL_BoxMaximumBank_Normal0x100rad0defaulted-on-disctentative
1406UN_n001_TTRL_BoxYawDragFactor0x104f320defaulted-on-disctentative
1407UN_n001_TTRL_BoxTurnAttack_DoubleTimeMin0x110f320defaulted-on-disctentative
1408UN_n001_TTRL_BoxArterBurner_Vc0x114f320defaulted-on-disctentative
1409UN_n001_TTRL_BoxReverseThrust_Vc0x118f320defaulted-on-disctentative
1410UN_n001_TTRL_BoxReverseThrust_Acc0x120f320defaulted-on-disctentative
1411UN_n001_TTRL_BoxAccPitchFactor0x124f320defaulted-on-disctentative
1412UN_n001_TTRL_BoxAV_AxisMode_Min0x130rad0defaulted-on-disctentative
1413UN_n001_TTRL_BoxAA_AxisMode_Max0x134rad0defaulted-on-disctentative
1414UN_n001_TTRL_BoxAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
1415UN_n001_TTRL_BoxAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
1416UN_n001_TTRL_BoxAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
1417UN_n001_TTRL_BoxSideRoll_Length0x174f320defaulted-on-disctentative
1418UN_n001_TTRL_BoxBarrelRoll_Time0x184f320defaulted-on-disctentative
1419UN_n001_TTRL_BoxBarrelRoll_Radius0x188f320defaulted-on-disctentative
1420UN_n001_TTRL_BoxTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
1421UN_n001_TTRL_BoxTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
1422UN_n001_TTRL_BoxCutoffTimeMin0x198f320defaulted-on-disctentative
1423UN_n001_TTRL_BoxTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
1424UN_n001_TTRL_BoxTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
1425UN_n001_TTRL_BoxHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
1426UN_n001_TTRL_BoxThrough_Time2Max0x210f320defaulted-on-disctentative
1427UN_n001_TTRL_BoxSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
1428UN_n001_TTRL_BoxMaxValue0x238f321000discconfirmed
1429UN_n001_TTRL_BoxChargeDelay0x23cf321defaulted-on-disctentative
1430UN_n001_TTRL_BoxChargeDelay_Break0x240f321defaulted-on-disctentative
1431UN_n001_TTRL_BoxChargeSpeed0x244f3210discconfirmed
1432UN_n001_TTRL_BoxDelay0x248f320defaulted-on-disctentative
1433UN_n001_TTRL_BoxDestroyMotionTime0x270f322discconfirmed
1434UN_n001_TTRL_BoxDryMass0x274f3210000disctentative
1435UN_n001_TTRL_BoxGrossMass0x278f3210000defaulted-on-disctentative
1436UN_n001_TTRL_BoxLowerHPThresholdRatio0x298f320defaulted-on-disctentative
1437UN_n001_TTRL_BoxRadarRange0x2a0f320discconfirmed
1438UN_n001_TTRL_BoxFCSRange0x2a4f320defaulted-on-discconfirmed
1439UN_n001_TTRL_BoxAttackVesselPoint0x2b4f320defaulted-on-discconfirmed
1440UN_n001_TTRL_BoxAttackCraftPoint0x2b8f320defaulted-on-disctentative
1441UN_n001_TTRL_BoxDefencePoint0x2bcf320defaulted-on-discconfirmed
1442UN_n001_TTRL_BoxPitchDragFactor0x108f320never-valued-on-discinterpolated
1443UN_n001_TTRL_BoxRollDragFactor0x10cf320never-valued-on-discinterpolated
1444UN_n001_TTRL_BoxDragFactorThreshold0x110f320never-valued-on-discinterpolated
1445UN_n001_TTRL_BoxArterBurner_Acc0x11cf320never-valued-on-discinterpolated
1446UN_n001_TTRL_BoxDecPitchFactor0x128f320never-valued-on-discinterpolated
1447UN_n001_TTRL_Box_moveSlalom_CutoffRatio0x00cf321.4013e-45defaulted-on-disctentative
1448UN_n001_TTRL_Box_moveSize_X0x030f320.1discconfirmed
1449UN_n001_TTRL_Box_moveSize_Y0x034f320.1defaulted-on-disctentative
1450UN_n001_TTRL_Box_moveSize_Z0x038f320.1defaulted-on-discconfirmed
1451UN_n001_TTRL_Box_moveColor_R0x040f320.3discconfirmed
1452UN_n001_TTRL_Box_moveColor_G0x044f320.9discconfirmed
1453UN_n001_TTRL_Box_moveColor_B0x048f320.6discconfirmed
1454UN_n001_TTRL_Box_moveSize_Radius0x050f320.1defaulted-on-discconfirmed
1455UN_n001_TTRL_Box_moveHP0x054f32100discconfirmed
1456UN_n001_TTRL_Box_moveHQRatio0x058f320.2disctentative
1457UN_n001_TTRL_Box_moveShieldRatio0x05cf320.3defaulted-on-disctentative
1458UN_n001_TTRL_Box_moveThrusterRatio0x060f321disctentative
1459UN_n001_TTRL_Box_moveBridgeCount0x070i320defaulted-on-disctentative
1460UN_n001_TTRL_Box_moveResistanceToOptics0x074f320.1defaulted-on-discconfirmed
1461UN_n001_TTRL_Box_moveResistanceToShell0x078f320.1defaulted-on-disctentative
1462UN_n001_TTRL_Box_moveResistanceToExplosion0x07cf320.1defaulted-on-disctentative
1463UN_n001_TTRL_Box_moveResistanceToPlayer0x080f321defaulted-on-disctentative
1464UN_n001_TTRL_Box_moveResistanceParalyze0x084f321defaulted-on-disctentative
1465UN_n001_TTRL_Box_moveScorePoint0x08cf32100discconfirmed
1466UN_n001_TTRL_Box_moveMassScore0x094f321000disctentative
1467UN_n001_TTRL_Box_moveMinimumVelocity0x09cf32100defaulted-on-disctentative
1468UN_n001_TTRL_Box_moveMaximumVelocity0x0a0f32800discconfirmed
1469UN_n001_TTRL_Box_moveCruisingVelocity0x0a4f32350discconfirmed
1470UN_n001_TTRL_Box_moveAcceleration0x0a8f32500discconfirmed
1471UN_n001_TTRL_Box_moveDeceleration0x0acf32150discconfirmed
1472UN_n001_TTRL_Box_moveAV_PitchPlus_Max0x0b0rad10discconfirmed
1473UN_n001_TTRL_Box_moveAV_PitchPlus_Min0x0b4rad10defaulted-on-disctentative
1474UN_n001_TTRL_Box_moveAA_PitchPlus_Max0x0b8rad10defaulted-on-disctentative
1475UN_n001_TTRL_Box_moveAA_PitchPlus_Min0x0bcrad10defaulted-on-disctentative
1476UN_n001_TTRL_Box_moveAV_PitchMinus_Max0x0c0rad5disctentative
1477UN_n001_TTRL_Box_moveAV_PitchMinus_Min0x0c4rad5defaulted-on-disctentative
1478UN_n001_TTRL_Box_moveAA_PitchMinus_Max0x0c8rad5defaulted-on-disctentative
1479UN_n001_TTRL_Box_moveAA_PitchMinus_Min0x0ccrad5defaulted-on-disctentative
1480UN_n001_TTRL_Box_moveAV_Yaw_Max0x0d0rad10defaulted-on-disctentative
1481UN_n001_TTRL_Box_moveAV_Yaw_Min0x0d4rad17disctentative
1482UN_n001_TTRL_Box_moveAA_Yaw_Max0x0d8rad10defaulted-on-disctentative
1483UN_n001_TTRL_Box_moveAA_Yaw_Min0x0dcrad17defaulted-on-disctentative
1484UN_n001_TTRL_Box_moveAV_Roll_Max0x0e0rad5defaulted-on-disctentative
1485UN_n001_TTRL_Box_moveAV_Roll_Min0x0e4rad5defaulted-on-disctentative
1486UN_n001_TTRL_Box_moveAA_Roll_Max0x0e8rad5defaulted-on-disctentative
1487UN_n001_TTRL_Box_moveAA_Roll_Min0x0ecrad5defaulted-on-disctentative
1488UN_n001_TTRL_Box_moveSideThrustVelocity_Max0x0f8f32100defaulted-on-discconfirmed
1489UN_n001_TTRL_Box_moveSideThrustAcceleration0x0fcf32100defaulted-on-disctentative
1490UN_n001_TTRL_Box_moveMaximumBank_Normal0x100rad20disctentative
1491UN_n001_TTRL_Box_moveYawDragFactor0x104f323disctentative
1492UN_n001_TTRL_Box_moveTurnAttack_DoubleTimeMin0x110f320.5defaulted-on-disctentative
1493UN_n001_TTRL_Box_moveArterBurner_Vc0x114f322disctentative
1494UN_n001_TTRL_Box_moveReverseThrust_Vc0x118f32-0.5disctentative
1495UN_n001_TTRL_Box_moveReverseThrust_Acc0x120f322defaulted-on-disctentative
1496UN_n001_TTRL_Box_moveAccPitchFactor0x124f3230disctentative
1497UN_n001_TTRL_Box_moveAV_AxisMode_Min0x130rad0defaulted-on-disctentative
1498UN_n001_TTRL_Box_moveAA_AxisMode_Max0x134rad0defaulted-on-disctentative
1499UN_n001_TTRL_Box_moveAB_ConsumeShield_Begin0x144f320defaulted-on-disctentative
1500UN_n001_TTRL_Box_moveAB_AA_PitchPlus0x150rad0defaulted-on-disctentative
1501UN_n001_TTRL_Box_moveAB_AV_PitchMinus0x154rad0defaulted-on-disctentative
1502UN_n001_TTRL_Box_moveSideRoll_Length0x174f320defaulted-on-disctentative
1503UN_n001_TTRL_Box_moveBarrelRoll_Time0x184f320defaulted-on-disctentative
1504UN_n001_TTRL_Box_moveBarrelRoll_Radius0x188f320defaulted-on-disctentative
1505UN_n001_TTRL_Box_moveTurnAttack_CutoffRatio0x190f320defaulted-on-disctentative
1506UN_n001_TTRL_Box_moveTurnAttack_DoubleRatio0x194f320defaulted-on-disctentative
1507UN_n001_TTRL_Box_moveCutoffTimeMin0x198f320defaulted-on-disctentative
1508UN_n001_TTRL_Box_moveTurnAttack_DoubleTimeMax0x1a4f320defaulted-on-disctentative
1509UN_n001_TTRL_Box_moveTurn_AngularVelocity0x1acrad0defaulted-on-disctentative
1510UN_n001_TTRL_Box_moveHoldPosition_LengthMax0x1ccf320defaulted-on-disctentative
1511UN_n001_TTRL_Box_moveThrough_Time2Max0x210f320defaulted-on-disctentative
1512UN_n001_TTRL_Box_moveSolidCutoff_LengthMax0x22cf320defaulted-on-disctentative
1513UN_n001_TTRL_Box_moveMaxValue0x238f32100defaulted-on-discconfirmed
1514UN_n001_TTRL_Box_moveChargeDelay0x23cf323defaulted-on-disctentative
1515UN_n001_TTRL_Box_moveChargeDelay_Break0x240f3210disctentative
1516UN_n001_TTRL_Box_moveChargeSpeed0x244f3225discconfirmed
1517UN_n001_TTRL_Box_moveDelay0x248f320defaulted-on-disctentative
1518UN_n001_TTRL_Box_moveDestroyMotionTime0x270f322discconfirmed
1519UN_n001_TTRL_Box_moveDryMass0x274f3210000disctentative
1520UN_n001_TTRL_Box_moveGrossMass0x278f3210000defaulted-on-disctentative
1521UN_n001_TTRL_Box_moveLowerHPThresholdRatio0x298f320defaulted-on-disctentative
1522UN_n001_TTRL_Box_moveRadarRange0x2a0f320discconfirmed
1523UN_n001_TTRL_Box_moveFCSRange0x2a4f320defaulted-on-discconfirmed
1524UN_n001_TTRL_Box_moveAttackVesselPoint0x2b4f320defaulted-on-discconfirmed
1525UN_n001_TTRL_Box_moveAttackCraftPoint0x2b8f320defaulted-on-disctentative
1526UN_n001_TTRL_Box_moveDefencePoint0x2bcf320defaulted-on-discconfirmed
1527UN_n001_TTRL_Box_movePitchDragFactor0x108f323never-valued-on-discinterpolated
1528UN_n001_TTRL_Box_moveRollDragFactor0x10cf323never-valued-on-discinterpolated
1529UN_n001_TTRL_Box_moveDragFactorThreshold0x110f320.5never-valued-on-discinterpolated
1530UN_n001_TTRL_Box_moveArterBurner_Acc0x11cf322never-valued-on-discinterpolated
1531UN_n001_TTRL_Box_moveDecPitchFactor0x128f3230never-valued-on-discinterpolated