Skip to content

Commit

Permalink
Merge pull request #69283 from Standing-Storm/migoify-migo-mages
Browse files Browse the repository at this point in the history
[Magiclysm] Mi-goify Mi-go Mages
  • Loading branch information
Maleclypse authored Nov 12, 2023
2 parents d8f6bc6 + cccf3b4 commit 3a8259b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/mods/Magiclysm/monsters/mi-go.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"speed": 135,
"diff": 50,
"//": "Speed (and armor values and regeneration) assume additional protective spells",
"material": [ "flesh" ],
"material": [ "mi-go_flesh" ],
"symbol": "&",
"color": "pink",
"aggression": 20,
Expand All @@ -28,9 +28,9 @@
"bleed_rate": 50,
"vision_day": 50,
"vision_night": 20,
"harvest": "zombie_meatslug",
"families": [ "prof_wp_demihuman" ],
"weakpoint_sets": [ "wps_humanoid_body" ],
"harvest": "mi-go",
"weakpoint_sets": [ "wps_mi-go", "wps_natural_armor" ],
"families": [ "prof_wp_mi-go_basic", "prof_wp_mi-go_advanced", "prof_wp_nat_armored" ],
"path_settings": { "max_dist": 50, "allow_open_doors": true, "avoid_traps": true, "avoid_sharp": true },
"scents_ignored": [ "sc_fetid" ],
"special_attacks": [
Expand Down Expand Up @@ -93,7 +93,7 @@
"hp": 160,
"speed": 120,
"diff": 35,
"material": [ "flesh" ],
"material": [ "mi-go_flesh" ],
"symbol": "&",
"color": "red",
"aggression": 20,
Expand All @@ -106,9 +106,9 @@
"bleed_rate": 75,
"vision_day": 50,
"vision_night": 20,
"harvest": "zombie_meatslug",
"families": [ "prof_wp_demihuman" ],
"weakpoint_sets": [ "wps_humanoid_body" ],
"harvest": "mi-go",
"weakpoint_sets": [ "wps_mi-go", "wps_natural_armor" ],
"families": [ "prof_wp_mi-go_basic", "prof_wp_mi-go_advanced", "prof_wp_nat_armored" ],
"path_settings": { "max_dist": 50, "allow_open_doors": true, "avoid_traps": true, "avoid_sharp": true },
"scents_ignored": [ "sc_fetid" ],
"special_attacks": [
Expand Down

0 comments on commit 3a8259b

Please sign in to comment.