Skip to content

Commit af81efe

Browse files
Merge pull request #81902 from gettingusedto/XE-migo-chan
[XEDRA Evolved] Humaniform Mi-go
1 parent b48fdbf commit af81efe

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

data/mods/Xedra_Evolved/monsters/migo.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,66 @@
4343
"PRIORITIZE_TARGETS",
4444
"CORNERED_FIGHTER"
4545
],
46+
"upgrades": { "into_group": "GROUP_XE_MIGO_EVO", "half_life": 40 },
4647
"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 }
47107
}
48108
]

data/mods/Xedra_Evolved/monsters/monstergroup.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,10 @@
347347
{
348348
"type": "monstergroup",
349349
"id": "GROUP_MI-GO_BASE_COMMON",
350-
"monsters": [ { "monster": "mon_mi_go_stalking_warper", "weight": 50, "cost_multiplier": 2, "starts": "35 days" } ]
350+
"monsters": [
351+
{ "monster": "mon_mi_go_stalking_warper", "weight": 50, "cost_multiplier": 2, "starts": "35 days" },
352+
{ "monster": "mon_mi_go_humanoid", "weight": 50, "cost_multiplier": 2, "starts": "35 days" }
353+
]
351354
},
352355
{
353356
"type": "monstergroup",
@@ -431,5 +434,10 @@
431434
{ "monster": "mon_zombie_monochrome_2", "weight": 225 },
432435
{ "monster": "mon_zombie_monochrome_3", "weight": 100 }
433436
]
437+
},
438+
{
439+
"type": "monstergroup",
440+
"id": "GROUP_XE_MIGO_EVO",
441+
"monsters": [ { "monster": "mon_mi_go" }, { "monster": "mon_mi_go_humanoid" }, { "monster": "mon_mi_go_stalking_warper" } ]
434442
}
435443
]

0 commit comments

Comments
 (0)