Changeset 11108 for code/trunk/data/levels/includes/weaponSettingsFPS.oxi
- Timestamp:
- Feb 4, 2016, 11:54:04 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/includes/weaponSettingsFPS.oxi
r11052 r11108 10 10 <WeaponSet firemode=0 /> 11 11 <WeaponSet firemode=1 /> 12 <WeaponSet firemode=2 /> 12 13 </weaponsets> 13 14 <weaponpacks> … … 19 20 </links> 20 21 <Weapon> 21 <HsW01 mode=0 munitionpershot=0 delay=0.0 damage=2.5 material="Flares/point_lensflare" muzzleoffset=" 0.7, -0.3, -3" /> 22 <LightningGun mode=1 muzzleoffset="0,0,0" damage=3.14159 shielddamage=20/> 22 <HsW01 mode=0 munitionpershot=0 delay=0.0 damage=2.5 material="Flares/point_lensflare" muzzleoffset="0.7,-0.3,-3" /> 23 <FlameGun mode=1 munitionpershot=1 damage=0.5 muzzleoffset="0.7,-0.3,-3"/> 24 <LightningGun mode=2 muzzleoffset="0,0,0" damage=3.14159 shielddamage=20/> 23 25 </Weapon> 24 <LaserGun25 position="0,0,0"26 munitionType="LaserGunMunition"27 bulletLoadingTime="0.2"28 magazineLoadingTime="5.0"29 speed="1000"30 unlimitedMunition=true31 />32 <!--LaserGun33 position="0,0,0"34 munitionType="LaserGunMunition"35 bulletLoadingTime="0.2"36 magazineLoadingTime="5.0"37 speed="1250"38 unlimitedMunition=true39 />40 </WeaponPack>41 <WeaponPack firemode=1>42 <Fusion43 position="0,0,0"44 munitionType="FusionMunition"45 bulletLoadingTime="0.3"46 magazineLoadingTime="3"47 speed="600"48 unlimitedMunition=true49 /-->50 26 </WeaponPack> 51 27 </weaponpacks> 52 28 <munition> 53 29 <LaserMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=5 replenishamount=1 replenishinterval=7.5/> 30 <FlameMunition initialmagazines=8 maxmagazines=8 munitionpermagazine=20/> 54 31 <LightningMunition initialmagazines=2 maxmagazines=2 munitionpermagazine=8 /> 55 32 </munition>
Note: See TracChangeset
for help on using the changeset viewer.