Files
Syplheed-Reborn/docs/re/captures/weapon-runtime-fields.csv
Claude (auto-RE) 9daac6f1f0 re: read the defaulted weapon stats out of live guest memory
Canary backs the whole guest address space with one shared-memory file, so the
game's RAM is readable from the host while it runs -- no debugger, no emulator
patch. That turns the parked Route-B question (fields the IDXD omits because
they sit at their default) from "unreachable" into a table lookup.

gmem.py maps guest VAs into /dev/shm/xenia_memory_* via Xenia's fixed table and
searches only the allocated extents, so a full-RAM scan is ~0.2 s.

weapon_runtime.py finds the parsed objects by scanning for their vtable, then
*solves* the struct layout instead of guessing it: every (field, offset,
encoding) triple is scored against the disc records, and a binding is accepted
only with zero contradictions -- and marked confirmed only when >=10 records
agree on >=3 distinct values, because a field whose samples are all one number
matches any offset holding that constant.

Result: Weapon (0xc0) and Shell (0x200) mapped, 4393 values the disc does not
carry, for all 126 weapons at 5 % save progress. Cross-checks hold -- the
Arsenal DATA SHEET read 4 for wep_05/wep_60 Max. Lock Ons and the memory read
agrees; the in-flight HUD's 06000/00300 match LoadingCount; all 252 objects are
byte-identical across a screen change, so this is definition data, not state.

Two findings fell out: `IsCharging = Yes` switches LoadingCount and
TriggerShotCount to float32 (it partitions the 8 float-encoded records exactly),
and two .tbl entries declare Shell_TCAF_Ship_AAGun with conflicting Power -- the
runtime keeps the one that omits it.

Where the defaulted values *come from* (the IDXD's undecoded binary node region
vs code defaults) is not settled here; they vary per weapon, so they are not one
constructor constant.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-07-29 05:29:34 +00:00

595 KiB

