|
43 | 43 | "PRIORITIZE_TARGETS",
|
44 | 44 | "CORNERED_FIGHTER"
|
45 | 45 | ],
|
| 46 | + "upgrades": { "into_group": "GROUP_XE_MIGO_EVO", "half_life": 40 }, |
46 | 47 | "armor": { "bash": 10, "cut": 16, "stab": 10, "bullet": 10, "electric": 3, "acid": 20 }
|
| 48 | + }, |
| 49 | + { |
| 50 | + "id": "mon_mi_go_humanoid", |
| 51 | + "type": "MONSTER", |
| 52 | + "name": { "str": "humaniform mi-go" }, |
| 53 | + "description": "A pink alien that used to be a mi-go before turning into this facsimile of a human person. Whatever compromises they went with to create this form has made them lighter and no taller than an average man's waist, they 'wear' clothes made out of waxy thin pink flesh, and the only mi-go parts left intact are their lobster-like claws and their useless pair of ribbed, membranous wings. Whether they used the form for diplomacy with the humans or just the general curiosity of the humanoid shape, they still pack a punch despite the diminutive form.", |
| 54 | + "default_faction": "mi-go", |
| 55 | + "bodytype": "human", |
| 56 | + "species": [ "MIGO" ], |
| 57 | + "volume": "31250 ml", |
| 58 | + "weight": "60 kg", |
| 59 | + "hp": 125, |
| 60 | + "speed": 140, |
| 61 | + "material": [ "mi-go_flesh" ], |
| 62 | + "symbol": "&", |
| 63 | + "color": "pink", |
| 64 | + "aggression": 20, |
| 65 | + "morale": 30, |
| 66 | + "melee_skill": 5, |
| 67 | + "melee_dice": 4, |
| 68 | + "melee_dice_sides": 6, |
| 69 | + "melee_damage": [ { "damage_type": "cut", "amount": 6 } ], |
| 70 | + "dodge": 4, |
| 71 | + "bleed_rate": 75, |
| 72 | + "vision_day": 50, |
| 73 | + "vision_night": 20, |
| 74 | + "weakpoint_sets": [ "wps_mi-go", "wps_humanoid_child_body", "wps_natural_armor" ], |
| 75 | + "families": [ "prof_wp_mi-go_basic", "prof_wp_mi-go_advanced", "prof_wp_nat_armored", "prof_wp_child" ], |
| 76 | + "harvest": "mi-go", |
| 77 | + "path_settings": { "max_dist": 50, "allow_open_doors": true, "avoid_traps": true, "avoid_sharp": true, "avoid_dangerous_fields": true }, |
| 78 | + "scents_ignored": [ "sc_fetid" ], |
| 79 | + "special_attacks": [ |
| 80 | + [ "PARROT", 50 ], |
| 81 | + { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 23, "armor_multiplier": 0.8 } ] } |
| 82 | + ], |
| 83 | + "flags": [ |
| 84 | + "SEES", |
| 85 | + "SMELLS", |
| 86 | + "HEARS", |
| 87 | + "WARM", |
| 88 | + "HAS_MIND", |
| 89 | + "BASHES", |
| 90 | + "POISON", |
| 91 | + "NO_BREATHE", |
| 92 | + "ARTHROPOD_BLOOD", |
| 93 | + "PATH_AVOID_DANGER", |
| 94 | + "CAN_OPEN_DOORS", |
| 95 | + "PRIORITIZE_TARGETS", |
| 96 | + "CORNERED_FIGHTER" |
| 97 | + ], |
| 98 | + "upgrades": { "into_group": "GROUP_XE_MIGO_EVO", "half_life": 40 }, |
| 99 | + "armor": { "bash": 4, "cut": 6, "bullet": 7, "electric": 2 } |
| 100 | + }, |
| 101 | + { |
| 102 | + "id": "mon_mi_go", |
| 103 | + "type": "MONSTER", |
| 104 | + "copy-from": "mon_mi_go", |
| 105 | + "name": { "str": "mi-go" }, |
| 106 | + "upgrades": { "into_group": "GROUP_XE_MIGO_EVO", "half_life": 40 } |
47 | 107 | }
|
48 | 108 | ]
|
0 commit comments