|
39 | 39 | },
|
40 | 40 | {
|
41 | 41 | "type": "MONSTER_FACTION",
|
42 |
| - "name": "robot" |
| 42 | + "name": "robot", |
| 43 | + "neutral": [ "aerial_assassin" ] |
43 | 44 | },
|
44 | 45 | {
|
45 | 46 | "type": "MONSTER_FACTION",
|
46 | 47 | "name": "wonder_forge",
|
47 | 48 | "hate": [ "zombie", "fungus" ],
|
| 49 | + "neutral": [ "aerial_assassin" ], |
48 | 50 | "friendly": [ "forge_lords" ]
|
49 | 51 | },
|
50 | 52 | {
|
|
79 | 81 | },
|
80 | 82 | {
|
81 | 83 | "type": "MONSTER_FACTION",
|
82 |
| - "name": "magical_plant" |
| 84 | + "name": "magical_plant", |
| 85 | + "neutral": [ "triffid" ] |
| 86 | + }, |
| 87 | + { |
| 88 | + "type": "MONSTER_FACTION", |
| 89 | + "name": "triffid", |
| 90 | + "copy-from": "triffid", |
| 91 | + "extend": { "neutral": [ "aerial_assassin", "magical_plant" ] } |
83 | 92 | },
|
84 | 93 | {
|
85 | 94 | "type": "MONSTER_FACTION",
|
86 | 95 | "name": "mi-go",
|
87 | 96 | "copy-from": "mi-go",
|
88 | 97 | "base_faction": "nether",
|
89 | 98 | "friendly": [ "mi-go_summon" ],
|
90 |
| - "neutral": [ "fish", "yrax", "small_animal", "slime", "passive_machine" ], |
| 99 | + "neutral": [ "fish", "yrax", "small_animal", "slime", "passive_machine", "aerial_assassin" ], |
91 | 100 | "by_mood": [ "nether" ],
|
92 | 101 | "hate": [ "zombie", "triffid", "fungus", "exodii", "isolated_artisans" ]
|
93 | 102 | },
|
| 103 | + { |
| 104 | + "type": "MONSTER_FACTION", |
| 105 | + "name": "zombie", |
| 106 | + "copy-from": "zombie", |
| 107 | + "extend": { "neutral": [ "aerial_assassin" ] } |
| 108 | + }, |
| 109 | + { |
| 110 | + "type": "MONSTER_FACTION", |
| 111 | + "name": "bot", |
| 112 | + "copy-from": "bot", |
| 113 | + "extend": { "neutral": [ "aerial_assassin" ] } |
| 114 | + }, |
94 | 115 | {
|
95 | 116 | "type": "MONSTER_FACTION",
|
96 | 117 | "name": "mi-go_summon",
|
|
127 | 148 | "name": "animal",
|
128 | 149 | "copy-from": "animal",
|
129 | 150 | "friendly": [ "attack_player_only", "forest_spirit_faction", "earth_spirit_faction" ],
|
130 |
| - "neutral": [ "small_animal", "fish", "bot", "aquatic_predator", "robofac", "passive_machine", "nether_player_hate" ], |
| 151 | + "neutral": [ |
| 152 | + "small_animal", |
| 153 | + "fish", |
| 154 | + "bot", |
| 155 | + "aquatic_predator", |
| 156 | + "robofac", |
| 157 | + "passive_machine", |
| 158 | + "nether_player_hate", |
| 159 | + "aerial_assassin" |
| 160 | + ], |
131 | 161 | "by_mood": [ "animal" ]
|
132 | 162 | },
|
133 | 163 | {
|
134 | 164 | "type": "MONSTER_FACTION",
|
135 | 165 | "name": "herbivore",
|
136 | 166 | "copy-from": "herbivore",
|
137 | 167 | "friendly": [ "forest_spirit_faction", "earth_spirit_faction" ]
|
| 168 | + }, |
| 169 | + { |
| 170 | + "type": "MONSTER_FACTION", |
| 171 | + "name": "aerial_assassin", |
| 172 | + "base_faction": "nether_hate_humans", |
| 173 | + "neutral": [ "animal", "zombie", "mi-go", "bot", "triffid", "passive_machine", "robot", "wonder_forge" ], |
| 174 | + "by_mood": [ "dragon_black" ] |
138 | 175 | }
|
139 | 176 | ]
|
0 commit comments