|
20 | 20 | "upgrades": { "half_life": 168, "into_group": "GROUP_ZOMBIE_BOOMER_UPGRADE" }, |
21 | 21 | "fungalize_into": "mon_boomer_dusted", |
22 | 22 | "armor": { "electric": 2 }, |
23 | | - "extend": { "flags": [ "BILE_BLOOD" ], "weakpoint_sets": [ "wps_humanoid_head_small" ], "special_attacks": [ [ "BOOMER", 20 ] ] } |
| 23 | + "starting_ammo": { "boomer_bile": 999 }, |
| 24 | + "extend": { |
| 25 | + "flags": [ "BILE_BLOOD" ], |
| 26 | + "weakpoint_sets": [ "wps_humanoid_head_small" ], |
| 27 | + "special_attacks": [ |
| 28 | + { |
| 29 | + "type": "gun", |
| 30 | + "move_cost": 150, |
| 31 | + "cooldown": 5, |
| 32 | + "id": "boomer_bile", |
| 33 | + "gun_type": "boomer_head", |
| 34 | + "ammo_type": "boomer_bile", |
| 35 | + "fake_skills": [ [ "gun", 3 ], [ "rifle", 3 ] ], |
| 36 | + "fake_dex": 10, |
| 37 | + "targeting_sound": "gurgling.", |
| 38 | + "description": "The %s spews bile!", |
| 39 | + "no_ammo_sound": "dry heaving.", |
| 40 | + "ranges": [ [ 0, 2, "DEFAULT" ] ] |
| 41 | + } |
| 42 | + ] |
| 43 | + } |
24 | 44 | }, |
25 | 45 | { |
26 | 46 | "id": "mon_boomer_huge", |
|
42 | 62 | "corpse_type": "NO_CORPSE" |
43 | 63 | }, |
44 | 64 | "armor": { "bash": 5, "cut": 5, "bullet": 4, "electric": 3 }, |
45 | | - "extend": { "special_attacks": [ [ "BOOMER_GLOW", 20 ] ] }, |
46 | | - "delete": { "special_attacks": [ "BOOMER" ] } |
| 65 | + "delete": { "special_attacks": [ "boomer_bile" ] }, |
| 66 | + "starting_ammo": { "boomer_bile_adv": 999 }, |
| 67 | + "extend": { |
| 68 | + "special_attacks": [ |
| 69 | + { |
| 70 | + "type": "gun", |
| 71 | + "move_cost": 150, |
| 72 | + "cooldown": 20, |
| 73 | + "id": "boomer_bile_adv", |
| 74 | + "gun_type": "boomer_head", |
| 75 | + "ammo_type": "boomer_bile_adv", |
| 76 | + "fake_skills": [ [ "gun", 3 ], [ "rifle", 3 ] ], |
| 77 | + "fake_dex": 10, |
| 78 | + "targeting_sound": "gurgling.", |
| 79 | + "description": "The %s spews bile!", |
| 80 | + "no_ammo_sound": "dry heaving.", |
| 81 | + "ranges": [ [ 0, 2, "DEFAULT" ] ] |
| 82 | + } |
| 83 | + ] |
| 84 | + } |
47 | 85 | }, |
48 | 86 | { |
49 | 87 | "id": "mon_zombie_gasbag", |
|
59 | 97 | "death_function": { "message": "The %s explodes!", "effect": { "id": "death_gas", "hit_self": true }, "corpse_type": "NO_CORPSE" }, |
60 | 98 | "fungalize_into": "mon_gasbag_dusted", |
61 | 99 | "armor": { "electric": 1 }, |
62 | | - "delete": { "flags": [ "BILE_BLOOD", "BASHES", "GROUP_BASH", "GRABS", "PUSH_MON" ], "special_attacks": [ "BOOMER" ] } |
| 100 | + "delete": { "flags": [ "BILE_BLOOD", "BASHES", "GROUP_BASH", "GRABS", "PUSH_MON" ], "special_attacks": [ "boomer_bile" ] } |
63 | 101 | }, |
64 | 102 | { |
65 | 103 | "id": "mon_zombie_relax_gasbag", |
|
107 | 145 | "vision_night": 5, |
108 | 146 | "emit_fields": [ { "emit_id": "emit_sludge_puddle", "delay": "1 s" } ], |
109 | 147 | "grab_strength": 30, |
| 148 | + "starting_ammo": { "boomer_bile_adv": 999 }, |
110 | 149 | "special_attacks": [ |
111 | 150 | { "id": "grab" }, |
112 | 151 | { "id": "scratch_humanoid" }, |
113 | | - [ "BOOMER", 21 ], |
| 152 | + { |
| 153 | + "type": "gun", |
| 154 | + "move_cost": 150, |
| 155 | + "cooldown": 7, |
| 156 | + "id": "boomer_bile_adv", |
| 157 | + "gun_type": "boomer_head", |
| 158 | + "ammo_type": "boomer_bile_adv", |
| 159 | + "fake_skills": [ [ "gun", 3 ], [ "rifle", 3 ] ], |
| 160 | + "fake_dex": 10, |
| 161 | + "targeting_sound": "gurgling.", |
| 162 | + "description": "The %s spews bile!", |
| 163 | + "no_ammo_sound": "dry heaving.", |
| 164 | + "ranges": [ [ 0, 2, "DEFAULT" ] ] |
| 165 | + }, |
114 | 166 | { |
115 | 167 | "id": "bite_humanoid", |
116 | 168 | "cooldown": 3, |
|
0 commit comments