# # This mod adds ammo clips requirement for Laser weapons. # Most stats are based on TFTD gauss weapons # Manufacturing costs of the weapons are reduced by "2 clips" # # --- items: - type: STR_HEAVY_LASER weight: 15 # from 18 compatibleAmmo: - STR_HEAVY_LASER_CLIP power: 0 damageType: 0 clipSize: 0 - type: STR_LASER_RIFLE weight: 5 # from 8 compatibleAmmo: - STR_LASER_RIFLE_CLIP - STR_LASER_RIFLE_CLIP_LIFE - STR_LASER_RIFLE_CLIP_LIPO power: 0 damageType: 0 clipSize: 0 - type: STR_LASER_PISTOL weight: 5 # from 7 compatibleAmmo: - STR_LASER_PISTOL_CLIP power: 0 damageType: 0 clipSize: 0 - type: STR_LASER_PISTOL_CLIP requires: - STR_LASER_PISTOL size: 0.3 costSell: 1050 weight: 2 bigSprite: 102001 floorSprite: 33 hitSound: 19 hitAnimation: 36 power: 46 damageType: 4 clipSize: 20 battleType: 2 listOrder: 3501 - type: STR_LASER_RIFLE_CLIP requires: - STR_LASER_RIFLE size: 0.3 costSell: 1950 weight: 3 bigSprite: 102002 floorSprite: 33 hitSound: 19 hitAnimation: 36 power: 60 damageType: 4 clipSize: 15 battleType: 2 listOrder: 3601 - type: STR_LASER_RIFLE_CLIP_LIPO requires: - STR_LASER_RIFLE - STR_LASER_RIFLE_CLIP size: 0.3 costSell: 2440 weight: 3 bigSprite: 102002 floorSprite: 33 hitSound: 19 hitAnimation: 36 power: 70 damageType: 4 clipSize: 10 battleType: 2 listOrder: 3602 - type: STR_LASER_RIFLE_CLIP_LIFE requires: - STR_LASER_RIFLE - STR_LASER_RIFLE_CLIP size: 0.3 costSell: 2440 weight: 3 bigSprite: 102002 floorSprite: 33 hitSound: 19 hitAnimation: 36 power: 50 damageType: 4 clipSize: 20 battleType: 2 listOrder: 3603 - type: STR_HEAVY_LASER_CLIP requires: - STR_HEAVY_LASER size: 0.3 costSell: 3220 weight: 3 bigSprite: 102003 floorSprite: 33 hitSound: 19 hitAnimation: 36 power: 85 damageType: 4 clipSize: 10 battleType: 2 listOrder: 3701 manufacture: - name: STR_LASER_PISTOL time: 260 # from 300 cost: 6000 # from 8000 - name: STR_LASER_RIFLE time: 310 # from 400 cost: 16000 # from 20000 - name: STR_HEAVY_LASER time: 560 # from 700 cost: 24000 # from 32000 - name: STR_LASER_PISTOL_CLIP category: STR_AMMUNITION requires: - STR_LASER_PISTOL space: 2 time: 20 cost: 1000 listOrder: 900 - name: STR_LASER_RIFLE_CLIP category: STR_AMMUNITION requires: - STR_LASER_RIFLE space: 3 time: 45 cost: 2000 listOrder: 1000 - name: STR_LASER_RIFLE_CLIP_LIPO category: STR_AMMUNITION requires: - STR_LASER_RIFLE_CLIP_LIPO space: 3 time: 50 cost: 3050 listOrder: 1000 - name: STR_LASER_RIFLE_CLIP_LIFE category: STR_AMMUNITION requires: - STR_LASER_RIFLE_CLIP_LIFE space: 3 time: 50 cost: 3050 listOrder: 1000 - name: STR_HEAVY_LASER_CLIP category: STR_AMMUNITION requires: - STR_HEAVY_LASER space: 4 time: 70 cost: 4000 listOrder: 1100 research: - name: STR_LASER_RIFLE_CLIP_LIPO cost: 300 points: 5 dependencies: - STR_LASER_RIFLE - name: STR_LASER_RIFLE_CLIP_LIFE cost: 300 points: 5 dependencies: - STR_LASER_RIFLE ufopaedia: - id: STR_LASER_PISTOL_CLIP type_id: 4 section: STR_NOT_AVAILABLE - id: STR_LASER_RIFLE_CLIP type_id: 4 section: STR_NOT_AVAILABLE - id: STR_HEAVY_LASER_CLIP type_id: 4 section: STR_NOT_AVAILABLE extraSprites: - type: BIGOBS.PCK files: 102001: Resources/LaserPistolClip.gif 102002: Resources/LaserRifleClip.gif 102003: Resources/HeavyLaserClip.gif extraStrings: - type: en-US strings: STR_HEAVY_LASER_CLIP: Heavy Laser clip - type: fr strings: STR_HEAVY_LASER_CLIP: Chargeur de laser lourd - type: en-US strings: STR_LASER_RIFLE_CLIP: Laser Rifle clip - type: fr strings: STR_LASER_RIFLE_CLIP: Chargeur de fusil laser - type: en-US strings: STR_LASER_PISTOL_CLIP: Laser Pistol clip - type: fr strings: STR_LASER_PISTOL_CLIP: Chargeur de pistolet laser - type: en-US strings: STR_LASER_RIFLE_CLIP_LIFE: Laser Rifle LiFe clip - type: en-US strings: STR_LASER_RIFLE_CLIP_LIPO: Laser Rifle LiPo clip