Skip to content

Commit

Permalink
Aphids taming fix
Browse files Browse the repository at this point in the history
You can't tame aphids. If you want to transport aphids try scaring them instead. Also, I've lowered aphid's agression and shortened description.
  • Loading branch information
SuddenEyePuncture committed Jun 5, 2021
1 parent f56767e commit aba883b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions data/json/monsters/insect_spider.json
Expand Up @@ -1862,7 +1862,7 @@
"id": "mon_aphid",
"type": "MONSTER",
"name": { "str": "giant aphid", "str_pl": "giant aphids" },
"description": "A green aphid about a size of a rabbit. It is constantly searching for plants to suck from. Probably you could sate it for a moment with cattle fodder.",
"description": "A green aphid about a size of a rabbit. It is constantly searching for plants to suck from.",
"default_faction": "ant",
"bodytype": "insect",
"species": [ "INSECT" ],
Expand All @@ -1873,8 +1873,8 @@
"material": [ "iflesh" ],
"symbol": "a",
"color": "light_green",
"morale": 20,
"aggression": -40,
"morale": 10,
"aggression": -90,
"melee_skill": 1,
"melee_dice": 1,
"melee_dice_sides": 2,
Expand All @@ -1886,13 +1886,14 @@
"vision_day": 10,
"vision_night": 5,
"harvest": "arachnid",
"fear_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "FIRE" ],
"regen_morale": true,
"fear_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "FIRE", "PLAYER_CLOSE" ],
"death_function": [ "NORMAL" ],
"special_attacks": [ [ "EAT_FOOD", 60 ], [ "EAT_CROP", 80 ] ],
"reproduction": { "baby_monster": "mon_aphid", "baby_count": 1, "baby_timer": 20 },
"baby_flags": [ "SPRING", "SUMMER"],
"biosignature": { "biosig_item": "honeydew", "biosig_timer": 600 },
"flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS", "PATH_AVOID_FIRE", "PATH_AVOID_FALL", "CATTLEFODDER", "PET_WONT_FOLLOW" ]
"flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS", "PATH_AVOID_FIRE", "PATH_AVOID_FALL" ]
},
{
"id": "mon_mantis_small",
Expand Down

0 comments on commit aba883b

Please sign in to comment.