]> icculus.org git repositories - divverent/nexuiz.git/blob - data/menu/creategame/weapon.menu
weapon stay option and health regenerates to 100 now
[divverent/nexuiz.git] / data / menu / creategame / weapon.menu
1 // Property of Alientrap/AK
2 //
3 // creategame/weapon.menu
4 Item Window Weapon
5 {
6         size    '900 585'
7         flag    [FlagEmbedded]
8         pos  '30 50'
9
10         Item ScrollWindow ScrollWindow
11         {
12                 size    '820 530'
13                 flag    [FlagEmbedded]
14
15                 Item Arrangement Arrangement
16                 {
17                         direction       [Nex_DefaultVertDirection]
18                         alignment       [AlignFirst]
19                         flag            [FlagEmbedded]
20
21                         // hack to make the arrangement have a set width
22                         Item Window FixWidth
23                         {
24                                 size    '870 0'
25                                 Derive Nex_Void Left
26                                 {
27                                         pos     '0 0'
28                                         size    '450 0'
29                                 }
30                                 Derive Nex_Void Right
31                                 {
32                                         pos     '450 0'
33                                         size    '450 0'
34                                 }
35                         }
36
37                         Derive Nex_Option_EditBox InvincibleTakeDamage
38                         {
39                                 text    "Invincible Take Damage"
40                                 target  "Data::Weapon::InvincibleTakeDamage::Text"
41                         }
42                         Derive Nex_Option_EditBox InvincibleTime
43                         {
44                                 text    "Invincible Time"
45                                 target  "Data::Weapon::InvincibleTime::Text"
46                         }
47                         Derive Nex_Option_EditBox StrengthDamage
48                         {
49                                 text    "Strength Damage"
50                                 target  "Data::Weapon::StrengthDamage::Text"
51                         }
52                         Derive Nex_Option_EditBox StrengthForce
53                         {
54                                 text    "Strength Force"
55                                 target  "Data::Weapon::StrengthForce::Text"
56                         }
57                         Derive Nex_Option_EditBox StrengthTime
58                         {
59                                 text    "Strength Time"
60                                 target  "Data::Weapon::StrengthTime::Text"
61                         }
62                         Derive Nex_Option_Switch WeaponStay
63                         {
64                                 text    "Weapon Stay"
65                                 target  "Data::Weapon::WeaponStay::Switch"
66                         }
67                         Derive Nex_Option_EditBox LaserDamage
68                         {
69                                 text    "Laser Damage"
70                                 target  "Data::Weapon::LaserDamage::Text"
71                         }
72                         Derive Nex_Option_EditBox LaserEdgeDamage
73                         {
74                                 text    "Laser edge damage"
75                                 target  "Data::Weapon::LaserEdgeDamage::Text"
76                         }
77                         Derive Nex_Option_EditBox LaserForce
78                         {
79                                 text    "Laser Push Force"
80                                 target  "Data::Weapon::LaserForce::Text"
81                         }
82                         Derive Nex_Option_EditBox LaserRadius
83                         {
84                                 text    "Laser Radius"
85                                 target  "Data::Weapon::LaserRadius::Text"
86                         }
87                         Derive Nex_Option_EditBox LaserSpeed
88                         {
89                                 text    "Laser Speed"
90                                 target  "Data::Weapon::LaserSpeed::Text"
91                         }
92                         Derive Nex_Option_EditBox LaserRefire
93                         {
94                                 text    "Laser Refire"
95                                 target  "Data::Weapon::LaserRefire::Text"
96                         }
97                         Derive Nex_Option_EditBox LaserAnimTime
98                         {
99                                 text    "Laser Animation Time"
100                                 target  "Data::Weapon::LaserAnimTime::Text"
101                         }
102                         Derive Nex_Option_EditBox LaserLifetime
103                         {
104                                 text    "Laser Shot Life Time"
105                                 target  "Data::Weapon::LaserLifetime::Text"
106                         }
107                         Derive Nex_Option_EditBox ShotgunPrimaryBullets
108                         {
109                                 text    "Shotgun Primary Bullets"
110                                 target  "Data::Weapon::ShotgunPrimaryBullets::Text"
111                         }
112                         Derive Nex_Option_EditBox ShotgunPrimaryDamage
113                         {
114                                 text    "Shotgun Primary Damage"
115                                 target  "Data::Weapon::ShotgunPrimaryDamage::Text"
116                         }
117                         Derive Nex_Option_EditBox ShotgunPrimarySpread
118                         {
119                                 text    "Shotgun Primary Spread"
120                                 target  "Data::Weapon::ShotgunPrimarySpread::Text"
121                         }
122                         Derive Nex_Option_EditBox ShotgunPrimaryRefire
123                         {
124                                 text    "Shotgun Primary Refire"
125                                 target  "Data::Weapon::ShotgunPrimaryRefire::Text"
126                         }
127                         Derive Nex_Option_EditBox ShotgunPrimaryAnimTime
128                         {
129                                 text    "Shotgun Primary Animation Time"
130                                 target  "Data::Weapon::ShotgunPrimaryAnimTime::Text"
131                         }
132                         Derive Nex_Option_EditBox ShotgunPrimaryAmmo
133                         {
134                                 text    "Shotgun Primary Ammo"
135                                 target  "Data::Weapon::ShotgunPrimaryAmmo::Text"
136                         }
137                         Derive Nex_Option_EditBox ShotgunSecondaryBullets
138                         {
139                                 text    "Shotgun Secondary Bullets"
140                                 target  "Data::Weapon::ShotgunSecondaryBullets::Text"
141                         }
142                         Derive Nex_Option_EditBox ShotgunSecondaryDamage
143                         {
144                                 text    "Shotgun Secondary Damage"
145                                 target  "Data::Weapon::ShotgunSecondaryDamage::Text"
146                         }
147                         Derive Nex_Option_EditBox ShotgunSecondarySpread
148                         {
149                                 text    "Shotgun Secondary Spread"
150                                 target  "Data::Weapon::ShotgunSecondarySpread::Text"
151                         }
152                         Derive Nex_Option_EditBox ShotgunSecondaryRefire
153                         {
154                                 text    "Shotgun Secondary Refire"
155                                 target  "Data::Weapon::ShotgunSecondaryRefire::Text"
156                         }
157                         Derive Nex_Option_EditBox ShotgunSecondaryAnimTime
158                         {
159                                 text    "Shotgun Secondary Animation Time"
160                                 target  "Data::Weapon::ShotgunSecondaryAnimTime::Text"
161                         }
162                         Derive Nex_Option_EditBox ShotgunSecondaryAmmo
163                         {
164                                 text    "Shotgun Secondary Ammo"
165                                 target  "Data::Weapon::ShotgunSecondaryAmmo::Text"
166                         }
167                         Derive Nex_Option_EditBox UziFirstDamage
168                         {
169                                 text    "Uzi First-Shot Damage"
170                                 target  "Data::Weapon::UziFirstDamage::Text"
171                         }
172                         Derive Nex_Option_EditBox UziFirstSpread
173                         {
174                                 text    "Uzi First-Shot Spread"
175                                 target  "Data::Weapon::UziFirstSpread::Text"
176                         }
177                         Derive Nex_Option_EditBox UziFirstRefire
178                         {
179                                 text    "Uzi First-Shot Refire"
180                                 target  "Data::Weapon::UziFirstRefire::Text"
181                         }
182                         Derive Nex_Option_EditBox UziFirstAmmo
183                         {
184                                 text    "Uzi First-Shot Ammo"
185                                 target  "Data::Weapon::UziFirstAmmo::Text"
186                         }
187                         Derive Nex_Option_EditBox UziSustainedDamage
188                         {
189                                 text    "Uzi Sustained-Fire Damage"
190                                 target  "Data::Weapon::UziSustainedDamage::Text"
191                         }
192                         Derive Nex_Option_EditBox UziSustainedSpread
193                         {
194                                 text    "Uzi Sustained-Fire Spread"
195                                 target  "Data::Weapon::UziSustainedSpread::Text"
196                         }
197                         Derive Nex_Option_EditBox UziSustainedRefire
198                         {
199                                 text    "Uzi Sustained-Fire Refire"
200                                 target  "Data::Weapon::UziSustainedRefire::Text"
201                         }
202                         Derive Nex_Option_EditBox UziSustainedAmmo
203                         {
204                                 text    "Uzi Sustained-Fire Ammo"
205                                 target  "Data::Weapon::UziSustainedAmmo::Text"
206                         }
207                         Derive Nex_Option_EditBox GrenadeLauncherPrimaryDamage
208                         {
209                                 text    "Grenade Launcher Primary Damage"
210                                 target  "Data::Weapon::GrenadeLauncherPrimaryDamage::Text"
211                         }
212                         Derive Nex_Option_EditBox GrenadeLauncherPrimaryEdgeDamage
213                         {
214                                 text    "Grenade Launcher Primary EdgeDamage"
215                                 target  "Data::Weapon::GrenadeLauncherPrimaryEdgeDamage::Text"
216                         }
217                         Derive Nex_Option_EditBox GrenadeLauncherPrimaryForce
218                         {
219                                 text    "Grenade Launcher Primary Force"
220                                 target  "Data::Weapon::GrenadeLauncherPrimaryForce::Text"
221                         }
222                         Derive Nex_Option_EditBox GrenadeLauncherPrimaryRadius
223                         {
224                                 text    "Grenade Launcher Primary Radius"
225                                 target  "Data::Weapon::GrenadeLauncherPrimaryRadius::Text"
226                         }
227                         Derive Nex_Option_EditBox GrenadeLauncherPrimarySpeed
228                         {
229                                 text    "Grenade Launcher Primary Speed"
230                                 target  "Data::Weapon::GrenadeLauncherPrimarySpeed::Text"
231                         }
232                         Derive Nex_Option_EditBox GrenadeLauncherPrimarySpeedUp
233                         {
234                                 text    "Grenade Launcher Primary Upward Speed"
235                                 target  "Data::Weapon::GrenadeLauncherPrimarySpeedUp::Text"
236                         }
237                         Derive Nex_Option_EditBox GrenadeLauncherPrimaryLifetime
238                         {
239                                 text    "Grenade Launcher Primary Shot Lifetime"
240                                 target  "Data::Weapon::GrenadeLauncherPrimaryLifetime::Text"
241                         }
242                         Derive Nex_Option_EditBox GrenadeLauncherPrimaryRefire
243                         {
244                                 text    "Grenade Launcher Primary Refire"
245                                 target  "Data::Weapon::GrenadeLauncherPrimaryRefire::Text"
246                         }
247                         Derive Nex_Option_EditBox GrenadeLauncherPrimaryAnimTime
248                         {
249                                 text    "Grenade Launcher Primary Animation Time"
250                                 target  "Data::Weapon::GrenadeLauncherPrimaryAnimTime::Text"
251                         }
252                         Derive Nex_Option_EditBox GrenadeLauncherPrimaryAmmo
253                         {
254                                 text    "Grenade Launcher Primary Ammo"
255                                 target  "Data::Weapon::GrenadeLauncherPrimaryAmmo::Text"
256                         }
257                         Derive Nex_Option_EditBox GrenadeLauncherSecondaryDamage
258                         {
259                                 text    "Grenade Launcher Secondary Damage"
260                                 target  "Data::Weapon::GrenadeLauncherSecondaryDamage::Text"
261                         }
262                         Derive Nex_Option_EditBox GrenadeLauncherSecondaryEdgeDamage
263                         {
264                                 text    "Grenade Launcher Secondary EdgeDamage"
265                                 target  "Data::Weapon::GrenadeLauncherSecondaryEdgeDamage::Text"
266                         }
267                         Derive Nex_Option_EditBox GrenadeLauncherSecondaryForce
268                         {
269                                 text    "Grenade Launcher Secondary Force"
270                                 target  "Data::Weapon::GrenadeLauncherSecondaryForce::Text"
271                         }
272                         Derive Nex_Option_EditBox GrenadeLauncherSecondaryRadius
273                         {
274                                 text    "Grenade Launcher Secondary Radius"
275                                 target  "Data::Weapon::GrenadeLauncherSecondaryRadius::Text"
276                         }
277                         Derive Nex_Option_EditBox GrenadeLauncherSecondarySpeed
278                         {
279                                 text    "Grenade Launcher Secondary Speed"
280                                 target  "Data::Weapon::GrenadeLauncherSecondarySpeed::Text"
281                         }
282                         Derive Nex_Option_EditBox GrenadeLauncherSecondarySpeedUp
283                         {
284                                 text    "Grenade Launcher Secondary Upward Speed"
285                                 target  "Data::Weapon::GrenadeLauncherSecondarySpeedUp::Text"
286                         }
287                         Derive Nex_Option_EditBox GrenadeLauncherSecondaryLifetime
288                         {
289                                 text    "Grenade Launcher Secondary Shot Lifetime"
290                                 target  "Data::Weapon::GrenadeLauncherSecondaryLifetime::Text"
291                         }
292                         Derive Nex_Option_EditBox GrenadeLauncherSecondaryRefire
293                         {
294                                 text    "Grenade Launcher Secondary Refire"
295                                 target  "Data::Weapon::GrenadeLauncherSecondaryRefire::Text"
296                         }
297                         Derive Nex_Option_EditBox GrenadeLauncherSecondaryAnimTime
298                         {
299                                 text    "Grenade Launcher Secondary Animation Time"
300                                 target  "Data::Weapon::GrenadeLauncherSecondaryAnimTime::Text"
301                         }
302                         Derive Nex_Option_EditBox GrenadeLauncherSecondaryAmmo
303                         {
304                                 text    "Grenade Launcher Secondary Ammo"
305                                 target  "Data::Weapon::GrenadeLauncherSecondaryAmmo::Text"
306                         }
307                         Derive Nex_Option_EditBox ElectroPrimaryDamage
308                         {
309                                 text    "Electro Primary Damage"
310                                 target  "Data::Weapon::ElectroPrimaryDamage::Text"
311                         }
312                         Derive Nex_Option_EditBox ElectroPrimaryEdgeDamage
313                         {
314                                 text    "Electro Primary EdgeDamage"
315                                 target  "Data::Weapon::ElectroPrimaryEdgeDamage::Text"
316                         }
317                         Derive Nex_Option_EditBox ElectroPrimaryForce
318                         {
319                                 text    "Electro Primary Force"
320                                 target  "Data::Weapon::ElectroPrimaryForce::Text"
321                         }
322                         Derive Nex_Option_EditBox ElectroPrimaryRadius
323                         {
324                                 text    "Electro Primary Radius"
325                                 target  "Data::Weapon::ElectroPrimaryRadius::Text"
326                         }
327                         Derive Nex_Option_EditBox ElectroPrimarySpeed
328                         {
329                                 text    "Electro Primary Speed"
330                                 target  "Data::Weapon::ElectroPrimarySpeed::Text"
331                         }
332                         Derive Nex_Option_EditBox ElectroPrimaryLifetime
333                         {
334                                 text    "Electro Primary Shot Lifetime"
335                                 target  "Data::Weapon::ElectroPrimaryLifetime::Text"
336                         }
337                         Derive Nex_Option_EditBox ElectroPrimaryRefire
338                         {
339                                 text    "Electro Primary Refire"
340                                 target  "Data::Weapon::ElectroPrimaryRefire::Text"
341                         }
342                         Derive Nex_Option_EditBox ElectroPrimaryAnimTime
343                         {
344                                 text    "Electro Primary Animation Time"
345                                 target  "Data::Weapon::ElectroPrimaryAnimTime::Text"
346                         }
347                         Derive Nex_Option_EditBox ElectroPrimaryAmmo
348                         {
349                                 text    "Electro Primary Ammo"
350                                 target  "Data::Weapon::ElectroPrimaryAmmo::Text"
351                         }
352                         Derive Nex_Option_EditBox ElectroSecondaryDamage
353                         {
354                                 text    "Electro Secondary Damage"
355                                 target  "Data::Weapon::ElectroSecondaryDamage::Text"
356                         }
357                         Derive Nex_Option_EditBox ElectroSecondaryEdgeDamage
358                         {
359                                 text    "Electro Secondary EdgeDamage"
360                                 target  "Data::Weapon::ElectroSecondaryEdgeDamage::Text"
361                         }
362                         Derive Nex_Option_EditBox ElectroSecondaryForce
363                         {
364                                 text    "Electro Secondary Force"
365                                 target  "Data::Weapon::ElectroSecondaryForce::Text"
366                         }
367                         Derive Nex_Option_EditBox ElectroSecondaryRadius
368                         {
369                                 text    "Electro Secondary Radius"
370                                 target  "Data::Weapon::ElectroSecondaryRadius::Text"
371                         }
372                         Derive Nex_Option_EditBox ElectroSecondarySpeed
373                         {
374                                 text    "Electro Secondary Speed"
375                                 target  "Data::Weapon::ElectroSecondarySpeed::Text"
376                         }
377                         Derive Nex_Option_EditBox ElectroSecondarySpeedUp
378                         {
379                                 text    "Electro Secondary Upward Speed"
380                                 target  "Data::Weapon::ElectroSecondarySpeedUp::Text"
381                         }
382                         Derive Nex_Option_EditBox ElectroSecondaryLifetime
383                         {
384                                 text    "Electro Secondary Shot Lifetime"
385                                 target  "Data::Weapon::ElectroSecondaryLifetime::Text"
386                         }
387                         Derive Nex_Option_EditBox ElectroSecondaryRefire
388                         {
389                                 text    "Electro Secondary Refire"
390                                 target  "Data::Weapon::ElectroSecondaryRefire::Text"
391                         }
392                         Derive Nex_Option_EditBox ElectroSecondaryAnimTime
393                         {
394                                 text    "Electro Secondary Animation Time"
395                                 target  "Data::Weapon::ElectroSecondaryAnimTime::Text"
396                         }
397                         Derive Nex_Option_EditBox ElectroSecondaryAmmo
398                         {
399                                 text    "Electro Secondary Ammo"
400                                 target  "Data::Weapon::ElectroSecondaryAmmo::Text"
401                         }
402                         Derive Nex_Option_EditBox CryLinkPrimaryDamage
403                         {
404                                 text    "CryLink Primary Damage"
405                                 target  "Data::Weapon::CryLinkPrimaryDamage::Text"
406                         }
407                         Derive Nex_Option_EditBox CryLinkPrimaryEdgeDamage
408                         {
409                                 text    "CryLink Primary EdgeDamage"
410                                 target  "Data::Weapon::CryLinkPrimaryEdgeDamage::Text"
411                         }
412                         Derive Nex_Option_EditBox CryLinkPrimaryForce
413                         {
414                                 text    "CryLink Primary Force"
415                                 target  "Data::Weapon::CryLinkPrimaryForce::Text"
416                         }
417                         Derive Nex_Option_EditBox CryLinkPrimaryRadius
418                         {
419                                 text    "CryLink Primary Radius"
420                                 target  "Data::Weapon::CryLinkPrimaryRadius::Text"
421                         }
422                         Derive Nex_Option_EditBox CryLinkPrimarySpeed
423                         {
424                                 text    "CryLink Primary Speed"
425                                 target  "Data::Weapon::CryLinkPrimarySpeed::Text"
426                         }
427                         Derive Nex_Option_EditBox CryLinkPrimarySpread
428                         {
429                                 text    "CryLink Primary Spread"
430                                 target  "Data::Weapon::CryLinkPrimarySpread::Text"
431                         }
432                         Derive Nex_Option_EditBox CryLinkPrimaryShots
433                         {
434                                 text    "CryLink Primary Shots"
435                                 target  "Data::Weapon::CryLinkPrimaryShots::Text"
436                         }
437                         Derive Nex_Option_EditBox CryLinkPrimaryLifetime
438                         {
439                                 text    "CryLink Primary Shot Lifetime"
440                                 target  "Data::Weapon::CryLinkPrimaryLifetime::Text"
441                         }
442                         Derive Nex_Option_EditBox CryLinkPrimaryRefire
443                         {
444                                 text    "CryLink Primary Refire"
445                                 target  "Data::Weapon::CryLinkPrimaryRefire::Text"
446                         }
447                         Derive Nex_Option_EditBox CryLinkPrimaryAnimTime
448                         {
449                                 text    "CryLink Primary Animation Time"
450                                 target  "Data::Weapon::CryLinkPrimaryAnimTime::Text"
451                         }
452                         Derive Nex_Option_EditBox CryLinkPrimaryAmmo
453                         {
454                                 text    "CryLink Primary Ammo"
455                                 target  "Data::Weapon::CryLinkPrimaryAmmo::Text"
456                         }
457                         Derive Nex_Option_EditBox CryLinkSecondaryDamage
458                         {
459                                 text    "CryLink Secondary Damage"
460                                 target  "Data::Weapon::CryLinkSecondaryDamage::Text"
461                         }
462                         Derive Nex_Option_EditBox CryLinkSecondaryEdgeDamage
463                         {
464                                 text    "CryLink Secondary EdgeDamage"
465                                 target  "Data::Weapon::CryLinkSecondaryEdgeDamage::Text"
466                         }
467                         Derive Nex_Option_EditBox CryLinkSecondaryForce
468                         {
469                                 text    "CryLink Secondary Force"
470                                 target  "Data::Weapon::CryLinkSecondaryForce::Text"
471                         }
472                         Derive Nex_Option_EditBox CryLinkSecondaryRadius
473                         {
474                                 text    "CryLink Secondary Radius"
475                                 target  "Data::Weapon::CryLinkSecondaryRadius::Text"
476                         }
477                         Derive Nex_Option_EditBox CryLinkSecondarySpeed
478                         {
479                                 text    "CryLink Secondary Speed"
480                                 target  "Data::Weapon::CryLinkSecondarySpeed::Text"
481                         }
482                         Derive Nex_Option_EditBox CryLinkSecondarySpread
483                         {
484                                 text    "CryLink Secondary Spread"
485                                 target  "Data::Weapon::CryLinkSecondarySpread::Text"
486                         }
487                         Derive Nex_Option_EditBox CryLinkSecondaryShots
488                         {
489                                 text    "CryLink Secondary Shots"
490                                 target  "Data::Weapon::CryLinkSecondaryShots::Text"
491                         }
492                         Derive Nex_Option_EditBox CryLinkSecondaryLifetime
493                         {
494                                 text    "CryLink Secondary Shot Lifetime"
495                                 target  "Data::Weapon::CryLinkSecondaryLifetime::Text"
496                         }
497                         Derive Nex_Option_EditBox CryLinkSecondaryRefire
498                         {
499                                 text    "CryLink Secondary Refire"
500                                 target  "Data::Weapon::CryLinkSecondaryRefire::Text"
501                         }
502                         Derive Nex_Option_EditBox CryLinkSecondaryAnimTime
503                         {
504                                 text    "CryLink Secondary Animation Time"
505                                 target  "Data::Weapon::CryLinkSecondaryAnimTime::Text"
506                         }
507                         Derive Nex_Option_EditBox CryLinkSecondaryAmmo
508                         {
509                                 text    "CryLink Secondary Ammo"
510                                 target  "Data::Weapon::CryLinkSecondaryAmmo::Text"
511                         }
512                         Derive Nex_Option_EditBox NexDamage
513                         {
514                                 text    "Nex Damage"
515                                 target  "Data::Weapon::NexDamage::Text"
516                         }
517                         Derive Nex_Option_EditBox NexRefire
518                         {
519                                 text    "Nex Refire"
520                                 target  "Data::Weapon::NexRefire::Text"
521                         }
522                         Derive Nex_Option_EditBox NexAnimTime
523                         {
524                                 text    "Nex Animation Time"
525                                 target  "Data::Weapon::NexAnimTime::Text"
526                         }
527                         Derive Nex_Option_EditBox NexAmmo
528                         {
529                                 text    "Nex Ammo"
530                                 target  "Data::Weapon::NexAmmo::Text"
531                         }
532                         Derive Nex_Option_EditBox HagarPrimaryDamage
533                         {
534                                 text    "Hagar Primary Damage"
535                                 target  "Data::Weapon::HagarPrimaryDamage::Text"
536                         }
537                         Derive Nex_Option_EditBox HagarPrimaryEdgeDamage
538                         {
539                                 text    "Hagar Primary EdgeDamage"
540                                 target  "Data::Weapon::HagarPrimaryEdgeDamage::Text"
541                         }
542                         Derive Nex_Option_EditBox HagarPrimaryForce
543                         {
544                                 text    "Hagar Primary Force"
545                                 target  "Data::Weapon::HagarPrimaryForce::Text"
546                         }
547                         Derive Nex_Option_EditBox HagarPrimaryRadius
548                         {
549                                 text    "Hagar Primary Radius"
550                                 target  "Data::Weapon::HagarPrimaryRadius::Text"
551                         }
552                         Derive Nex_Option_EditBox HagarPrimarySpeed
553                         {
554                                 text    "Hagar Primary Speed"
555                                 target  "Data::Weapon::HagarPrimarySpeed::Text"
556                         }
557                         Derive Nex_Option_EditBox HagarPrimaryLifetime
558                         {
559                                 text    "Hagar Primary Shot Lifetime"
560                                 target  "Data::Weapon::HagarPrimaryLifetime::Text"
561                         }
562                         Derive Nex_Option_EditBox HagarPrimaryRefire
563                         {
564                                 text    "Hagar Primary Refire"
565                                 target  "Data::Weapon::HagarPrimaryRefire::Text"
566                         }
567                         Derive Nex_Option_EditBox HagarPrimaryAmmo
568                         {
569                                 text    "Hagar Primary Ammo"
570                                 target  "Data::Weapon::HagarPrimaryAmmo::Text"
571                         }
572                         Derive Nex_Option_EditBox HagarSecondaryDamage
573                         {
574                                 text    "Hagar Secondary Damage"
575                                 target  "Data::Weapon::HagarSecondaryDamage::Text"
576                         }
577                         Derive Nex_Option_EditBox HagarSecondaryEdgeDamage
578                         {
579                                 text    "Hagar Secondary EdgeDamage"
580                                 target  "Data::Weapon::HagarSecondaryEdgeDamage::Text"
581                         }
582                         Derive Nex_Option_EditBox HagarSecondaryForce
583                         {
584                                 text    "Hagar Secondary Force"
585                                 target  "Data::Weapon::HagarSecondaryForce::Text"
586                         }
587                         Derive Nex_Option_EditBox HagarSecondaryRadius
588                         {
589                                 text    "Hagar Secondary Radius"
590                                 target  "Data::Weapon::HagarSecondaryRadius::Text"
591                         }
592                         Derive Nex_Option_EditBox HagarSecondarySpeed
593                         {
594                                 text    "Hagar Secondary Speed"
595                                 target  "Data::Weapon::HagarSecondarySpeed::Text"
596                         }
597                         Derive Nex_Option_EditBox HagarSecondarySpeedUp
598                         {
599                                 text    "Hagar Secondary Upward Speed"
600                                 target  "Data::Weapon::HagarSecondarySpeedUp::Text"
601                         }
602                         Derive Nex_Option_EditBox HagarSecondaryLifetime
603                         {
604                                 text    "Hagar Secondary Shot Lifetime"
605                                 target  "Data::Weapon::HagarSecondaryLifetime::Text"
606                         }
607                         Derive Nex_Option_EditBox HagarSecondaryRefire
608                         {
609                                 text    "Hagar Secondary Refire"
610                                 target  "Data::Weapon::HagarSecondaryRefire::Text"
611                         }
612                         Derive Nex_Option_EditBox HagarSecondaryAmmo
613                         {
614                                 text    "Hagar Secondary Ammo"
615                                 target  "Data::Weapon::HagarSecondaryAmmo::Text"
616                         }
617                         Derive Nex_Option_EditBox RocketLauncherDamage
618                         {
619                                 text    "Rocket Launcher Damage"
620                                 target  "Data::Weapon::RocketLauncherDamage::Text"
621                         }
622                         Derive Nex_Option_EditBox RocketLauncherEdgeDamage
623                         {
624                                 text    "RL Edge Damage"
625                                 target  "Data::Weapon::RocketLauncherEdgeDamage::Text"
626                         }
627                         Derive Nex_Option_EditBox RocketLauncherForce
628                         {
629                                 text    "Rocket Launcher Force"
630                                 target  "Data::Weapon::RocketLauncherForce::Text"
631                         }
632                         Derive Nex_Option_EditBox RocketLauncherRadius
633                         {
634                                 text    "Rocket Launcher Radius"
635                                 target  "Data::Weapon::RocketLauncherRadius::Text"
636                         }
637                         Derive Nex_Option_EditBox RocketLauncherSpeed
638                         {
639                                 text    "Rocket Launcher Speed"
640                                 target  "Data::Weapon::RocketLauncherSpeed::Text"
641                         }
642                         Derive Nex_Option_EditBox RocketLauncherRefire
643                         {
644                                 text    "Rocket Launcher Refire"
645                                 target  "Data::Weapon::RocketLauncherRefire::Text"
646                         }
647                         Derive Nex_Option_EditBox RocketLauncherAnimTime
648                         {
649                                 text    "Rocket Launcher Animation Time"
650                                 target  "Data::Weapon::RocketLauncherAnimTime::Text"
651                         }
652                         Derive Nex_Option_EditBox RocketLauncherAmmo
653                         {
654                                 text    "Rocket Launcher Ammo"
655                                 target  "Data::Weapon::RocketLauncherAmmo::Text"
656                         }
657                         Derive Nex_Option_EditBox RocketLauncherGuidedSpeed
658                         {
659                                 text    "Guided Rocket Launcher Speed"
660                                 target  "Data::Weapon::RocketLauncherGuidedSpeed::Text"
661                         }
662                         Derive Nex_Option_EditBox RocketLauncherGuidedTurnRate
663                         {
664                                 text    "Guided Rocket Launcher Turn Rate"
665                                 target  "Data::Weapon::RocketLauncherGuidedTurnRate::Text"
666                         }
667                         Derive Nex_Option_Switch RocketLauncherGuidedAllowSteal
668                         {
669                                 text    "Guided Rocket Launcher Allow Confusion"
670                                 target  "Data::Weapon::RocketLauncherGuidedAllowSteal::Switch"
671                         }
672                         Derive Nex_Line Seperator
673                         {}
674                         Derive TextButton Reset
675                         {
676                                 normal  "Reset to default"
677                                 init    Nex_Action_ResetData
678                                 target  "::Data::Weapon"
679                         }
680                 }
681         }
682         Item VScrollBar Scroller
683         {
684                 pos     '830 0'
685                 size    '20 100'
686                 target  "##prev"
687         }
688 }