1classidfieldoffsetencvaluesourceconf
2WeaponWeapon_ADAN_AAFrigate_AAGunReticleType0x010u320defaulted-on-discconfirmed
3WeaponWeapon_ADAN_Attacker_B_GunTurretReticleType0x010u320defaulted-on-discconfirmed
4WeaponWeapon_ADAN_Attacker_S_ASMissileReticleType0x010u320defaulted-on-discconfirmed
5WeaponWeapon_ADAN_Attacker_S_NoseGunReticleType0x010u320defaulted-on-discconfirmed
6WeaponWeapon_ADAN_Battleship_BowChaserReticleType0x010u320defaulted-on-discconfirmed
7WeaponWeapon_ADAN_Cruiser_BowChaserReticleType0x010u320defaulted-on-discconfirmed
8WeaponWeapon_ADAN_Destroyer_BowChaserReticleType0x010u320defaulted-on-discconfirmed
9WeaponWeapon_ADAN_Phantom_LaserReticleType0x010u320defaulted-on-discconfirmed
10WeaponWeapon_ADAN_Puppy_NoseGunReticleType0x010u320defaulted-on-discconfirmed
11WeaponWeapon_ADAN_SDBattleship_BowChaserReticleType0x010u320defaulted-on-discconfirmed
12WeaponWeapon_ADAN_Ship_AAGunReticleType0x010u320defaulted-on-discconfirmed
13WeaponWeapon_ADAN_Ship_AAGunLReticleType0x010u320defaulted-on-discconfirmed
14WeaponWeapon_ADAN_Ship_AAMissileReticleType0x010u320defaulted-on-discconfirmed
15WeaponWeapon_ADAN_Ship_ASGunReticleType0x010u320defaulted-on-discconfirmed
16WeaponWeapon_ADAN_Ship_ASMissileReticleType0x010u320defaulted-on-discconfirmed
17WeaponWeapon_ADAN_Turret_CannonReticleType0x010u320defaulted-on-discconfirmed
18WeaponWeapon_ADAN_Turret_MissileReticleType0x010u320defaulted-on-discconfirmed
19WeaponWeapon_ADAN_Turret_NoseGunReticleType0x010u320defaulted-on-discconfirmed
20WeaponWeapon_ADAN_TypeQ_BeamReticleType0x010u320defaulted-on-discconfirmed
21WeaponWeapon_ADAN_Vindicator_RocketReticleType0x010u320defaulted-on-discconfirmed
22WeaponWeapon_DSaber_P_wep_01_BeamReticleType0x010u321discconfirmed
23WeaponWeapon_DSaber_P_wep_02_MissileReticleType0x010u323discconfirmed
24WeaponWeapon_DSaber_P_wep_03_CannonReticleType0x010u326discconfirmed
25WeaponWeapon_DSaber_P_wep_04_MissileReticleType0x010u323discconfirmed
26WeaponWeapon_DSaber_P_wep_05_ASMissileReticleType0x010u324discconfirmed
27WeaponWeapon_DSaber_P_wep_07_CannonReticleType0x010u326discconfirmed
28WeaponWeapon_DSaber_P_wep_08_ASMissileReticleType0x010u324discconfirmed
29WeaponWeapon_DSaber_P_wep_09_GunReticleType0x010u320defaulted-on-discconfirmed
30WeaponWeapon_DSaber_P_wep_10_GunReticleType0x010u320defaulted-on-discconfirmed
31WeaponWeapon_DSaber_P_wep_11_CannonReticleType0x010u326discconfirmed
32WeaponWeapon_DSaber_P_wep_12_RocketReticleType0x010u325discconfirmed
33WeaponWeapon_DSaber_P_wep_13_ChildReticleType0x010u323discconfirmed
34WeaponWeapon_DSaber_P_wep_13_MissileReticleType0x010u323discconfirmed
35WeaponWeapon_DSaber_P_wep_14_LaserReticleType0x010u322discconfirmed
36WeaponWeapon_DSaber_P_wep_19_LaserReticleType0x010u322discconfirmed
37WeaponWeapon_DSaber_P_wep_23_CannonReticleType0x010u326discconfirmed
38WeaponWeapon_DSaber_P_wep_24_BeamReticleType0x010u321discconfirmed
39WeaponWeapon_DSaber_P_wep_25_HBeamReticleType0x010u321discconfirmed
40WeaponWeapon_DSaber_P_wep_26_MissileReticleType0x010u323discconfirmed
41WeaponWeapon_DSaber_P_wep_27_ASMissileReticleType0x010u324discconfirmed
42WeaponWeapon_DSaber_P_wep_28_BombReticleType0x010u325discconfirmed
43WeaponWeapon_DSaber_P_wep_29_BombReticleType0x010u325discconfirmed
44WeaponWeapon_DSaber_P_wep_29_ChildReticleType0x010u321discconfirmed
45WeaponWeapon_DSaber_P_wep_30_ASMissileReticleType0x010u324discconfirmed
46WeaponWeapon_DSaber_P_wep_31_BombReticleType0x010u325discconfirmed
47WeaponWeapon_DSaber_P_wep_32_MissileReticleType0x010u323discconfirmed
48WeaponWeapon_DSaber_P_wep_33_GunReticleType0x010u320defaulted-on-discconfirmed
49WeaponWeapon_DSaber_P_wep_34_HBeamReticleType0x010u321discconfirmed
50WeaponWeapon_DSaber_P_wep_35_GunReticleType0x010u320defaulted-on-discconfirmed
51WeaponWeapon_DSaber_P_wep_36_BombReticleType0x010u325discconfirmed
52WeaponWeapon_DSaber_P_wep_37_BeamReticleType0x010u321discconfirmed
53WeaponWeapon_DSaber_P_wep_38_ShotgunReticleType0x010u320defaulted-on-discconfirmed
54WeaponWeapon_DSaber_P_wep_39_BeamReticleType0x010u321discconfirmed
55WeaponWeapon_DSaber_P_wep_40_GunReticleType0x010u320defaulted-on-discconfirmed
56WeaponWeapon_DSaber_P_wep_41_ShotgunReticleType0x010u320defaulted-on-discconfirmed
57WeaponWeapon_DSaber_P_wep_42_ShotgunReticleType0x010u320defaulted-on-discconfirmed
58WeaponWeapon_DSaber_P_wep_43_RocketReticleType0x010u325discconfirmed
59WeaponWeapon_DSaber_P_wep_48_CannonReticleType0x010u326discconfirmed
60WeaponWeapon_DSaber_P_wep_50_CannonReticleType0x010u326discconfirmed
61WeaponWeapon_DSaber_P_wep_52_SpecialReticleType0x010u3210discconfirmed
62WeaponWeapon_DSaber_P_wep_53_BeamReticleType0x010u321discconfirmed
63WeaponWeapon_DSaber_P_wep_54_LaserReticleType0x010u322discconfirmed
64WeaponWeapon_DSaber_P_wep_55_RocketReticleType0x010u325discconfirmed
65WeaponWeapon_DSaber_P_wep_56_SpecialReticleType0x010u3212discconfirmed
66WeaponWeapon_DSaber_P_wep_57_RocketReticleType0x010u325discconfirmed
67WeaponWeapon_DSaber_P_wep_58_LaserReticleType0x010u322discconfirmed
68WeaponWeapon_DSaber_P_wep_59_SpecialReticleType0x010u3211discconfirmed
69WeaponWeapon_DSaber_P_wep_60_ASMissileReticleType0x010u324discconfirmed
70WeaponWeapon_DSaber_P_wep_62_BeamReticleType0x010u321discconfirmed
71WeaponWeapon_DSaber_P_wep_66_SpecialReticleType0x010u328discconfirmed
72WeaponWeapon_DSaber_P_wep_67_SpecialReticleType0x010u320discconfirmed
73WeaponWeapon_DSaber_P_wep_68_SpecialReticleType0x010u329discconfirmed
74WeaponWeapon_DSaber_P_wep_69_SpecialReticleType0x010u320discconfirmed
75WeaponWeapon_DSaber_P_wep_70_SpecialReticleType0x010u320discconfirmed
76WeaponWeapon_DSaber_P_wep_71_SpecialReticleType0x010u327discconfirmed
77WeaponWeapon_DSaber_P_wep_80_RocketReticleType0x010u325discconfirmed
78WeaponWeapon_DSaber_P_wep_81_MissileReticleType0x010u323discconfirmed
79WeaponWeapon_DSaber_P_wep_82_LaserReticleType0x010u322discconfirmed
80WeaponWeapon_DSaber_P_wep_83_GunReticleType0x010u320defaulted-on-discconfirmed
81WeaponWeapon_DSaber_P_wep_84_CannonReticleType0x010u326discconfirmed
82WeaponWeapon_DSaber_P_wep_85_BeamReticleType0x010u321discconfirmed
83WeaponWeapon_NULLReticleType0x010u320defaulted-on-discconfirmed
84WeaponWeapon_S16Boss_AAGunReticleType0x010u320defaulted-on-discconfirmed
85WeaponWeapon_S16Boss_HBeamReticleType0x010u320defaulted-on-discconfirmed
86WeaponWeapon_S16Boss_LaserReticleType0x010u320defaulted-on-discconfirmed
87WeaponWeapon_TCAF_Acropolis_BowChaserReticleType0x010u320defaulted-on-discconfirmed
88WeaponWeapon_TCAF_ArrowHead_LaserReticleType0x010u320defaulted-on-discconfirmed
89WeaponWeapon_TCAF_ArrowHead_MissileReticleType0x010u320defaulted-on-discconfirmed
90WeaponWeapon_TCAF_ArrowHead_NoseGunReticleType0x010u320defaulted-on-discconfirmed
91WeaponWeapon_TCAF_Battleship_BowChaserReticleType0x010u320defaulted-on-discconfirmed
92WeaponWeapon_TCAF_Cruiser_BowChaserReticleType0x010u320defaulted-on-discconfirmed
93WeaponWeapon_TCAF_DeltaSaber_ASMissileReticleType0x010u320defaulted-on-discconfirmed
94WeaponWeapon_TCAF_DeltaSaber_ASMissile_PReticleType0x010u324discconfirmed
95WeaponWeapon_TCAF_DeltaSaber_BeamReticleType0x010u320defaulted-on-discconfirmed
96WeaponWeapon_TCAF_DeltaSaber_Beam_PReticleType0x010u321discconfirmed
97WeaponWeapon_TCAF_DeltaSaber_BombReticleType0x010u320defaulted-on-discconfirmed
98WeaponWeapon_TCAF_DeltaSaber_Bomb_PReticleType0x010u325discconfirmed
99WeaponWeapon_TCAF_DeltaSaber_CannonReticleType0x010u320defaulted-on-discconfirmed
100WeaponWeapon_TCAF_DeltaSaber_Cannon_PReticleType0x010u326discconfirmed
101WeaponWeapon_TCAF_DeltaSaber_GunReticleType0x010u320defaulted-on-discconfirmed
102WeaponWeapon_TCAF_DeltaSaber_Gun_PReticleType0x010u320defaulted-on-discconfirmed
103WeaponWeapon_TCAF_DeltaSaber_LaserReticleType0x010u320defaulted-on-discconfirmed
104WeaponWeapon_TCAF_DeltaSaber_Laser_PReticleType0x010u322discconfirmed
105WeaponWeapon_TCAF_DeltaSaber_MissileReticleType0x010u320defaulted-on-discconfirmed
106WeaponWeapon_TCAF_DeltaSaber_Missile_PReticleType0x010u323discconfirmed
107WeaponWeapon_TCAF_DeltaSaber_NoseGunReticleType0x010u320defaulted-on-discconfirmed
108WeaponWeapon_TCAF_DeltaSaber_NoseGun_PReticleType0x010u321discconfirmed
109WeaponWeapon_TCAF_DeltaSaber_RocketReticleType0x010u320defaulted-on-discconfirmed
110WeaponWeapon_TCAF_DeltaSaber_Rocket_PReticleType0x010u325discconfirmed
111WeaponWeapon_TCAF_DeltaSaber_ShotgunReticleType0x010u320discconfirmed
112WeaponWeapon_TCAF_DeltaSaber_Shotgun_PReticleType0x010u320defaulted-on-discconfirmed
113WeaponWeapon_TCAF_DeltaSaber_SpecialReticleType0x010u320defaulted-on-discconfirmed
114WeaponWeapon_TCAF_DeltaSaber_Special_PReticleType0x010u327discconfirmed
115WeaponWeapon_TCAF_DeltaSaber_TwinGunReticleType0x010u320defaulted-on-discconfirmed
116WeaponWeapon_TCAF_DeltaSaber_TwinGun_PReticleType0x010u320defaulted-on-discconfirmed
117WeaponWeapon_TCAF_Ship_AAGunReticleType0x010u320defaulted-on-discconfirmed
118WeaponWeapon_TCAF_Ship_AAGunLReticleType0x010u320defaulted-on-discconfirmed
119WeaponWeapon_TCAF_Ship_ASGunReticleType0x010u320defaulted-on-discconfirmed
120WeaponWeapon_TCAF_Ship_HBeamReticleType0x010u320defaulted-on-discconfirmed
121WeaponWeapon_Test_ASMissileReticleType0x010u320defaulted-on-discconfirmed
122WeaponWeapon_Test_GunReticleType0x010u320defaulted-on-discconfirmed
123WeaponWeapon_Test_Gun_PlayerReticleType0x010u320defaulted-on-discconfirmed
124WeaponWeapon_Test_LaserReticleType0x010u320defaulted-on-discconfirmed
125WeaponWeapon_Test_MissileReticleType0x010u320defaulted-on-discconfirmed
126WeaponWeapon_Test_Missile_PlayerReticleType0x010u320defaulted-on-discconfirmed
127WeaponWeapon_Test_SubGunReticleType0x010u320defaulted-on-discconfirmed
128WeaponWeapon_ADAN_AAFrigate_AAGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
129WeaponWeapon_ADAN_Attacker_B_GunTurretSpecialWeaponType0x01cu320defaulted-on-discconfirmed
130WeaponWeapon_ADAN_Attacker_S_ASMissileSpecialWeaponType0x01cu320defaulted-on-discconfirmed
131WeaponWeapon_ADAN_Attacker_S_NoseGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
132WeaponWeapon_ADAN_Battleship_BowChaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
133WeaponWeapon_ADAN_Cruiser_BowChaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
134WeaponWeapon_ADAN_Destroyer_BowChaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
135WeaponWeapon_ADAN_Phantom_LaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
136WeaponWeapon_ADAN_Puppy_NoseGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
137WeaponWeapon_ADAN_SDBattleship_BowChaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
138WeaponWeapon_ADAN_Ship_AAGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
139WeaponWeapon_ADAN_Ship_AAGunLSpecialWeaponType0x01cu320defaulted-on-discconfirmed
140WeaponWeapon_ADAN_Ship_AAMissileSpecialWeaponType0x01cu320defaulted-on-discconfirmed
141WeaponWeapon_ADAN_Ship_ASGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
142WeaponWeapon_ADAN_Ship_ASMissileSpecialWeaponType0x01cu320defaulted-on-discconfirmed
143WeaponWeapon_ADAN_Turret_CannonSpecialWeaponType0x01cu320defaulted-on-discconfirmed
144WeaponWeapon_ADAN_Turret_MissileSpecialWeaponType0x01cu320defaulted-on-discconfirmed
145WeaponWeapon_ADAN_Turret_NoseGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
146WeaponWeapon_ADAN_TypeQ_BeamSpecialWeaponType0x01cu320defaulted-on-discconfirmed
147WeaponWeapon_ADAN_Vindicator_RocketSpecialWeaponType0x01cu320defaulted-on-discconfirmed
148WeaponWeapon_DSaber_P_wep_01_BeamSpecialWeaponType0x01cu320discconfirmed
149WeaponWeapon_DSaber_P_wep_02_MissileSpecialWeaponType0x01cu320discconfirmed
150WeaponWeapon_DSaber_P_wep_03_CannonSpecialWeaponType0x01cu320discconfirmed
151WeaponWeapon_DSaber_P_wep_04_MissileSpecialWeaponType0x01cu320discconfirmed
152WeaponWeapon_DSaber_P_wep_05_ASMissileSpecialWeaponType0x01cu320discconfirmed
153WeaponWeapon_DSaber_P_wep_07_CannonSpecialWeaponType0x01cu320discconfirmed
154WeaponWeapon_DSaber_P_wep_08_ASMissileSpecialWeaponType0x01cu320discconfirmed
155WeaponWeapon_DSaber_P_wep_09_GunSpecialWeaponType0x01cu320discconfirmed
156WeaponWeapon_DSaber_P_wep_10_GunSpecialWeaponType0x01cu320discconfirmed
157WeaponWeapon_DSaber_P_wep_11_CannonSpecialWeaponType0x01cu320discconfirmed
158WeaponWeapon_DSaber_P_wep_12_RocketSpecialWeaponType0x01cu320discconfirmed
159WeaponWeapon_DSaber_P_wep_13_ChildSpecialWeaponType0x01cu320discconfirmed
160WeaponWeapon_DSaber_P_wep_13_MissileSpecialWeaponType0x01cu320discconfirmed
161WeaponWeapon_DSaber_P_wep_14_LaserSpecialWeaponType0x01cu320discconfirmed
162WeaponWeapon_DSaber_P_wep_19_LaserSpecialWeaponType0x01cu320discconfirmed
163WeaponWeapon_DSaber_P_wep_23_CannonSpecialWeaponType0x01cu320discconfirmed
164WeaponWeapon_DSaber_P_wep_24_BeamSpecialWeaponType0x01cu320discconfirmed
165WeaponWeapon_DSaber_P_wep_25_HBeamSpecialWeaponType0x01cu320discconfirmed
166WeaponWeapon_DSaber_P_wep_26_MissileSpecialWeaponType0x01cu320discconfirmed
167WeaponWeapon_DSaber_P_wep_27_ASMissileSpecialWeaponType0x01cu320discconfirmed
168WeaponWeapon_DSaber_P_wep_28_BombSpecialWeaponType0x01cu320discconfirmed
169WeaponWeapon_DSaber_P_wep_29_BombSpecialWeaponType0x01cu320discconfirmed
170WeaponWeapon_DSaber_P_wep_29_ChildSpecialWeaponType0x01cu320discconfirmed
171WeaponWeapon_DSaber_P_wep_30_ASMissileSpecialWeaponType0x01cu320discconfirmed
172WeaponWeapon_DSaber_P_wep_31_BombSpecialWeaponType0x01cu320discconfirmed
173WeaponWeapon_DSaber_P_wep_32_MissileSpecialWeaponType0x01cu320discconfirmed
174WeaponWeapon_DSaber_P_wep_33_GunSpecialWeaponType0x01cu320discconfirmed
175WeaponWeapon_DSaber_P_wep_34_HBeamSpecialWeaponType0x01cu320discconfirmed
176WeaponWeapon_DSaber_P_wep_35_GunSpecialWeaponType0x01cu320discconfirmed
177WeaponWeapon_DSaber_P_wep_36_BombSpecialWeaponType0x01cu320discconfirmed
178WeaponWeapon_DSaber_P_wep_37_BeamSpecialWeaponType0x01cu320discconfirmed
179WeaponWeapon_DSaber_P_wep_38_ShotgunSpecialWeaponType0x01cu320discconfirmed
180WeaponWeapon_DSaber_P_wep_39_BeamSpecialWeaponType0x01cu320discconfirmed
181WeaponWeapon_DSaber_P_wep_40_GunSpecialWeaponType0x01cu320discconfirmed
182WeaponWeapon_DSaber_P_wep_41_ShotgunSpecialWeaponType0x01cu320discconfirmed
183WeaponWeapon_DSaber_P_wep_42_ShotgunSpecialWeaponType0x01cu320discconfirmed
184WeaponWeapon_DSaber_P_wep_43_RocketSpecialWeaponType0x01cu320discconfirmed
185WeaponWeapon_DSaber_P_wep_48_CannonSpecialWeaponType0x01cu320discconfirmed
186WeaponWeapon_DSaber_P_wep_50_CannonSpecialWeaponType0x01cu320discconfirmed
187WeaponWeapon_DSaber_P_wep_52_SpecialSpecialWeaponType0x01cu320discconfirmed
188WeaponWeapon_DSaber_P_wep_53_BeamSpecialWeaponType0x01cu320discconfirmed
189WeaponWeapon_DSaber_P_wep_54_LaserSpecialWeaponType0x01cu320discconfirmed
190WeaponWeapon_DSaber_P_wep_55_RocketSpecialWeaponType0x01cu320discconfirmed
191WeaponWeapon_DSaber_P_wep_56_SpecialSpecialWeaponType0x01cu320discconfirmed
192WeaponWeapon_DSaber_P_wep_57_RocketSpecialWeaponType0x01cu320discconfirmed
193WeaponWeapon_DSaber_P_wep_58_LaserSpecialWeaponType0x01cu320discconfirmed
194WeaponWeapon_DSaber_P_wep_59_SpecialSpecialWeaponType0x01cu320discconfirmed
195WeaponWeapon_DSaber_P_wep_60_ASMissileSpecialWeaponType0x01cu320discconfirmed
196WeaponWeapon_DSaber_P_wep_62_BeamSpecialWeaponType0x01cu320discconfirmed
197WeaponWeapon_DSaber_P_wep_66_SpecialSpecialWeaponType0x01cu321discconfirmed
198WeaponWeapon_DSaber_P_wep_67_SpecialSpecialWeaponType0x01cu325discconfirmed
199WeaponWeapon_DSaber_P_wep_68_SpecialSpecialWeaponType0x01cu322discconfirmed
200WeaponWeapon_DSaber_P_wep_69_SpecialSpecialWeaponType0x01cu323discconfirmed
201WeaponWeapon_DSaber_P_wep_70_SpecialSpecialWeaponType0x01cu324discconfirmed
202WeaponWeapon_DSaber_P_wep_71_SpecialSpecialWeaponType0x01cu320discconfirmed
203WeaponWeapon_DSaber_P_wep_80_RocketSpecialWeaponType0x01cu320discconfirmed
204WeaponWeapon_DSaber_P_wep_81_MissileSpecialWeaponType0x01cu320discconfirmed
205WeaponWeapon_DSaber_P_wep_82_LaserSpecialWeaponType0x01cu320discconfirmed
206WeaponWeapon_DSaber_P_wep_83_GunSpecialWeaponType0x01cu320discconfirmed
207WeaponWeapon_DSaber_P_wep_84_CannonSpecialWeaponType0x01cu320discconfirmed
208WeaponWeapon_DSaber_P_wep_85_BeamSpecialWeaponType0x01cu320discconfirmed
209WeaponWeapon_NULLSpecialWeaponType0x01cu320defaulted-on-discconfirmed
210WeaponWeapon_S16Boss_AAGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
211WeaponWeapon_S16Boss_HBeamSpecialWeaponType0x01cu320defaulted-on-discconfirmed
212WeaponWeapon_S16Boss_LaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
213WeaponWeapon_TCAF_Acropolis_BowChaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
214WeaponWeapon_TCAF_ArrowHead_LaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
215WeaponWeapon_TCAF_ArrowHead_MissileSpecialWeaponType0x01cu320defaulted-on-discconfirmed
216WeaponWeapon_TCAF_ArrowHead_NoseGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
217WeaponWeapon_TCAF_Battleship_BowChaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
218WeaponWeapon_TCAF_Cruiser_BowChaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
219WeaponWeapon_TCAF_DeltaSaber_ASMissileSpecialWeaponType0x01cu320defaulted-on-discconfirmed
220WeaponWeapon_TCAF_DeltaSaber_ASMissile_PSpecialWeaponType0x01cu320discconfirmed
221WeaponWeapon_TCAF_DeltaSaber_BeamSpecialWeaponType0x01cu320defaulted-on-discconfirmed
222WeaponWeapon_TCAF_DeltaSaber_Beam_PSpecialWeaponType0x01cu320discconfirmed
223WeaponWeapon_TCAF_DeltaSaber_BombSpecialWeaponType0x01cu320defaulted-on-discconfirmed
224WeaponWeapon_TCAF_DeltaSaber_Bomb_PSpecialWeaponType0x01cu320discconfirmed
225WeaponWeapon_TCAF_DeltaSaber_CannonSpecialWeaponType0x01cu320defaulted-on-discconfirmed
226WeaponWeapon_TCAF_DeltaSaber_Cannon_PSpecialWeaponType0x01cu320discconfirmed
227WeaponWeapon_TCAF_DeltaSaber_GunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
228WeaponWeapon_TCAF_DeltaSaber_Gun_PSpecialWeaponType0x01cu320discconfirmed
229WeaponWeapon_TCAF_DeltaSaber_LaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
230WeaponWeapon_TCAF_DeltaSaber_Laser_PSpecialWeaponType0x01cu320discconfirmed
231WeaponWeapon_TCAF_DeltaSaber_MissileSpecialWeaponType0x01cu320defaulted-on-discconfirmed
232WeaponWeapon_TCAF_DeltaSaber_Missile_PSpecialWeaponType0x01cu320discconfirmed
233WeaponWeapon_TCAF_DeltaSaber_NoseGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
234WeaponWeapon_TCAF_DeltaSaber_NoseGun_PSpecialWeaponType0x01cu320discconfirmed
235WeaponWeapon_TCAF_DeltaSaber_RocketSpecialWeaponType0x01cu320defaulted-on-discconfirmed
236WeaponWeapon_TCAF_DeltaSaber_Rocket_PSpecialWeaponType0x01cu320discconfirmed
237WeaponWeapon_TCAF_DeltaSaber_ShotgunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
238WeaponWeapon_TCAF_DeltaSaber_Shotgun_PSpecialWeaponType0x01cu320discconfirmed
239WeaponWeapon_TCAF_DeltaSaber_SpecialSpecialWeaponType0x01cu320defaulted-on-discconfirmed
240WeaponWeapon_TCAF_DeltaSaber_Special_PSpecialWeaponType0x01cu320discconfirmed
241WeaponWeapon_TCAF_DeltaSaber_TwinGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
242WeaponWeapon_TCAF_DeltaSaber_TwinGun_PSpecialWeaponType0x01cu320discconfirmed
243WeaponWeapon_TCAF_Ship_AAGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
244WeaponWeapon_TCAF_Ship_AAGunLSpecialWeaponType0x01cu320defaulted-on-discconfirmed
245WeaponWeapon_TCAF_Ship_ASGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
246WeaponWeapon_TCAF_Ship_HBeamSpecialWeaponType0x01cu320defaulted-on-discconfirmed
247WeaponWeapon_Test_ASMissileSpecialWeaponType0x01cu320defaulted-on-discconfirmed
248WeaponWeapon_Test_GunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
249WeaponWeapon_Test_Gun_PlayerSpecialWeaponType0x01cu320defaulted-on-discconfirmed
250WeaponWeapon_Test_LaserSpecialWeaponType0x01cu320defaulted-on-discconfirmed
251WeaponWeapon_Test_MissileSpecialWeaponType0x01cu320defaulted-on-discconfirmed
252WeaponWeapon_Test_Missile_PlayerSpecialWeaponType0x01cu320defaulted-on-discconfirmed
253WeaponWeapon_Test_SubGunSpecialWeaponType0x01cu320defaulted-on-discconfirmed
254WeaponWeapon_ADAN_AAFrigate_AAGunLoadingCount0x028cnt10000discconfirmed
255WeaponWeapon_ADAN_Attacker_B_GunTurretLoadingCount0x028cnt10000discconfirmed
256WeaponWeapon_ADAN_Attacker_S_ASMissileLoadingCount0x028cnt10000discconfirmed
257WeaponWeapon_ADAN_Attacker_S_NoseGunLoadingCount0x028cnt10000discconfirmed
258WeaponWeapon_ADAN_Battleship_BowChaserLoadingCount0x028cnt10000discconfirmed
259WeaponWeapon_ADAN_Cruiser_BowChaserLoadingCount0x028cnt10000discconfirmed
260WeaponWeapon_ADAN_Destroyer_BowChaserLoadingCount0x028cnt10000discconfirmed
261WeaponWeapon_ADAN_Phantom_LaserLoadingCount0x028cnt10000discconfirmed
262WeaponWeapon_ADAN_Puppy_NoseGunLoadingCount0x028cnt10000discconfirmed
263WeaponWeapon_ADAN_SDBattleship_BowChaserLoadingCount0x028cnt10000discconfirmed
264WeaponWeapon_ADAN_Ship_AAGunLoadingCount0x028cnt10000discconfirmed
265WeaponWeapon_ADAN_Ship_AAGunLLoadingCount0x028cnt10000discconfirmed
266WeaponWeapon_ADAN_Ship_AAMissileLoadingCount0x028cnt10000discconfirmed
267WeaponWeapon_ADAN_Ship_ASGunLoadingCount0x028cnt10000discconfirmed
268WeaponWeapon_ADAN_Ship_ASMissileLoadingCount0x028cnt10000discconfirmed
269WeaponWeapon_ADAN_Turret_CannonLoadingCount0x028cnt10000discconfirmed
270WeaponWeapon_ADAN_Turret_MissileLoadingCount0x028cnt10000discconfirmed
271WeaponWeapon_ADAN_Turret_NoseGunLoadingCount0x028cnt10000discconfirmed
272WeaponWeapon_ADAN_TypeQ_BeamLoadingCount0x028cnt10000discconfirmed
273WeaponWeapon_ADAN_Vindicator_RocketLoadingCount0x028cnt10000discconfirmed
274WeaponWeapon_DSaber_P_wep_01_BeamLoadingCount0x028cnt6000discconfirmed
275WeaponWeapon_DSaber_P_wep_02_MissileLoadingCount0x028cnt300discconfirmed
276WeaponWeapon_DSaber_P_wep_03_CannonLoadingCount0x028cnt75discconfirmed
277WeaponWeapon_DSaber_P_wep_04_MissileLoadingCount0x028cnt600discconfirmed
278WeaponWeapon_DSaber_P_wep_05_ASMissileLoadingCount0x028cnt45discconfirmed
279WeaponWeapon_DSaber_P_wep_07_CannonLoadingCount0x028cnt180discconfirmed
280WeaponWeapon_DSaber_P_wep_08_ASMissileLoadingCount0x028cnt60discconfirmed
281WeaponWeapon_DSaber_P_wep_09_GunLoadingCount0x028cnt3000discconfirmed
282WeaponWeapon_DSaber_P_wep_10_GunLoadingCount0x028cnt2250discconfirmed
283WeaponWeapon_DSaber_P_wep_11_CannonLoadingCount0x028cnt6defaulted-on-discconfirmed
284WeaponWeapon_DSaber_P_wep_12_RocketLoadingCount0x028cnt24discconfirmed
285WeaponWeapon_DSaber_P_wep_13_ChildLoadingCount0x028cnt600discconfirmed
286WeaponWeapon_DSaber_P_wep_13_MissileLoadingCount0x028cnt100discconfirmed
287WeaponWeapon_DSaber_P_wep_14_LaserLoadingCount0x028cnt150discconfirmed
288WeaponWeapon_DSaber_P_wep_19_LaserLoadingCount0x028cnt120discconfirmed
289WeaponWeapon_DSaber_P_wep_23_CannonLoadingCount0x028cnt150discconfirmed
290WeaponWeapon_DSaber_P_wep_24_BeamLoadingCount0x028cnt600discconfirmed
291WeaponWeapon_DSaber_P_wep_25_HBeamLoadingCount0x028cnt700discconfirmed
292WeaponWeapon_DSaber_P_wep_26_MissileLoadingCount0x028cnt144discconfirmed
293WeaponWeapon_DSaber_P_wep_27_ASMissileLoadingCount0x028cnt9discconfirmed
294WeaponWeapon_DSaber_P_wep_28_BombLoadingCount0x028cnt5defaulted-on-discconfirmed
295WeaponWeapon_DSaber_P_wep_29_BombLoadingCount0x028cnt15discconfirmed
296WeaponWeapon_DSaber_P_wep_29_ChildLoadingCount0x028cnt1500discconfirmed
297WeaponWeapon_DSaber_P_wep_30_ASMissileLoadingCount0x028cnt30discconfirmed
298WeaponWeapon_DSaber_P_wep_31_BombLoadingCount0x028cnt15discconfirmed
299WeaponWeapon_DSaber_P_wep_32_MissileLoadingCount0x028cnt240discconfirmed
300WeaponWeapon_DSaber_P_wep_33_GunLoadingCount0x028cnt3000discconfirmed
301WeaponWeapon_DSaber_P_wep_34_HBeamLoadingCount0x028cnt1500discconfirmed
302WeaponWeapon_DSaber_P_wep_35_GunLoadingCount0x028cnt2250discconfirmed
303WeaponWeapon_DSaber_P_wep_36_BombLoadingCount0x028cnt5defaulted-on-discconfirmed
304WeaponWeapon_DSaber_P_wep_37_BeamLoadingCount0x028cnt4000discconfirmed
305WeaponWeapon_DSaber_P_wep_38_ShotgunLoadingCount0x028cnt200discconfirmed
306WeaponWeapon_DSaber_P_wep_39_BeamLoadingCount0x028cnt3000discconfirmed
307WeaponWeapon_DSaber_P_wep_40_GunLoadingCount0x028cnt1500discconfirmed
308WeaponWeapon_DSaber_P_wep_41_ShotgunLoadingCount0x028cnt200discconfirmed
309WeaponWeapon_DSaber_P_wep_42_ShotgunLoadingCount0x028cnt200discconfirmed
310WeaponWeapon_DSaber_P_wep_43_RocketLoadingCount0x028cnt1500discconfirmed
311WeaponWeapon_DSaber_P_wep_48_CannonLoadingCount0x028cnt150discconfirmed
312WeaponWeapon_DSaber_P_wep_50_CannonLoadingCount0x028cnt30discconfirmed
313WeaponWeapon_DSaber_P_wep_52_SpecialLoadingCount0x028cnt1000discconfirmed
314WeaponWeapon_DSaber_P_wep_53_BeamLoadingCount0x028cnt1200discconfirmed
315WeaponWeapon_DSaber_P_wep_54_LaserLoadingCount0x028cnt300discconfirmed
316WeaponWeapon_DSaber_P_wep_55_RocketLoadingCount0x028cnt600discconfirmed
317WeaponWeapon_DSaber_P_wep_56_SpecialLoadingCount0x028cnt1000discconfirmed
318WeaponWeapon_DSaber_P_wep_57_RocketLoadingCount0x028cnt750discconfirmed
319WeaponWeapon_DSaber_P_wep_58_LaserLoadingCount0x028cnt225discconfirmed
320WeaponWeapon_DSaber_P_wep_59_SpecialLoadingCount0x028cnt180discconfirmed
321WeaponWeapon_DSaber_P_wep_60_ASMissileLoadingCount0x028cnt18discconfirmed
322WeaponWeapon_DSaber_P_wep_62_BeamLoadingCount0x028cnt75discconfirmed
323WeaponWeapon_DSaber_P_wep_66_SpecialLoadingCount0x028cnt1000discconfirmed
324WeaponWeapon_DSaber_P_wep_67_SpecialLoadingCount0x028cnt1000discconfirmed
325WeaponWeapon_DSaber_P_wep_68_SpecialLoadingCount0x028cnt20discconfirmed
326WeaponWeapon_DSaber_P_wep_69_SpecialLoadingCount0x028cnt1000discconfirmed
327WeaponWeapon_DSaber_P_wep_70_SpecialLoadingCount0x028cnt0defaulted-on-discconfirmed
328WeaponWeapon_DSaber_P_wep_71_SpecialLoadingCount0x028cnt200discconfirmed
329WeaponWeapon_DSaber_P_wep_80_RocketLoadingCount0x028cnt1200discconfirmed
330WeaponWeapon_DSaber_P_wep_81_MissileLoadingCount0x028cnt1000discconfirmed
331WeaponWeapon_DSaber_P_wep_82_LaserLoadingCount0x028cnt20discconfirmed
332WeaponWeapon_DSaber_P_wep_83_GunLoadingCount0x028cnt3000discconfirmed
333WeaponWeapon_DSaber_P_wep_84_CannonLoadingCount0x028cnt100discconfirmed
334WeaponWeapon_DSaber_P_wep_85_BeamLoadingCount0x028cnt200discconfirmed
335WeaponWeapon_NULLLoadingCount0x028cnt0defaulted-on-discconfirmed
336WeaponWeapon_S16Boss_AAGunLoadingCount0x028cnt10000discconfirmed
337WeaponWeapon_S16Boss_HBeamLoadingCount0x028cnt600discconfirmed
338WeaponWeapon_S16Boss_LaserLoadingCount0x028cnt0discconfirmed
339WeaponWeapon_TCAF_Acropolis_BowChaserLoadingCount0x028cnt10000discconfirmed
340WeaponWeapon_TCAF_ArrowHead_LaserLoadingCount0x028cnt10000discconfirmed
341WeaponWeapon_TCAF_ArrowHead_MissileLoadingCount0x028cnt10000discconfirmed
342WeaponWeapon_TCAF_ArrowHead_NoseGunLoadingCount0x028cnt10000discconfirmed
343WeaponWeapon_TCAF_Battleship_BowChaserLoadingCount0x028cnt10000discconfirmed
344WeaponWeapon_TCAF_Cruiser_BowChaserLoadingCount0x028cnt10000discconfirmed
345WeaponWeapon_TCAF_DeltaSaber_ASMissileLoadingCount0x028cnt15discconfirmed
346WeaponWeapon_TCAF_DeltaSaber_ASMissile_PLoadingCount0x028cnt30discconfirmed
347WeaponWeapon_TCAF_DeltaSaber_BeamLoadingCount0x028cnt10000discconfirmed
348WeaponWeapon_TCAF_DeltaSaber_Beam_PLoadingCount0x028cnt5000discconfirmed
349WeaponWeapon_TCAF_DeltaSaber_BombLoadingCount0x028cnt100discconfirmed
350WeaponWeapon_TCAF_DeltaSaber_Bomb_PLoadingCount0x028cnt100discconfirmed
351WeaponWeapon_TCAF_DeltaSaber_CannonLoadingCount0x028cnt1000discconfirmed
352WeaponWeapon_TCAF_DeltaSaber_Cannon_PLoadingCount0x028cnt1000discconfirmed
353WeaponWeapon_TCAF_DeltaSaber_GunLoadingCount0x028cnt10000discconfirmed
354WeaponWeapon_TCAF_DeltaSaber_Gun_PLoadingCount0x028cnt1000discconfirmed
355WeaponWeapon_TCAF_DeltaSaber_LaserLoadingCount0x028cnt0discconfirmed
356WeaponWeapon_TCAF_DeltaSaber_Laser_PLoadingCount0x028cnt180discconfirmed
357WeaponWeapon_TCAF_DeltaSaber_MissileLoadingCount0x028cnt100discconfirmed
358WeaponWeapon_TCAF_DeltaSaber_Missile_PLoadingCount0x028cnt300discconfirmed
359WeaponWeapon_TCAF_DeltaSaber_NoseGunLoadingCount0x028cnt10000discconfirmed
360WeaponWeapon_TCAF_DeltaSaber_NoseGun_PLoadingCount0x028cnt5000discconfirmed
361WeaponWeapon_TCAF_DeltaSaber_RocketLoadingCount0x028cnt1000discconfirmed
362WeaponWeapon_TCAF_DeltaSaber_Rocket_PLoadingCount0x028cnt1000discconfirmed
363WeaponWeapon_TCAF_DeltaSaber_ShotgunLoadingCount0x028cnt1000discconfirmed
364WeaponWeapon_TCAF_DeltaSaber_Shotgun_PLoadingCount0x028cnt1000discconfirmed
365WeaponWeapon_TCAF_DeltaSaber_SpecialLoadingCount0x028cnt10000discconfirmed
366WeaponWeapon_TCAF_DeltaSaber_Special_PLoadingCount0x028cnt1000discconfirmed
367WeaponWeapon_TCAF_DeltaSaber_TwinGunLoadingCount0x028cnt10000discconfirmed
368WeaponWeapon_TCAF_DeltaSaber_TwinGun_PLoadingCount0x028cnt1000discconfirmed
369WeaponWeapon_TCAF_Ship_AAGunLoadingCount0x028cnt10000discconfirmed
370WeaponWeapon_TCAF_Ship_AAGunLLoadingCount0x028cnt10000discconfirmed
371WeaponWeapon_TCAF_Ship_ASGunLoadingCount0x028cnt10000discconfirmed
372WeaponWeapon_TCAF_Ship_HBeamLoadingCount0x028cnt10000discconfirmed
373WeaponWeapon_Test_ASMissileLoadingCount0x028cnt10000discconfirmed
374WeaponWeapon_Test_GunLoadingCount0x028cnt10000discconfirmed
375WeaponWeapon_Test_Gun_PlayerLoadingCount0x028cnt1e+06discconfirmed
376WeaponWeapon_Test_LaserLoadingCount0x028cnt10000discconfirmed
377WeaponWeapon_Test_MissileLoadingCount0x028cnt10000discconfirmed
378WeaponWeapon_Test_Missile_PlayerLoadingCount0x028cnt32discconfirmed
379WeaponWeapon_Test_SubGunLoadingCount0x028cnt10000discconfirmed
380WeaponWeapon_ADAN_AAFrigate_AAGunInterval0x02cf325discconfirmed
381WeaponWeapon_ADAN_Attacker_B_GunTurretInterval0x02cf321.5discconfirmed
382WeaponWeapon_ADAN_Attacker_S_ASMissileInterval0x02cf3210discconfirmed
383WeaponWeapon_ADAN_Attacker_S_NoseGunInterval0x02cf321.5discconfirmed
384WeaponWeapon_ADAN_Battleship_BowChaserInterval0x02cf3215discconfirmed
385WeaponWeapon_ADAN_Cruiser_BowChaserInterval0x02cf3215discconfirmed
386WeaponWeapon_ADAN_Destroyer_BowChaserInterval0x02cf3212discconfirmed
387WeaponWeapon_ADAN_Phantom_LaserInterval0x02cf322discconfirmed
388WeaponWeapon_ADAN_Puppy_NoseGunInterval0x02cf321.5discconfirmed
389WeaponWeapon_ADAN_SDBattleship_BowChaserInterval0x02cf3215discconfirmed
390WeaponWeapon_ADAN_Ship_AAGunInterval0x02cf325discconfirmed
391WeaponWeapon_ADAN_Ship_AAGunLInterval0x02cf3210discconfirmed
392WeaponWeapon_ADAN_Ship_AAMissileInterval0x02cf3220discconfirmed
393WeaponWeapon_ADAN_Ship_ASGunInterval0x02cf325discconfirmed
394WeaponWeapon_ADAN_Ship_ASMissileInterval0x02cf3220discconfirmed
395WeaponWeapon_ADAN_Turret_CannonInterval0x02cf321.5discconfirmed
396WeaponWeapon_ADAN_Turret_MissileInterval0x02cf3220discconfirmed
397WeaponWeapon_ADAN_Turret_NoseGunInterval0x02cf321.5discconfirmed
398WeaponWeapon_ADAN_TypeQ_BeamInterval0x02cf321.5discconfirmed
399WeaponWeapon_ADAN_Vindicator_RocketInterval0x02cf322discconfirmed
400WeaponWeapon_DSaber_P_wep_01_BeamInterval0x02cf320.05discconfirmed
401WeaponWeapon_DSaber_P_wep_02_MissileInterval0x02cf322.5discconfirmed
402WeaponWeapon_DSaber_P_wep_03_CannonInterval0x02cf320.6discconfirmed
403WeaponWeapon_DSaber_P_wep_04_MissileInterval0x02cf323.5discconfirmed
404WeaponWeapon_DSaber_P_wep_05_ASMissileInterval0x02cf323discconfirmed
405WeaponWeapon_DSaber_P_wep_07_CannonInterval0x02cf320.2discconfirmed
406WeaponWeapon_DSaber_P_wep_08_ASMissileInterval0x02cf322discconfirmed
407WeaponWeapon_DSaber_P_wep_09_GunInterval0x02cf320.1discconfirmed
408WeaponWeapon_DSaber_P_wep_10_GunInterval0x02cf320.03discconfirmed
409WeaponWeapon_DSaber_P_wep_11_CannonInterval0x02cf3212discconfirmed
410WeaponWeapon_DSaber_P_wep_12_RocketInterval0x02cf321discconfirmed
411WeaponWeapon_DSaber_P_wep_13_ChildInterval0x02cf323.5discconfirmed
412WeaponWeapon_DSaber_P_wep_13_MissileInterval0x02cf326discconfirmed
413WeaponWeapon_DSaber_P_wep_14_LaserInterval0x02cf320.01discconfirmed
414WeaponWeapon_DSaber_P_wep_19_LaserInterval0x02cf320.01discconfirmed
415WeaponWeapon_DSaber_P_wep_23_CannonInterval0x02cf321.5discconfirmed
416WeaponWeapon_DSaber_P_wep_24_BeamInterval0x02cf320.1discconfirmed
417WeaponWeapon_DSaber_P_wep_25_HBeamInterval0x02cf325discconfirmed
418WeaponWeapon_DSaber_P_wep_26_MissileInterval0x02cf323discconfirmed
419WeaponWeapon_DSaber_P_wep_27_ASMissileInterval0x02cf3210discconfirmed
420WeaponWeapon_DSaber_P_wep_28_BombInterval0x02cf328discconfirmed
421WeaponWeapon_DSaber_P_wep_29_BombInterval0x02cf3210discconfirmed
422WeaponWeapon_DSaber_P_wep_29_ChildInterval0x02cf328discconfirmed
423WeaponWeapon_DSaber_P_wep_30_ASMissileInterval0x02cf325discconfirmed
424WeaponWeapon_DSaber_P_wep_31_BombInterval0x02cf322discconfirmed
425WeaponWeapon_DSaber_P_wep_32_MissileInterval0x02cf324discconfirmed
426WeaponWeapon_DSaber_P_wep_33_GunInterval0x02cf320.02discconfirmed
427WeaponWeapon_DSaber_P_wep_34_HBeamInterval0x02cf328discconfirmed
428WeaponWeapon_DSaber_P_wep_35_GunInterval0x02cf320.03discconfirmed
429WeaponWeapon_DSaber_P_wep_36_BombInterval0x02cf3215discconfirmed
430WeaponWeapon_DSaber_P_wep_37_BeamInterval0x02cf320.02discconfirmed
431WeaponWeapon_DSaber_P_wep_38_ShotgunInterval0x02cf321discconfirmed
432WeaponWeapon_DSaber_P_wep_39_BeamInterval0x02cf320.04discconfirmed
433WeaponWeapon_DSaber_P_wep_40_GunInterval0x02cf320.1discconfirmed
434WeaponWeapon_DSaber_P_wep_41_ShotgunInterval0x02cf320.7discconfirmed
435WeaponWeapon_DSaber_P_wep_42_ShotgunInterval0x02cf320.5discconfirmed
436WeaponWeapon_DSaber_P_wep_43_RocketInterval0x02cf320.07discconfirmed
437WeaponWeapon_DSaber_P_wep_48_CannonInterval0x02cf321discconfirmed
438WeaponWeapon_DSaber_P_wep_50_CannonInterval0x02cf324discconfirmed
439WeaponWeapon_DSaber_P_wep_52_SpecialInterval0x02cf320.5discconfirmed
440WeaponWeapon_DSaber_P_wep_53_BeamInterval0x02cf320.08discconfirmed
441WeaponWeapon_DSaber_P_wep_54_LaserInterval0x02cf320.01discconfirmed
442WeaponWeapon_DSaber_P_wep_55_RocketInterval0x02cf320.1discconfirmed
443WeaponWeapon_DSaber_P_wep_56_SpecialInterval0x02cf320.5discconfirmed
444WeaponWeapon_DSaber_P_wep_57_RocketInterval0x02cf320.1discconfirmed
445WeaponWeapon_DSaber_P_wep_58_LaserInterval0x02cf320.01discconfirmed
446WeaponWeapon_DSaber_P_wep_59_SpecialInterval0x02cf321discconfirmed
447WeaponWeapon_DSaber_P_wep_60_ASMissileInterval0x02cf324discconfirmed
448WeaponWeapon_DSaber_P_wep_62_BeamInterval0x02cf325discconfirmed
449WeaponWeapon_DSaber_P_wep_66_SpecialInterval0x02cf320discconfirmed
450WeaponWeapon_DSaber_P_wep_67_SpecialInterval0x02cf320discconfirmed
451WeaponWeapon_DSaber_P_wep_68_SpecialInterval0x02cf320discconfirmed
452WeaponWeapon_DSaber_P_wep_69_SpecialInterval0x02cf320discconfirmed
453WeaponWeapon_DSaber_P_wep_70_SpecialInterval0x02cf320discconfirmed
454WeaponWeapon_DSaber_P_wep_71_SpecialInterval0x02cf320.5discconfirmed
455WeaponWeapon_DSaber_P_wep_80_RocketInterval0x02cf320.1discconfirmed
456WeaponWeapon_DSaber_P_wep_81_MissileInterval0x02cf323discconfirmed
457WeaponWeapon_DSaber_P_wep_82_LaserInterval0x02cf320.01discconfirmed
458WeaponWeapon_DSaber_P_wep_83_GunInterval0x02cf320.05discconfirmed
459WeaponWeapon_DSaber_P_wep_84_CannonInterval0x02cf321discconfirmed
460WeaponWeapon_DSaber_P_wep_85_BeamInterval0x02cf320.5discconfirmed
461WeaponWeapon_NULLInterval0x02cf320defaulted-on-discconfirmed
462WeaponWeapon_S16Boss_AAGunInterval0x02cf322discconfirmed
463WeaponWeapon_S16Boss_HBeamInterval0x02cf325discconfirmed
464WeaponWeapon_S16Boss_LaserInterval0x02cf322discconfirmed
465WeaponWeapon_TCAF_Acropolis_BowChaserInterval0x02cf325discconfirmed
466WeaponWeapon_TCAF_ArrowHead_LaserInterval0x02cf322discconfirmed
467WeaponWeapon_TCAF_ArrowHead_MissileInterval0x02cf3220discconfirmed
468WeaponWeapon_TCAF_ArrowHead_NoseGunInterval0x02cf323discconfirmed
469WeaponWeapon_TCAF_Battleship_BowChaserInterval0x02cf3218discconfirmed
470WeaponWeapon_TCAF_Cruiser_BowChaserInterval0x02cf3210discconfirmed
471WeaponWeapon_TCAF_DeltaSaber_ASMissileInterval0x02cf3210discconfirmed
472WeaponWeapon_TCAF_DeltaSaber_ASMissile_PInterval0x02cf3210discconfirmed
473WeaponWeapon_TCAF_DeltaSaber_BeamInterval0x02cf320.5discconfirmed
474WeaponWeapon_TCAF_DeltaSaber_Beam_PInterval0x02cf320.5discconfirmed
475WeaponWeapon_TCAF_DeltaSaber_BombInterval0x02cf322discconfirmed
476WeaponWeapon_TCAF_DeltaSaber_Bomb_PInterval0x02cf322discconfirmed
477WeaponWeapon_TCAF_DeltaSaber_CannonInterval0x02cf321.5discconfirmed
478WeaponWeapon_TCAF_DeltaSaber_Cannon_PInterval0x02cf321.5discconfirmed
479WeaponWeapon_TCAF_DeltaSaber_GunInterval0x02cf320.5discconfirmed
480WeaponWeapon_TCAF_DeltaSaber_Gun_PInterval0x02cf320.5discconfirmed
481WeaponWeapon_TCAF_DeltaSaber_LaserInterval0x02cf322discconfirmed
482WeaponWeapon_TCAF_DeltaSaber_Laser_PInterval0x02cf321discconfirmed
483WeaponWeapon_TCAF_DeltaSaber_MissileInterval0x02cf325discconfirmed
484WeaponWeapon_TCAF_DeltaSaber_Missile_PInterval0x02cf325discconfirmed
485WeaponWeapon_TCAF_DeltaSaber_NoseGunInterval0x02cf320.5discconfirmed
486WeaponWeapon_TCAF_DeltaSaber_NoseGun_PInterval0x02cf320.5discconfirmed
487WeaponWeapon_TCAF_DeltaSaber_RocketInterval0x02cf321discconfirmed
488WeaponWeapon_TCAF_DeltaSaber_Rocket_PInterval0x02cf321discconfirmed
489WeaponWeapon_TCAF_DeltaSaber_ShotgunInterval0x02cf320.5discconfirmed
490WeaponWeapon_TCAF_DeltaSaber_Shotgun_PInterval0x02cf320.5discconfirmed
491WeaponWeapon_TCAF_DeltaSaber_SpecialInterval0x02cf320.5discconfirmed
492WeaponWeapon_TCAF_DeltaSaber_Special_PInterval0x02cf320.5discconfirmed
493WeaponWeapon_TCAF_DeltaSaber_TwinGunInterval0x02cf320.5discconfirmed
494WeaponWeapon_TCAF_DeltaSaber_TwinGun_PInterval0x02cf320.5discconfirmed
495WeaponWeapon_TCAF_Ship_AAGunInterval0x02cf325discconfirmed
496WeaponWeapon_TCAF_Ship_AAGunLInterval0x02cf3210discconfirmed
497WeaponWeapon_TCAF_Ship_ASGunInterval0x02cf325discconfirmed
498WeaponWeapon_TCAF_Ship_HBeamInterval0x02cf3215discconfirmed
499WeaponWeapon_Test_ASMissileInterval0x02cf325discconfirmed
500WeaponWeapon_Test_GunInterval0x02cf321.5discconfirmed
501WeaponWeapon_Test_Gun_PlayerInterval0x02cf320.1discconfirmed
502WeaponWeapon_Test_LaserInterval0x02cf322discconfirmed
503WeaponWeapon_Test_MissileInterval0x02cf3220discconfirmed
504WeaponWeapon_Test_Missile_PlayerInterval0x02cf325discconfirmed
505WeaponWeapon_Test_SubGunInterval0x02cf320.1discconfirmed
506WeaponWeapon_ADAN_AAFrigate_AAGunReadyInterval0x030f320discconfirmed
507WeaponWeapon_ADAN_Attacker_B_GunTurretReadyInterval0x030f320.25discconfirmed
508WeaponWeapon_ADAN_Attacker_S_ASMissileReadyInterval0x030f321discconfirmed
509WeaponWeapon_ADAN_Attacker_S_NoseGunReadyInterval0x030f320.25discconfirmed
510WeaponWeapon_ADAN_Battleship_BowChaserReadyInterval0x030f320discconfirmed
511WeaponWeapon_ADAN_Cruiser_BowChaserReadyInterval0x030f320discconfirmed
512WeaponWeapon_ADAN_Destroyer_BowChaserReadyInterval0x030f320discconfirmed
513WeaponWeapon_ADAN_Phantom_LaserReadyInterval0x030f320discconfirmed
514WeaponWeapon_ADAN_Puppy_NoseGunReadyInterval0x030f320.25discconfirmed
515WeaponWeapon_ADAN_SDBattleship_BowChaserReadyInterval0x030f320discconfirmed
516WeaponWeapon_ADAN_Ship_AAGunReadyInterval0x030f320discconfirmed
517WeaponWeapon_ADAN_Ship_AAGunLReadyInterval0x030f320discconfirmed
518WeaponWeapon_ADAN_Ship_AAMissileReadyInterval0x030f321discconfirmed
519WeaponWeapon_ADAN_Ship_ASGunReadyInterval0x030f320discconfirmed
520WeaponWeapon_ADAN_Ship_ASMissileReadyInterval0x030f321discconfirmed
521WeaponWeapon_ADAN_Turret_CannonReadyInterval0x030f320discconfirmed
522WeaponWeapon_ADAN_Turret_MissileReadyInterval0x030f321discconfirmed
523WeaponWeapon_ADAN_Turret_NoseGunReadyInterval0x030f320.25discconfirmed
524WeaponWeapon_ADAN_TypeQ_BeamReadyInterval0x030f320discconfirmed
525WeaponWeapon_ADAN_Vindicator_RocketReadyInterval0x030f320discconfirmed
526WeaponWeapon_DSaber_P_wep_01_BeamReadyInterval0x030f320discconfirmed
527WeaponWeapon_DSaber_P_wep_02_MissileReadyInterval0x030f320.15discconfirmed
528WeaponWeapon_DSaber_P_wep_03_CannonReadyInterval0x030f320.01discconfirmed
529WeaponWeapon_DSaber_P_wep_04_MissileReadyInterval0x030f320.15discconfirmed
530WeaponWeapon_DSaber_P_wep_05_ASMissileReadyInterval0x030f320.15discconfirmed
531WeaponWeapon_DSaber_P_wep_07_CannonReadyInterval0x030f320.01discconfirmed
532WeaponWeapon_DSaber_P_wep_08_ASMissileReadyInterval0x030f320.15discconfirmed
533WeaponWeapon_DSaber_P_wep_09_GunReadyInterval0x030f320.02discconfirmed
534WeaponWeapon_DSaber_P_wep_10_GunReadyInterval0x030f320.6discconfirmed
535WeaponWeapon_DSaber_P_wep_11_CannonReadyInterval0x030f320.2discconfirmed
536WeaponWeapon_DSaber_P_wep_12_RocketReadyInterval0x030f320discconfirmed
537WeaponWeapon_DSaber_P_wep_13_ChildReadyInterval0x030f320.15discconfirmed
538WeaponWeapon_DSaber_P_wep_13_MissileReadyInterval0x030f320.15discconfirmed
539WeaponWeapon_DSaber_P_wep_14_LaserReadyInterval0x030f320.2discconfirmed
540WeaponWeapon_DSaber_P_wep_19_LaserReadyInterval0x030f320.2discconfirmed
541WeaponWeapon_DSaber_P_wep_23_CannonReadyInterval0x030f320.01discconfirmed
542WeaponWeapon_DSaber_P_wep_24_BeamReadyInterval0x030f320discconfirmed
543WeaponWeapon_DSaber_P_wep_25_HBeamReadyInterval0x030f320.15discconfirmed
544WeaponWeapon_DSaber_P_wep_26_MissileReadyInterval0x030f320.15discconfirmed
545WeaponWeapon_DSaber_P_wep_27_ASMissileReadyInterval0x030f320.15discconfirmed
546WeaponWeapon_DSaber_P_wep_28_BombReadyInterval0x030f320.6discconfirmed
547WeaponWeapon_DSaber_P_wep_29_BombReadyInterval0x030f320.6discconfirmed
548WeaponWeapon_DSaber_P_wep_29_ChildReadyInterval0x030f320.15discconfirmed
549WeaponWeapon_DSaber_P_wep_30_ASMissileReadyInterval0x030f320.15discconfirmed
550WeaponWeapon_DSaber_P_wep_31_BombReadyInterval0x030f320.6discconfirmed
551WeaponWeapon_DSaber_P_wep_32_MissileReadyInterval0x030f320.15discconfirmed
552WeaponWeapon_DSaber_P_wep_33_GunReadyInterval0x030f320.6discconfirmed
553WeaponWeapon_DSaber_P_wep_34_HBeamReadyInterval0x030f320.15discconfirmed
554WeaponWeapon_DSaber_P_wep_35_GunReadyInterval0x030f320.6discconfirmed
555WeaponWeapon_DSaber_P_wep_36_BombReadyInterval0x030f320.6discconfirmed
556WeaponWeapon_DSaber_P_wep_37_BeamReadyInterval0x030f320discconfirmed
557WeaponWeapon_DSaber_P_wep_38_ShotgunReadyInterval0x030f320discconfirmed
558WeaponWeapon_DSaber_P_wep_39_BeamReadyInterval0x030f320discconfirmed
559WeaponWeapon_DSaber_P_wep_40_GunReadyInterval0x030f320.1defaulted-on-discconfirmed
560WeaponWeapon_DSaber_P_wep_41_ShotgunReadyInterval0x030f320discconfirmed
561WeaponWeapon_DSaber_P_wep_42_ShotgunReadyInterval0x030f320discconfirmed
562WeaponWeapon_DSaber_P_wep_43_RocketReadyInterval0x030f320discconfirmed
563WeaponWeapon_DSaber_P_wep_48_CannonReadyInterval0x030f320.01discconfirmed
564WeaponWeapon_DSaber_P_wep_50_CannonReadyInterval0x030f320.01discconfirmed
565WeaponWeapon_DSaber_P_wep_52_SpecialReadyInterval0x030f320.6discconfirmed
566WeaponWeapon_DSaber_P_wep_53_BeamReadyInterval0x030f320discconfirmed
567WeaponWeapon_DSaber_P_wep_54_LaserReadyInterval0x030f320.2discconfirmed
568WeaponWeapon_DSaber_P_wep_55_RocketReadyInterval0x030f320discconfirmed
569WeaponWeapon_DSaber_P_wep_56_SpecialReadyInterval0x030f320.6discconfirmed
570WeaponWeapon_DSaber_P_wep_57_RocketReadyInterval0x030f320discconfirmed
571WeaponWeapon_DSaber_P_wep_58_LaserReadyInterval0x030f320.2discconfirmed
572WeaponWeapon_DSaber_P_wep_59_SpecialReadyInterval0x030f320.2discconfirmed
573WeaponWeapon_DSaber_P_wep_60_ASMissileReadyInterval0x030f320.15discconfirmed
574WeaponWeapon_DSaber_P_wep_62_BeamReadyInterval0x030f320discconfirmed
575WeaponWeapon_DSaber_P_wep_66_SpecialReadyInterval0x030f320.6discconfirmed
576WeaponWeapon_DSaber_P_wep_67_SpecialReadyInterval0x030f320.6discconfirmed
577WeaponWeapon_DSaber_P_wep_68_SpecialReadyInterval0x030f320.6discconfirmed
578WeaponWeapon_DSaber_P_wep_69_SpecialReadyInterval0x030f320.6discconfirmed
579WeaponWeapon_DSaber_P_wep_70_SpecialReadyInterval0x030f320.6discconfirmed
580WeaponWeapon_DSaber_P_wep_71_SpecialReadyInterval0x030f320discconfirmed
581WeaponWeapon_DSaber_P_wep_80_RocketReadyInterval0x030f320discconfirmed
582WeaponWeapon_DSaber_P_wep_81_MissileReadyInterval0x030f320.15discconfirmed
583WeaponWeapon_DSaber_P_wep_82_LaserReadyInterval0x030f320.4discconfirmed
584WeaponWeapon_DSaber_P_wep_83_GunReadyInterval0x030f320.1discconfirmed
585WeaponWeapon_DSaber_P_wep_84_CannonReadyInterval0x030f320.01discconfirmed
586WeaponWeapon_DSaber_P_wep_85_BeamReadyInterval0x030f320discconfirmed
587WeaponWeapon_NULLReadyInterval0x030f320defaulted-on-discconfirmed
588WeaponWeapon_S16Boss_AAGunReadyInterval0x030f320discconfirmed
589WeaponWeapon_S16Boss_HBeamReadyInterval0x030f320.15discconfirmed
590WeaponWeapon_S16Boss_LaserReadyInterval0x030f320discconfirmed
591WeaponWeapon_TCAF_Acropolis_BowChaserReadyInterval0x030f320discconfirmed
592WeaponWeapon_TCAF_ArrowHead_LaserReadyInterval0x030f320discconfirmed
593WeaponWeapon_TCAF_ArrowHead_MissileReadyInterval0x030f320discconfirmed
594WeaponWeapon_TCAF_ArrowHead_NoseGunReadyInterval0x030f320.2discconfirmed
595WeaponWeapon_TCAF_Battleship_BowChaserReadyInterval0x030f320discconfirmed
596WeaponWeapon_TCAF_Cruiser_BowChaserReadyInterval0x030f320discconfirmed
597WeaponWeapon_TCAF_DeltaSaber_ASMissileReadyInterval0x030f320.15discconfirmed
598WeaponWeapon_TCAF_DeltaSaber_ASMissile_PReadyInterval0x030f320.15discconfirmed
599WeaponWeapon_TCAF_DeltaSaber_BeamReadyInterval0x030f320.2discconfirmed
600WeaponWeapon_TCAF_DeltaSaber_Beam_PReadyInterval0x030f320.2discconfirmed
601WeaponWeapon_TCAF_DeltaSaber_BombReadyInterval0x030f320.6discconfirmed
602WeaponWeapon_TCAF_DeltaSaber_Bomb_PReadyInterval0x030f320.6discconfirmed
603WeaponWeapon_TCAF_DeltaSaber_CannonReadyInterval0x030f320.01discconfirmed
604WeaponWeapon_TCAF_DeltaSaber_Cannon_PReadyInterval0x030f320.01discconfirmed
605WeaponWeapon_TCAF_DeltaSaber_GunReadyInterval0x030f320.6discconfirmed
606WeaponWeapon_TCAF_DeltaSaber_Gun_PReadyInterval0x030f320.6discconfirmed
607WeaponWeapon_TCAF_DeltaSaber_LaserReadyInterval0x030f320discconfirmed
608WeaponWeapon_TCAF_DeltaSaber_Laser_PReadyInterval0x030f320.2discconfirmed
609WeaponWeapon_TCAF_DeltaSaber_MissileReadyInterval0x030f320.15discconfirmed
610WeaponWeapon_TCAF_DeltaSaber_Missile_PReadyInterval0x030f320.15discconfirmed
611WeaponWeapon_TCAF_DeltaSaber_NoseGunReadyInterval0x030f320.2discconfirmed
612WeaponWeapon_TCAF_DeltaSaber_NoseGun_PReadyInterval0x030f320.2discconfirmed
613WeaponWeapon_TCAF_DeltaSaber_RocketReadyInterval0x030f320discconfirmed
614WeaponWeapon_TCAF_DeltaSaber_Rocket_PReadyInterval0x030f320discconfirmed
615WeaponWeapon_TCAF_DeltaSaber_ShotgunReadyInterval0x030f320discconfirmed
616WeaponWeapon_TCAF_DeltaSaber_Shotgun_PReadyInterval0x030f320discconfirmed
617WeaponWeapon_TCAF_DeltaSaber_SpecialReadyInterval0x030f320.6discconfirmed
618WeaponWeapon_TCAF_DeltaSaber_Special_PReadyInterval0x030f320.6discconfirmed
619WeaponWeapon_TCAF_DeltaSaber_TwinGunReadyInterval0x030f320.6discconfirmed
620WeaponWeapon_TCAF_DeltaSaber_TwinGun_PReadyInterval0x030f320.6discconfirmed
621WeaponWeapon_TCAF_Ship_AAGunReadyInterval0x030f320discconfirmed
622WeaponWeapon_TCAF_Ship_AAGunLReadyInterval0x030f320discconfirmed
623WeaponWeapon_TCAF_Ship_ASGunReadyInterval0x030f320discconfirmed
624WeaponWeapon_TCAF_Ship_HBeamReadyInterval0x030f320discconfirmed
625WeaponWeapon_Test_ASMissileReadyInterval0x030f321discconfirmed
626WeaponWeapon_Test_GunReadyInterval0x030f320.25discconfirmed
627WeaponWeapon_Test_Gun_PlayerReadyInterval0x030f320defaulted-on-discconfirmed
628WeaponWeapon_Test_LaserReadyInterval0x030f320defaulted-on-discconfirmed
629WeaponWeapon_Test_MissileReadyInterval0x030f321discconfirmed
630WeaponWeapon_Test_Missile_PlayerReadyInterval0x030f320defaulted-on-discconfirmed
631WeaponWeapon_Test_SubGunReadyInterval0x030f320defaulted-on-discconfirmed
632WeaponWeapon_ADAN_AAFrigate_AAGunHeating0x034f320discconfirmed
633WeaponWeapon_ADAN_Attacker_B_GunTurretHeating0x034f320.01discconfirmed
634WeaponWeapon_ADAN_Attacker_S_ASMissileHeating0x034f320discconfirmed
635WeaponWeapon_ADAN_Attacker_S_NoseGunHeating0x034f320.01discconfirmed
636WeaponWeapon_ADAN_Battleship_BowChaserHeating0x034f320.6discconfirmed
637WeaponWeapon_ADAN_Cruiser_BowChaserHeating0x034f320.6discconfirmed
638WeaponWeapon_ADAN_Destroyer_BowChaserHeating0x034f320.6discconfirmed
639WeaponWeapon_ADAN_Phantom_LaserHeating0x034f320defaulted-on-discconfirmed
640WeaponWeapon_ADAN_Puppy_NoseGunHeating0x034f320.01discconfirmed
641WeaponWeapon_ADAN_SDBattleship_BowChaserHeating0x034f320.6discconfirmed
642WeaponWeapon_ADAN_Ship_AAGunHeating0x034f320discconfirmed
643WeaponWeapon_ADAN_Ship_AAGunLHeating0x034f320discconfirmed
644WeaponWeapon_ADAN_Ship_AAMissileHeating0x034f320discconfirmed
645WeaponWeapon_ADAN_Ship_ASGunHeating0x034f320.6discconfirmed
646WeaponWeapon_ADAN_Ship_ASMissileHeating0x034f320discconfirmed
647WeaponWeapon_ADAN_Turret_CannonHeating0x034f320discconfirmed
648WeaponWeapon_ADAN_Turret_MissileHeating0x034f320discconfirmed
649WeaponWeapon_ADAN_Turret_NoseGunHeating0x034f320.01discconfirmed
650WeaponWeapon_ADAN_TypeQ_BeamHeating0x034f320discconfirmed
651WeaponWeapon_ADAN_Vindicator_RocketHeating0x034f320discconfirmed
652WeaponWeapon_DSaber_P_wep_01_BeamHeating0x034f320.01625discconfirmed
653WeaponWeapon_DSaber_P_wep_02_MissileHeating0x034f320discconfirmed
654WeaponWeapon_DSaber_P_wep_03_CannonHeating0x034f320.253333discconfirmed
655WeaponWeapon_DSaber_P_wep_04_MissileHeating0x034f320discconfirmed
656WeaponWeapon_DSaber_P_wep_05_ASMissileHeating0x034f320discconfirmed
657WeaponWeapon_DSaber_P_wep_07_CannonHeating0x034f320.0466667discconfirmed
658WeaponWeapon_DSaber_P_wep_08_ASMissileHeating0x034f320discconfirmed
659WeaponWeapon_DSaber_P_wep_09_GunHeating0x034f320.02defaulted-on-discconfirmed
660WeaponWeapon_DSaber_P_wep_10_GunHeating0x034f320.008discconfirmed
661WeaponWeapon_DSaber_P_wep_11_CannonHeating0x034f320discconfirmed
662WeaponWeapon_DSaber_P_wep_12_RocketHeating0x034f320defaulted-on-discconfirmed
663WeaponWeapon_DSaber_P_wep_13_ChildHeating0x034f320discconfirmed
664WeaponWeapon_DSaber_P_wep_13_MissileHeating0x034f320discconfirmed
665WeaponWeapon_DSaber_P_wep_14_LaserHeating0x034f320.3discconfirmed
666WeaponWeapon_DSaber_P_wep_19_LaserHeating0x034f320.15discconfirmed
667WeaponWeapon_DSaber_P_wep_23_CannonHeating0x034f320.45discconfirmed
668WeaponWeapon_DSaber_P_wep_24_BeamHeating0x034f320.0325discconfirmed
669WeaponWeapon_DSaber_P_wep_25_HBeamHeating0x034f320discconfirmed
670WeaponWeapon_DSaber_P_wep_26_MissileHeating0x034f320discconfirmed
671WeaponWeapon_DSaber_P_wep_27_ASMissileHeating0x034f320discconfirmed
672WeaponWeapon_DSaber_P_wep_28_BombHeating0x034f320discconfirmed
673WeaponWeapon_DSaber_P_wep_29_BombHeating0x034f320discconfirmed
674WeaponWeapon_DSaber_P_wep_29_ChildHeating0x034f320discconfirmed
675WeaponWeapon_DSaber_P_wep_30_ASMissileHeating0x034f320discconfirmed
676WeaponWeapon_DSaber_P_wep_31_BombHeating0x034f320discconfirmed
677WeaponWeapon_DSaber_P_wep_32_MissileHeating0x034f320discconfirmed
678WeaponWeapon_DSaber_P_wep_33_GunHeating0x034f320.007discconfirmed
679WeaponWeapon_DSaber_P_wep_34_HBeamHeating0x034f320discconfirmed
680WeaponWeapon_DSaber_P_wep_35_GunHeating0x034f320.009discconfirmed
681WeaponWeapon_DSaber_P_wep_36_BombHeating0x034f320discconfirmed
682WeaponWeapon_DSaber_P_wep_37_BeamHeating0x034f320.008discconfirmed
683WeaponWeapon_DSaber_P_wep_38_ShotgunHeating0x034f320.433333discconfirmed
684WeaponWeapon_DSaber_P_wep_39_BeamHeating0x034f320.0173333discconfirmed
685WeaponWeapon_DSaber_P_wep_40_GunHeating0x034f320.03discconfirmed
686WeaponWeapon_DSaber_P_wep_41_ShotgunHeating0x034f320.233333discconfirmed
687WeaponWeapon_DSaber_P_wep_42_ShotgunHeating0x034f320.266667discconfirmed
688WeaponWeapon_DSaber_P_wep_43_RocketHeating0x034f320.05discconfirmed
689WeaponWeapon_DSaber_P_wep_48_CannonHeating0x034f320.258333discconfirmed
690WeaponWeapon_DSaber_P_wep_50_CannonHeating0x034f320.8discconfirmed
691WeaponWeapon_DSaber_P_wep_52_SpecialHeating0x034f320discconfirmed
692WeaponWeapon_DSaber_P_wep_53_BeamHeating0x034f320.0133333discconfirmed
693WeaponWeapon_DSaber_P_wep_54_LaserHeating0x034f320.0583333discconfirmed
694WeaponWeapon_DSaber_P_wep_55_RocketHeating0x034f320defaulted-on-discconfirmed
695WeaponWeapon_DSaber_P_wep_56_SpecialHeating0x034f320discconfirmed
696WeaponWeapon_DSaber_P_wep_57_RocketHeating0x034f320defaulted-on-discconfirmed
697WeaponWeapon_DSaber_P_wep_58_LaserHeating0x034f320.125discconfirmed
698WeaponWeapon_DSaber_P_wep_59_SpecialHeating0x034f320discconfirmed
699WeaponWeapon_DSaber_P_wep_60_ASMissileHeating0x034f320discconfirmed
700WeaponWeapon_DSaber_P_wep_62_BeamHeating0x034f320defaulted-on-discconfirmed
701WeaponWeapon_DSaber_P_wep_66_SpecialHeating0x034f320discconfirmed
702WeaponWeapon_DSaber_P_wep_67_SpecialHeating0x034f320discconfirmed
703WeaponWeapon_DSaber_P_wep_68_SpecialHeating0x034f320discconfirmed
704WeaponWeapon_DSaber_P_wep_69_SpecialHeating0x034f320discconfirmed
705WeaponWeapon_DSaber_P_wep_70_SpecialHeating0x034f320discconfirmed
706WeaponWeapon_DSaber_P_wep_71_SpecialHeating0x034f320discconfirmed
707WeaponWeapon_DSaber_P_wep_80_RocketHeating0x034f320.039discconfirmed
708WeaponWeapon_DSaber_P_wep_81_MissileHeating0x034f320discconfirmed
709WeaponWeapon_DSaber_P_wep_82_LaserHeating0x034f320.3discconfirmed
710WeaponWeapon_DSaber_P_wep_83_GunHeating0x034f320.02discconfirmed
711WeaponWeapon_DSaber_P_wep_84_CannonHeating0x034f320.233discconfirmed
712WeaponWeapon_DSaber_P_wep_85_BeamHeating0x034f320defaulted-on-discconfirmed
713WeaponWeapon_NULLHeating0x034f320defaulted-on-discconfirmed
714WeaponWeapon_S16Boss_AAGunHeating0x034f320discconfirmed
715WeaponWeapon_S16Boss_HBeamHeating0x034f320.06discconfirmed
716WeaponWeapon_S16Boss_LaserHeating0x034f320.5discconfirmed
717WeaponWeapon_TCAF_Acropolis_BowChaserHeating0x034f320.6discconfirmed
718WeaponWeapon_TCAF_ArrowHead_LaserHeating0x034f320defaulted-on-discconfirmed
719WeaponWeapon_TCAF_ArrowHead_MissileHeating0x034f320defaulted-on-discconfirmed
720WeaponWeapon_TCAF_ArrowHead_NoseGunHeating0x034f320.01discconfirmed
721WeaponWeapon_TCAF_Battleship_BowChaserHeating0x034f320.6discconfirmed
722WeaponWeapon_TCAF_Cruiser_BowChaserHeating0x034f320.6discconfirmed
723WeaponWeapon_TCAF_DeltaSaber_ASMissileHeating0x034f320discconfirmed
724WeaponWeapon_TCAF_DeltaSaber_ASMissile_PHeating0x034f320discconfirmed
725WeaponWeapon_TCAF_DeltaSaber_BeamHeating0x034f320.01discconfirmed
726WeaponWeapon_TCAF_DeltaSaber_Beam_PHeating0x034f320.007discconfirmed
727WeaponWeapon_TCAF_DeltaSaber_BombHeating0x034f320discconfirmed
728WeaponWeapon_TCAF_DeltaSaber_Bomb_PHeating0x034f320discconfirmed
729WeaponWeapon_TCAF_DeltaSaber_CannonHeating0x034f320.5discconfirmed
730WeaponWeapon_TCAF_DeltaSaber_Cannon_PHeating0x034f320.3discconfirmed
731WeaponWeapon_TCAF_DeltaSaber_GunHeating0x034f320.01discconfirmed
732WeaponWeapon_TCAF_DeltaSaber_Gun_PHeating0x034f320.01discconfirmed
733WeaponWeapon_TCAF_DeltaSaber_LaserHeating0x034f320.5discconfirmed
734WeaponWeapon_TCAF_DeltaSaber_Laser_PHeating0x034f320.2defaulted-on-discconfirmed
735WeaponWeapon_TCAF_DeltaSaber_MissileHeating0x034f320discconfirmed
736WeaponWeapon_TCAF_DeltaSaber_Missile_PHeating0x034f320discconfirmed
737WeaponWeapon_TCAF_DeltaSaber_NoseGunHeating0x034f320.01discconfirmed
738WeaponWeapon_TCAF_DeltaSaber_NoseGun_PHeating0x034f320.007discconfirmed
739WeaponWeapon_TCAF_DeltaSaber_RocketHeating0x034f320discconfirmed
740WeaponWeapon_TCAF_DeltaSaber_Rocket_PHeating0x034f320discconfirmed
741WeaponWeapon_TCAF_DeltaSaber_ShotgunHeating0x034f320.01discconfirmed
742WeaponWeapon_TCAF_DeltaSaber_Shotgun_PHeating0x034f320.01discconfirmed
743WeaponWeapon_TCAF_DeltaSaber_SpecialHeating0x034f320.02discconfirmed
744WeaponWeapon_TCAF_DeltaSaber_Special_PHeating0x034f320.02discconfirmed
745WeaponWeapon_TCAF_DeltaSaber_TwinGunHeating0x034f320.02discconfirmed
746WeaponWeapon_TCAF_DeltaSaber_TwinGun_PHeating0x034f320.02discconfirmed
747WeaponWeapon_TCAF_Ship_AAGunHeating0x034f320discconfirmed
748WeaponWeapon_TCAF_Ship_AAGunLHeating0x034f320discconfirmed
749WeaponWeapon_TCAF_Ship_ASGunHeating0x034f320.6discconfirmed
750WeaponWeapon_TCAF_Ship_HBeamHeating0x034f320defaulted-on-discconfirmed
751WeaponWeapon_Test_ASMissileHeating0x034f320discconfirmed
752WeaponWeapon_Test_GunHeating0x034f320.01discconfirmed
753WeaponWeapon_Test_Gun_PlayerHeating0x034f320.0001discconfirmed
754WeaponWeapon_Test_LaserHeating0x034f320.5discconfirmed
755WeaponWeapon_Test_MissileHeating0x034f320discconfirmed
756WeaponWeapon_Test_Missile_PlayerHeating0x034f320discconfirmed
757WeaponWeapon_Test_SubGunHeating0x034f320.01discconfirmed
758WeaponWeapon_ADAN_AAFrigate_AAGunCooling0x038f320.1discconfirmed
759WeaponWeapon_ADAN_Attacker_B_GunTurretCooling0x038f320.1discconfirmed
760WeaponWeapon_ADAN_Attacker_S_ASMissileCooling0x038f320defaulted-on-discconfirmed
761WeaponWeapon_ADAN_Attacker_S_NoseGunCooling0x038f320.1discconfirmed
762WeaponWeapon_ADAN_Battleship_BowChaserCooling0x038f320.1discconfirmed
763WeaponWeapon_ADAN_Cruiser_BowChaserCooling0x038f320.1discconfirmed
764WeaponWeapon_ADAN_Destroyer_BowChaserCooling0x038f320.1discconfirmed
765WeaponWeapon_ADAN_Phantom_LaserCooling0x038f320defaulted-on-discconfirmed
766WeaponWeapon_ADAN_Puppy_NoseGunCooling0x038f320.1discconfirmed
767WeaponWeapon_ADAN_SDBattleship_BowChaserCooling0x038f320.1discconfirmed
768WeaponWeapon_ADAN_Ship_AAGunCooling0x038f320.1discconfirmed
769WeaponWeapon_ADAN_Ship_AAGunLCooling0x038f320.1discconfirmed
770WeaponWeapon_ADAN_Ship_AAMissileCooling0x038f320defaulted-on-discconfirmed
771WeaponWeapon_ADAN_Ship_ASGunCooling0x038f320.1discconfirmed
772WeaponWeapon_ADAN_Ship_ASMissileCooling0x038f320defaulted-on-discconfirmed
773WeaponWeapon_ADAN_Turret_CannonCooling0x038f320defaulted-on-discconfirmed
774WeaponWeapon_ADAN_Turret_MissileCooling0x038f320defaulted-on-discconfirmed
775WeaponWeapon_ADAN_Turret_NoseGunCooling0x038f320.1discconfirmed
776WeaponWeapon_ADAN_TypeQ_BeamCooling0x038f320defaulted-on-discconfirmed
777WeaponWeapon_ADAN_Vindicator_RocketCooling0x038f320.1discconfirmed
778WeaponWeapon_DSaber_P_wep_01_BeamCooling0x038f320.14discconfirmed
779WeaponWeapon_DSaber_P_wep_02_MissileCooling0x038f321discconfirmed
780WeaponWeapon_DSaber_P_wep_03_CannonCooling0x038f320.2discconfirmed
781WeaponWeapon_DSaber_P_wep_04_MissileCooling0x038f320.4discconfirmed
782WeaponWeapon_DSaber_P_wep_05_ASMissileCooling0x038f320.5discconfirmed
783WeaponWeapon_DSaber_P_wep_07_CannonCooling0x038f320.1discconfirmed
784WeaponWeapon_DSaber_P_wep_08_ASMissileCooling0x038f321discconfirmed
785WeaponWeapon_DSaber_P_wep_09_GunCooling0x038f320.07discconfirmed
786WeaponWeapon_DSaber_P_wep_10_GunCooling0x038f320.1167discconfirmed
787WeaponWeapon_DSaber_P_wep_11_CannonCooling0x038f320.0833discconfirmed
788WeaponWeapon_DSaber_P_wep_12_RocketCooling0x038f321discconfirmed
789WeaponWeapon_DSaber_P_wep_13_ChildCooling0x038f320.4discconfirmed
790WeaponWeapon_DSaber_P_wep_13_MissileCooling0x038f320.2discconfirmed
791WeaponWeapon_DSaber_P_wep_14_LaserCooling0x038f320.1discconfirmed
792WeaponWeapon_DSaber_P_wep_19_LaserCooling0x038f320.2defaulted-on-discconfirmed
793WeaponWeapon_DSaber_P_wep_23_CannonCooling0x038f320.1667discconfirmed
794WeaponWeapon_DSaber_P_wep_24_BeamCooling0x038f320.14discconfirmed
795WeaponWeapon_DSaber_P_wep_25_HBeamCooling0x038f320.35discconfirmed
796WeaponWeapon_DSaber_P_wep_26_MissileCooling0x038f320.3333discconfirmed
797WeaponWeapon_DSaber_P_wep_27_ASMissileCooling0x038f320.1discconfirmed
798WeaponWeapon_DSaber_P_wep_28_BombCooling0x038f320.125discconfirmed
799WeaponWeapon_DSaber_P_wep_29_BombCooling0x038f320.1333discconfirmed
800WeaponWeapon_DSaber_P_wep_29_ChildCooling0x038f320.175discconfirmed
801WeaponWeapon_DSaber_P_wep_30_ASMissileCooling0x038f320.2discconfirmed
802WeaponWeapon_DSaber_P_wep_31_BombCooling0x038f320.5discconfirmed
803WeaponWeapon_DSaber_P_wep_32_MissileCooling0x038f320.5discconfirmed
804WeaponWeapon_DSaber_P_wep_33_GunCooling0x038f320.175discconfirmed
805WeaponWeapon_DSaber_P_wep_34_HBeamCooling0x038f320.175discconfirmed
806WeaponWeapon_DSaber_P_wep_35_GunCooling0x038f320.14discconfirmed
807WeaponWeapon_DSaber_P_wep_36_BombCooling0x038f320.0667discconfirmed
808WeaponWeapon_DSaber_P_wep_37_BeamCooling0x038f320.14discconfirmed
809WeaponWeapon_DSaber_P_wep_38_ShotgunCooling0x038f320.333333discconfirmed
810WeaponWeapon_DSaber_P_wep_39_BeamCooling0x038f320.07discconfirmed
811WeaponWeapon_DSaber_P_wep_40_GunCooling0x038f320.14discconfirmed
812WeaponWeapon_DSaber_P_wep_41_ShotgunCooling0x038f320.25discconfirmed
813WeaponWeapon_DSaber_P_wep_42_ShotgunCooling0x038f320.2discconfirmed
814WeaponWeapon_DSaber_P_wep_43_RocketCooling0x038f320.2discconfirmed
815WeaponWeapon_DSaber_P_wep_48_CannonCooling0x038f320.1333discconfirmed
816WeaponWeapon_DSaber_P_wep_50_CannonCooling0x038f320.1discconfirmed
817WeaponWeapon_DSaber_P_wep_52_SpecialCooling0x038f321discconfirmed
818WeaponWeapon_DSaber_P_wep_53_BeamCooling0x038f320.0467discconfirmed
819WeaponWeapon_DSaber_P_wep_54_LaserCooling0x038f320.1discconfirmed
820WeaponWeapon_DSaber_P_wep_55_RocketCooling0x038f321discconfirmed
821WeaponWeapon_DSaber_P_wep_56_SpecialCooling0x038f321discconfirmed
822WeaponWeapon_DSaber_P_wep_57_RocketCooling0x038f321discconfirmed
823WeaponWeapon_DSaber_P_wep_58_LaserCooling0x038f320.0833discconfirmed
824WeaponWeapon_DSaber_P_wep_59_SpecialCooling0x038f321discconfirmed
825WeaponWeapon_DSaber_P_wep_60_ASMissileCooling0x038f320.3333discconfirmed
826WeaponWeapon_DSaber_P_wep_62_BeamCooling0x038f320.05discconfirmed
827WeaponWeapon_DSaber_P_wep_66_SpecialCooling0x038f321discconfirmed
828WeaponWeapon_DSaber_P_wep_67_SpecialCooling0x038f321discconfirmed
829WeaponWeapon_DSaber_P_wep_68_SpecialCooling0x038f321discconfirmed
830WeaponWeapon_DSaber_P_wep_69_SpecialCooling0x038f321discconfirmed
831WeaponWeapon_DSaber_P_wep_70_SpecialCooling0x038f321discconfirmed
832WeaponWeapon_DSaber_P_wep_71_SpecialCooling0x038f321discconfirmed
833WeaponWeapon_DSaber_P_wep_80_RocketCooling0x038f320.175discconfirmed
834WeaponWeapon_DSaber_P_wep_81_MissileCooling0x038f320.5discconfirmed
835WeaponWeapon_DSaber_P_wep_82_LaserCooling0x038f320.1discconfirmed
836WeaponWeapon_DSaber_P_wep_83_GunCooling0x038f320.2discconfirmed
837WeaponWeapon_DSaber_P_wep_84_CannonCooling0x038f320.1discconfirmed
838WeaponWeapon_DSaber_P_wep_85_BeamCooling0x038f320.05discconfirmed
839WeaponWeapon_NULLCooling0x038f320defaulted-on-discconfirmed
840WeaponWeapon_S16Boss_AAGunCooling0x038f320.1discconfirmed
841WeaponWeapon_S16Boss_HBeamCooling0x038f320.1discconfirmed
842WeaponWeapon_S16Boss_LaserCooling0x038f320.1discconfirmed
843WeaponWeapon_TCAF_Acropolis_BowChaserCooling0x038f320.1discconfirmed
844WeaponWeapon_TCAF_ArrowHead_LaserCooling0x038f320defaulted-on-discconfirmed
845WeaponWeapon_TCAF_ArrowHead_MissileCooling0x038f320defaulted-on-discconfirmed
846WeaponWeapon_TCAF_ArrowHead_NoseGunCooling0x038f320.1discconfirmed
847WeaponWeapon_TCAF_Battleship_BowChaserCooling0x038f320.1discconfirmed
848WeaponWeapon_TCAF_Cruiser_BowChaserCooling0x038f320.1discconfirmed
849WeaponWeapon_TCAF_DeltaSaber_ASMissileCooling0x038f320defaulted-on-discconfirmed
850WeaponWeapon_TCAF_DeltaSaber_ASMissile_PCooling0x038f320defaulted-on-discconfirmed
851WeaponWeapon_TCAF_DeltaSaber_BeamCooling0x038f320.1discconfirmed
852WeaponWeapon_TCAF_DeltaSaber_Beam_PCooling0x038f320.1discconfirmed
853WeaponWeapon_TCAF_DeltaSaber_BombCooling0x038f320defaulted-on-discconfirmed
854WeaponWeapon_TCAF_DeltaSaber_Bomb_PCooling0x038f320defaulted-on-discconfirmed
855WeaponWeapon_TCAF_DeltaSaber_CannonCooling0x038f320.1discconfirmed
856WeaponWeapon_TCAF_DeltaSaber_Cannon_PCooling0x038f320.1discconfirmed
857WeaponWeapon_TCAF_DeltaSaber_GunCooling0x038f320.1discconfirmed
858WeaponWeapon_TCAF_DeltaSaber_Gun_PCooling0x038f320.15discconfirmed
859WeaponWeapon_TCAF_DeltaSaber_LaserCooling0x038f320.1discconfirmed
860WeaponWeapon_TCAF_DeltaSaber_Laser_PCooling0x038f320.05discconfirmed
861WeaponWeapon_TCAF_DeltaSaber_MissileCooling0x038f320defaulted-on-discconfirmed
862WeaponWeapon_TCAF_DeltaSaber_Missile_PCooling0x038f320defaulted-on-discconfirmed
863WeaponWeapon_TCAF_DeltaSaber_NoseGunCooling0x038f320.1discconfirmed
864WeaponWeapon_TCAF_DeltaSaber_NoseGun_PCooling0x038f320.1discconfirmed
865WeaponWeapon_TCAF_DeltaSaber_RocketCooling0x038f320.1discconfirmed
866WeaponWeapon_TCAF_DeltaSaber_Rocket_PCooling0x038f320.1discconfirmed
867WeaponWeapon_TCAF_DeltaSaber_ShotgunCooling0x038f320.1discconfirmed
868WeaponWeapon_TCAF_DeltaSaber_Shotgun_PCooling0x038f320.1discconfirmed
869WeaponWeapon_TCAF_DeltaSaber_SpecialCooling0x038f320.1discconfirmed
870WeaponWeapon_TCAF_DeltaSaber_Special_PCooling0x038f320.1discconfirmed
871WeaponWeapon_TCAF_DeltaSaber_TwinGunCooling0x038f320.1discconfirmed
872WeaponWeapon_TCAF_DeltaSaber_TwinGun_PCooling0x038f320.1discconfirmed
873WeaponWeapon_TCAF_Ship_AAGunCooling0x038f320.1discconfirmed
874WeaponWeapon_TCAF_Ship_AAGunLCooling0x038f320.1discconfirmed
875WeaponWeapon_TCAF_Ship_ASGunCooling0x038f320.1discconfirmed
876WeaponWeapon_TCAF_Ship_HBeamCooling0x038f320.1discconfirmed
877WeaponWeapon_Test_ASMissileCooling0x038f320defaulted-on-discconfirmed
878WeaponWeapon_Test_GunCooling0x038f320.1discconfirmed
879WeaponWeapon_Test_Gun_PlayerCooling0x038f320.5discconfirmed
880WeaponWeapon_Test_LaserCooling0x038f320.4discconfirmed
881WeaponWeapon_Test_MissileCooling0x038f320defaulted-on-discconfirmed
882WeaponWeapon_Test_Missile_PlayerCooling0x038f320defaulted-on-discconfirmed
883WeaponWeapon_Test_SubGunCooling0x038f320.1discconfirmed
884WeaponWeapon_ADAN_AAFrigate_AAGunMass0x03cf32100discconfirmed
885WeaponWeapon_ADAN_Attacker_B_GunTurretMass0x03cf32100discconfirmed
886WeaponWeapon_ADAN_Attacker_S_ASMissileMass0x03cf3250discconfirmed
887WeaponWeapon_ADAN_Attacker_S_NoseGunMass0x03cf32100discconfirmed
888WeaponWeapon_ADAN_Battleship_BowChaserMass0x03cf32100discconfirmed
889WeaponWeapon_ADAN_Cruiser_BowChaserMass0x03cf32100discconfirmed
890WeaponWeapon_ADAN_Destroyer_BowChaserMass0x03cf32100discconfirmed
891WeaponWeapon_ADAN_Phantom_LaserMass0x03cf32200discconfirmed
892WeaponWeapon_ADAN_Puppy_NoseGunMass0x03cf32100discconfirmed
893WeaponWeapon_ADAN_SDBattleship_BowChaserMass0x03cf32100discconfirmed
894WeaponWeapon_ADAN_Ship_AAGunMass0x03cf32100discconfirmed
895WeaponWeapon_ADAN_Ship_AAGunLMass0x03cf32100discconfirmed
896WeaponWeapon_ADAN_Ship_AAMissileMass0x03cf3250discconfirmed
897WeaponWeapon_ADAN_Ship_ASGunMass0x03cf32100discconfirmed
898WeaponWeapon_ADAN_Ship_ASMissileMass0x03cf3250discconfirmed
899WeaponWeapon_ADAN_Turret_CannonMass0x03cf32100discconfirmed
900WeaponWeapon_ADAN_Turret_MissileMass0x03cf3250discconfirmed
901WeaponWeapon_ADAN_Turret_NoseGunMass0x03cf32100discconfirmed
902WeaponWeapon_ADAN_TypeQ_BeamMass0x03cf32100discconfirmed
903WeaponWeapon_ADAN_Vindicator_RocketMass0x03cf32100discconfirmed
904WeaponWeapon_DSaber_P_wep_01_BeamMass0x03cf323discconfirmed
905WeaponWeapon_DSaber_P_wep_02_MissileMass0x03cf320.35discconfirmed
906WeaponWeapon_DSaber_P_wep_03_CannonMass0x03cf3212discconfirmed
907WeaponWeapon_DSaber_P_wep_04_MissileMass0x03cf3220discconfirmed
908WeaponWeapon_DSaber_P_wep_05_ASMissileMass0x03cf320.24discconfirmed
909WeaponWeapon_DSaber_P_wep_07_CannonMass0x03cf3212.8discconfirmed
910WeaponWeapon_DSaber_P_wep_08_ASMissileMass0x03cf3242.5discconfirmed
911WeaponWeapon_DSaber_P_wep_09_GunMass0x03cf323.6discconfirmed
912WeaponWeapon_DSaber_P_wep_10_GunMass0x03cf323discconfirmed
913WeaponWeapon_DSaber_P_wep_11_CannonMass0x03cf327.5discconfirmed
914WeaponWeapon_DSaber_P_wep_12_RocketMass0x03cf324.4discconfirmed
915WeaponWeapon_DSaber_P_wep_13_ChildMass0x03cf3220discconfirmed
916WeaponWeapon_DSaber_P_wep_13_MissileMass0x03cf320.65discconfirmed
917WeaponWeapon_DSaber_P_wep_14_LaserMass0x03cf324discconfirmed
918WeaponWeapon_DSaber_P_wep_19_LaserMass0x03cf3212discconfirmed
919WeaponWeapon_DSaber_P_wep_23_CannonMass0x03cf3213.5discconfirmed
920WeaponWeapon_DSaber_P_wep_24_BeamMass0x03cf3210discconfirmed
921WeaponWeapon_DSaber_P_wep_25_HBeamMass0x03cf3220discconfirmed
922WeaponWeapon_DSaber_P_wep_26_MissileMass0x03cf320.77discconfirmed
923WeaponWeapon_DSaber_P_wep_27_ASMissileMass0x03cf321discconfirmed
924WeaponWeapon_DSaber_P_wep_28_BombMass0x03cf320.33discconfirmed
925WeaponWeapon_DSaber_P_wep_29_BombMass0x03cf321.65discconfirmed
926WeaponWeapon_DSaber_P_wep_29_ChildMass0x03cf3235discconfirmed
927WeaponWeapon_DSaber_P_wep_30_ASMissileMass0x03cf3220.7discconfirmed
928WeaponWeapon_DSaber_P_wep_31_BombMass0x03cf321.4discconfirmed
929WeaponWeapon_DSaber_P_wep_32_MissileMass0x03cf320.85discconfirmed
930WeaponWeapon_DSaber_P_wep_33_GunMass0x03cf321.5discconfirmed
931WeaponWeapon_DSaber_P_wep_34_HBeamMass0x03cf32100discconfirmed
932WeaponWeapon_DSaber_P_wep_35_GunMass0x03cf321.2discconfirmed
933WeaponWeapon_DSaber_P_wep_36_BombMass0x03cf320.63discconfirmed
934WeaponWeapon_DSaber_P_wep_37_BeamMass0x03cf326discconfirmed
935WeaponWeapon_DSaber_P_wep_38_ShotgunMass0x03cf322.4discconfirmed
936WeaponWeapon_DSaber_P_wep_39_BeamMass0x03cf325discconfirmed
937WeaponWeapon_DSaber_P_wep_40_GunMass0x03cf323.2discconfirmed
938WeaponWeapon_DSaber_P_wep_41_ShotgunMass0x03cf322.4discconfirmed
939WeaponWeapon_DSaber_P_wep_42_ShotgunMass0x03cf324discconfirmed
940WeaponWeapon_DSaber_P_wep_43_RocketMass0x03cf3214.7discconfirmed
941WeaponWeapon_DSaber_P_wep_48_CannonMass0x03cf3212discconfirmed
942WeaponWeapon_DSaber_P_wep_50_CannonMass0x03cf3212discconfirmed
943WeaponWeapon_DSaber_P_wep_52_SpecialMass0x03cf3210defaulted-on-discconfirmed
944WeaponWeapon_DSaber_P_wep_53_BeamMass0x03cf3225discconfirmed
945WeaponWeapon_DSaber_P_wep_54_LaserMass0x03cf324discconfirmed
946WeaponWeapon_DSaber_P_wep_55_RocketMass0x03cf329.6discconfirmed
947WeaponWeapon_DSaber_P_wep_56_SpecialMass0x03cf3210discconfirmed
948WeaponWeapon_DSaber_P_wep_57_RocketMass0x03cf326discconfirmed
949WeaponWeapon_DSaber_P_wep_58_LaserMass0x03cf3212discconfirmed
950WeaponWeapon_DSaber_P_wep_59_SpecialMass0x03cf3210discconfirmed
951WeaponWeapon_DSaber_P_wep_60_ASMissileMass0x03cf326discconfirmed
952WeaponWeapon_DSaber_P_wep_62_BeamMass0x03cf3245discconfirmed
953WeaponWeapon_DSaber_P_wep_66_SpecialMass0x03cf3215discconfirmed
954WeaponWeapon_DSaber_P_wep_67_SpecialMass0x03cf3215discconfirmed
955WeaponWeapon_DSaber_P_wep_68_SpecialMass0x03cf3215discconfirmed
956WeaponWeapon_DSaber_P_wep_69_SpecialMass0x03cf3215discconfirmed
957WeaponWeapon_DSaber_P_wep_70_SpecialMass0x03cf3215discconfirmed
958WeaponWeapon_DSaber_P_wep_71_SpecialMass0x03cf3215discconfirmed
959WeaponWeapon_DSaber_P_wep_80_RocketMass0x03cf3224.8discconfirmed
960WeaponWeapon_DSaber_P_wep_81_MissileMass0x03cf3217discconfirmed
961WeaponWeapon_DSaber_P_wep_82_LaserMass0x03cf3269discconfirmed
962WeaponWeapon_DSaber_P_wep_83_GunMass0x03cf3233discconfirmed
963WeaponWeapon_DSaber_P_wep_84_CannonMass0x03cf3248discconfirmed
964WeaponWeapon_DSaber_P_wep_85_BeamMass0x03cf3210discconfirmed
965WeaponWeapon_NULLMass0x03cf320defaulted-on-discconfirmed
966WeaponWeapon_S16Boss_AAGunMass0x03cf32100discconfirmed
967WeaponWeapon_S16Boss_HBeamMass0x03cf3250discconfirmed
968WeaponWeapon_S16Boss_LaserMass0x03cf32200discconfirmed
969WeaponWeapon_TCAF_Acropolis_BowChaserMass0x03cf32100discconfirmed
970WeaponWeapon_TCAF_ArrowHead_LaserMass0x03cf32200discconfirmed
971WeaponWeapon_TCAF_ArrowHead_MissileMass0x03cf3250discconfirmed
972WeaponWeapon_TCAF_ArrowHead_NoseGunMass0x03cf32100discconfirmed
973WeaponWeapon_TCAF_Battleship_BowChaserMass0x03cf32100discconfirmed
974WeaponWeapon_TCAF_Cruiser_BowChaserMass0x03cf32100discconfirmed
975WeaponWeapon_TCAF_DeltaSaber_ASMissileMass0x03cf3250discconfirmed
976WeaponWeapon_TCAF_DeltaSaber_ASMissile_PMass0x03cf3250discconfirmed
977WeaponWeapon_TCAF_DeltaSaber_BeamMass0x03cf32100discconfirmed
978WeaponWeapon_TCAF_DeltaSaber_Beam_PMass0x03cf32100discconfirmed
979WeaponWeapon_TCAF_DeltaSaber_BombMass0x03cf32100defaulted-on-discconfirmed
980WeaponWeapon_TCAF_DeltaSaber_Bomb_PMass0x03cf32100defaulted-on-discconfirmed
981WeaponWeapon_TCAF_DeltaSaber_CannonMass0x03cf32100discconfirmed
982WeaponWeapon_TCAF_DeltaSaber_Cannon_PMass0x03cf32100discconfirmed
983WeaponWeapon_TCAF_DeltaSaber_GunMass0x03cf32100discconfirmed
984WeaponWeapon_TCAF_DeltaSaber_Gun_PMass0x03cf32100discconfirmed
985WeaponWeapon_TCAF_DeltaSaber_LaserMass0x03cf32200discconfirmed
986WeaponWeapon_TCAF_DeltaSaber_Laser_PMass0x03cf32200discconfirmed
987WeaponWeapon_TCAF_DeltaSaber_MissileMass0x03cf3250discconfirmed
988WeaponWeapon_TCAF_DeltaSaber_Missile_PMass0x03cf3250discconfirmed
989WeaponWeapon_TCAF_DeltaSaber_NoseGunMass0x03cf32100discconfirmed
990WeaponWeapon_TCAF_DeltaSaber_NoseGun_PMass0x03cf32100discconfirmed
991WeaponWeapon_TCAF_DeltaSaber_RocketMass0x03cf32100discconfirmed
992WeaponWeapon_TCAF_DeltaSaber_Rocket_PMass0x03cf32100discconfirmed
993WeaponWeapon_TCAF_DeltaSaber_ShotgunMass0x03cf32100discconfirmed
994WeaponWeapon_TCAF_DeltaSaber_Shotgun_PMass0x03cf32100discconfirmed
995WeaponWeapon_TCAF_DeltaSaber_SpecialMass0x03cf32100discconfirmed
996WeaponWeapon_TCAF_DeltaSaber_Special_PMass0x03cf32100discconfirmed
997WeaponWeapon_TCAF_DeltaSaber_TwinGunMass0x03cf32100discconfirmed
998WeaponWeapon_TCAF_DeltaSaber_TwinGun_PMass0x03cf32100discconfirmed
999WeaponWeapon_TCAF_Ship_AAGunMass0x03cf32100discconfirmed
1000WeaponWeapon_TCAF_Ship_AAGunLMass0x03cf32100discconfirmed
1001WeaponWeapon_TCAF_Ship_ASGunMass0x03cf32100discconfirmed
1002WeaponWeapon_TCAF_Ship_HBeamMass0x03cf3250discconfirmed
1003WeaponWeapon_Test_ASMissileMass0x03cf3250discconfirmed
1004WeaponWeapon_Test_GunMass0x03cf32100discconfirmed
1005WeaponWeapon_Test_Gun_PlayerMass0x03cf32100discconfirmed
1006WeaponWeapon_Test_LaserMass0x03cf32200discconfirmed
1007WeaponWeapon_Test_MissileMass0x03cf3250discconfirmed
1008WeaponWeapon_Test_Missile_PlayerMass0x03cf3250discconfirmed
1009WeaponWeapon_Test_SubGunMass0x03cf32100discconfirmed
1010WeaponWeapon_ADAN_AAFrigate_AAGunHitRatio0x040f321discconfirmed
1011WeaponWeapon_ADAN_Attacker_B_GunTurretHitRatio0x040f321discconfirmed
1012WeaponWeapon_ADAN_Attacker_S_ASMissileHitRatio0x040f321defaulted-on-discconfirmed
1013WeaponWeapon_ADAN_Attacker_S_NoseGunHitRatio0x040f321discconfirmed
1014WeaponWeapon_ADAN_Battleship_BowChaserHitRatio0x040f321discconfirmed
1015WeaponWeapon_ADAN_Cruiser_BowChaserHitRatio0x040f321discconfirmed
1016WeaponWeapon_ADAN_Destroyer_BowChaserHitRatio0x040f321discconfirmed
1017WeaponWeapon_ADAN_Phantom_LaserHitRatio0x040f321discconfirmed
1018WeaponWeapon_ADAN_Puppy_NoseGunHitRatio0x040f321discconfirmed
1019WeaponWeapon_ADAN_SDBattleship_BowChaserHitRatio0x040f321discconfirmed
1020WeaponWeapon_ADAN_Ship_AAGunHitRatio0x040f321discconfirmed
1021WeaponWeapon_ADAN_Ship_AAGunLHitRatio0x040f321discconfirmed
1022WeaponWeapon_ADAN_Ship_AAMissileHitRatio0x040f321defaulted-on-discconfirmed
1023WeaponWeapon_ADAN_Ship_ASGunHitRatio0x040f321discconfirmed
1024WeaponWeapon_ADAN_Ship_ASMissileHitRatio0x040f321defaulted-on-discconfirmed
1025WeaponWeapon_ADAN_Turret_CannonHitRatio0x040f321discconfirmed
1026WeaponWeapon_ADAN_Turret_MissileHitRatio0x040f321defaulted-on-discconfirmed
1027WeaponWeapon_ADAN_Turret_NoseGunHitRatio0x040f321discconfirmed
1028WeaponWeapon_ADAN_TypeQ_BeamHitRatio0x040f321discconfirmed
1029WeaponWeapon_ADAN_Vindicator_RocketHitRatio0x040f321discconfirmed
1030WeaponWeapon_DSaber_P_wep_01_BeamHitRatio0x040f321discconfirmed
1031WeaponWeapon_DSaber_P_wep_02_MissileHitRatio0x040f321defaulted-on-discconfirmed
1032WeaponWeapon_DSaber_P_wep_03_CannonHitRatio0x040f321discconfirmed
1033WeaponWeapon_DSaber_P_wep_04_MissileHitRatio0x040f321discconfirmed
1034WeaponWeapon_DSaber_P_wep_05_ASMissileHitRatio0x040f321discconfirmed
1035WeaponWeapon_DSaber_P_wep_07_CannonHitRatio0x040f321discconfirmed
1036WeaponWeapon_DSaber_P_wep_08_ASMissileHitRatio0x040f321defaulted-on-discconfirmed
1037WeaponWeapon_DSaber_P_wep_09_GunHitRatio0x040f321discconfirmed
1038WeaponWeapon_DSaber_P_wep_10_GunHitRatio0x040f321discconfirmed
1039WeaponWeapon_DSaber_P_wep_11_CannonHitRatio0x040f321discconfirmed
1040WeaponWeapon_DSaber_P_wep_12_RocketHitRatio0x040f321defaulted-on-discconfirmed
1041WeaponWeapon_DSaber_P_wep_13_ChildHitRatio0x040f321discconfirmed
1042WeaponWeapon_DSaber_P_wep_13_MissileHitRatio0x040f321discconfirmed
1043WeaponWeapon_DSaber_P_wep_14_LaserHitRatio0x040f321discconfirmed
1044WeaponWeapon_DSaber_P_wep_19_LaserHitRatio0x040f321discconfirmed
1045WeaponWeapon_DSaber_P_wep_23_CannonHitRatio0x040f321discconfirmed
1046WeaponWeapon_DSaber_P_wep_24_BeamHitRatio0x040f321discconfirmed
1047WeaponWeapon_DSaber_P_wep_25_HBeamHitRatio0x040f321discconfirmed
1048WeaponWeapon_DSaber_P_wep_26_MissileHitRatio0x040f321discconfirmed
1049WeaponWeapon_DSaber_P_wep_27_ASMissileHitRatio0x040f321discconfirmed
1050WeaponWeapon_DSaber_P_wep_28_BombHitRatio0x040f321discconfirmed
1051WeaponWeapon_DSaber_P_wep_29_BombHitRatio0x040f321discconfirmed
1052WeaponWeapon_DSaber_P_wep_29_ChildHitRatio0x040f321discconfirmed
1053WeaponWeapon_DSaber_P_wep_30_ASMissileHitRatio0x040f321discconfirmed
1054WeaponWeapon_DSaber_P_wep_31_BombHitRatio0x040f321discconfirmed
1055WeaponWeapon_DSaber_P_wep_32_MissileHitRatio0x040f321discconfirmed
1056WeaponWeapon_DSaber_P_wep_33_GunHitRatio0x040f321discconfirmed
1057WeaponWeapon_DSaber_P_wep_34_HBeamHitRatio0x040f321discconfirmed
1058WeaponWeapon_DSaber_P_wep_35_GunHitRatio0x040f321discconfirmed
1059WeaponWeapon_DSaber_P_wep_36_BombHitRatio0x040f321discconfirmed
1060WeaponWeapon_DSaber_P_wep_37_BeamHitRatio0x040f321discconfirmed
1061WeaponWeapon_DSaber_P_wep_38_ShotgunHitRatio0x040f321defaulted-on-discconfirmed
1062WeaponWeapon_DSaber_P_wep_39_BeamHitRatio0x040f321discconfirmed
1063WeaponWeapon_DSaber_P_wep_40_GunHitRatio0x040f321discconfirmed
1064WeaponWeapon_DSaber_P_wep_41_ShotgunHitRatio0x040f321discconfirmed
1065WeaponWeapon_DSaber_P_wep_42_ShotgunHitRatio0x040f321discconfirmed
1066WeaponWeapon_DSaber_P_wep_43_RocketHitRatio0x040f321discconfirmed
1067WeaponWeapon_DSaber_P_wep_48_CannonHitRatio0x040f321discconfirmed
1068WeaponWeapon_DSaber_P_wep_50_CannonHitRatio0x040f321discconfirmed
1069WeaponWeapon_DSaber_P_wep_52_SpecialHitRatio0x040f321defaulted-on-discconfirmed
1070WeaponWeapon_DSaber_P_wep_53_BeamHitRatio0x040f321discconfirmed
1071WeaponWeapon_DSaber_P_wep_54_LaserHitRatio0x040f321discconfirmed
1072WeaponWeapon_DSaber_P_wep_55_RocketHitRatio0x040f321defaulted-on-discconfirmed
1073WeaponWeapon_DSaber_P_wep_56_SpecialHitRatio0x040f321defaulted-on-discconfirmed
1074WeaponWeapon_DSaber_P_wep_57_RocketHitRatio0x040f321defaulted-on-discconfirmed
1075WeaponWeapon_DSaber_P_wep_58_LaserHitRatio0x040f321discconfirmed
1076WeaponWeapon_DSaber_P_wep_59_SpecialHitRatio0x040f321defaulted-on-discconfirmed
1077WeaponWeapon_DSaber_P_wep_60_ASMissileHitRatio0x040f321discconfirmed
1078WeaponWeapon_DSaber_P_wep_62_BeamHitRatio0x040f321discconfirmed
1079WeaponWeapon_DSaber_P_wep_66_SpecialHitRatio0x040f321defaulted-on-discconfirmed
1080WeaponWeapon_DSaber_P_wep_67_SpecialHitRatio0x040f321defaulted-on-discconfirmed
1081WeaponWeapon_DSaber_P_wep_68_SpecialHitRatio0x040f321defaulted-on-discconfirmed
1082WeaponWeapon_DSaber_P_wep_69_SpecialHitRatio0x040f321defaulted-on-discconfirmed
1083WeaponWeapon_DSaber_P_wep_70_SpecialHitRatio0x040f321defaulted-on-discconfirmed
1084WeaponWeapon_DSaber_P_wep_71_SpecialHitRatio0x040f321defaulted-on-discconfirmed
1085WeaponWeapon_DSaber_P_wep_80_RocketHitRatio0x040f321discconfirmed
1086WeaponWeapon_DSaber_P_wep_81_MissileHitRatio0x040f321discconfirmed
1087WeaponWeapon_DSaber_P_wep_82_LaserHitRatio0x040f321discconfirmed
1088WeaponWeapon_DSaber_P_wep_83_GunHitRatio0x040f321discconfirmed
1089WeaponWeapon_DSaber_P_wep_84_CannonHitRatio0x040f321discconfirmed
1090WeaponWeapon_DSaber_P_wep_85_BeamHitRatio0x040f321discconfirmed
1091WeaponWeapon_NULLHitRatio0x040f321discconfirmed
1092WeaponWeapon_S16Boss_AAGunHitRatio0x040f320.5discconfirmed
1093WeaponWeapon_S16Boss_HBeamHitRatio0x040f320.7discconfirmed
1094WeaponWeapon_S16Boss_LaserHitRatio0x040f320.8discconfirmed
1095WeaponWeapon_TCAF_Acropolis_BowChaserHitRatio0x040f321discconfirmed
1096WeaponWeapon_TCAF_ArrowHead_LaserHitRatio0x040f321discconfirmed
1097WeaponWeapon_TCAF_ArrowHead_MissileHitRatio0x040f321discconfirmed
1098WeaponWeapon_TCAF_ArrowHead_NoseGunHitRatio0x040f321discconfirmed
1099WeaponWeapon_TCAF_Battleship_BowChaserHitRatio0x040f321discconfirmed
1100WeaponWeapon_TCAF_Cruiser_BowChaserHitRatio0x040f321discconfirmed
1101WeaponWeapon_TCAF_DeltaSaber_ASMissileHitRatio0x040f321discconfirmed
1102WeaponWeapon_TCAF_DeltaSaber_ASMissile_PHitRatio0x040f321discconfirmed
1103WeaponWeapon_TCAF_DeltaSaber_BeamHitRatio0x040f321discconfirmed
1104WeaponWeapon_TCAF_DeltaSaber_Beam_PHitRatio0x040f321discconfirmed
1105WeaponWeapon_TCAF_DeltaSaber_BombHitRatio0x040f321discconfirmed
1106WeaponWeapon_TCAF_DeltaSaber_Bomb_PHitRatio0x040f321discconfirmed
1107WeaponWeapon_TCAF_DeltaSaber_CannonHitRatio0x040f321discconfirmed
1108WeaponWeapon_TCAF_DeltaSaber_Cannon_PHitRatio0x040f321discconfirmed
1109WeaponWeapon_TCAF_DeltaSaber_GunHitRatio0x040f321discconfirmed
1110WeaponWeapon_TCAF_DeltaSaber_Gun_PHitRatio0x040f321discconfirmed
1111WeaponWeapon_TCAF_DeltaSaber_LaserHitRatio0x040f321discconfirmed
1112WeaponWeapon_TCAF_DeltaSaber_Laser_PHitRatio0x040f321defaulted-on-discconfirmed
1113WeaponWeapon_TCAF_DeltaSaber_MissileHitRatio0x040f321discconfirmed
1114WeaponWeapon_TCAF_DeltaSaber_Missile_PHitRatio0x040f321discconfirmed
1115WeaponWeapon_TCAF_DeltaSaber_NoseGunHitRatio0x040f321discconfirmed
1116WeaponWeapon_TCAF_DeltaSaber_NoseGun_PHitRatio0x040f321discconfirmed
1117WeaponWeapon_TCAF_DeltaSaber_RocketHitRatio0x040f321defaulted-on-discconfirmed
1118WeaponWeapon_TCAF_DeltaSaber_Rocket_PHitRatio0x040f321defaulted-on-discconfirmed
1119WeaponWeapon_TCAF_DeltaSaber_ShotgunHitRatio0x040f321discconfirmed
1120WeaponWeapon_TCAF_DeltaSaber_Shotgun_PHitRatio0x040f321discconfirmed
1121WeaponWeapon_TCAF_DeltaSaber_SpecialHitRatio0x040f321discconfirmed
1122WeaponWeapon_TCAF_DeltaSaber_Special_PHitRatio0x040f321discconfirmed
1123WeaponWeapon_TCAF_DeltaSaber_TwinGunHitRatio0x040f321discconfirmed
1124WeaponWeapon_TCAF_DeltaSaber_TwinGun_PHitRatio0x040f321discconfirmed
1125WeaponWeapon_TCAF_Ship_AAGunHitRatio0x040f321discconfirmed
1126WeaponWeapon_TCAF_Ship_AAGunLHitRatio0x040f321discconfirmed
1127WeaponWeapon_TCAF_Ship_ASGunHitRatio0x040f321discconfirmed
1128WeaponWeapon_TCAF_Ship_HBeamHitRatio0x040f321discconfirmed
1129WeaponWeapon_Test_ASMissileHitRatio0x040f321defaulted-on-discconfirmed
1130WeaponWeapon_Test_GunHitRatio0x040f321discconfirmed
1131WeaponWeapon_Test_Gun_PlayerHitRatio0x040f320.9discconfirmed
1132WeaponWeapon_Test_LaserHitRatio0x040f321discconfirmed
1133WeaponWeapon_Test_MissileHitRatio0x040f321defaulted-on-discconfirmed
1134WeaponWeapon_Test_Missile_PlayerHitRatio0x040f320.7discconfirmed
1135WeaponWeapon_Test_SubGunHitRatio0x040f320.5discconfirmed
1136WeaponWeapon_ADAN_AAFrigate_AAGunTriggerShotCount0x044cnt5discconfirmed
1137WeaponWeapon_ADAN_Attacker_B_GunTurretTriggerShotCount0x044cnt3discconfirmed
1138WeaponWeapon_ADAN_Attacker_S_ASMissileTriggerShotCount0x044cnt1discconfirmed
1139WeaponWeapon_ADAN_Attacker_S_NoseGunTriggerShotCount0x044cnt3discconfirmed
1140WeaponWeapon_ADAN_Battleship_BowChaserTriggerShotCount0x044cnt1discconfirmed
1141WeaponWeapon_ADAN_Cruiser_BowChaserTriggerShotCount0x044cnt1discconfirmed
1142WeaponWeapon_ADAN_Destroyer_BowChaserTriggerShotCount0x044cnt1discconfirmed
1143WeaponWeapon_ADAN_Phantom_LaserTriggerShotCount0x044cnt1discconfirmed
1144WeaponWeapon_ADAN_Puppy_NoseGunTriggerShotCount0x044cnt3discconfirmed
1145WeaponWeapon_ADAN_SDBattleship_BowChaserTriggerShotCount0x044cnt1discconfirmed
1146WeaponWeapon_ADAN_Ship_AAGunTriggerShotCount0x044cnt20discconfirmed
1147WeaponWeapon_ADAN_Ship_AAGunLTriggerShotCount0x044cnt8discconfirmed
1148WeaponWeapon_ADAN_Ship_AAMissileTriggerShotCount0x044cnt1discconfirmed
1149WeaponWeapon_ADAN_Ship_ASGunTriggerShotCount0x044cnt1discconfirmed
1150WeaponWeapon_ADAN_Ship_ASMissileTriggerShotCount0x044cnt9discconfirmed
1151WeaponWeapon_ADAN_Turret_CannonTriggerShotCount0x044cnt1discconfirmed
1152WeaponWeapon_ADAN_Turret_MissileTriggerShotCount0x044cnt1discconfirmed
1153WeaponWeapon_ADAN_Turret_NoseGunTriggerShotCount0x044cnt3discconfirmed
1154WeaponWeapon_ADAN_TypeQ_BeamTriggerShotCount0x044cnt1discconfirmed
1155WeaponWeapon_ADAN_Vindicator_RocketTriggerShotCount0x044cnt12discconfirmed
1156WeaponWeapon_DSaber_P_wep_01_BeamTriggerShotCount0x044cnt1defaulted-on-discconfirmed
1157WeaponWeapon_DSaber_P_wep_02_MissileTriggerShotCount0x044cnt12discconfirmed
1158WeaponWeapon_DSaber_P_wep_03_CannonTriggerShotCount0x044cnt1discconfirmed
1159WeaponWeapon_DSaber_P_wep_04_MissileTriggerShotCount0x044cnt22discconfirmed
1160WeaponWeapon_DSaber_P_wep_05_ASMissileTriggerShotCount0x044cnt4defaulted-on-discconfirmed
1161WeaponWeapon_DSaber_P_wep_07_CannonTriggerShotCount0x044cnt1discconfirmed
1162WeaponWeapon_DSaber_P_wep_08_ASMissileTriggerShotCount0x044cnt2discconfirmed
1163WeaponWeapon_DSaber_P_wep_09_GunTriggerShotCount0x044cnt1discconfirmed
1164WeaponWeapon_DSaber_P_wep_10_GunTriggerShotCount0x044cnt1discconfirmed
1165WeaponWeapon_DSaber_P_wep_11_CannonTriggerShotCount0x044cnt1discconfirmed
1166WeaponWeapon_DSaber_P_wep_12_RocketTriggerShotCount0x044cnt1discconfirmed
1167WeaponWeapon_DSaber_P_wep_13_ChildTriggerShotCount0x044cnt22discconfirmed
1168WeaponWeapon_DSaber_P_wep_13_MissileTriggerShotCount0x044cnt6discconfirmed
1169WeaponWeapon_DSaber_P_wep_14_LaserTriggerShotCount0x044cnt1discconfirmed
1170WeaponWeapon_DSaber_P_wep_19_LaserTriggerShotCount0x044cnt1discconfirmed
1171WeaponWeapon_DSaber_P_wep_23_CannonTriggerShotCount0x044cnt1discconfirmed
1172WeaponWeapon_DSaber_P_wep_24_BeamTriggerShotCount0x044cnt1defaulted-on-discconfirmed
1173WeaponWeapon_DSaber_P_wep_25_HBeamTriggerShotCount0x044cnt14discconfirmed
1174WeaponWeapon_DSaber_P_wep_26_MissileTriggerShotCount0x044cnt12discconfirmed
1175WeaponWeapon_DSaber_P_wep_27_ASMissileTriggerShotCount0x044cnt1defaulted-on-discconfirmed
1176WeaponWeapon_DSaber_P_wep_28_BombTriggerShotCount0x044cnt1discconfirmed
1177WeaponWeapon_DSaber_P_wep_29_BombTriggerShotCount0x044cnt4discconfirmed
1178WeaponWeapon_DSaber_P_wep_29_ChildTriggerShotCount0x044cnt80discconfirmed
1179WeaponWeapon_DSaber_P_wep_30_ASMissileTriggerShotCount0x044cnt4defaulted-on-discconfirmed
1180WeaponWeapon_DSaber_P_wep_31_BombTriggerShotCount0x044cnt1discconfirmed
1181WeaponWeapon_DSaber_P_wep_32_MissileTriggerShotCount0x044cnt16discconfirmed
1182WeaponWeapon_DSaber_P_wep_33_GunTriggerShotCount0x044cnt1discconfirmed
1183WeaponWeapon_DSaber_P_wep_34_HBeamTriggerShotCount0x044cnt60discconfirmed
1184WeaponWeapon_DSaber_P_wep_35_GunTriggerShotCount0x044cnt1discconfirmed
1185WeaponWeapon_DSaber_P_wep_36_BombTriggerShotCount0x044cnt1discconfirmed
1186WeaponWeapon_DSaber_P_wep_37_BeamTriggerShotCount0x044cnt1defaulted-on-discconfirmed
1187WeaponWeapon_DSaber_P_wep_38_ShotgunTriggerShotCount0x044cnt16discconfirmed
1188WeaponWeapon_DSaber_P_wep_39_BeamTriggerShotCount0x044cnt1defaulted-on-discconfirmed
1189WeaponWeapon_DSaber_P_wep_40_GunTriggerShotCount0x044cnt1discconfirmed
1190WeaponWeapon_DSaber_P_wep_41_ShotgunTriggerShotCount0x044cnt8discconfirmed
1191WeaponWeapon_DSaber_P_wep_42_ShotgunTriggerShotCount0x044cnt32discconfirmed
1192WeaponWeapon_DSaber_P_wep_43_RocketTriggerShotCount0x044cnt1discconfirmed
1193WeaponWeapon_DSaber_P_wep_48_CannonTriggerShotCount0x044cnt1discconfirmed
1194WeaponWeapon_DSaber_P_wep_50_CannonTriggerShotCount0x044cnt1discconfirmed
1195WeaponWeapon_DSaber_P_wep_52_SpecialTriggerShotCount0x044cnt6discconfirmed
1196WeaponWeapon_DSaber_P_wep_53_BeamTriggerShotCount0x044cnt1defaulted-on-discconfirmed
1197WeaponWeapon_DSaber_P_wep_54_LaserTriggerShotCount0x044cnt1discconfirmed
1198WeaponWeapon_DSaber_P_wep_55_RocketTriggerShotCount0x044cnt1discconfirmed
1199WeaponWeapon_DSaber_P_wep_56_SpecialTriggerShotCount0x044cnt2discconfirmed
1200WeaponWeapon_DSaber_P_wep_57_RocketTriggerShotCount0x044cnt1discconfirmed
1201WeaponWeapon_DSaber_P_wep_58_LaserTriggerShotCount0x044cnt1discconfirmed
1202WeaponWeapon_DSaber_P_wep_59_SpecialTriggerShotCount0x044cnt1discconfirmed
1203WeaponWeapon_DSaber_P_wep_60_ASMissileTriggerShotCount0x044cnt4defaulted-on-discconfirmed
1204WeaponWeapon_DSaber_P_wep_62_BeamTriggerShotCount0x044cnt1defaulted-on-discconfirmed
1205WeaponWeapon_DSaber_P_wep_66_SpecialTriggerShotCount0x044cnt32discconfirmed
1206WeaponWeapon_DSaber_P_wep_67_SpecialTriggerShotCount0x044cnt32discconfirmed
1207WeaponWeapon_DSaber_P_wep_68_SpecialTriggerShotCount0x044cnt1discconfirmed
1208WeaponWeapon_DSaber_P_wep_69_SpecialTriggerShotCount0x044cnt32discconfirmed
1209WeaponWeapon_DSaber_P_wep_70_SpecialTriggerShotCount0x044cnt32discconfirmed
1210WeaponWeapon_DSaber_P_wep_71_SpecialTriggerShotCount0x044cnt1discconfirmed
1211WeaponWeapon_DSaber_P_wep_80_RocketTriggerShotCount0x044cnt1discconfirmed
1212WeaponWeapon_DSaber_P_wep_81_MissileTriggerShotCount0x044cnt40discconfirmed
1213WeaponWeapon_DSaber_P_wep_82_LaserTriggerShotCount0x044cnt1discconfirmed
1214WeaponWeapon_DSaber_P_wep_83_GunTriggerShotCount0x044cnt2discconfirmed
1215WeaponWeapon_DSaber_P_wep_84_CannonTriggerShotCount0x044cnt1discconfirmed
1216WeaponWeapon_DSaber_P_wep_85_BeamTriggerShotCount0x044cnt1defaulted-on-discconfirmed
1217WeaponWeapon_NULLTriggerShotCount0x044cnt0defaulted-on-discconfirmed
1218WeaponWeapon_S16Boss_AAGunTriggerShotCount0x044cnt5discconfirmed
1219WeaponWeapon_S16Boss_HBeamTriggerShotCount0x044cnt14discconfirmed
1220WeaponWeapon_S16Boss_LaserTriggerShotCount0x044cnt1discconfirmed
1221WeaponWeapon_TCAF_Acropolis_BowChaserTriggerShotCount0x044cnt1discconfirmed
1222WeaponWeapon_TCAF_ArrowHead_LaserTriggerShotCount0x044cnt1discconfirmed
1223WeaponWeapon_TCAF_ArrowHead_MissileTriggerShotCount0x044cnt2discconfirmed
1224WeaponWeapon_TCAF_ArrowHead_NoseGunTriggerShotCount0x044cnt4discconfirmed
1225WeaponWeapon_TCAF_Battleship_BowChaserTriggerShotCount0x044cnt1discconfirmed
1226WeaponWeapon_TCAF_Cruiser_BowChaserTriggerShotCount0x044cnt1discconfirmed
1227WeaponWeapon_TCAF_DeltaSaber_ASMissileTriggerShotCount0x044cnt1discconfirmed
1228WeaponWeapon_TCAF_DeltaSaber_ASMissile_PTriggerShotCount0x044cnt2discconfirmed
1229WeaponWeapon_TCAF_DeltaSaber_BeamTriggerShotCount0x044cnt2discconfirmed
1230WeaponWeapon_TCAF_DeltaSaber_Beam_PTriggerShotCount0x044cnt8discconfirmed
1231WeaponWeapon_TCAF_DeltaSaber_BombTriggerShotCount0x044cnt2discconfirmed
1232WeaponWeapon_TCAF_DeltaSaber_Bomb_PTriggerShotCount0x044cnt2discconfirmed
1233WeaponWeapon_TCAF_DeltaSaber_CannonTriggerShotCount0x044cnt1discconfirmed
1234WeaponWeapon_TCAF_DeltaSaber_Cannon_PTriggerShotCount0x044cnt1discconfirmed
1235WeaponWeapon_TCAF_DeltaSaber_GunTriggerShotCount0x044cnt8discconfirmed
1236WeaponWeapon_TCAF_DeltaSaber_Gun_PTriggerShotCount0x044cnt32discconfirmed
1237WeaponWeapon_TCAF_DeltaSaber_LaserTriggerShotCount0x044cnt1discconfirmed
1238WeaponWeapon_TCAF_DeltaSaber_Laser_PTriggerShotCount0x044cnt20discconfirmed
1239WeaponWeapon_TCAF_DeltaSaber_MissileTriggerShotCount0x044cnt1discconfirmed
1240WeaponWeapon_TCAF_DeltaSaber_Missile_PTriggerShotCount0x044cnt8discconfirmed
1241WeaponWeapon_TCAF_DeltaSaber_NoseGunTriggerShotCount0x044cnt2discconfirmed
1242WeaponWeapon_TCAF_DeltaSaber_NoseGun_PTriggerShotCount0x044cnt8discconfirmed
1243WeaponWeapon_TCAF_DeltaSaber_RocketTriggerShotCount0x044cnt1discconfirmed
1244WeaponWeapon_TCAF_DeltaSaber_Rocket_PTriggerShotCount0x044cnt1discconfirmed
1245WeaponWeapon_TCAF_DeltaSaber_ShotgunTriggerShotCount0x044cnt32discconfirmed
1246WeaponWeapon_TCAF_DeltaSaber_Shotgun_PTriggerShotCount0x044cnt32discconfirmed
1247WeaponWeapon_TCAF_DeltaSaber_SpecialTriggerShotCount0x044cnt8discconfirmed
1248WeaponWeapon_TCAF_DeltaSaber_Special_PTriggerShotCount0x044cnt32discconfirmed
1249WeaponWeapon_TCAF_DeltaSaber_TwinGunTriggerShotCount0x044cnt8discconfirmed
1250WeaponWeapon_TCAF_DeltaSaber_TwinGun_PTriggerShotCount0x044cnt32discconfirmed
1251WeaponWeapon_TCAF_Ship_AAGunTriggerShotCount0x044cnt8discconfirmed
1252WeaponWeapon_TCAF_Ship_AAGunLTriggerShotCount0x044cnt8discconfirmed
1253WeaponWeapon_TCAF_Ship_ASGunTriggerShotCount0x044cnt1discconfirmed
1254WeaponWeapon_TCAF_Ship_HBeamTriggerShotCount0x044cnt1discconfirmed
1255WeaponWeapon_Test_ASMissileTriggerShotCount0x044cnt1discconfirmed
1256WeaponWeapon_Test_GunTriggerShotCount0x044cnt3discconfirmed
1257WeaponWeapon_Test_Gun_PlayerTriggerShotCount0x044cnt8discconfirmed
1258WeaponWeapon_Test_LaserTriggerShotCount0x044cnt1discconfirmed
1259WeaponWeapon_Test_MissileTriggerShotCount0x044cnt1discconfirmed
1260WeaponWeapon_Test_Missile_PlayerTriggerShotCount0x044cnt8discconfirmed
1261WeaponWeapon_Test_SubGunTriggerShotCount0x044cnt32discconfirmed
1262WeaponWeapon_ADAN_AAFrigate_AAGunTriggerShotInterval0x048f320.25discconfirmed
1263WeaponWeapon_ADAN_Attacker_B_GunTurretTriggerShotInterval0x048f320.1discconfirmed
1264WeaponWeapon_ADAN_Attacker_S_ASMissileTriggerShotInterval0x048f320.5discconfirmed
1265WeaponWeapon_ADAN_Attacker_S_NoseGunTriggerShotInterval0x048f320.1discconfirmed
1266WeaponWeapon_ADAN_Battleship_BowChaserTriggerShotInterval0x048f320defaulted-on-discconfirmed
1267WeaponWeapon_ADAN_Cruiser_BowChaserTriggerShotInterval0x048f320defaulted-on-discconfirmed
1268WeaponWeapon_ADAN_Destroyer_BowChaserTriggerShotInterval0x048f320defaulted-on-discconfirmed
1269WeaponWeapon_ADAN_Phantom_LaserTriggerShotInterval0x048f321defaulted-on-discconfirmed
1270WeaponWeapon_ADAN_Puppy_NoseGunTriggerShotInterval0x048f320.1discconfirmed
1271WeaponWeapon_ADAN_SDBattleship_BowChaserTriggerShotInterval0x048f320defaulted-on-discconfirmed
1272WeaponWeapon_ADAN_Ship_AAGunTriggerShotInterval0x048f320.025discconfirmed
1273WeaponWeapon_ADAN_Ship_AAGunLTriggerShotInterval0x048f320.5discconfirmed
1274WeaponWeapon_ADAN_Ship_AAMissileTriggerShotInterval0x048f320defaulted-on-discconfirmed
1275WeaponWeapon_ADAN_Ship_ASGunTriggerShotInterval0x048f320.5discconfirmed
1276WeaponWeapon_ADAN_Ship_ASMissileTriggerShotInterval0x048f320.5discconfirmed
1277WeaponWeapon_ADAN_Turret_CannonTriggerShotInterval0x048f320.5discconfirmed
1278WeaponWeapon_ADAN_Turret_MissileTriggerShotInterval0x048f320defaulted-on-discconfirmed
1279WeaponWeapon_ADAN_Turret_NoseGunTriggerShotInterval0x048f320.1discconfirmed
1280WeaponWeapon_ADAN_TypeQ_BeamTriggerShotInterval0x048f320.5discconfirmed
1281WeaponWeapon_ADAN_Vindicator_RocketTriggerShotInterval0x048f320.1discconfirmed
1282WeaponWeapon_DSaber_P_wep_01_BeamTriggerShotInterval0x048f320.001discconfirmed
1283WeaponWeapon_DSaber_P_wep_02_MissileTriggerShotInterval0x048f320.001discconfirmed
1284WeaponWeapon_DSaber_P_wep_03_CannonTriggerShotInterval0x048f320.001discconfirmed
1285WeaponWeapon_DSaber_P_wep_04_MissileTriggerShotInterval0x048f320.001discconfirmed
1286WeaponWeapon_DSaber_P_wep_05_ASMissileTriggerShotInterval0x048f320.001discconfirmed
1287WeaponWeapon_DSaber_P_wep_07_CannonTriggerShotInterval0x048f320.001discconfirmed
1288WeaponWeapon_DSaber_P_wep_08_ASMissileTriggerShotInterval0x048f320.001discconfirmed
1289WeaponWeapon_DSaber_P_wep_09_GunTriggerShotInterval0x048f320.001discconfirmed
1290WeaponWeapon_DSaber_P_wep_10_GunTriggerShotInterval0x048f320.001discconfirmed
1291WeaponWeapon_DSaber_P_wep_11_CannonTriggerShotInterval0x048f320.001discconfirmed
1292WeaponWeapon_DSaber_P_wep_12_RocketTriggerShotInterval0x048f320.001discconfirmed
1293WeaponWeapon_DSaber_P_wep_13_ChildTriggerShotInterval0x048f320.001discconfirmed
1294WeaponWeapon_DSaber_P_wep_13_MissileTriggerShotInterval0x048f320.001discconfirmed
1295WeaponWeapon_DSaber_P_wep_14_LaserTriggerShotInterval0x048f320.001discconfirmed
1296WeaponWeapon_DSaber_P_wep_19_LaserTriggerShotInterval0x048f320.001discconfirmed
1297WeaponWeapon_DSaber_P_wep_23_CannonTriggerShotInterval0x048f320.001discconfirmed
1298WeaponWeapon_DSaber_P_wep_24_BeamTriggerShotInterval0x048f320.001discconfirmed
1299WeaponWeapon_DSaber_P_wep_25_HBeamTriggerShotInterval0x048f320.001discconfirmed
1300WeaponWeapon_DSaber_P_wep_26_MissileTriggerShotInterval0x048f320.001discconfirmed
1301WeaponWeapon_DSaber_P_wep_27_ASMissileTriggerShotInterval0x048f320.001discconfirmed
1302WeaponWeapon_DSaber_P_wep_28_BombTriggerShotInterval0x048f320.001discconfirmed
1303WeaponWeapon_DSaber_P_wep_29_BombTriggerShotInterval0x048f320defaulted-on-discconfirmed
1304WeaponWeapon_DSaber_P_wep_29_ChildTriggerShotInterval0x048f320.001discconfirmed
1305WeaponWeapon_DSaber_P_wep_30_ASMissileTriggerShotInterval0x048f320.001discconfirmed
1306WeaponWeapon_DSaber_P_wep_31_BombTriggerShotInterval0x048f320.001discconfirmed
1307WeaponWeapon_DSaber_P_wep_32_MissileTriggerShotInterval0x048f320.001discconfirmed
1308WeaponWeapon_DSaber_P_wep_33_GunTriggerShotInterval0x048f320.001discconfirmed
1309WeaponWeapon_DSaber_P_wep_34_HBeamTriggerShotInterval0x048f320.001discconfirmed
1310WeaponWeapon_DSaber_P_wep_35_GunTriggerShotInterval0x048f320.001discconfirmed
1311WeaponWeapon_DSaber_P_wep_36_BombTriggerShotInterval0x048f320.001discconfirmed
1312WeaponWeapon_DSaber_P_wep_37_BeamTriggerShotInterval0x048f320.001discconfirmed
1313WeaponWeapon_DSaber_P_wep_38_ShotgunTriggerShotInterval0x048f320discconfirmed
1314WeaponWeapon_DSaber_P_wep_39_BeamTriggerShotInterval0x048f320.001discconfirmed
1315WeaponWeapon_DSaber_P_wep_40_GunTriggerShotInterval0x048f320.001discconfirmed
1316WeaponWeapon_DSaber_P_wep_41_ShotgunTriggerShotInterval0x048f320discconfirmed
1317WeaponWeapon_DSaber_P_wep_42_ShotgunTriggerShotInterval0x048f320discconfirmed
1318WeaponWeapon_DSaber_P_wep_43_RocketTriggerShotInterval0x048f320.001discconfirmed
1319WeaponWeapon_DSaber_P_wep_48_CannonTriggerShotInterval0x048f320.001discconfirmed
1320WeaponWeapon_DSaber_P_wep_50_CannonTriggerShotInterval0x048f320.001discconfirmed
1321WeaponWeapon_DSaber_P_wep_52_SpecialTriggerShotInterval0x048f320discconfirmed
1322WeaponWeapon_DSaber_P_wep_53_BeamTriggerShotInterval0x048f320.001discconfirmed
1323WeaponWeapon_DSaber_P_wep_54_LaserTriggerShotInterval0x048f320.001discconfirmed
1324WeaponWeapon_DSaber_P_wep_55_RocketTriggerShotInterval0x048f320.001discconfirmed
1325WeaponWeapon_DSaber_P_wep_56_SpecialTriggerShotInterval0x048f320discconfirmed
1326WeaponWeapon_DSaber_P_wep_57_RocketTriggerShotInterval0x048f320.001discconfirmed
1327WeaponWeapon_DSaber_P_wep_58_LaserTriggerShotInterval0x048f320.001discconfirmed
1328WeaponWeapon_DSaber_P_wep_59_SpecialTriggerShotInterval0x048f320discconfirmed
1329WeaponWeapon_DSaber_P_wep_60_ASMissileTriggerShotInterval0x048f320.001discconfirmed
1330WeaponWeapon_DSaber_P_wep_62_BeamTriggerShotInterval0x048f320.001discconfirmed
1331WeaponWeapon_DSaber_P_wep_66_SpecialTriggerShotInterval0x048f320discconfirmed
1332WeaponWeapon_DSaber_P_wep_67_SpecialTriggerShotInterval0x048f320discconfirmed
1333WeaponWeapon_DSaber_P_wep_68_SpecialTriggerShotInterval0x048f320discconfirmed
1334WeaponWeapon_DSaber_P_wep_69_SpecialTriggerShotInterval0x048f320discconfirmed
1335WeaponWeapon_DSaber_P_wep_70_SpecialTriggerShotInterval0x048f320discconfirmed
1336WeaponWeapon_DSaber_P_wep_71_SpecialTriggerShotInterval0x048f320.01discconfirmed
1337WeaponWeapon_DSaber_P_wep_80_RocketTriggerShotInterval0x048f320.001discconfirmed
1338WeaponWeapon_DSaber_P_wep_81_MissileTriggerShotInterval0x048f320.001discconfirmed
1339WeaponWeapon_DSaber_P_wep_82_LaserTriggerShotInterval0x048f320.001discconfirmed
1340WeaponWeapon_DSaber_P_wep_83_GunTriggerShotInterval0x048f320.001discconfirmed
1341WeaponWeapon_DSaber_P_wep_84_CannonTriggerShotInterval0x048f320.001discconfirmed
1342WeaponWeapon_DSaber_P_wep_85_BeamTriggerShotInterval0x048f320.001discconfirmed
1343WeaponWeapon_NULLTriggerShotInterval0x048f320defaulted-on-discconfirmed
1344WeaponWeapon_S16Boss_AAGunTriggerShotInterval0x048f320.1discconfirmed
1345WeaponWeapon_S16Boss_HBeamTriggerShotInterval0x048f320.08discconfirmed
1346WeaponWeapon_S16Boss_LaserTriggerShotInterval0x048f321discconfirmed
1347WeaponWeapon_TCAF_Acropolis_BowChaserTriggerShotInterval0x048f320.2discconfirmed
1348WeaponWeapon_TCAF_ArrowHead_LaserTriggerShotInterval0x048f321defaulted-on-discconfirmed
1349WeaponWeapon_TCAF_ArrowHead_MissileTriggerShotInterval0x048f320defaulted-on-discconfirmed
1350WeaponWeapon_TCAF_ArrowHead_NoseGunTriggerShotInterval0x048f320.08discconfirmed
1351WeaponWeapon_TCAF_Battleship_BowChaserTriggerShotInterval0x048f320defaulted-on-discconfirmed
1352WeaponWeapon_TCAF_Cruiser_BowChaserTriggerShotInterval0x048f320defaulted-on-discconfirmed
1353WeaponWeapon_TCAF_DeltaSaber_ASMissileTriggerShotInterval0x048f320defaulted-on-discconfirmed
1354WeaponWeapon_TCAF_DeltaSaber_ASMissile_PTriggerShotInterval0x048f320defaulted-on-discconfirmed
1355WeaponWeapon_TCAF_DeltaSaber_BeamTriggerShotInterval0x048f320.08discconfirmed
1356WeaponWeapon_TCAF_DeltaSaber_Beam_PTriggerShotInterval0x048f320.02discconfirmed
1357WeaponWeapon_TCAF_DeltaSaber_BombTriggerShotInterval0x048f320discconfirmed
1358WeaponWeapon_TCAF_DeltaSaber_Bomb_PTriggerShotInterval0x048f320defaulted-on-discconfirmed
1359WeaponWeapon_TCAF_DeltaSaber_CannonTriggerShotInterval0x048f320.5defaulted-on-discconfirmed
1360WeaponWeapon_TCAF_DeltaSaber_Cannon_PTriggerShotInterval0x048f321.5defaulted-on-discconfirmed
1361WeaponWeapon_TCAF_DeltaSaber_GunTriggerShotInterval0x048f320.08discconfirmed
1362WeaponWeapon_TCAF_DeltaSaber_Gun_PTriggerShotInterval0x048f320.02discconfirmed
1363WeaponWeapon_TCAF_DeltaSaber_LaserTriggerShotInterval0x048f321defaulted-on-discconfirmed
1364WeaponWeapon_TCAF_DeltaSaber_Laser_PTriggerShotInterval0x048f321defaulted-on-discconfirmed
1365WeaponWeapon_TCAF_DeltaSaber_MissileTriggerShotInterval0x048f320defaulted-on-discconfirmed
1366WeaponWeapon_TCAF_DeltaSaber_Missile_PTriggerShotInterval0x048f320defaulted-on-discconfirmed
1367WeaponWeapon_TCAF_DeltaSaber_NoseGunTriggerShotInterval0x048f320.08discconfirmed
1368WeaponWeapon_TCAF_DeltaSaber_NoseGun_PTriggerShotInterval0x048f320.02discconfirmed
1369WeaponWeapon_TCAF_DeltaSaber_RocketTriggerShotInterval0x048f320.1discconfirmed
1370WeaponWeapon_TCAF_DeltaSaber_Rocket_PTriggerShotInterval0x048f320.1discconfirmed
1371WeaponWeapon_TCAF_DeltaSaber_ShotgunTriggerShotInterval0x048f320discconfirmed
1372WeaponWeapon_TCAF_DeltaSaber_Shotgun_PTriggerShotInterval0x048f320discconfirmed
1373WeaponWeapon_TCAF_DeltaSaber_SpecialTriggerShotInterval0x048f320.08discconfirmed
1374WeaponWeapon_TCAF_DeltaSaber_Special_PTriggerShotInterval0x048f320.02defaulted-on-discconfirmed
1375WeaponWeapon_TCAF_DeltaSaber_TwinGunTriggerShotInterval0x048f320.08discconfirmed
1376WeaponWeapon_TCAF_DeltaSaber_TwinGun_PTriggerShotInterval0x048f320.02defaulted-on-discconfirmed
1377WeaponWeapon_TCAF_Ship_AAGunTriggerShotInterval0x048f320.25discconfirmed
1378WeaponWeapon_TCAF_Ship_AAGunLTriggerShotInterval0x048f320.5discconfirmed
1379WeaponWeapon_TCAF_Ship_ASGunTriggerShotInterval0x048f320.2discconfirmed
1380WeaponWeapon_TCAF_Ship_HBeamTriggerShotInterval0x048f320.08discconfirmed
1381WeaponWeapon_Test_ASMissileTriggerShotInterval0x048f320.5discconfirmed
1382WeaponWeapon_Test_GunTriggerShotInterval0x048f320.1discconfirmed
1383WeaponWeapon_Test_Gun_PlayerTriggerShotInterval0x048f320.02discconfirmed
1384WeaponWeapon_Test_LaserTriggerShotInterval0x048f321defaulted-on-discconfirmed
1385WeaponWeapon_Test_MissileTriggerShotInterval0x048f320defaulted-on-discconfirmed
1386WeaponWeapon_Test_Missile_PlayerTriggerShotInterval0x048f320defaulted-on-discconfirmed
1387WeaponWeapon_Test_SubGunTriggerShotInterval0x048f320.02discconfirmed
1388WeaponWeapon_ADAN_AAFrigate_AAGunSprayAngle0x050deg0.5discconfirmed
1389WeaponWeapon_ADAN_Attacker_B_GunTurretSprayAngle0x050deg3discconfirmed
1390WeaponWeapon_ADAN_Attacker_S_ASMissileSprayAngle0x050deg15discconfirmed
1391WeaponWeapon_ADAN_Attacker_S_NoseGunSprayAngle0x050deg3discconfirmed
1392WeaponWeapon_ADAN_Battleship_BowChaserSprayAngle0x050deg3discconfirmed
1393WeaponWeapon_ADAN_Cruiser_BowChaserSprayAngle0x050deg3discconfirmed
1394WeaponWeapon_ADAN_Destroyer_BowChaserSprayAngle0x050deg3discconfirmed
1395WeaponWeapon_ADAN_Phantom_LaserSprayAngle0x050deg3discconfirmed
1396WeaponWeapon_ADAN_Puppy_NoseGunSprayAngle0x050deg3discconfirmed
1397WeaponWeapon_ADAN_SDBattleship_BowChaserSprayAngle0x050deg3discconfirmed
1398WeaponWeapon_ADAN_Ship_AAGunSprayAngle0x050deg0.5discconfirmed
1399WeaponWeapon_ADAN_Ship_AAGunLSprayAngle0x050deg0.5defaulted-on-discconfirmed
1400WeaponWeapon_ADAN_Ship_AAMissileSprayAngle0x050deg15discconfirmed
1401WeaponWeapon_ADAN_Ship_ASGunSprayAngle0x050deg3discconfirmed
1402WeaponWeapon_ADAN_Ship_ASMissileSprayAngle0x050deg15discconfirmed
1403WeaponWeapon_ADAN_Turret_CannonSprayAngle0x050deg1defaulted-on-discconfirmed
1404WeaponWeapon_ADAN_Turret_MissileSprayAngle0x050deg15discconfirmed
1405WeaponWeapon_ADAN_Turret_NoseGunSprayAngle0x050deg1defaulted-on-discconfirmed
1406WeaponWeapon_ADAN_TypeQ_BeamSprayAngle0x050deg1defaulted-on-discconfirmed
1407WeaponWeapon_ADAN_Vindicator_RocketSprayAngle0x050deg7discconfirmed
1408WeaponWeapon_DSaber_P_wep_01_BeamSprayAngle0x050deg2discconfirmed
1409WeaponWeapon_DSaber_P_wep_02_MissileSprayAngle0x050deg20discconfirmed
1410WeaponWeapon_DSaber_P_wep_03_CannonSprayAngle0x050deg1defaulted-on-discconfirmed
1411WeaponWeapon_DSaber_P_wep_04_MissileSprayAngle0x050deg30discconfirmed
1412WeaponWeapon_DSaber_P_wep_05_ASMissileSprayAngle0x050deg15discconfirmed
1413WeaponWeapon_DSaber_P_wep_07_CannonSprayAngle0x050deg0.5discconfirmed
1414WeaponWeapon_DSaber_P_wep_08_ASMissileSprayAngle0x050deg10discconfirmed
1415WeaponWeapon_DSaber_P_wep_09_GunSprayAngle0x050deg1defaulted-on-discconfirmed
1416WeaponWeapon_DSaber_P_wep_10_GunSprayAngle0x050deg3discconfirmed
1417WeaponWeapon_DSaber_P_wep_11_CannonSprayAngle0x050deg0.1discconfirmed
1418WeaponWeapon_DSaber_P_wep_12_RocketSprayAngle0x050deg4discconfirmed
1419WeaponWeapon_DSaber_P_wep_13_ChildSprayAngle0x050deg30discconfirmed
1420WeaponWeapon_DSaber_P_wep_13_MissileSprayAngle0x050deg15discconfirmed
1421WeaponWeapon_DSaber_P_wep_14_LaserSprayAngle0x050deg1defaulted-on-discconfirmed
1422WeaponWeapon_DSaber_P_wep_19_LaserSprayAngle0x050deg1defaulted-on-discconfirmed
1423WeaponWeapon_DSaber_P_wep_23_CannonSprayAngle0x050deg0.1discconfirmed
1424WeaponWeapon_DSaber_P_wep_24_BeamSprayAngle0x050deg1defaulted-on-discconfirmed
1425WeaponWeapon_DSaber_P_wep_25_HBeamSprayAngle0x050deg20discconfirmed
1426WeaponWeapon_DSaber_P_wep_26_MissileSprayAngle0x050deg10discconfirmed
1427WeaponWeapon_DSaber_P_wep_27_ASMissileSprayAngle0x050deg5discconfirmed
1428WeaponWeapon_DSaber_P_wep_28_BombSprayAngle0x050deg3discconfirmed
1429WeaponWeapon_DSaber_P_wep_29_BombSprayAngle0x050deg8discconfirmed
1430WeaponWeapon_DSaber_P_wep_29_ChildSprayAngle0x050deg40discconfirmed
1431WeaponWeapon_DSaber_P_wep_30_ASMissileSprayAngle0x050deg10discconfirmed
1432WeaponWeapon_DSaber_P_wep_31_BombSprayAngle0x050deg3discconfirmed
1433WeaponWeapon_DSaber_P_wep_32_MissileSprayAngle0x050deg15discconfirmed
1434WeaponWeapon_DSaber_P_wep_33_GunSprayAngle0x050deg3discconfirmed
1435WeaponWeapon_DSaber_P_wep_34_HBeamSprayAngle0x050deg40discconfirmed
1436WeaponWeapon_DSaber_P_wep_35_GunSprayAngle0x050deg3discconfirmed
1437WeaponWeapon_DSaber_P_wep_36_BombSprayAngle0x050deg3discconfirmed
1438WeaponWeapon_DSaber_P_wep_37_BeamSprayAngle0x050deg1defaulted-on-discconfirmed
1439WeaponWeapon_DSaber_P_wep_38_ShotgunSprayAngle0x050deg4discconfirmed
1440WeaponWeapon_DSaber_P_wep_39_BeamSprayAngle0x050deg1defaulted-on-discconfirmed
1441WeaponWeapon_DSaber_P_wep_40_GunSprayAngle0x050deg3discconfirmed
1442WeaponWeapon_DSaber_P_wep_41_ShotgunSprayAngle0x050deg6discconfirmed
1443WeaponWeapon_DSaber_P_wep_42_ShotgunSprayAngle0x050deg5discconfirmed
1444WeaponWeapon_DSaber_P_wep_43_RocketSprayAngle0x050deg10discconfirmed
1445WeaponWeapon_DSaber_P_wep_48_CannonSprayAngle0x050deg1defaulted-on-discconfirmed
1446WeaponWeapon_DSaber_P_wep_50_CannonSprayAngle0x050deg1defaulted-on-discconfirmed
1447WeaponWeapon_DSaber_P_wep_52_SpecialSprayAngle0x050deg3discconfirmed
1448WeaponWeapon_DSaber_P_wep_53_BeamSprayAngle0x050deg2discconfirmed
1449WeaponWeapon_DSaber_P_wep_54_LaserSprayAngle0x050deg1defaulted-on-discconfirmed
1450WeaponWeapon_DSaber_P_wep_55_RocketSprayAngle0x050deg4discconfirmed
1451WeaponWeapon_DSaber_P_wep_56_SpecialSprayAngle0x050deg3discconfirmed
1452WeaponWeapon_DSaber_P_wep_57_RocketSprayAngle0x050deg4discconfirmed
1453WeaponWeapon_DSaber_P_wep_58_LaserSprayAngle0x050deg1defaulted-on-discconfirmed
1454WeaponWeapon_DSaber_P_wep_59_SpecialSprayAngle0x050deg1defaulted-on-discconfirmed
1455WeaponWeapon_DSaber_P_wep_60_ASMissileSprayAngle0x050deg20discconfirmed
1456WeaponWeapon_DSaber_P_wep_62_BeamSprayAngle0x050deg0.5discconfirmed
1457WeaponWeapon_DSaber_P_wep_66_SpecialSprayAngle0x050deg3discconfirmed
1458WeaponWeapon_DSaber_P_wep_67_SpecialSprayAngle0x050deg3discconfirmed
1459WeaponWeapon_DSaber_P_wep_68_SpecialSprayAngle0x050deg3discconfirmed
1460WeaponWeapon_DSaber_P_wep_69_SpecialSprayAngle0x050deg3discconfirmed
1461WeaponWeapon_DSaber_P_wep_70_SpecialSprayAngle0x050deg3discconfirmed
1462WeaponWeapon_DSaber_P_wep_71_SpecialSprayAngle0x050deg3discconfirmed
1463WeaponWeapon_DSaber_P_wep_80_RocketSprayAngle0x050deg4discconfirmed
1464WeaponWeapon_DSaber_P_wep_81_MissileSprayAngle0x050deg25discconfirmed
1465WeaponWeapon_DSaber_P_wep_82_LaserSprayAngle0x050deg1defaulted-on-discconfirmed
1466WeaponWeapon_DSaber_P_wep_83_GunSprayAngle0x050deg3discconfirmed
1467WeaponWeapon_DSaber_P_wep_84_CannonSprayAngle0x050deg0.1defaulted-on-discconfirmed
1468WeaponWeapon_DSaber_P_wep_85_BeamSprayAngle0x050deg0.5discconfirmed
1469WeaponWeapon_NULLSprayAngle0x050deg0defaulted-on-discconfirmed
1470WeaponWeapon_S16Boss_AAGunSprayAngle0x050deg4discconfirmed
1471WeaponWeapon_S16Boss_HBeamSprayAngle0x050deg20discconfirmed
1472WeaponWeapon_S16Boss_LaserSprayAngle0x050deg0defaulted-on-discconfirmed
1473WeaponWeapon_TCAF_Acropolis_BowChaserSprayAngle0x050deg5defaulted-on-discconfirmed
1474WeaponWeapon_TCAF_ArrowHead_LaserSprayAngle0x050deg3discconfirmed
1475WeaponWeapon_TCAF_ArrowHead_MissileSprayAngle0x050deg15discconfirmed
1476WeaponWeapon_TCAF_ArrowHead_NoseGunSprayAngle0x050deg3defaulted-on-discconfirmed
1477WeaponWeapon_TCAF_Battleship_BowChaserSprayAngle0x050deg3discconfirmed
1478WeaponWeapon_TCAF_Cruiser_BowChaserSprayAngle0x050deg3discconfirmed
1479WeaponWeapon_TCAF_DeltaSaber_ASMissileSprayAngle0x050deg5discconfirmed
1480WeaponWeapon_TCAF_DeltaSaber_ASMissile_PSprayAngle0x050deg5discconfirmed
1481WeaponWeapon_TCAF_DeltaSaber_BeamSprayAngle0x050deg1defaulted-on-discconfirmed
1482WeaponWeapon_TCAF_DeltaSaber_Beam_PSprayAngle0x050deg1defaulted-on-discconfirmed
1483WeaponWeapon_TCAF_DeltaSaber_BombSprayAngle0x050deg3discconfirmed
1484WeaponWeapon_TCAF_DeltaSaber_Bomb_PSprayAngle0x050deg3discconfirmed
1485WeaponWeapon_TCAF_DeltaSaber_CannonSprayAngle0x050deg1defaulted-on-discconfirmed
1486WeaponWeapon_TCAF_DeltaSaber_Cannon_PSprayAngle0x050deg1defaulted-on-discconfirmed
1487WeaponWeapon_TCAF_DeltaSaber_GunSprayAngle0x050deg3discconfirmed
1488WeaponWeapon_TCAF_DeltaSaber_Gun_PSprayAngle0x050deg3discconfirmed
1489WeaponWeapon_TCAF_DeltaSaber_LaserSprayAngle0x050deg0defaulted-on-discconfirmed
1490WeaponWeapon_TCAF_DeltaSaber_Laser_PSprayAngle0x050deg0discconfirmed
1491WeaponWeapon_TCAF_DeltaSaber_MissileSprayAngle0x050deg15discconfirmed
1492WeaponWeapon_TCAF_DeltaSaber_Missile_PSprayAngle0x050deg15discconfirmed
1493WeaponWeapon_TCAF_DeltaSaber_NoseGunSprayAngle0x050deg1defaulted-on-discconfirmed
1494WeaponWeapon_TCAF_DeltaSaber_NoseGun_PSprayAngle0x050deg1defaulted-on-discconfirmed
1495WeaponWeapon_TCAF_DeltaSaber_RocketSprayAngle0x050deg4discconfirmed
1496WeaponWeapon_TCAF_DeltaSaber_Rocket_PSprayAngle0x050deg4discconfirmed
1497WeaponWeapon_TCAF_DeltaSaber_ShotgunSprayAngle0x050deg4discconfirmed
1498WeaponWeapon_TCAF_DeltaSaber_Shotgun_PSprayAngle0x050deg4discconfirmed
1499WeaponWeapon_TCAF_DeltaSaber_SpecialSprayAngle0x050deg3discconfirmed
1500WeaponWeapon_TCAF_DeltaSaber_Special_PSprayAngle0x050deg3discconfirmed
1501WeaponWeapon_TCAF_DeltaSaber_TwinGunSprayAngle0x050deg3discconfirmed
1502WeaponWeapon_TCAF_DeltaSaber_TwinGun_PSprayAngle0x050deg3discconfirmed
1503WeaponWeapon_TCAF_Ship_AAGunSprayAngle0x050deg6discconfirmed
1504WeaponWeapon_TCAF_Ship_AAGunLSprayAngle0x050deg4discconfirmed
1505WeaponWeapon_TCAF_Ship_ASGunSprayAngle0x050deg10discconfirmed
1506WeaponWeapon_TCAF_Ship_HBeamSprayAngle0x050deg10discconfirmed
1507WeaponWeapon_Test_ASMissileSprayAngle0x050deg15discconfirmed
1508WeaponWeapon_Test_GunSprayAngle0x050deg1defaulted-on-discconfirmed
1509WeaponWeapon_Test_Gun_PlayerSprayAngle0x050deg1discconfirmed
1510WeaponWeapon_Test_LaserSprayAngle0x050deg0.1discconfirmed
1511WeaponWeapon_Test_MissileSprayAngle0x050deg15discconfirmed
1512WeaponWeapon_Test_Missile_PlayerSprayAngle0x050deg15discconfirmed
1513WeaponWeapon_Test_SubGunSprayAngle0x050deg1discconfirmed
1514WeaponWeapon_ADAN_AAFrigate_AAGunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1515WeaponWeapon_ADAN_Attacker_B_GunTurretLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1516WeaponWeapon_ADAN_Attacker_S_ASMissileLockIntervalSingle0x06cf320.75discconfirmed
1517WeaponWeapon_ADAN_Attacker_S_NoseGunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1518WeaponWeapon_ADAN_Battleship_BowChaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1519WeaponWeapon_ADAN_Cruiser_BowChaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1520WeaponWeapon_ADAN_Destroyer_BowChaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1521WeaponWeapon_ADAN_Phantom_LaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1522WeaponWeapon_ADAN_Puppy_NoseGunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1523WeaponWeapon_ADAN_SDBattleship_BowChaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1524WeaponWeapon_ADAN_Ship_AAGunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1525WeaponWeapon_ADAN_Ship_AAGunLLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1526WeaponWeapon_ADAN_Ship_AAMissileLockIntervalSingle0x06cf320.75discconfirmed
1527WeaponWeapon_ADAN_Ship_ASGunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1528WeaponWeapon_ADAN_Ship_ASMissileLockIntervalSingle0x06cf320.75discconfirmed
1529WeaponWeapon_ADAN_Turret_CannonLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1530WeaponWeapon_ADAN_Turret_MissileLockIntervalSingle0x06cf320.75discconfirmed
1531WeaponWeapon_ADAN_Turret_NoseGunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1532WeaponWeapon_ADAN_TypeQ_BeamLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1533WeaponWeapon_ADAN_Vindicator_RocketLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1534WeaponWeapon_DSaber_P_wep_01_BeamLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1535WeaponWeapon_DSaber_P_wep_02_MissileLockIntervalSingle0x06cf3299discconfirmed
1536WeaponWeapon_DSaber_P_wep_03_CannonLockIntervalSingle0x06cf320discconfirmed
1537WeaponWeapon_DSaber_P_wep_04_MissileLockIntervalSingle0x06cf320.4discconfirmed
1538WeaponWeapon_DSaber_P_wep_05_ASMissileLockIntervalSingle0x06cf321.5discconfirmed
1539WeaponWeapon_DSaber_P_wep_07_CannonLockIntervalSingle0x06cf320discconfirmed
1540WeaponWeapon_DSaber_P_wep_08_ASMissileLockIntervalSingle0x06cf321.5discconfirmed
1541WeaponWeapon_DSaber_P_wep_09_GunLockIntervalSingle0x06cf320discconfirmed
1542WeaponWeapon_DSaber_P_wep_10_GunLockIntervalSingle0x06cf320discconfirmed
1543WeaponWeapon_DSaber_P_wep_11_CannonLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1544WeaponWeapon_DSaber_P_wep_12_RocketLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1545WeaponWeapon_DSaber_P_wep_13_ChildLockIntervalSingle0x06cf320.4discconfirmed
1546WeaponWeapon_DSaber_P_wep_13_MissileLockIntervalSingle0x06cf320.5discconfirmed
1547WeaponWeapon_DSaber_P_wep_14_LaserLockIntervalSingle0x06cf320discconfirmed
1548WeaponWeapon_DSaber_P_wep_19_LaserLockIntervalSingle0x06cf320discconfirmed
1549WeaponWeapon_DSaber_P_wep_23_CannonLockIntervalSingle0x06cf320discconfirmed
1550WeaponWeapon_DSaber_P_wep_24_BeamLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1551WeaponWeapon_DSaber_P_wep_25_HBeamLockIntervalSingle0x06cf3299discconfirmed
1552WeaponWeapon_DSaber_P_wep_26_MissileLockIntervalSingle0x06cf3299discconfirmed
1553WeaponWeapon_DSaber_P_wep_27_ASMissileLockIntervalSingle0x06cf3299discconfirmed
1554WeaponWeapon_DSaber_P_wep_28_BombLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1555WeaponWeapon_DSaber_P_wep_29_BombLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1556WeaponWeapon_DSaber_P_wep_29_ChildLockIntervalSingle0x06cf320.5discconfirmed
1557WeaponWeapon_DSaber_P_wep_30_ASMissileLockIntervalSingle0x06cf321.5discconfirmed
1558WeaponWeapon_DSaber_P_wep_31_BombLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1559WeaponWeapon_DSaber_P_wep_32_MissileLockIntervalSingle0x06cf320.9discconfirmed
1560WeaponWeapon_DSaber_P_wep_33_GunLockIntervalSingle0x06cf320discconfirmed
1561WeaponWeapon_DSaber_P_wep_34_HBeamLockIntervalSingle0x06cf320.5discconfirmed
1562WeaponWeapon_DSaber_P_wep_35_GunLockIntervalSingle0x06cf320discconfirmed
1563WeaponWeapon_DSaber_P_wep_36_BombLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1564WeaponWeapon_DSaber_P_wep_37_BeamLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1565WeaponWeapon_DSaber_P_wep_38_ShotgunLockIntervalSingle0x06cf320discconfirmed
1566WeaponWeapon_DSaber_P_wep_39_BeamLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1567WeaponWeapon_DSaber_P_wep_40_GunLockIntervalSingle0x06cf320discconfirmed
1568WeaponWeapon_DSaber_P_wep_41_ShotgunLockIntervalSingle0x06cf320discconfirmed
1569WeaponWeapon_DSaber_P_wep_42_ShotgunLockIntervalSingle0x06cf320discconfirmed
1570WeaponWeapon_DSaber_P_wep_43_RocketLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1571WeaponWeapon_DSaber_P_wep_48_CannonLockIntervalSingle0x06cf320discconfirmed
1572WeaponWeapon_DSaber_P_wep_50_CannonLockIntervalSingle0x06cf320discconfirmed
1573WeaponWeapon_DSaber_P_wep_52_SpecialLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1574WeaponWeapon_DSaber_P_wep_53_BeamLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1575WeaponWeapon_DSaber_P_wep_54_LaserLockIntervalSingle0x06cf320discconfirmed
1576WeaponWeapon_DSaber_P_wep_55_RocketLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1577WeaponWeapon_DSaber_P_wep_56_SpecialLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1578WeaponWeapon_DSaber_P_wep_57_RocketLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1579WeaponWeapon_DSaber_P_wep_58_LaserLockIntervalSingle0x06cf320discconfirmed
1580WeaponWeapon_DSaber_P_wep_59_SpecialLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1581WeaponWeapon_DSaber_P_wep_60_ASMissileLockIntervalSingle0x06cf321.5discconfirmed
1582WeaponWeapon_DSaber_P_wep_62_BeamLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1583WeaponWeapon_DSaber_P_wep_66_SpecialLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1584WeaponWeapon_DSaber_P_wep_67_SpecialLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1585WeaponWeapon_DSaber_P_wep_68_SpecialLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1586WeaponWeapon_DSaber_P_wep_69_SpecialLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1587WeaponWeapon_DSaber_P_wep_70_SpecialLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1588WeaponWeapon_DSaber_P_wep_71_SpecialLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1589WeaponWeapon_DSaber_P_wep_80_RocketLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1590WeaponWeapon_DSaber_P_wep_81_MissileLockIntervalSingle0x06cf320.5discconfirmed
1591WeaponWeapon_DSaber_P_wep_82_LaserLockIntervalSingle0x06cf320discconfirmed
1592WeaponWeapon_DSaber_P_wep_83_GunLockIntervalSingle0x06cf320discconfirmed
1593WeaponWeapon_DSaber_P_wep_84_CannonLockIntervalSingle0x06cf320discconfirmed
1594WeaponWeapon_DSaber_P_wep_85_BeamLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1595WeaponWeapon_NULLLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1596WeaponWeapon_S16Boss_AAGunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1597WeaponWeapon_S16Boss_HBeamLockIntervalSingle0x06cf320.02discconfirmed
1598WeaponWeapon_S16Boss_LaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1599WeaponWeapon_TCAF_Acropolis_BowChaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1600WeaponWeapon_TCAF_ArrowHead_LaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1601WeaponWeapon_TCAF_ArrowHead_MissileLockIntervalSingle0x06cf320.75discconfirmed
1602WeaponWeapon_TCAF_ArrowHead_NoseGunLockIntervalSingle0x06cf320discconfirmed
1603WeaponWeapon_TCAF_Battleship_BowChaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1604WeaponWeapon_TCAF_Cruiser_BowChaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1605WeaponWeapon_TCAF_DeltaSaber_ASMissileLockIntervalSingle0x06cf321.5discconfirmed
1606WeaponWeapon_TCAF_DeltaSaber_ASMissile_PLockIntervalSingle0x06cf321.5discconfirmed
1607WeaponWeapon_TCAF_DeltaSaber_BeamLockIntervalSingle0x06cf320discconfirmed
1608WeaponWeapon_TCAF_DeltaSaber_Beam_PLockIntervalSingle0x06cf320discconfirmed
1609WeaponWeapon_TCAF_DeltaSaber_BombLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1610WeaponWeapon_TCAF_DeltaSaber_Bomb_PLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1611WeaponWeapon_TCAF_DeltaSaber_CannonLockIntervalSingle0x06cf320discconfirmed
1612WeaponWeapon_TCAF_DeltaSaber_Cannon_PLockIntervalSingle0x06cf320discconfirmed
1613WeaponWeapon_TCAF_DeltaSaber_GunLockIntervalSingle0x06cf320discconfirmed
1614WeaponWeapon_TCAF_DeltaSaber_Gun_PLockIntervalSingle0x06cf320discconfirmed
1615WeaponWeapon_TCAF_DeltaSaber_LaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1616WeaponWeapon_TCAF_DeltaSaber_Laser_PLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1617WeaponWeapon_TCAF_DeltaSaber_MissileLockIntervalSingle0x06cf320.5discconfirmed
1618WeaponWeapon_TCAF_DeltaSaber_Missile_PLockIntervalSingle0x06cf320.5discconfirmed
1619WeaponWeapon_TCAF_DeltaSaber_NoseGunLockIntervalSingle0x06cf320discconfirmed
1620WeaponWeapon_TCAF_DeltaSaber_NoseGun_PLockIntervalSingle0x06cf320discconfirmed
1621WeaponWeapon_TCAF_DeltaSaber_RocketLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1622WeaponWeapon_TCAF_DeltaSaber_Rocket_PLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1623WeaponWeapon_TCAF_DeltaSaber_ShotgunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1624WeaponWeapon_TCAF_DeltaSaber_Shotgun_PLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1625WeaponWeapon_TCAF_DeltaSaber_SpecialLockIntervalSingle0x06cf320discconfirmed
1626WeaponWeapon_TCAF_DeltaSaber_Special_PLockIntervalSingle0x06cf320discconfirmed
1627WeaponWeapon_TCAF_DeltaSaber_TwinGunLockIntervalSingle0x06cf320discconfirmed
1628WeaponWeapon_TCAF_DeltaSaber_TwinGun_PLockIntervalSingle0x06cf320discconfirmed
1629WeaponWeapon_TCAF_Ship_AAGunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1630WeaponWeapon_TCAF_Ship_AAGunLLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1631WeaponWeapon_TCAF_Ship_ASGunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1632WeaponWeapon_TCAF_Ship_HBeamLockIntervalSingle0x06cf321defaulted-on-discconfirmed
1633WeaponWeapon_Test_ASMissileLockIntervalSingle0x06cf320.75discconfirmed
1634WeaponWeapon_Test_GunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1635WeaponWeapon_Test_Gun_PlayerLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1636WeaponWeapon_Test_LaserLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1637WeaponWeapon_Test_MissileLockIntervalSingle0x06cf320.75discconfirmed
1638WeaponWeapon_Test_Missile_PlayerLockIntervalSingle0x06cf321discconfirmed
1639WeaponWeapon_Test_SubGunLockIntervalSingle0x06cf320defaulted-on-discconfirmed
1640WeaponWeapon_ADAN_AAFrigate_AAGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1641WeaponWeapon_ADAN_Attacker_B_GunTurretLockIntervalMulti0x070f320defaulted-on-discconfirmed
1642WeaponWeapon_ADAN_Attacker_S_ASMissileLockIntervalMulti0x070f320.05discconfirmed
1643WeaponWeapon_ADAN_Attacker_S_NoseGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1644WeaponWeapon_ADAN_Battleship_BowChaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1645WeaponWeapon_ADAN_Cruiser_BowChaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1646WeaponWeapon_ADAN_Destroyer_BowChaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1647WeaponWeapon_ADAN_Phantom_LaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1648WeaponWeapon_ADAN_Puppy_NoseGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1649WeaponWeapon_ADAN_SDBattleship_BowChaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1650WeaponWeapon_ADAN_Ship_AAGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1651WeaponWeapon_ADAN_Ship_AAGunLLockIntervalMulti0x070f320defaulted-on-discconfirmed
1652WeaponWeapon_ADAN_Ship_AAMissileLockIntervalMulti0x070f320.05discconfirmed
1653WeaponWeapon_ADAN_Ship_ASGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1654WeaponWeapon_ADAN_Ship_ASMissileLockIntervalMulti0x070f320.05discconfirmed
1655WeaponWeapon_ADAN_Turret_CannonLockIntervalMulti0x070f320defaulted-on-discconfirmed
1656WeaponWeapon_ADAN_Turret_MissileLockIntervalMulti0x070f320.05discconfirmed
1657WeaponWeapon_ADAN_Turret_NoseGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1658WeaponWeapon_ADAN_TypeQ_BeamLockIntervalMulti0x070f320defaulted-on-discconfirmed
1659WeaponWeapon_ADAN_Vindicator_RocketLockIntervalMulti0x070f320defaulted-on-discconfirmed
1660WeaponWeapon_DSaber_P_wep_01_BeamLockIntervalMulti0x070f320defaulted-on-discconfirmed
1661WeaponWeapon_DSaber_P_wep_02_MissileLockIntervalMulti0x070f320.4discconfirmed
1662WeaponWeapon_DSaber_P_wep_03_CannonLockIntervalMulti0x070f320defaulted-on-discconfirmed
1663WeaponWeapon_DSaber_P_wep_04_MissileLockIntervalMulti0x070f320.2discconfirmed
1664WeaponWeapon_DSaber_P_wep_05_ASMissileLockIntervalMulti0x070f320.8discconfirmed
1665WeaponWeapon_DSaber_P_wep_07_CannonLockIntervalMulti0x070f320defaulted-on-discconfirmed
1666WeaponWeapon_DSaber_P_wep_08_ASMissileLockIntervalMulti0x070f320.4discconfirmed
1667WeaponWeapon_DSaber_P_wep_09_GunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1668WeaponWeapon_DSaber_P_wep_10_GunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1669WeaponWeapon_DSaber_P_wep_11_CannonLockIntervalMulti0x070f320defaulted-on-discconfirmed
1670WeaponWeapon_DSaber_P_wep_12_RocketLockIntervalMulti0x070f320defaulted-on-discconfirmed
1671WeaponWeapon_DSaber_P_wep_13_ChildLockIntervalMulti0x070f320.2discconfirmed
1672WeaponWeapon_DSaber_P_wep_13_MissileLockIntervalMulti0x070f320.1discconfirmed
1673WeaponWeapon_DSaber_P_wep_14_LaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1674WeaponWeapon_DSaber_P_wep_19_LaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1675WeaponWeapon_DSaber_P_wep_23_CannonLockIntervalMulti0x070f320defaulted-on-discconfirmed
1676WeaponWeapon_DSaber_P_wep_24_BeamLockIntervalMulti0x070f320defaulted-on-discconfirmed
1677WeaponWeapon_DSaber_P_wep_25_HBeamLockIntervalMulti0x070f320.25discconfirmed
1678WeaponWeapon_DSaber_P_wep_26_MissileLockIntervalMulti0x070f320.8discconfirmed
1679WeaponWeapon_DSaber_P_wep_27_ASMissileLockIntervalMulti0x070f322discconfirmed
1680WeaponWeapon_DSaber_P_wep_28_BombLockIntervalMulti0x070f320defaulted-on-discconfirmed
1681WeaponWeapon_DSaber_P_wep_29_BombLockIntervalMulti0x070f320defaulted-on-discconfirmed
1682WeaponWeapon_DSaber_P_wep_29_ChildLockIntervalMulti0x070f320.1discconfirmed
1683WeaponWeapon_DSaber_P_wep_30_ASMissileLockIntervalMulti0x070f321.5discconfirmed
1684WeaponWeapon_DSaber_P_wep_31_BombLockIntervalMulti0x070f320defaulted-on-discconfirmed
1685WeaponWeapon_DSaber_P_wep_32_MissileLockIntervalMulti0x070f320.4discconfirmed
1686WeaponWeapon_DSaber_P_wep_33_GunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1687WeaponWeapon_DSaber_P_wep_34_HBeamLockIntervalMulti0x070f320.1discconfirmed
1688WeaponWeapon_DSaber_P_wep_35_GunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1689WeaponWeapon_DSaber_P_wep_36_BombLockIntervalMulti0x070f320defaulted-on-discconfirmed
1690WeaponWeapon_DSaber_P_wep_37_BeamLockIntervalMulti0x070f320defaulted-on-discconfirmed
1691WeaponWeapon_DSaber_P_wep_38_ShotgunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1692WeaponWeapon_DSaber_P_wep_39_BeamLockIntervalMulti0x070f320defaulted-on-discconfirmed
1693WeaponWeapon_DSaber_P_wep_40_GunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1694WeaponWeapon_DSaber_P_wep_41_ShotgunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1695WeaponWeapon_DSaber_P_wep_42_ShotgunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1696WeaponWeapon_DSaber_P_wep_43_RocketLockIntervalMulti0x070f320defaulted-on-discconfirmed
1697WeaponWeapon_DSaber_P_wep_48_CannonLockIntervalMulti0x070f320defaulted-on-discconfirmed
1698WeaponWeapon_DSaber_P_wep_50_CannonLockIntervalMulti0x070f320defaulted-on-discconfirmed
1699WeaponWeapon_DSaber_P_wep_52_SpecialLockIntervalMulti0x070f320defaulted-on-discconfirmed
1700WeaponWeapon_DSaber_P_wep_53_BeamLockIntervalMulti0x070f320defaulted-on-discconfirmed
1701WeaponWeapon_DSaber_P_wep_54_LaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1702WeaponWeapon_DSaber_P_wep_55_RocketLockIntervalMulti0x070f320defaulted-on-discconfirmed
1703WeaponWeapon_DSaber_P_wep_56_SpecialLockIntervalMulti0x070f320defaulted-on-discconfirmed
1704WeaponWeapon_DSaber_P_wep_57_RocketLockIntervalMulti0x070f320defaulted-on-discconfirmed
1705WeaponWeapon_DSaber_P_wep_58_LaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1706WeaponWeapon_DSaber_P_wep_59_SpecialLockIntervalMulti0x070f320defaulted-on-discconfirmed
1707WeaponWeapon_DSaber_P_wep_60_ASMissileLockIntervalMulti0x070f321defaulted-on-discconfirmed
1708WeaponWeapon_DSaber_P_wep_62_BeamLockIntervalMulti0x070f320defaulted-on-discconfirmed
1709WeaponWeapon_DSaber_P_wep_66_SpecialLockIntervalMulti0x070f320defaulted-on-discconfirmed
1710WeaponWeapon_DSaber_P_wep_67_SpecialLockIntervalMulti0x070f320defaulted-on-discconfirmed
1711WeaponWeapon_DSaber_P_wep_68_SpecialLockIntervalMulti0x070f320defaulted-on-discconfirmed
1712WeaponWeapon_DSaber_P_wep_69_SpecialLockIntervalMulti0x070f320defaulted-on-discconfirmed
1713WeaponWeapon_DSaber_P_wep_70_SpecialLockIntervalMulti0x070f320defaulted-on-discconfirmed
1714WeaponWeapon_DSaber_P_wep_71_SpecialLockIntervalMulti0x070f320defaulted-on-discconfirmed
1715WeaponWeapon_DSaber_P_wep_80_RocketLockIntervalMulti0x070f320defaulted-on-discconfirmed
1716WeaponWeapon_DSaber_P_wep_81_MissileLockIntervalMulti0x070f320.2discconfirmed
1717WeaponWeapon_DSaber_P_wep_82_LaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1718WeaponWeapon_DSaber_P_wep_83_GunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1719WeaponWeapon_DSaber_P_wep_84_CannonLockIntervalMulti0x070f320defaulted-on-discconfirmed
1720WeaponWeapon_DSaber_P_wep_85_BeamLockIntervalMulti0x070f320defaulted-on-discconfirmed
1721WeaponWeapon_NULLLockIntervalMulti0x070f320defaulted-on-discconfirmed
1722WeaponWeapon_S16Boss_AAGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1723WeaponWeapon_S16Boss_HBeamLockIntervalMulti0x070f320.25discconfirmed
1724WeaponWeapon_S16Boss_LaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1725WeaponWeapon_TCAF_Acropolis_BowChaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1726WeaponWeapon_TCAF_ArrowHead_LaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1727WeaponWeapon_TCAF_ArrowHead_MissileLockIntervalMulti0x070f320.05discconfirmed
1728WeaponWeapon_TCAF_ArrowHead_NoseGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1729WeaponWeapon_TCAF_Battleship_BowChaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1730WeaponWeapon_TCAF_Cruiser_BowChaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1731WeaponWeapon_TCAF_DeltaSaber_ASMissileLockIntervalMulti0x070f321.1discconfirmed
1732WeaponWeapon_TCAF_DeltaSaber_ASMissile_PLockIntervalMulti0x070f321.1discconfirmed
1733WeaponWeapon_TCAF_DeltaSaber_BeamLockIntervalMulti0x070f320defaulted-on-discconfirmed
1734WeaponWeapon_TCAF_DeltaSaber_Beam_PLockIntervalMulti0x070f320defaulted-on-discconfirmed
1735WeaponWeapon_TCAF_DeltaSaber_BombLockIntervalMulti0x070f320defaulted-on-discconfirmed
1736WeaponWeapon_TCAF_DeltaSaber_Bomb_PLockIntervalMulti0x070f320defaulted-on-discconfirmed
1737WeaponWeapon_TCAF_DeltaSaber_CannonLockIntervalMulti0x070f320defaulted-on-discconfirmed
1738WeaponWeapon_TCAF_DeltaSaber_Cannon_PLockIntervalMulti0x070f320defaulted-on-discconfirmed
1739WeaponWeapon_TCAF_DeltaSaber_GunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1740WeaponWeapon_TCAF_DeltaSaber_Gun_PLockIntervalMulti0x070f320defaulted-on-discconfirmed
1741WeaponWeapon_TCAF_DeltaSaber_LaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1742WeaponWeapon_TCAF_DeltaSaber_Laser_PLockIntervalMulti0x070f320defaulted-on-discconfirmed
1743WeaponWeapon_TCAF_DeltaSaber_MissileLockIntervalMulti0x070f320.1discconfirmed
1744WeaponWeapon_TCAF_DeltaSaber_Missile_PLockIntervalMulti0x070f320.1discconfirmed
1745WeaponWeapon_TCAF_DeltaSaber_NoseGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1746WeaponWeapon_TCAF_DeltaSaber_NoseGun_PLockIntervalMulti0x070f320defaulted-on-discconfirmed
1747WeaponWeapon_TCAF_DeltaSaber_RocketLockIntervalMulti0x070f320defaulted-on-discconfirmed
1748WeaponWeapon_TCAF_DeltaSaber_Rocket_PLockIntervalMulti0x070f320defaulted-on-discconfirmed
1749WeaponWeapon_TCAF_DeltaSaber_ShotgunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1750WeaponWeapon_TCAF_DeltaSaber_Shotgun_PLockIntervalMulti0x070f320defaulted-on-discconfirmed
1751WeaponWeapon_TCAF_DeltaSaber_SpecialLockIntervalMulti0x070f320defaulted-on-discconfirmed
1752WeaponWeapon_TCAF_DeltaSaber_Special_PLockIntervalMulti0x070f320defaulted-on-discconfirmed
1753WeaponWeapon_TCAF_DeltaSaber_TwinGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1754WeaponWeapon_TCAF_DeltaSaber_TwinGun_PLockIntervalMulti0x070f320defaulted-on-discconfirmed
1755WeaponWeapon_TCAF_Ship_AAGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1756WeaponWeapon_TCAF_Ship_AAGunLLockIntervalMulti0x070f320defaulted-on-discconfirmed
1757WeaponWeapon_TCAF_Ship_ASGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1758WeaponWeapon_TCAF_Ship_HBeamLockIntervalMulti0x070f320.25discconfirmed
1759WeaponWeapon_Test_ASMissileLockIntervalMulti0x070f320.05discconfirmed
1760WeaponWeapon_Test_GunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1761WeaponWeapon_Test_Gun_PlayerLockIntervalMulti0x070f320defaulted-on-discconfirmed
1762WeaponWeapon_Test_LaserLockIntervalMulti0x070f320defaulted-on-discconfirmed
1763WeaponWeapon_Test_MissileLockIntervalMulti0x070f320.05discconfirmed
1764WeaponWeapon_Test_Missile_PlayerLockIntervalMulti0x070f320.1discconfirmed
1765WeaponWeapon_Test_SubGunLockIntervalMulti0x070f320defaulted-on-discconfirmed
1766WeaponWeapon_ADAN_AAFrigate_AAGunMaximumCharging0x09cf320defaulted-on-disctentative
1767WeaponWeapon_ADAN_Attacker_B_GunTurretMaximumCharging0x09cf320defaulted-on-disctentative
1768WeaponWeapon_ADAN_Attacker_S_ASMissileMaximumCharging0x09cf320defaulted-on-disctentative
1769WeaponWeapon_ADAN_Attacker_S_NoseGunMaximumCharging0x09cf320defaulted-on-disctentative
1770WeaponWeapon_ADAN_Battleship_BowChaserMaximumCharging0x09cf320defaulted-on-disctentative
1771WeaponWeapon_ADAN_Cruiser_BowChaserMaximumCharging0x09cf320defaulted-on-disctentative
1772WeaponWeapon_ADAN_Destroyer_BowChaserMaximumCharging0x09cf320defaulted-on-disctentative
1773WeaponWeapon_ADAN_Phantom_LaserMaximumCharging0x09cf320defaulted-on-disctentative
1774WeaponWeapon_ADAN_Puppy_NoseGunMaximumCharging0x09cf320defaulted-on-disctentative
1775WeaponWeapon_ADAN_SDBattleship_BowChaserMaximumCharging0x09cf320defaulted-on-disctentative
1776WeaponWeapon_ADAN_Ship_AAGunMaximumCharging0x09cf320defaulted-on-disctentative
1777WeaponWeapon_ADAN_Ship_AAGunLMaximumCharging0x09cf320defaulted-on-disctentative
1778WeaponWeapon_ADAN_Ship_AAMissileMaximumCharging0x09cf320defaulted-on-disctentative
1779WeaponWeapon_ADAN_Ship_ASGunMaximumCharging0x09cf320defaulted-on-disctentative
1780WeaponWeapon_ADAN_Ship_ASMissileMaximumCharging0x09cf320defaulted-on-disctentative
1781WeaponWeapon_ADAN_Turret_CannonMaximumCharging0x09cf320defaulted-on-disctentative
1782WeaponWeapon_ADAN_Turret_MissileMaximumCharging0x09cf320defaulted-on-disctentative
1783WeaponWeapon_ADAN_Turret_NoseGunMaximumCharging0x09cf320defaulted-on-disctentative
1784WeaponWeapon_ADAN_TypeQ_BeamMaximumCharging0x09cf320defaulted-on-disctentative
1785WeaponWeapon_ADAN_Vindicator_RocketMaximumCharging0x09cf320defaulted-on-disctentative
1786WeaponWeapon_DSaber_P_wep_01_BeamMaximumCharging0x09cf320defaulted-on-disctentative
1787WeaponWeapon_DSaber_P_wep_02_MissileMaximumCharging0x09cf320defaulted-on-disctentative
1788WeaponWeapon_DSaber_P_wep_03_CannonMaximumCharging0x09cf320defaulted-on-disctentative
1789WeaponWeapon_DSaber_P_wep_04_MissileMaximumCharging0x09cf320defaulted-on-disctentative
1790WeaponWeapon_DSaber_P_wep_05_ASMissileMaximumCharging0x09cf320defaulted-on-disctentative
1791WeaponWeapon_DSaber_P_wep_07_CannonMaximumCharging0x09cf320defaulted-on-disctentative
1792WeaponWeapon_DSaber_P_wep_08_ASMissileMaximumCharging0x09cf320defaulted-on-disctentative
1793WeaponWeapon_DSaber_P_wep_09_GunMaximumCharging0x09cf320defaulted-on-disctentative
1794WeaponWeapon_DSaber_P_wep_10_GunMaximumCharging0x09cf320defaulted-on-disctentative
1795WeaponWeapon_DSaber_P_wep_11_CannonMaximumCharging0x09cf3215disctentative
1796WeaponWeapon_DSaber_P_wep_12_RocketMaximumCharging0x09cf320defaulted-on-disctentative
1797WeaponWeapon_DSaber_P_wep_13_ChildMaximumCharging0x09cf320defaulted-on-disctentative
1798WeaponWeapon_DSaber_P_wep_13_MissileMaximumCharging0x09cf320defaulted-on-disctentative
1799WeaponWeapon_DSaber_P_wep_14_LaserMaximumCharging0x09cf320defaulted-on-disctentative
1800WeaponWeapon_DSaber_P_wep_19_LaserMaximumCharging0x09cf320defaulted-on-disctentative
1801WeaponWeapon_DSaber_P_wep_23_CannonMaximumCharging0x09cf320defaulted-on-disctentative
1802WeaponWeapon_DSaber_P_wep_24_BeamMaximumCharging0x09cf320defaulted-on-disctentative
1803WeaponWeapon_DSaber_P_wep_25_HBeamMaximumCharging0x09cf320defaulted-on-disctentative
1804WeaponWeapon_DSaber_P_wep_26_MissileMaximumCharging0x09cf320defaulted-on-disctentative
1805WeaponWeapon_DSaber_P_wep_27_ASMissileMaximumCharging0x09cf320defaulted-on-disctentative
1806WeaponWeapon_DSaber_P_wep_28_BombMaximumCharging0x09cf320defaulted-on-disctentative
1807WeaponWeapon_DSaber_P_wep_29_BombMaximumCharging0x09cf320defaulted-on-disctentative
1808WeaponWeapon_DSaber_P_wep_29_ChildMaximumCharging0x09cf320defaulted-on-disctentative
1809WeaponWeapon_DSaber_P_wep_30_ASMissileMaximumCharging0x09cf320defaulted-on-disctentative
1810WeaponWeapon_DSaber_P_wep_31_BombMaximumCharging0x09cf320defaulted-on-disctentative
1811WeaponWeapon_DSaber_P_wep_32_MissileMaximumCharging0x09cf320defaulted-on-disctentative
1812WeaponWeapon_DSaber_P_wep_33_GunMaximumCharging0x09cf320defaulted-on-disctentative
1813WeaponWeapon_DSaber_P_wep_34_HBeamMaximumCharging0x09cf320defaulted-on-disctentative
1814WeaponWeapon_DSaber_P_wep_35_GunMaximumCharging0x09cf320defaulted-on-disctentative
1815WeaponWeapon_DSaber_P_wep_36_BombMaximumCharging0x09cf320defaulted-on-disctentative
1816WeaponWeapon_DSaber_P_wep_37_BeamMaximumCharging0x09cf320defaulted-on-disctentative
1817WeaponWeapon_DSaber_P_wep_38_ShotgunMaximumCharging0x09cf320defaulted-on-disctentative
1818WeaponWeapon_DSaber_P_wep_39_BeamMaximumCharging0x09cf320defaulted-on-disctentative
1819WeaponWeapon_DSaber_P_wep_40_GunMaximumCharging0x09cf320defaulted-on-disctentative
1820WeaponWeapon_DSaber_P_wep_41_ShotgunMaximumCharging0x09cf320defaulted-on-disctentative
1821WeaponWeapon_DSaber_P_wep_42_ShotgunMaximumCharging0x09cf320defaulted-on-disctentative
1822WeaponWeapon_DSaber_P_wep_43_RocketMaximumCharging0x09cf320defaulted-on-disctentative
1823WeaponWeapon_DSaber_P_wep_48_CannonMaximumCharging0x09cf320defaulted-on-disctentative
1824WeaponWeapon_DSaber_P_wep_50_CannonMaximumCharging0x09cf320defaulted-on-disctentative
1825WeaponWeapon_DSaber_P_wep_52_SpecialMaximumCharging0x09cf320defaulted-on-disctentative
1826WeaponWeapon_DSaber_P_wep_53_BeamMaximumCharging0x09cf320defaulted-on-disctentative
1827WeaponWeapon_DSaber_P_wep_54_LaserMaximumCharging0x09cf320defaulted-on-disctentative
1828WeaponWeapon_DSaber_P_wep_55_RocketMaximumCharging0x09cf320defaulted-on-disctentative
1829WeaponWeapon_DSaber_P_wep_56_SpecialMaximumCharging0x09cf320defaulted-on-disctentative
1830WeaponWeapon_DSaber_P_wep_57_RocketMaximumCharging0x09cf320defaulted-on-disctentative
1831WeaponWeapon_DSaber_P_wep_58_LaserMaximumCharging0x09cf320defaulted-on-disctentative
1832WeaponWeapon_DSaber_P_wep_59_SpecialMaximumCharging0x09cf320defaulted-on-disctentative
1833WeaponWeapon_DSaber_P_wep_60_ASMissileMaximumCharging0x09cf320defaulted-on-disctentative
1834WeaponWeapon_DSaber_P_wep_62_BeamMaximumCharging0x09cf327disctentative
1835WeaponWeapon_DSaber_P_wep_66_SpecialMaximumCharging0x09cf320defaulted-on-disctentative
1836WeaponWeapon_DSaber_P_wep_67_SpecialMaximumCharging0x09cf320defaulted-on-disctentative
1837WeaponWeapon_DSaber_P_wep_68_SpecialMaximumCharging0x09cf320defaulted-on-disctentative
1838WeaponWeapon_DSaber_P_wep_69_SpecialMaximumCharging0x09cf320defaulted-on-disctentative
1839WeaponWeapon_DSaber_P_wep_70_SpecialMaximumCharging0x09cf320defaulted-on-disctentative
1840WeaponWeapon_DSaber_P_wep_71_SpecialMaximumCharging0x09cf320defaulted-on-disctentative
1841WeaponWeapon_DSaber_P_wep_80_RocketMaximumCharging0x09cf320defaulted-on-disctentative
1842WeaponWeapon_DSaber_P_wep_81_MissileMaximumCharging0x09cf320defaulted-on-disctentative
1843WeaponWeapon_DSaber_P_wep_82_LaserMaximumCharging0x09cf320defaulted-on-disctentative
1844WeaponWeapon_DSaber_P_wep_83_GunMaximumCharging0x09cf320defaulted-on-disctentative
1845WeaponWeapon_DSaber_P_wep_84_CannonMaximumCharging0x09cf320defaulted-on-disctentative
1846WeaponWeapon_DSaber_P_wep_85_BeamMaximumCharging0x09cf321.5disctentative
1847WeaponWeapon_NULLMaximumCharging0x09cf320defaulted-on-disctentative
1848WeaponWeapon_S16Boss_AAGunMaximumCharging0x09cf320defaulted-on-disctentative
1849WeaponWeapon_S16Boss_HBeamMaximumCharging0x09cf320defaulted-on-disctentative
1850WeaponWeapon_S16Boss_LaserMaximumCharging0x09cf320defaulted-on-disctentative
1851WeaponWeapon_TCAF_Acropolis_BowChaserMaximumCharging0x09cf320defaulted-on-disctentative
1852WeaponWeapon_TCAF_ArrowHead_LaserMaximumCharging0x09cf320defaulted-on-disctentative
1853WeaponWeapon_TCAF_ArrowHead_MissileMaximumCharging0x09cf320defaulted-on-disctentative
1854WeaponWeapon_TCAF_ArrowHead_NoseGunMaximumCharging0x09cf320defaulted-on-disctentative
1855WeaponWeapon_TCAF_Battleship_BowChaserMaximumCharging0x09cf320defaulted-on-disctentative
1856WeaponWeapon_TCAF_Cruiser_BowChaserMaximumCharging0x09cf320defaulted-on-disctentative
1857WeaponWeapon_TCAF_DeltaSaber_ASMissileMaximumCharging0x09cf320defaulted-on-disctentative
1858WeaponWeapon_TCAF_DeltaSaber_ASMissile_PMaximumCharging0x09cf320defaulted-on-disctentative
1859WeaponWeapon_TCAF_DeltaSaber_BeamMaximumCharging0x09cf320defaulted-on-disctentative
1860WeaponWeapon_TCAF_DeltaSaber_Beam_PMaximumCharging0x09cf320defaulted-on-disctentative
1861WeaponWeapon_TCAF_DeltaSaber_BombMaximumCharging0x09cf320defaulted-on-disctentative
1862WeaponWeapon_TCAF_DeltaSaber_Bomb_PMaximumCharging0x09cf320defaulted-on-disctentative
1863WeaponWeapon_TCAF_DeltaSaber_CannonMaximumCharging0x09cf320defaulted-on-disctentative
1864WeaponWeapon_TCAF_DeltaSaber_Cannon_PMaximumCharging0x09cf320defaulted-on-disctentative
1865WeaponWeapon_TCAF_DeltaSaber_GunMaximumCharging0x09cf320defaulted-on-disctentative
1866WeaponWeapon_TCAF_DeltaSaber_Gun_PMaximumCharging0x09cf320defaulted-on-disctentative
1867WeaponWeapon_TCAF_DeltaSaber_LaserMaximumCharging0x09cf320defaulted-on-disctentative
1868WeaponWeapon_TCAF_DeltaSaber_Laser_PMaximumCharging0x09cf320defaulted-on-disctentative
1869WeaponWeapon_TCAF_DeltaSaber_MissileMaximumCharging0x09cf320defaulted-on-disctentative
1870WeaponWeapon_TCAF_DeltaSaber_Missile_PMaximumCharging0x09cf320defaulted-on-disctentative
1871WeaponWeapon_TCAF_DeltaSaber_NoseGunMaximumCharging0x09cf320defaulted-on-disctentative
1872WeaponWeapon_TCAF_DeltaSaber_NoseGun_PMaximumCharging0x09cf320defaulted-on-disctentative
1873WeaponWeapon_TCAF_DeltaSaber_RocketMaximumCharging0x09cf320defaulted-on-disctentative
1874WeaponWeapon_TCAF_DeltaSaber_Rocket_PMaximumCharging0x09cf320defaulted-on-disctentative
1875WeaponWeapon_TCAF_DeltaSaber_ShotgunMaximumCharging0x09cf320defaulted-on-disctentative
1876WeaponWeapon_TCAF_DeltaSaber_Shotgun_PMaximumCharging0x09cf320defaulted-on-disctentative
1877WeaponWeapon_TCAF_DeltaSaber_SpecialMaximumCharging0x09cf320defaulted-on-disctentative
1878WeaponWeapon_TCAF_DeltaSaber_Special_PMaximumCharging0x09cf320defaulted-on-disctentative
1879WeaponWeapon_TCAF_DeltaSaber_TwinGunMaximumCharging0x09cf320defaulted-on-disctentative
1880WeaponWeapon_TCAF_DeltaSaber_TwinGun_PMaximumCharging0x09cf320defaulted-on-disctentative
1881WeaponWeapon_TCAF_Ship_AAGunMaximumCharging0x09cf320defaulted-on-disctentative
1882WeaponWeapon_TCAF_Ship_AAGunLMaximumCharging0x09cf320defaulted-on-disctentative
1883WeaponWeapon_TCAF_Ship_ASGunMaximumCharging0x09cf320defaulted-on-disctentative
1884WeaponWeapon_TCAF_Ship_HBeamMaximumCharging0x09cf320defaulted-on-disctentative
1885WeaponWeapon_Test_ASMissileMaximumCharging0x09cf320defaulted-on-disctentative
1886WeaponWeapon_Test_GunMaximumCharging0x09cf320defaulted-on-disctentative
1887WeaponWeapon_Test_Gun_PlayerMaximumCharging0x09cf320defaulted-on-disctentative
1888WeaponWeapon_Test_LaserMaximumCharging0x09cf320defaulted-on-disctentative
1889WeaponWeapon_Test_MissileMaximumCharging0x09cf320defaulted-on-disctentative
1890WeaponWeapon_Test_Missile_PlayerMaximumCharging0x09cf320defaulted-on-disctentative
1891WeaponWeapon_Test_SubGunMaximumCharging0x09cf320defaulted-on-disctentative
1892ShellShell_ADAN_AAFrigate_AAGunDeleteFadeSpeed0x00ccnt1disctentative
1893ShellShell_ADAN_Attacker_B_GunTurretDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1894ShellShell_ADAN_Attacker_S_ASMissileDeleteFadeSpeed0x00ccnt2disctentative
1895ShellShell_ADAN_Attacker_S_NoseGunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1896ShellShell_ADAN_Battleship_BowChaserDeleteFadeSpeed0x00ccnt3defaulted-on-disctentative
1897ShellShell_ADAN_Cruiser_BowChaserDeleteFadeSpeed0x00ccnt3defaulted-on-disctentative
1898ShellShell_ADAN_Destroyer_BowChaserDeleteFadeSpeed0x00ccnt3defaulted-on-disctentative
1899ShellShell_ADAN_Phantom_LaserDeleteFadeSpeed0x00ccnt3defaulted-on-disctentative
1900ShellShell_ADAN_Puppy_NoseGunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1901ShellShell_ADAN_SDBattleship_BowChaserDeleteFadeSpeed0x00ccnt3defaulted-on-disctentative
1902ShellShell_ADAN_Ship_AAGunDeleteFadeSpeed0x00ccnt1disctentative
1903ShellShell_ADAN_Ship_AAGunLDeleteFadeSpeed0x00ccnt1disctentative
1904ShellShell_ADAN_Ship_AAMissileDeleteFadeSpeed0x00ccnt2disctentative
1905ShellShell_ADAN_Ship_ASGunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1906ShellShell_ADAN_Ship_ASMissileDeleteFadeSpeed0x00ccnt2disctentative
1907ShellShell_ADAN_Turret_CannonDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1908ShellShell_ADAN_Turret_MissileDeleteFadeSpeed0x00ccnt2disctentative
1909ShellShell_ADAN_Turret_NoseGunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1910ShellShell_ADAN_TypeQ_BeamDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1911ShellShell_ADAN_Vindicator_RocketDeleteFadeSpeed0x00ccnt1disctentative
1912ShellShell_DSaber_P_wep_01_BeamDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1913ShellShell_DSaber_P_wep_02_MissileDeleteFadeSpeed0x00ccnt2disctentative
1914ShellShell_DSaber_P_wep_03_CannonDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1915ShellShell_DSaber_P_wep_04_MissileDeleteFadeSpeed0x00ccnt2disctentative
1916ShellShell_DSaber_P_wep_05_ASMissileDeleteFadeSpeed0x00ccnt2disctentative
1917ShellShell_DSaber_P_wep_07_CannonDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1918ShellShell_DSaber_P_wep_08_ASMissileDeleteFadeSpeed0x00ccnt2disctentative
1919ShellShell_DSaber_P_wep_09_GunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1920ShellShell_DSaber_P_wep_10_GunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1921ShellShell_DSaber_P_wep_11_CannonDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1922ShellShell_DSaber_P_wep_12_RocketDeleteFadeSpeed0x00ccnt1disctentative
1923ShellShell_DSaber_P_wep_13_ChildDeleteFadeSpeed0x00ccnt2disctentative
1924ShellShell_DSaber_P_wep_13_MissileDeleteFadeSpeed0x00ccnt2disctentative
1925ShellShell_DSaber_P_wep_14_LaserDeleteFadeSpeed0x00ccnt4.2039e-45defaulted-on-disctentative
1926ShellShell_DSaber_P_wep_19_LaserDeleteFadeSpeed0x00ccnt4.2039e-45defaulted-on-disctentative
1927ShellShell_DSaber_P_wep_23_CannonDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1928ShellShell_DSaber_P_wep_24_BeamDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1929ShellShell_DSaber_P_wep_25_HBeamDeleteFadeSpeed0x00ccnt2disctentative
1930ShellShell_DSaber_P_wep_26_MissileDeleteFadeSpeed0x00ccnt2disctentative
1931ShellShell_DSaber_P_wep_27_ASMissileDeleteFadeSpeed0x00ccnt2disctentative
1932ShellShell_DSaber_P_wep_28_BombDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1933ShellShell_DSaber_P_wep_29_BombDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1934ShellShell_DSaber_P_wep_29_ChildDeleteFadeSpeed0x00ccnt2disctentative
1935ShellShell_DSaber_P_wep_30_ASMissileDeleteFadeSpeed0x00ccnt2disctentative
1936ShellShell_DSaber_P_wep_31_BombDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1937ShellShell_DSaber_P_wep_32_MissileDeleteFadeSpeed0x00ccnt2disctentative
1938ShellShell_DSaber_P_wep_33_GunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1939ShellShell_DSaber_P_wep_34_HBeamDeleteFadeSpeed0x00ccnt2disctentative
1940ShellShell_DSaber_P_wep_35_GunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1941ShellShell_DSaber_P_wep_36_BombDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1942ShellShell_DSaber_P_wep_37_BeamDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1943ShellShell_DSaber_P_wep_38_ShotgunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1944ShellShell_DSaber_P_wep_39_BeamDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1945ShellShell_DSaber_P_wep_40_GunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1946ShellShell_DSaber_P_wep_41_ShotgunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1947ShellShell_DSaber_P_wep_42_ShotgunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1948ShellShell_DSaber_P_wep_43_RocketDeleteFadeSpeed0x00ccnt1disctentative
1949ShellShell_DSaber_P_wep_48_CannonDeleteFadeSpeed0x00ccnt1disctentative
1950ShellShell_DSaber_P_wep_50_CannonDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1951ShellShell_DSaber_P_wep_52_SpecialDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1952ShellShell_DSaber_P_wep_53_BeamDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1953ShellShell_DSaber_P_wep_54_LaserDeleteFadeSpeed0x00ccnt4.2039e-45defaulted-on-disctentative
1954ShellShell_DSaber_P_wep_55_RocketDeleteFadeSpeed0x00ccnt1disctentative
1955ShellShell_DSaber_P_wep_56_SpecialDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1956ShellShell_DSaber_P_wep_57_RocketDeleteFadeSpeed0x00ccnt1disctentative
1957ShellShell_DSaber_P_wep_58_LaserDeleteFadeSpeed0x00ccnt4.2039e-45defaulted-on-disctentative
1958ShellShell_DSaber_P_wep_59_SpecialDeleteFadeSpeed0x00ccnt4.2039e-45defaulted-on-disctentative
1959ShellShell_DSaber_P_wep_60_ASMissileDeleteFadeSpeed0x00ccnt2disctentative
1960ShellShell_DSaber_P_wep_62_BeamDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1961ShellShell_DSaber_P_wep_66_SpecialDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1962ShellShell_DSaber_P_wep_67_SpecialDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1963ShellShell_DSaber_P_wep_68_SpecialDeleteFadeSpeed0x00ccnt1.4013e-45defaulted-on-disctentative
1964ShellShell_DSaber_P_wep_69_SpecialDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1965ShellShell_DSaber_P_wep_70_SpecialDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1966ShellShell_DSaber_P_wep_71_SpecialDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1967ShellShell_DSaber_P_wep_80_RocketDeleteFadeSpeed0x00ccnt1disctentative
1968ShellShell_DSaber_P_wep_81_MissileDeleteFadeSpeed0x00ccnt2disctentative
1969ShellShell_DSaber_P_wep_82_LaserDeleteFadeSpeed0x00ccnt4.2039e-45defaulted-on-disctentative
1970ShellShell_DSaber_P_wep_83_GunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1971ShellShell_DSaber_P_wep_84_CannonDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1972ShellShell_DSaber_P_wep_85_BeamDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1973ShellShell_NULLDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1974ShellShell_S16Boss_AAGunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1975ShellShell_S16Boss_HBeamDeleteFadeSpeed0x00ccnt2defaulted-on-disctentative
1976ShellShell_S16Boss_LaserDeleteFadeSpeed0x00ccnt3defaulted-on-disctentative
1977ShellShell_TCAF_Acropolis_BowChaserDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1978ShellShell_TCAF_ArrowHead_LaserDeleteFadeSpeed0x00ccnt3defaulted-on-disctentative
1979ShellShell_TCAF_ArrowHead_MissileDeleteFadeSpeed0x00ccnt2disctentative
1980ShellShell_TCAF_ArrowHead_NoseGunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1981ShellShell_TCAF_Battleship_BowChaserDeleteFadeSpeed0x00ccnt3defaulted-on-disctentative
1982ShellShell_TCAF_Cruiser_BowChaserDeleteFadeSpeed0x00ccnt3defaulted-on-disctentative
1983ShellShell_TCAF_DeltaSaber_ASMissileDeleteFadeSpeed0x00ccnt2disctentative
1984ShellShell_TCAF_DeltaSaber_ASMissile_PDeleteFadeSpeed0x00ccnt2disctentative
1985ShellShell_TCAF_DeltaSaber_BeamDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1986ShellShell_TCAF_DeltaSaber_Beam_PDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1987ShellShell_TCAF_DeltaSaber_BombDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1988ShellShell_TCAF_DeltaSaber_Bomb_PDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1989ShellShell_TCAF_DeltaSaber_CannonDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1990ShellShell_TCAF_DeltaSaber_Cannon_PDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1991ShellShell_TCAF_DeltaSaber_GunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1992ShellShell_TCAF_DeltaSaber_Gun_PDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1993ShellShell_TCAF_DeltaSaber_LaserDeleteFadeSpeed0x00ccnt3defaulted-on-disctentative
1994ShellShell_TCAF_DeltaSaber_Laser_PDeleteFadeSpeed0x00ccnt4.2039e-45defaulted-on-disctentative
1995ShellShell_TCAF_DeltaSaber_MissileDeleteFadeSpeed0x00ccnt2disctentative
1996ShellShell_TCAF_DeltaSaber_Missile_PDeleteFadeSpeed0x00ccnt2disctentative
1997ShellShell_TCAF_DeltaSaber_NoseGunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1998ShellShell_TCAF_DeltaSaber_NoseGun_PDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
1999ShellShell_TCAF_DeltaSaber_RocketDeleteFadeSpeed0x00ccnt1disctentative
2000ShellShell_TCAF_DeltaSaber_Rocket_PDeleteFadeSpeed0x00ccnt1disctentative
2001ShellShell_TCAF_DeltaSaber_ShotgunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2002ShellShell_TCAF_DeltaSaber_Shotgun_PDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2003ShellShell_TCAF_DeltaSaber_SpecialDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2004ShellShell_TCAF_DeltaSaber_Special_PDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2005ShellShell_TCAF_DeltaSaber_TwinGunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2006ShellShell_TCAF_DeltaSaber_TwinGun_PDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2007ShellShell_TCAF_Ship_AAGunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2008ShellShell_TCAF_Ship_AAGunLDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2009ShellShell_TCAF_Ship_ASGunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2010ShellShell_TCAF_Ship_HBeamDeleteFadeSpeed0x00ccnt2disctentative
2011ShellShell_Test_ASMissileDeleteFadeSpeed0x00ccnt2disctentative
2012ShellShell_Test_GunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2013ShellShell_Test_Gun_PlayerDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2014ShellShell_Test_LaserDeleteFadeSpeed0x00ccnt3defaulted-on-disctentative
2015ShellShell_Test_MissileDeleteFadeSpeed0x00ccnt2disctentative
2016ShellShell_Test_Missile_PlayerDeleteFadeSpeed0x00ccnt2disctentative
2017ShellShell_Test_SubGunDeleteFadeSpeed0x00ccnt1defaulted-on-disctentative
2018ShellShell_ADAN_AAFrigate_AAGunGuidanceType0x010cnt0defaulted-on-disctentative
2019ShellShell_ADAN_Attacker_B_GunTurretGuidanceType0x010cnt0defaulted-on-disctentative
2020ShellShell_ADAN_Attacker_S_ASMissileGuidanceType0x010cnt0defaulted-on-disctentative
2021ShellShell_ADAN_Attacker_S_NoseGunGuidanceType0x010cnt0defaulted-on-disctentative
2022ShellShell_ADAN_Battleship_BowChaserGuidanceType0x010cnt0defaulted-on-disctentative
2023ShellShell_ADAN_Cruiser_BowChaserGuidanceType0x010cnt0defaulted-on-disctentative
2024ShellShell_ADAN_Destroyer_BowChaserGuidanceType0x010cnt0defaulted-on-disctentative
2025ShellShell_ADAN_Phantom_LaserGuidanceType0x010cnt0defaulted-on-disctentative
2026ShellShell_ADAN_Puppy_NoseGunGuidanceType0x010cnt0defaulted-on-disctentative
2027ShellShell_ADAN_SDBattleship_BowChaserGuidanceType0x010cnt0defaulted-on-disctentative
2028ShellShell_ADAN_Ship_AAGunGuidanceType0x010cnt0defaulted-on-disctentative
2029ShellShell_ADAN_Ship_AAGunLGuidanceType0x010cnt0defaulted-on-disctentative
2030ShellShell_ADAN_Ship_AAMissileGuidanceType0x010cnt0defaulted-on-disctentative
2031ShellShell_ADAN_Ship_ASGunGuidanceType0x010cnt0defaulted-on-disctentative
2032ShellShell_ADAN_Ship_ASMissileGuidanceType0x010cnt0defaulted-on-disctentative
2033ShellShell_ADAN_Turret_CannonGuidanceType0x010cnt0defaulted-on-disctentative
2034ShellShell_ADAN_Turret_MissileGuidanceType0x010cnt0defaulted-on-disctentative
2035ShellShell_ADAN_Turret_NoseGunGuidanceType0x010cnt0defaulted-on-disctentative
2036ShellShell_ADAN_TypeQ_BeamGuidanceType0x010cnt0defaulted-on-disctentative
2037ShellShell_ADAN_Vindicator_RocketGuidanceType0x010cnt0defaulted-on-disctentative
2038ShellShell_DSaber_P_wep_01_BeamGuidanceType0x010cnt0defaulted-on-disctentative
2039ShellShell_DSaber_P_wep_02_MissileGuidanceType0x010cnt0defaulted-on-disctentative
2040ShellShell_DSaber_P_wep_03_CannonGuidanceType0x010cnt0defaulted-on-disctentative
2041ShellShell_DSaber_P_wep_04_MissileGuidanceType0x010cnt4disctentative
2042ShellShell_DSaber_P_wep_05_ASMissileGuidanceType0x010cnt4defaulted-on-disctentative
2043ShellShell_DSaber_P_wep_07_CannonGuidanceType0x010cnt0defaulted-on-disctentative
2044ShellShell_DSaber_P_wep_08_ASMissileGuidanceType0x010cnt4defaulted-on-disctentative
2045ShellShell_DSaber_P_wep_09_GunGuidanceType0x010cnt0defaulted-on-disctentative
2046ShellShell_DSaber_P_wep_10_GunGuidanceType0x010cnt0defaulted-on-disctentative
2047ShellShell_DSaber_P_wep_11_CannonGuidanceType0x010cnt0defaulted-on-disctentative
2048ShellShell_DSaber_P_wep_12_RocketGuidanceType0x010cnt0defaulted-on-disctentative
2049ShellShell_DSaber_P_wep_13_ChildGuidanceType0x010cnt4disctentative
2050ShellShell_DSaber_P_wep_13_MissileGuidanceType0x010cnt7disctentative
2051ShellShell_DSaber_P_wep_14_LaserGuidanceType0x010cnt0defaulted-on-disctentative
2052ShellShell_DSaber_P_wep_19_LaserGuidanceType0x010cnt0defaulted-on-disctentative
2053ShellShell_DSaber_P_wep_23_CannonGuidanceType0x010cnt0defaulted-on-disctentative
2054ShellShell_DSaber_P_wep_24_BeamGuidanceType0x010cnt0defaulted-on-disctentative
2055ShellShell_DSaber_P_wep_25_HBeamGuidanceType0x010cnt5disctentative
2056ShellShell_DSaber_P_wep_26_MissileGuidanceType0x010cnt5disctentative
2057ShellShell_DSaber_P_wep_27_ASMissileGuidanceType0x010cnt4defaulted-on-disctentative
2058ShellShell_DSaber_P_wep_28_BombGuidanceType0x010cnt0defaulted-on-disctentative
2059ShellShell_DSaber_P_wep_29_BombGuidanceType0x010cnt0defaulted-on-disctentative
2060ShellShell_DSaber_P_wep_29_ChildGuidanceType0x010cnt6disctentative
2061ShellShell_DSaber_P_wep_30_ASMissileGuidanceType0x010cnt4defaulted-on-disctentative
2062ShellShell_DSaber_P_wep_31_BombGuidanceType0x010cnt0defaulted-on-disctentative
2063ShellShell_DSaber_P_wep_32_MissileGuidanceType0x010cnt5disctentative
2064ShellShell_DSaber_P_wep_33_GunGuidanceType0x010cnt0defaulted-on-disctentative
2065ShellShell_DSaber_P_wep_34_HBeamGuidanceType0x010cnt5disctentative
2066ShellShell_DSaber_P_wep_35_GunGuidanceType0x010cnt0defaulted-on-disctentative
2067ShellShell_DSaber_P_wep_36_BombGuidanceType0x010cnt0defaulted-on-disctentative
2068ShellShell_DSaber_P_wep_37_BeamGuidanceType0x010cnt0defaulted-on-disctentative
2069ShellShell_DSaber_P_wep_38_ShotgunGuidanceType0x010cnt0defaulted-on-disctentative
2070ShellShell_DSaber_P_wep_39_BeamGuidanceType0x010cnt0defaulted-on-disctentative
2071ShellShell_DSaber_P_wep_40_GunGuidanceType0x010cnt0defaulted-on-disctentative
2072ShellShell_DSaber_P_wep_41_ShotgunGuidanceType0x010cnt0defaulted-on-disctentative
2073ShellShell_DSaber_P_wep_42_ShotgunGuidanceType0x010cnt0defaulted-on-disctentative
2074ShellShell_DSaber_P_wep_43_RocketGuidanceType0x010cnt0defaulted-on-disctentative
2075ShellShell_DSaber_P_wep_48_CannonGuidanceType0x010cnt0defaulted-on-disctentative
2076ShellShell_DSaber_P_wep_50_CannonGuidanceType0x010cnt0defaulted-on-disctentative
2077ShellShell_DSaber_P_wep_52_SpecialGuidanceType0x010cnt0defaulted-on-disctentative
2078ShellShell_DSaber_P_wep_53_BeamGuidanceType0x010cnt0defaulted-on-disctentative
2079ShellShell_DSaber_P_wep_54_LaserGuidanceType0x010cnt0defaulted-on-disctentative
2080ShellShell_DSaber_P_wep_55_RocketGuidanceType0x010cnt0defaulted-on-disctentative
2081ShellShell_DSaber_P_wep_56_SpecialGuidanceType0x010cnt0defaulted-on-disctentative
2082ShellShell_DSaber_P_wep_57_RocketGuidanceType0x010cnt0defaulted-on-disctentative
2083ShellShell_DSaber_P_wep_58_LaserGuidanceType0x010cnt0defaulted-on-disctentative
2084ShellShell_DSaber_P_wep_59_SpecialGuidanceType0x010cnt0defaulted-on-disctentative
2085ShellShell_DSaber_P_wep_60_ASMissileGuidanceType0x010cnt4defaulted-on-disctentative
2086ShellShell_DSaber_P_wep_62_BeamGuidanceType0x010cnt0defaulted-on-disctentative
2087ShellShell_DSaber_P_wep_66_SpecialGuidanceType0x010cnt0defaulted-on-disctentative
2088ShellShell_DSaber_P_wep_67_SpecialGuidanceType0x010cnt0defaulted-on-disctentative
2089ShellShell_DSaber_P_wep_68_SpecialGuidanceType0x010cnt0defaulted-on-disctentative
2090ShellShell_DSaber_P_wep_69_SpecialGuidanceType0x010cnt0defaulted-on-disctentative
2091ShellShell_DSaber_P_wep_70_SpecialGuidanceType0x010cnt0defaulted-on-disctentative
2092ShellShell_DSaber_P_wep_71_SpecialGuidanceType0x010cnt0defaulted-on-disctentative
2093ShellShell_DSaber_P_wep_80_RocketGuidanceType0x010cnt0defaulted-on-disctentative
2094ShellShell_DSaber_P_wep_81_MissileGuidanceType0x010cnt4disctentative
2095ShellShell_DSaber_P_wep_82_LaserGuidanceType0x010cnt0defaulted-on-disctentative
2096ShellShell_DSaber_P_wep_83_GunGuidanceType0x010cnt0defaulted-on-disctentative
2097ShellShell_DSaber_P_wep_84_CannonGuidanceType0x010cnt0defaulted-on-disctentative
2098ShellShell_DSaber_P_wep_85_BeamGuidanceType0x010cnt0defaulted-on-disctentative
2099ShellShell_NULLGuidanceType0x010cnt0defaulted-on-disctentative
2100ShellShell_S16Boss_AAGunGuidanceType0x010cnt0defaulted-on-disctentative
2101ShellShell_S16Boss_HBeamGuidanceType0x010cnt5defaulted-on-disctentative
2102ShellShell_S16Boss_LaserGuidanceType0x010cnt0defaulted-on-disctentative
2103ShellShell_TCAF_Acropolis_BowChaserGuidanceType0x010cnt0defaulted-on-disctentative
2104ShellShell_TCAF_ArrowHead_LaserGuidanceType0x010cnt0defaulted-on-disctentative
2105ShellShell_TCAF_ArrowHead_MissileGuidanceType0x010cnt0defaulted-on-disctentative
2106ShellShell_TCAF_ArrowHead_NoseGunGuidanceType0x010cnt0defaulted-on-disctentative
2107ShellShell_TCAF_Battleship_BowChaserGuidanceType0x010cnt0defaulted-on-disctentative
2108ShellShell_TCAF_Cruiser_BowChaserGuidanceType0x010cnt0defaulted-on-disctentative
2109ShellShell_TCAF_DeltaSaber_ASMissileGuidanceType0x010cnt0defaulted-on-disctentative
2110ShellShell_TCAF_DeltaSaber_ASMissile_PGuidanceType0x010cnt4defaulted-on-disctentative
2111ShellShell_TCAF_DeltaSaber_BeamGuidanceType0x010cnt0defaulted-on-disctentative
2112ShellShell_TCAF_DeltaSaber_Beam_PGuidanceType0x010cnt0defaulted-on-disctentative
2113ShellShell_TCAF_DeltaSaber_BombGuidanceType0x010cnt0defaulted-on-disctentative
2114ShellShell_TCAF_DeltaSaber_Bomb_PGuidanceType0x010cnt0defaulted-on-disctentative
2115ShellShell_TCAF_DeltaSaber_CannonGuidanceType0x010cnt0defaulted-on-disctentative
2116ShellShell_TCAF_DeltaSaber_Cannon_PGuidanceType0x010cnt0defaulted-on-disctentative
2117ShellShell_TCAF_DeltaSaber_GunGuidanceType0x010cnt0defaulted-on-disctentative
2118ShellShell_TCAF_DeltaSaber_Gun_PGuidanceType0x010cnt0defaulted-on-disctentative
2119ShellShell_TCAF_DeltaSaber_LaserGuidanceType0x010cnt0defaulted-on-disctentative
2120ShellShell_TCAF_DeltaSaber_Laser_PGuidanceType0x010cnt0defaulted-on-disctentative
2121ShellShell_TCAF_DeltaSaber_MissileGuidanceType0x010cnt0defaulted-on-disctentative
2122ShellShell_TCAF_DeltaSaber_Missile_PGuidanceType0x010cnt5defaulted-on-disctentative
2123ShellShell_TCAF_DeltaSaber_NoseGunGuidanceType0x010cnt0defaulted-on-disctentative
2124ShellShell_TCAF_DeltaSaber_NoseGun_PGuidanceType0x010cnt0defaulted-on-disctentative
2125ShellShell_TCAF_DeltaSaber_RocketGuidanceType0x010cnt0defaulted-on-disctentative
2126ShellShell_TCAF_DeltaSaber_Rocket_PGuidanceType0x010cnt0defaulted-on-disctentative
2127ShellShell_TCAF_DeltaSaber_ShotgunGuidanceType0x010cnt0defaulted-on-disctentative
2128ShellShell_TCAF_DeltaSaber_Shotgun_PGuidanceType0x010cnt0defaulted-on-disctentative
2129ShellShell_TCAF_DeltaSaber_SpecialGuidanceType0x010cnt0defaulted-on-disctentative
2130ShellShell_TCAF_DeltaSaber_Special_PGuidanceType0x010cnt0defaulted-on-disctentative
2131ShellShell_TCAF_DeltaSaber_TwinGunGuidanceType0x010cnt0defaulted-on-disctentative
2132ShellShell_TCAF_DeltaSaber_TwinGun_PGuidanceType0x010cnt0defaulted-on-disctentative
2133ShellShell_TCAF_Ship_AAGunGuidanceType0x010cnt0defaulted-on-disctentative
2134ShellShell_TCAF_Ship_AAGunLGuidanceType0x010cnt0defaulted-on-disctentative
2135ShellShell_TCAF_Ship_ASGunGuidanceType0x010cnt0defaulted-on-disctentative
2136ShellShell_TCAF_Ship_HBeamGuidanceType0x010cnt0defaulted-on-disctentative
2137ShellShell_Test_ASMissileGuidanceType0x010cnt0defaulted-on-disctentative
2138ShellShell_Test_GunGuidanceType0x010cnt0defaulted-on-disctentative
2139ShellShell_Test_Gun_PlayerGuidanceType0x010cnt0defaulted-on-disctentative
2140ShellShell_Test_LaserGuidanceType0x010cnt0defaulted-on-disctentative
2141ShellShell_Test_MissileGuidanceType0x010cnt0defaulted-on-disctentative
2142ShellShell_Test_Missile_PlayerGuidanceType0x010cnt0defaulted-on-disctentative
2143ShellShell_Test_SubGunGuidanceType0x010cnt0defaulted-on-disctentative
2144ShellShell_ADAN_AAFrigate_AAGunSpiralType0x014cnt1defaulted-on-disctentative
2145ShellShell_ADAN_Attacker_B_GunTurretSpiralType0x014cnt1defaulted-on-disctentative
2146ShellShell_ADAN_Attacker_S_ASMissileSpiralType0x014cnt1defaulted-on-disctentative
2147ShellShell_ADAN_Attacker_S_NoseGunSpiralType0x014cnt1defaulted-on-disctentative
2148ShellShell_ADAN_Battleship_BowChaserSpiralType0x014cnt4defaulted-on-disctentative
2149ShellShell_ADAN_Cruiser_BowChaserSpiralType0x014cnt4defaulted-on-disctentative
2150ShellShell_ADAN_Destroyer_BowChaserSpiralType0x014cnt4defaulted-on-disctentative
2151ShellShell_ADAN_Phantom_LaserSpiralType0x014cnt4defaulted-on-disctentative
2152ShellShell_ADAN_Puppy_NoseGunSpiralType0x014cnt1defaulted-on-disctentative
2153ShellShell_ADAN_SDBattleship_BowChaserSpiralType0x014cnt4defaulted-on-disctentative
2154ShellShell_ADAN_Ship_AAGunSpiralType0x014cnt1defaulted-on-disctentative
2155ShellShell_ADAN_Ship_AAGunLSpiralType0x014cnt1defaulted-on-disctentative
2156ShellShell_ADAN_Ship_AAMissileSpiralType0x014cnt1defaulted-on-disctentative
2157ShellShell_ADAN_Ship_ASGunSpiralType0x014cnt1defaulted-on-disctentative
2158ShellShell_ADAN_Ship_ASMissileSpiralType0x014cnt1defaulted-on-disctentative
2159ShellShell_ADAN_Turret_CannonSpiralType0x014cnt1defaulted-on-disctentative
2160ShellShell_ADAN_Turret_MissileSpiralType0x014cnt1defaulted-on-disctentative
2161ShellShell_ADAN_Turret_NoseGunSpiralType0x014cnt1defaulted-on-disctentative
2162ShellShell_ADAN_TypeQ_BeamSpiralType0x014cnt1defaulted-on-disctentative
2163ShellShell_ADAN_Vindicator_RocketSpiralType0x014cnt1defaulted-on-disctentative
2164ShellShell_DSaber_P_wep_01_BeamSpiralType0x014cnt1defaulted-on-disctentative
2165ShellShell_DSaber_P_wep_02_MissileSpiralType0x014cnt1defaulted-on-disctentative
2166ShellShell_DSaber_P_wep_03_CannonSpiralType0x014cnt1defaulted-on-disctentative
2167ShellShell_DSaber_P_wep_04_MissileSpiralType0x014cnt1disctentative
2168ShellShell_DSaber_P_wep_05_ASMissileSpiralType0x014cnt1defaulted-on-disctentative
2169ShellShell_DSaber_P_wep_07_CannonSpiralType0x014cnt1defaulted-on-disctentative
2170ShellShell_DSaber_P_wep_08_ASMissileSpiralType0x014cnt1defaulted-on-disctentative
2171ShellShell_DSaber_P_wep_09_GunSpiralType0x014cnt1defaulted-on-disctentative
2172ShellShell_DSaber_P_wep_10_GunSpiralType0x014cnt1defaulted-on-disctentative
2173ShellShell_DSaber_P_wep_11_CannonSpiralType0x014cnt1defaulted-on-disctentative
2174ShellShell_DSaber_P_wep_12_RocketSpiralType0x014cnt1defaulted-on-disctentative
2175ShellShell_DSaber_P_wep_13_ChildSpiralType0x014cnt1disctentative
2176ShellShell_DSaber_P_wep_13_MissileSpiralType0x014cnt1defaulted-on-disctentative
2177ShellShell_DSaber_P_wep_14_LaserSpiralType0x014cnt5.60519e-45defaulted-on-disctentative
2178ShellShell_DSaber_P_wep_19_LaserSpiralType0x014cnt5.60519e-45defaulted-on-disctentative
2179ShellShell_DSaber_P_wep_23_CannonSpiralType0x014cnt1defaulted-on-disctentative
2180ShellShell_DSaber_P_wep_24_BeamSpiralType0x014cnt1defaulted-on-disctentative
2181ShellShell_DSaber_P_wep_25_HBeamSpiralType0x014cnt1defaulted-on-disctentative
2182ShellShell_DSaber_P_wep_26_MissileSpiralType0x014cnt1defaulted-on-disctentative
2183ShellShell_DSaber_P_wep_27_ASMissileSpiralType0x014cnt1defaulted-on-disctentative
2184ShellShell_DSaber_P_wep_28_BombSpiralType0x014cnt1defaulted-on-disctentative
2185ShellShell_DSaber_P_wep_29_BombSpiralType0x014cnt1defaulted-on-disctentative
2186ShellShell_DSaber_P_wep_29_ChildSpiralType0x014cnt1defaulted-on-disctentative
2187ShellShell_DSaber_P_wep_30_ASMissileSpiralType0x014cnt1defaulted-on-disctentative
2188ShellShell_DSaber_P_wep_31_BombSpiralType0x014cnt1defaulted-on-disctentative
2189ShellShell_DSaber_P_wep_32_MissileSpiralType0x014cnt1defaulted-on-disctentative
2190ShellShell_DSaber_P_wep_33_GunSpiralType0x014cnt1defaulted-on-disctentative
2191ShellShell_DSaber_P_wep_34_HBeamSpiralType0x014cnt1defaulted-on-disctentative
2192ShellShell_DSaber_P_wep_35_GunSpiralType0x014cnt1defaulted-on-disctentative
2193ShellShell_DSaber_P_wep_36_BombSpiralType0x014cnt1defaulted-on-disctentative
2194ShellShell_DSaber_P_wep_37_BeamSpiralType0x014cnt1defaulted-on-disctentative
2195ShellShell_DSaber_P_wep_38_ShotgunSpiralType0x014cnt1defaulted-on-disctentative
2196ShellShell_DSaber_P_wep_39_BeamSpiralType0x014cnt1defaulted-on-disctentative
2197ShellShell_DSaber_P_wep_40_GunSpiralType0x014cnt1defaulted-on-disctentative
2198ShellShell_DSaber_P_wep_41_ShotgunSpiralType0x014cnt1defaulted-on-disctentative
2199ShellShell_DSaber_P_wep_42_ShotgunSpiralType0x014cnt1defaulted-on-disctentative
2200ShellShell_DSaber_P_wep_43_RocketSpiralType0x014cnt1defaulted-on-disctentative
2201ShellShell_DSaber_P_wep_48_CannonSpiralType0x014cnt1defaulted-on-disctentative
2202ShellShell_DSaber_P_wep_50_CannonSpiralType0x014cnt1defaulted-on-disctentative
2203ShellShell_DSaber_P_wep_52_SpecialSpiralType0x014cnt1defaulted-on-disctentative
2204ShellShell_DSaber_P_wep_53_BeamSpiralType0x014cnt1defaulted-on-disctentative
2205ShellShell_DSaber_P_wep_54_LaserSpiralType0x014cnt5.60519e-45defaulted-on-disctentative
2206ShellShell_DSaber_P_wep_55_RocketSpiralType0x014cnt1defaulted-on-disctentative
2207ShellShell_DSaber_P_wep_56_SpecialSpiralType0x014cnt1defaulted-on-disctentative
2208ShellShell_DSaber_P_wep_57_RocketSpiralType0x014cnt1defaulted-on-disctentative
2209ShellShell_DSaber_P_wep_58_LaserSpiralType0x014cnt5.60519e-45defaulted-on-disctentative
2210ShellShell_DSaber_P_wep_59_SpecialSpiralType0x014cnt5.60519e-45defaulted-on-disctentative
2211ShellShell_DSaber_P_wep_60_ASMissileSpiralType0x014cnt1defaulted-on-disctentative
2212ShellShell_DSaber_P_wep_62_BeamSpiralType0x014cnt1defaulted-on-disctentative
2213ShellShell_DSaber_P_wep_66_SpecialSpiralType0x014cnt1defaulted-on-disctentative
2214ShellShell_DSaber_P_wep_67_SpecialSpiralType0x014cnt1defaulted-on-disctentative
2215ShellShell_DSaber_P_wep_68_SpecialSpiralType0x014cnt1.4013e-45defaulted-on-disctentative
2216ShellShell_DSaber_P_wep_69_SpecialSpiralType0x014cnt1defaulted-on-disctentative
2217ShellShell_DSaber_P_wep_70_SpecialSpiralType0x014cnt1defaulted-on-disctentative
2218ShellShell_DSaber_P_wep_71_SpecialSpiralType0x014cnt1defaulted-on-disctentative
2219ShellShell_DSaber_P_wep_80_RocketSpiralType0x014cnt1defaulted-on-disctentative
2220ShellShell_DSaber_P_wep_81_MissileSpiralType0x014cnt1disctentative
2221ShellShell_DSaber_P_wep_82_LaserSpiralType0x014cnt5.60519e-45defaulted-on-disctentative
2222ShellShell_DSaber_P_wep_83_GunSpiralType0x014cnt1defaulted-on-disctentative
2223ShellShell_DSaber_P_wep_84_CannonSpiralType0x014cnt1defaulted-on-disctentative
2224ShellShell_DSaber_P_wep_85_BeamSpiralType0x014cnt1defaulted-on-disctentative
2225ShellShell_NULLSpiralType0x014cnt0defaulted-on-disctentative
2226ShellShell_S16Boss_AAGunSpiralType0x014cnt1defaulted-on-disctentative
2227ShellShell_S16Boss_HBeamSpiralType0x014cnt1defaulted-on-disctentative
2228ShellShell_S16Boss_LaserSpiralType0x014cnt1defaulted-on-disctentative
2229ShellShell_TCAF_Acropolis_BowChaserSpiralType0x014cnt1defaulted-on-disctentative
2230ShellShell_TCAF_ArrowHead_LaserSpiralType0x014cnt4defaulted-on-disctentative
2231ShellShell_TCAF_ArrowHead_MissileSpiralType0x014cnt1defaulted-on-disctentative
2232ShellShell_TCAF_ArrowHead_NoseGunSpiralType0x014cnt1defaulted-on-disctentative
2233ShellShell_TCAF_Battleship_BowChaserSpiralType0x014cnt4defaulted-on-disctentative
2234ShellShell_TCAF_Cruiser_BowChaserSpiralType0x014cnt4defaulted-on-disctentative
2235ShellShell_TCAF_DeltaSaber_ASMissileSpiralType0x014cnt1defaulted-on-disctentative
2236ShellShell_TCAF_DeltaSaber_ASMissile_PSpiralType0x014cnt1defaulted-on-disctentative
2237ShellShell_TCAF_DeltaSaber_BeamSpiralType0x014cnt1defaulted-on-disctentative
2238ShellShell_TCAF_DeltaSaber_Beam_PSpiralType0x014cnt1defaulted-on-disctentative
2239ShellShell_TCAF_DeltaSaber_BombSpiralType0x014cnt1defaulted-on-disctentative
2240ShellShell_TCAF_DeltaSaber_Bomb_PSpiralType0x014cnt1defaulted-on-disctentative
2241ShellShell_TCAF_DeltaSaber_CannonSpiralType0x014cnt1defaulted-on-disctentative
2242ShellShell_TCAF_DeltaSaber_Cannon_PSpiralType0x014cnt1defaulted-on-disctentative
2243ShellShell_TCAF_DeltaSaber_GunSpiralType0x014cnt1defaulted-on-disctentative
2244ShellShell_TCAF_DeltaSaber_Gun_PSpiralType0x014cnt1defaulted-on-disctentative
2245ShellShell_TCAF_DeltaSaber_LaserSpiralType0x014cnt4defaulted-on-disctentative
2246ShellShell_TCAF_DeltaSaber_Laser_PSpiralType0x014cnt5.60519e-45defaulted-on-disctentative
2247ShellShell_TCAF_DeltaSaber_MissileSpiralType0x014cnt1defaulted-on-disctentative
2248ShellShell_TCAF_DeltaSaber_Missile_PSpiralType0x014cnt1defaulted-on-disctentative
2249ShellShell_TCAF_DeltaSaber_NoseGunSpiralType0x014cnt1defaulted-on-disctentative
2250ShellShell_TCAF_DeltaSaber_NoseGun_PSpiralType0x014cnt1defaulted-on-disctentative
2251ShellShell_TCAF_DeltaSaber_RocketSpiralType0x014cnt1defaulted-on-disctentative
2252ShellShell_TCAF_DeltaSaber_Rocket_PSpiralType0x014cnt1defaulted-on-disctentative
2253ShellShell_TCAF_DeltaSaber_ShotgunSpiralType0x014cnt1defaulted-on-disctentative
2254ShellShell_TCAF_DeltaSaber_Shotgun_PSpiralType0x014cnt1defaulted-on-disctentative
2255ShellShell_TCAF_DeltaSaber_SpecialSpiralType0x014cnt1defaulted-on-disctentative
2256ShellShell_TCAF_DeltaSaber_Special_PSpiralType0x014cnt1defaulted-on-disctentative
2257ShellShell_TCAF_DeltaSaber_TwinGunSpiralType0x014cnt1defaulted-on-disctentative
2258ShellShell_TCAF_DeltaSaber_TwinGun_PSpiralType0x014cnt1defaulted-on-disctentative
2259ShellShell_TCAF_Ship_AAGunSpiralType0x014cnt1defaulted-on-disctentative
2260ShellShell_TCAF_Ship_AAGunLSpiralType0x014cnt1defaulted-on-disctentative
2261ShellShell_TCAF_Ship_ASGunSpiralType0x014cnt1defaulted-on-disctentative
2262ShellShell_TCAF_Ship_HBeamSpiralType0x014cnt1defaulted-on-disctentative
2263ShellShell_Test_ASMissileSpiralType0x014cnt1defaulted-on-disctentative
2264ShellShell_Test_GunSpiralType0x014cnt1defaulted-on-disctentative
2265ShellShell_Test_Gun_PlayerSpiralType0x014cnt1defaulted-on-disctentative
2266ShellShell_Test_LaserSpiralType0x014cnt4defaulted-on-disctentative
2267ShellShell_Test_MissileSpiralType0x014cnt1defaulted-on-disctentative
2268ShellShell_Test_Missile_PlayerSpiralType0x014cnt1defaulted-on-disctentative
2269ShellShell_Test_SubGunSpiralType0x014cnt1defaulted-on-disctentative
2270ShellShell_ADAN_AAFrigate_AAGunLength0x020f3210discconfirmed
2271ShellShell_ADAN_Attacker_B_GunTurretLength0x020f3210discconfirmed
2272ShellShell_ADAN_Attacker_S_ASMissileLength0x020f323discconfirmed
2273ShellShell_ADAN_Attacker_S_NoseGunLength0x020f3210discconfirmed
2274ShellShell_ADAN_Battleship_BowChaserLength0x020f320discconfirmed
2275ShellShell_ADAN_Cruiser_BowChaserLength0x020f320discconfirmed
2276ShellShell_ADAN_Destroyer_BowChaserLength0x020f320discconfirmed
2277ShellShell_ADAN_Phantom_LaserLength0x020f320defaulted-on-discconfirmed
2278ShellShell_ADAN_Puppy_NoseGunLength0x020f3210discconfirmed
2279ShellShell_ADAN_SDBattleship_BowChaserLength0x020f320discconfirmed
2280ShellShell_ADAN_Ship_AAGunLength0x020f3210discconfirmed
2281ShellShell_ADAN_Ship_AAGunLLength0x020f3210defaulted-on-discconfirmed
2282ShellShell_ADAN_Ship_AAMissileLength0x020f323discconfirmed
2283ShellShell_ADAN_Ship_ASGunLength0x020f3210discconfirmed
2284ShellShell_ADAN_Ship_ASMissileLength0x020f323discconfirmed
2285ShellShell_ADAN_Turret_CannonLength0x020f3210discconfirmed
2286ShellShell_ADAN_Turret_MissileLength0x020f323discconfirmed
2287ShellShell_ADAN_Turret_NoseGunLength0x020f3210discconfirmed
2288ShellShell_ADAN_TypeQ_BeamLength0x020f3210discconfirmed
2289ShellShell_ADAN_Vindicator_RocketLength0x020f3210discconfirmed
2290ShellShell_DSaber_P_wep_01_BeamLength0x020f3210discconfirmed
2291ShellShell_DSaber_P_wep_02_MissileLength0x020f323discconfirmed
2292ShellShell_DSaber_P_wep_03_CannonLength0x020f3210discconfirmed
2293ShellShell_DSaber_P_wep_04_MissileLength0x020f323discconfirmed
2294ShellShell_DSaber_P_wep_05_ASMissileLength0x020f323discconfirmed
2295ShellShell_DSaber_P_wep_07_CannonLength0x020f3210discconfirmed
2296ShellShell_DSaber_P_wep_08_ASMissileLength0x020f323discconfirmed
2297ShellShell_DSaber_P_wep_09_GunLength0x020f3210discconfirmed
2298ShellShell_DSaber_P_wep_10_GunLength0x020f3210discconfirmed
2299ShellShell_DSaber_P_wep_11_CannonLength0x020f3210discconfirmed
2300ShellShell_DSaber_P_wep_12_RocketLength0x020f3210discconfirmed
2301ShellShell_DSaber_P_wep_13_ChildLength0x020f323discconfirmed
2302ShellShell_DSaber_P_wep_13_MissileLength0x020f323discconfirmed
2303ShellShell_DSaber_P_wep_14_LaserLength0x020f320defaulted-on-discconfirmed
2304ShellShell_DSaber_P_wep_19_LaserLength0x020f320defaulted-on-discconfirmed
2305ShellShell_DSaber_P_wep_23_CannonLength0x020f3210discconfirmed
2306ShellShell_DSaber_P_wep_24_BeamLength0x020f3210discconfirmed
2307ShellShell_DSaber_P_wep_25_HBeamLength0x020f323discconfirmed
2308ShellShell_DSaber_P_wep_26_MissileLength0x020f323discconfirmed
2309ShellShell_DSaber_P_wep_27_ASMissileLength0x020f323discconfirmed
2310ShellShell_DSaber_P_wep_28_BombLength0x020f3210discconfirmed
2311ShellShell_DSaber_P_wep_29_BombLength0x020f3210defaulted-on-discconfirmed
2312ShellShell_DSaber_P_wep_29_ChildLength0x020f323discconfirmed
2313ShellShell_DSaber_P_wep_30_ASMissileLength0x020f323discconfirmed
2314ShellShell_DSaber_P_wep_31_BombLength0x020f3210discconfirmed
2315ShellShell_DSaber_P_wep_32_MissileLength0x020f323discconfirmed
2316ShellShell_DSaber_P_wep_33_GunLength0x020f3210discconfirmed
2317ShellShell_DSaber_P_wep_34_HBeamLength0x020f323discconfirmed
2318ShellShell_DSaber_P_wep_35_GunLength0x020f3210discconfirmed
2319ShellShell_DSaber_P_wep_36_BombLength0x020f3210discconfirmed
2320ShellShell_DSaber_P_wep_37_BeamLength0x020f3210discconfirmed
2321ShellShell_DSaber_P_wep_38_ShotgunLength0x020f3210discconfirmed
2322ShellShell_DSaber_P_wep_39_BeamLength0x020f3210discconfirmed
2323ShellShell_DSaber_P_wep_40_GunLength0x020f3210discconfirmed
2324ShellShell_DSaber_P_wep_41_ShotgunLength0x020f3210discconfirmed
2325ShellShell_DSaber_P_wep_42_ShotgunLength0x020f3210discconfirmed
2326ShellShell_DSaber_P_wep_43_RocketLength0x020f3210defaulted-on-discconfirmed
2327ShellShell_DSaber_P_wep_48_CannonLength0x020f3210discconfirmed
2328ShellShell_DSaber_P_wep_50_CannonLength0x020f3210discconfirmed
2329ShellShell_DSaber_P_wep_52_SpecialLength0x020f3210discconfirmed
2330ShellShell_DSaber_P_wep_53_BeamLength0x020f3210discconfirmed
2331ShellShell_DSaber_P_wep_54_LaserLength0x020f320defaulted-on-discconfirmed
2332ShellShell_DSaber_P_wep_55_RocketLength0x020f3210discconfirmed
2333ShellShell_DSaber_P_wep_56_SpecialLength0x020f3210discconfirmed
2334ShellShell_DSaber_P_wep_57_RocketLength0x020f3210discconfirmed
2335ShellShell_DSaber_P_wep_58_LaserLength0x020f320defaulted-on-discconfirmed
2336ShellShell_DSaber_P_wep_59_SpecialLength0x020f320defaulted-on-discconfirmed
2337ShellShell_DSaber_P_wep_60_ASMissileLength0x020f323discconfirmed
2338ShellShell_DSaber_P_wep_62_BeamLength0x020f3210discconfirmed
2339ShellShell_DSaber_P_wep_66_SpecialLength0x020f3210discconfirmed
2340ShellShell_DSaber_P_wep_67_SpecialLength0x020f3210discconfirmed
2341ShellShell_DSaber_P_wep_68_SpecialLength0x020f3210discconfirmed
2342ShellShell_DSaber_P_wep_69_SpecialLength0x020f3210discconfirmed
2343ShellShell_DSaber_P_wep_70_SpecialLength0x020f3210discconfirmed
2344ShellShell_DSaber_P_wep_71_SpecialLength0x020f3210discconfirmed
2345ShellShell_DSaber_P_wep_80_RocketLength0x020f3210discconfirmed
2346ShellShell_DSaber_P_wep_81_MissileLength0x020f323discconfirmed
2347ShellShell_DSaber_P_wep_82_LaserLength0x020f320defaulted-on-discconfirmed
2348ShellShell_DSaber_P_wep_83_GunLength0x020f3210discconfirmed
2349ShellShell_DSaber_P_wep_84_CannonLength0x020f3210discconfirmed
2350ShellShell_DSaber_P_wep_85_BeamLength0x020f3210discconfirmed
2351ShellShell_NULLLength0x020f320defaulted-on-discconfirmed
2352ShellShell_S16Boss_AAGunLength0x020f3210discconfirmed
2353ShellShell_S16Boss_HBeamLength0x020f323discconfirmed
2354ShellShell_S16Boss_LaserLength0x020f320defaulted-on-discconfirmed
2355ShellShell_TCAF_Acropolis_BowChaserLength0x020f3210discconfirmed
2356ShellShell_TCAF_ArrowHead_LaserLength0x020f320defaulted-on-discconfirmed
2357ShellShell_TCAF_ArrowHead_MissileLength0x020f323discconfirmed
2358ShellShell_TCAF_ArrowHead_NoseGunLength0x020f3210discconfirmed
2359ShellShell_TCAF_Battleship_BowChaserLength0x020f320defaulted-on-discconfirmed
2360ShellShell_TCAF_Cruiser_BowChaserLength0x020f320defaulted-on-discconfirmed
2361ShellShell_TCAF_DeltaSaber_ASMissileLength0x020f323discconfirmed
2362ShellShell_TCAF_DeltaSaber_ASMissile_PLength0x020f323discconfirmed
2363ShellShell_TCAF_DeltaSaber_BeamLength0x020f3210discconfirmed
2364ShellShell_TCAF_DeltaSaber_Beam_PLength0x020f3210discconfirmed
2365ShellShell_TCAF_DeltaSaber_BombLength0x020f3210discconfirmed
2366ShellShell_TCAF_DeltaSaber_Bomb_PLength0x020f3210discconfirmed
2367ShellShell_TCAF_DeltaSaber_CannonLength0x020f3210discconfirmed
2368ShellShell_TCAF_DeltaSaber_Cannon_PLength0x020f3210discconfirmed
2369ShellShell_TCAF_DeltaSaber_GunLength0x020f3210discconfirmed
2370ShellShell_TCAF_DeltaSaber_Gun_PLength0x020f3210discconfirmed
2371ShellShell_TCAF_DeltaSaber_LaserLength0x020f320defaulted-on-discconfirmed
2372ShellShell_TCAF_DeltaSaber_Laser_PLength0x020f320defaulted-on-discconfirmed
2373ShellShell_TCAF_DeltaSaber_MissileLength0x020f323discconfirmed
2374ShellShell_TCAF_DeltaSaber_Missile_PLength0x020f323discconfirmed
2375ShellShell_TCAF_DeltaSaber_NoseGunLength0x020f3210discconfirmed
2376ShellShell_TCAF_DeltaSaber_NoseGun_PLength0x020f3210discconfirmed
2377ShellShell_TCAF_DeltaSaber_RocketLength0x020f3210discconfirmed
2378ShellShell_TCAF_DeltaSaber_Rocket_PLength0x020f3210discconfirmed
2379ShellShell_TCAF_DeltaSaber_ShotgunLength0x020f3210discconfirmed
2380ShellShell_TCAF_DeltaSaber_Shotgun_PLength0x020f3210discconfirmed
2381ShellShell_TCAF_DeltaSaber_SpecialLength0x020f3210discconfirmed
2382ShellShell_TCAF_DeltaSaber_Special_PLength0x020f3210discconfirmed
2383ShellShell_TCAF_DeltaSaber_TwinGunLength0x020f3210discconfirmed
2384ShellShell_TCAF_DeltaSaber_TwinGun_PLength0x020f3210discconfirmed
2385ShellShell_TCAF_Ship_AAGunLength0x020f3210discconfirmed
2386ShellShell_TCAF_Ship_AAGunLLength0x020f3210defaulted-on-discconfirmed
2387ShellShell_TCAF_Ship_ASGunLength0x020f3210defaulted-on-discconfirmed
2388ShellShell_TCAF_Ship_HBeamLength0x020f323discconfirmed
2389ShellShell_Test_ASMissileLength0x020f323discconfirmed
2390ShellShell_Test_GunLength0x020f3210discconfirmed
2391ShellShell_Test_Gun_PlayerLength0x020f3210discconfirmed
2392ShellShell_Test_LaserLength0x020f320discconfirmed
2393ShellShell_Test_MissileLength0x020f323discconfirmed
2394ShellShell_Test_Missile_PlayerLength0x020f323discconfirmed
2395ShellShell_Test_SubGunLength0x020f3210discconfirmed
2396ShellShell_ADAN_AAFrigate_AAGunVolume0x024f3210defaulted-on-discconfirmed
2397ShellShell_ADAN_Attacker_B_GunTurretVolume0x024f3210defaulted-on-discconfirmed
2398ShellShell_ADAN_Attacker_S_ASMissileVolume0x024f321defaulted-on-discconfirmed
2399ShellShell_ADAN_Attacker_S_NoseGunVolume0x024f3210defaulted-on-discconfirmed
2400ShellShell_ADAN_Battleship_BowChaserVolume0x024f32100discconfirmed
2401ShellShell_ADAN_Cruiser_BowChaserVolume0x024f32100discconfirmed
2402ShellShell_ADAN_Destroyer_BowChaserVolume0x024f32100discconfirmed
2403ShellShell_ADAN_Phantom_LaserVolume0x024f3210000discconfirmed
2404ShellShell_ADAN_Puppy_NoseGunVolume0x024f3210defaulted-on-discconfirmed
2405ShellShell_ADAN_SDBattleship_BowChaserVolume0x024f32100discconfirmed
2406ShellShell_ADAN_Ship_AAGunVolume0x024f3210defaulted-on-discconfirmed
2407ShellShell_ADAN_Ship_AAGunLVolume0x024f3210defaulted-on-discconfirmed
2408ShellShell_ADAN_Ship_AAMissileVolume0x024f321defaulted-on-discconfirmed
2409ShellShell_ADAN_Ship_ASGunVolume0x024f3210defaulted-on-discconfirmed
2410ShellShell_ADAN_Ship_ASMissileVolume0x024f321defaulted-on-discconfirmed
2411ShellShell_ADAN_Turret_CannonVolume0x024f3210defaulted-on-discconfirmed
2412ShellShell_ADAN_Turret_MissileVolume0x024f321defaulted-on-discconfirmed
2413ShellShell_ADAN_Turret_NoseGunVolume0x024f3210defaulted-on-discconfirmed
2414ShellShell_ADAN_TypeQ_BeamVolume0x024f3210defaulted-on-discconfirmed
2415ShellShell_ADAN_Vindicator_RocketVolume0x024f3210defaulted-on-discconfirmed
2416ShellShell_DSaber_P_wep_01_BeamVolume0x024f3210defaulted-on-discconfirmed
2417ShellShell_DSaber_P_wep_02_MissileVolume0x024f321defaulted-on-discconfirmed
2418ShellShell_DSaber_P_wep_03_CannonVolume0x024f3210defaulted-on-discconfirmed
2419ShellShell_DSaber_P_wep_04_MissileVolume0x024f321defaulted-on-discconfirmed
2420ShellShell_DSaber_P_wep_05_ASMissileVolume0x024f321defaulted-on-discconfirmed
2421ShellShell_DSaber_P_wep_07_CannonVolume0x024f3210defaulted-on-discconfirmed
2422ShellShell_DSaber_P_wep_08_ASMissileVolume0x024f321defaulted-on-discconfirmed
2423ShellShell_DSaber_P_wep_09_GunVolume0x024f3210defaulted-on-discconfirmed
2424ShellShell_DSaber_P_wep_10_GunVolume0x024f3210defaulted-on-discconfirmed
2425ShellShell_DSaber_P_wep_11_CannonVolume0x024f3210defaulted-on-discconfirmed
2426ShellShell_DSaber_P_wep_12_RocketVolume0x024f3210defaulted-on-discconfirmed
2427ShellShell_DSaber_P_wep_13_ChildVolume0x024f321defaulted-on-discconfirmed
2428ShellShell_DSaber_P_wep_13_MissileVolume0x024f321defaulted-on-discconfirmed
2429ShellShell_DSaber_P_wep_14_LaserVolume0x024f3210000discconfirmed
2430ShellShell_DSaber_P_wep_19_LaserVolume0x024f3210000discconfirmed
2431ShellShell_DSaber_P_wep_23_CannonVolume0x024f3210defaulted-on-discconfirmed
2432ShellShell_DSaber_P_wep_24_BeamVolume0x024f3210defaulted-on-discconfirmed
2433ShellShell_DSaber_P_wep_25_HBeamVolume0x024f321defaulted-on-discconfirmed
2434ShellShell_DSaber_P_wep_26_MissileVolume0x024f321defaulted-on-discconfirmed
2435ShellShell_DSaber_P_wep_27_ASMissileVolume0x024f321defaulted-on-discconfirmed
2436ShellShell_DSaber_P_wep_28_BombVolume0x024f3210defaulted-on-discconfirmed
2437ShellShell_DSaber_P_wep_29_BombVolume0x024f3210defaulted-on-discconfirmed
2438ShellShell_DSaber_P_wep_29_ChildVolume0x024f321defaulted-on-discconfirmed
2439ShellShell_DSaber_P_wep_30_ASMissileVolume0x024f321defaulted-on-discconfirmed
2440ShellShell_DSaber_P_wep_31_BombVolume0x024f3210defaulted-on-discconfirmed
2441ShellShell_DSaber_P_wep_32_MissileVolume0x024f321defaulted-on-discconfirmed
2442ShellShell_DSaber_P_wep_33_GunVolume0x024f3210defaulted-on-discconfirmed
2443ShellShell_DSaber_P_wep_34_HBeamVolume0x024f321defaulted-on-discconfirmed
2444ShellShell_DSaber_P_wep_35_GunVolume0x024f3210defaulted-on-discconfirmed
2445ShellShell_DSaber_P_wep_36_BombVolume0x024f3210defaulted-on-discconfirmed
2446ShellShell_DSaber_P_wep_37_BeamVolume0x024f3210defaulted-on-discconfirmed
2447ShellShell_DSaber_P_wep_38_ShotgunVolume0x024f3210defaulted-on-discconfirmed
2448ShellShell_DSaber_P_wep_39_BeamVolume0x024f3210defaulted-on-discconfirmed
2449ShellShell_DSaber_P_wep_40_GunVolume0x024f3210defaulted-on-discconfirmed
2450ShellShell_DSaber_P_wep_41_ShotgunVolume0x024f3210defaulted-on-discconfirmed
2451ShellShell_DSaber_P_wep_42_ShotgunVolume0x024f3210defaulted-on-discconfirmed
2452ShellShell_DSaber_P_wep_43_RocketVolume0x024f3210defaulted-on-discconfirmed
2453ShellShell_DSaber_P_wep_48_CannonVolume0x024f3210defaulted-on-discconfirmed
2454ShellShell_DSaber_P_wep_50_CannonVolume0x024f3210defaulted-on-discconfirmed
2455ShellShell_DSaber_P_wep_52_SpecialVolume0x024f3210defaulted-on-discconfirmed
2456ShellShell_DSaber_P_wep_53_BeamVolume0x024f3210defaulted-on-discconfirmed
2457ShellShell_DSaber_P_wep_54_LaserVolume0x024f3210000discconfirmed
2458ShellShell_DSaber_P_wep_55_RocketVolume0x024f3210defaulted-on-discconfirmed
2459ShellShell_DSaber_P_wep_56_SpecialVolume0x024f3210defaulted-on-discconfirmed
2460ShellShell_DSaber_P_wep_57_RocketVolume0x024f3210defaulted-on-discconfirmed
2461ShellShell_DSaber_P_wep_58_LaserVolume0x024f3210000discconfirmed
2462ShellShell_DSaber_P_wep_59_SpecialVolume0x024f3210000discconfirmed
2463ShellShell_DSaber_P_wep_60_ASMissileVolume0x024f321defaulted-on-discconfirmed
2464ShellShell_DSaber_P_wep_62_BeamVolume0x024f3210defaulted-on-discconfirmed
2465ShellShell_DSaber_P_wep_66_SpecialVolume0x024f3210defaulted-on-discconfirmed
2466ShellShell_DSaber_P_wep_67_SpecialVolume0x024f3210defaulted-on-discconfirmed
2467ShellShell_DSaber_P_wep_68_SpecialVolume0x024f3210defaulted-on-discconfirmed
2468ShellShell_DSaber_P_wep_69_SpecialVolume0x024f3210defaulted-on-discconfirmed
2469ShellShell_DSaber_P_wep_70_SpecialVolume0x024f3210defaulted-on-discconfirmed
2470ShellShell_DSaber_P_wep_71_SpecialVolume0x024f3210defaulted-on-discconfirmed
2471ShellShell_DSaber_P_wep_80_RocketVolume0x024f3210defaulted-on-discconfirmed
2472ShellShell_DSaber_P_wep_81_MissileVolume0x024f321defaulted-on-discconfirmed
2473ShellShell_DSaber_P_wep_82_LaserVolume0x024f3210000discconfirmed
2474ShellShell_DSaber_P_wep_83_GunVolume0x024f3210defaulted-on-discconfirmed
2475ShellShell_DSaber_P_wep_84_CannonVolume0x024f3210defaulted-on-discconfirmed
2476ShellShell_DSaber_P_wep_85_BeamVolume0x024f3210defaulted-on-discconfirmed
2477ShellShell_NULLVolume0x024f320defaulted-on-discconfirmed
2478ShellShell_S16Boss_AAGunVolume0x024f3210defaulted-on-discconfirmed
2479ShellShell_S16Boss_HBeamVolume0x024f321discconfirmed
2480ShellShell_S16Boss_LaserVolume0x024f32100discconfirmed
2481ShellShell_TCAF_Acropolis_BowChaserVolume0x024f3210defaulted-on-discconfirmed
2482ShellShell_TCAF_ArrowHead_LaserVolume0x024f3210000discconfirmed
2483ShellShell_TCAF_ArrowHead_MissileVolume0x024f321defaulted-on-discconfirmed
2484ShellShell_TCAF_ArrowHead_NoseGunVolume0x024f3210defaulted-on-discconfirmed
2485ShellShell_TCAF_Battleship_BowChaserVolume0x024f32100discconfirmed
2486ShellShell_TCAF_Cruiser_BowChaserVolume0x024f32100discconfirmed
2487ShellShell_TCAF_DeltaSaber_ASMissileVolume0x024f321defaulted-on-discconfirmed
2488ShellShell_TCAF_DeltaSaber_ASMissile_PVolume0x024f321defaulted-on-discconfirmed
2489ShellShell_TCAF_DeltaSaber_BeamVolume0x024f3210defaulted-on-discconfirmed
2490ShellShell_TCAF_DeltaSaber_Beam_PVolume0x024f3210defaulted-on-discconfirmed
2491ShellShell_TCAF_DeltaSaber_BombVolume0x024f3210defaulted-on-discconfirmed
2492ShellShell_TCAF_DeltaSaber_Bomb_PVolume0x024f3210defaulted-on-discconfirmed
2493ShellShell_TCAF_DeltaSaber_CannonVolume0x024f3210defaulted-on-discconfirmed
2494ShellShell_TCAF_DeltaSaber_Cannon_PVolume0x024f3210defaulted-on-discconfirmed
2495ShellShell_TCAF_DeltaSaber_GunVolume0x024f3210defaulted-on-discconfirmed
2496ShellShell_TCAF_DeltaSaber_Gun_PVolume0x024f3210defaulted-on-discconfirmed
2497ShellShell_TCAF_DeltaSaber_LaserVolume0x024f3210000discconfirmed
2498ShellShell_TCAF_DeltaSaber_Laser_PVolume0x024f3210000discconfirmed
2499ShellShell_TCAF_DeltaSaber_MissileVolume0x024f321defaulted-on-discconfirmed
2500ShellShell_TCAF_DeltaSaber_Missile_PVolume0x024f321defaulted-on-discconfirmed
The file is too large to be shown. View Raw