|
44 | 44 | "material": [ "superalloy", "plastic" ], |
45 | 45 | "color": "blue", |
46 | 46 | "range": 30, |
47 | | - "ranged_damage": { "damage_type": "heat", "amount": 20, "armor_penetration": 4 }, |
| 47 | + "ranged_damage": { "damage_type": "heat", "amount": 40, "armor_penetration": 5 }, |
48 | 48 | "dispersion": 100, |
49 | 49 | "loudness": 12, |
50 | | - "ups_charges": 20, |
51 | | - "modes": [ [ "DEFAULT", "3 rd.", 3 ], [ "BURST", "5 rd.", 5 ], [ "AUTO", "high auto", 15 ] ], |
| 50 | + "ups_charges": 50, |
| 51 | + "modes": [ [ "DEFAULT", "semi", 1 ], [ "BURST", "burst", 5 ], [ "AUTO", "auto", 10 ] ], |
52 | 52 | "ammo_effects": [ "LASER", "PLASMA_BUBBLE", "INCENDIARY" ], |
53 | 53 | "extend": { "flags": [ "NO_UNWIELD", "NO_SALVAGE", "NO_REPAIR", "UNBREAKABLE_MELEE" ] } |
54 | 54 | }, |
| 55 | + { |
| 56 | + "id": "gatling_mech_laser_rebuilt", |
| 57 | + "copy-from": "gatling_mech_laser", |
| 58 | + "type": "GUN", |
| 59 | + "name": { "str": "rebuilt CMES gatling laser" }, |
| 60 | + "description": "A rapid-fire weapon system stripped from a combat mech, modified for handheld use. While less efficient and too bulky to fire without proper support, its rotating-barrel laser system can still spray death downrange with ease.", |
| 61 | + "weight": "40 kg", |
| 62 | + "dispersion": 200, |
| 63 | + "ups_charges": 80, |
| 64 | + "extend": { "flags": [ "MOUNTED_GUN" ] }, |
| 65 | + "delete": { "flags": [ "NO_UNWIELD", "NO_SALVAGE", "NO_REPAIR", "UNBREAKABLE_MELEE" ] } |
| 66 | + }, |
55 | 67 | { |
56 | 68 | "id": "recon_mech_laser", |
57 | 69 | "copy-from": "rifle_energy", |
|
68 | 80 | "material": [ "superalloy", "plastic" ], |
69 | 81 | "color": "blue", |
70 | 82 | "range": 45, |
71 | | - "ranged_damage": { "damage_type": "heat", "amount": 30, "armor_penetration": 4 }, |
| 83 | + "ranged_damage": { "damage_type": "heat", "amount": 80, "armor_penetration": 10 }, |
72 | 84 | "dispersion": 15, |
73 | 85 | "loudness": 1, |
74 | | - "ups_charges": 50, |
| 86 | + "ups_charges": 100, |
75 | 87 | "ammo_effects": [ "LASER", "PLASMA_BUBBLE", "INCENDIARY" ], |
76 | 88 | "extend": { "flags": [ "NO_UNWIELD", "NO_REPAIR", "NO_SALVAGE", "UNBREAKABLE_MELEE" ] } |
77 | 89 | }, |
| 90 | + { |
| 91 | + "id": "recon_mech_laser_rebuilt", |
| 92 | + "copy-from": "recon_mech_laser", |
| 93 | + "type": "GUN", |
| 94 | + "name": { "str": "rebuilt RMES marksman laser" }, |
| 95 | + "description": "A long-range weapon system stripped from a recon mech, modified for handheld use. While less efficient and too bulky to fire without proper support, it's still a quiet and relatively accurate marksman laser rifle.", |
| 96 | + "weight": "13 kg", |
| 97 | + "dispersion": 30, |
| 98 | + "ups_charges": 160, |
| 99 | + "extend": { "flags": [ "MOUNTED_GUN" ] }, |
| 100 | + "delete": { "flags": [ "NO_UNWIELD", "NO_REPAIR", "NO_SALVAGE", "UNBREAKABLE_MELEE" ] } |
| 101 | + }, |
78 | 102 | { |
79 | 103 | "id": "laser_cannon", |
80 | 104 | "copy-from": "rifle_energy", |
|
0 commit comments