I’m trying to replace the zombie cops and zombie soldiers with living, non-zombie cops and soldiers, but they won’t fire their guns.
Cops: “type” : “MONSTER”,
“id” : “mon_zombie_cop”,
“name”: “cop”,
“species”:“ZOMBIE”,
“default_faction”:“cop_zombie”,
“symbol”:"@",
“color”:“blue”,
“size”:“MEDIUM”,
“material”:“flesh”,
“diff”:30,
“aggression”:5,
“morale”:100,
“speed”:95,
“melee_skill”:6,
“melee_dice”:2,
“melee_dice_sides”:4,
“melee_cut”:0,
“dodge”:3,
“armor_bash”:6,
“armor_cut”:6,
“armor_stab”:6,
“vision_day”:100,
“vision_night”:10,
“death_drops”: “mon_zombie_cop_death_drops”,
“burn_into” : “mon_zombie_scorched”,
“hp”:80,
“death_function”:[“NORMAL”],
“special_attacks”:[[“TAZER”, 5],
{
“type” : “gun”,
“cooldown” : 2,
“gun_type” : “m1911”,
“ammo_type” : “45_acp”,
“max_ammo” : 1000,
“fake_str” : 11,
“fake_dex” : 12,
“fake_per” : 12,
“fake_skills” : [[“gun”, 4], [“pistol”, 6]],
“move_cost” : 95,
“targeting_cost” : 55,
“range” : 12,
“description” : “The cop’s pistol fires!”,
“targeting_sound” : “‘FREEZE, PUNK!’”,
“targeting_volume” : 15,
“no_ammo_sound” : “chk chk!”
}],
“starting_ammo” : {“45_acp”: 55},
“description”:“A police officer, trying to keep the peace.”,
“flags”:[“SEES”, “HEARS”, “SMELLS”, “WARM”, “BASHES”, “GUILT”, “GROUP_BASH”, “BLEED”, “BONES”, “PUSH_MON”],
“anger_triggers”:[“HURT”, “FRIEND_ATTACKED”],
“fear_triggers”:[“FRIEND_DIED”],
“categories”:[“CLASSIC”]
Soldiers: “type” : “MONSTER”,
“id” : “mon_zombie_soldier”,
“name”: “soldier”,
“species”:“ZOMBIE”,
“default_faction”:“zombie”,
“symbol”:"@",
“color”:“ltgreen_green”,
“size”:“MEDIUM”,
“material”:“flesh”,
“diff”:30,
“aggression”:5,
“morale”:100,
“speed”:100,
“melee_skill”:5,
“melee_dice”:2,
“melee_dice_sides”:6,
“melee_cut”:0,
“dodge”:5,
“armor_bash”:25,
“armor_cut”:25,
“vision_day”:120,
“vision_night”:20,
“death_drops”: “mon_zombie_soldier_death_drops”,
“burn_into” : “mon_zombie_scorched”,
“hp”:120,
“death_function”:[“NORMAL”],
“special_attacks”:[
{
“type” : “gun”,
“cooldown” : 7,
“gun_type” : “hk_g36”,
“ammo_type” : “223”,
“max_ammo” : 1000,
“fake_str” : 18,
“fake_dex” : 16,
“fake_per” : 16,
“fake_skills” : [[“gun”, 5], [“rifle”, 10]],
“move_cost” : 100,
“targeting_cost” : 60,
“burst_limit”: 6,
“range” : 15,
“description” : “P-P-P-POW”,
“targeting_sound” : “‘Semper fi.’”,
“targeting_volume” : 15,
“no_ammo_sound” : “chk, chk!”
}
],
“starting_ammo” : {“223”:150},
“description”:“A soldier. You should thank him for his service.”,
“flags”:[“SEES”, “HEARS”, “SMELLS”, “WARM”, “BASHES”, “GROUP_BASH”, “BLEED”, “BONES”, “GUILT”, “PUSH_MON”],
“anger_triggers”:[“HURT”, “FRIEND_ATTACKED”],
“fear_triggers”:[“FRIEND_DIED”],
“categories”:[“CLASSIC”]