Skip to content

Commit

Permalink
Merge pull request #39515 from Maleclypse/Prepnet-Aggro-corrections
Browse files Browse the repository at this point in the history
[Aftershock] Prepnet uses Monfaction hate now
  • Loading branch information
ZhilkinSerg authored Apr 13, 2020
2 parents 0365fad + 50812cb commit e76e4c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data/mods/Aftershock/mobs/PrepPhyle_mobs.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"weight": "57500 g",
"hp": 86,
"speed": 100,
"aggression": 3,
"aggression": 0,
"morale": 10,
"melee_dice": 1,
"melee_dice_sides": 2,
Expand Down
3 changes: 2 additions & 1 deletion data/mods/Aftershock/mobs/monster_faction.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"name": "PrepNet",
"friendly": [ "Prepnet_Phyle", "human", "PrepNet", "player" ],
"neutral": "herbivore",
"by_mood": [ "insect", "small_animal" ]
"by_mood": [ "insect", "small_animal" ],
"hate": [ "fungus" ]
},
{
"type": "MONSTER_FACTION",
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Aftershock/mobs/robots.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"material": [ "steel" ],
"symbol": "R",
"color": "white",
"aggression": 100,
"aggression": 0,
"morale": 100,
"melee_skill": 10,
"melee_dice": 3,
Expand Down

0 comments on commit e76e4c8

Please sign in to comment.