Are friendships (and attractions) cumulative?
That is with
friendship race=orc:-100 arch=orc_berserker:-100
will the AI dislike all orcs (-100) and really dislike berserkers (-100 -100 = -200)?
Or:
attraction type=6:100 cursedtype=6:-100
will the AI be attracted to food (100) but not cursed food (100 -100 = 0)?
EDIT: Answer is yes they are cumulative -- cf, get_npc_attitude() and get_npc_object_attraction() in server/monster_behaviours.c.