Implement bond types (Romantic, Familial, Friendship, Professional, Caretaking) #100

Open
opened 2025-12-17 03:24:12 +00:00 by siennathesane · 0 comments
siennathesane commented 2025-12-17 03:24:12 +00:00 (Migrated from github.com)

Description

Implement different bond types that enable different interactions.

Acceptance Criteria

Scenario: Bond types work
  Given entities have relationships
  When bond types are implemented
  Then Romantic bonds enable intimate interactions
  And Familial bonds enable caregiving
  And Friendship bonds enable leisure activities
  And Professional bonds enable work coordination
  And Caretaking bonds enable dependency

Technical Notes

  • Bond types: Romantic, Familial, Friendship, Professional, Caretaking
  • Bond type affects available interactions
  • Multiple bonds possible (coworkers can be friends)
  • Bond formation rules (romantic requires attraction, familial is blood/adoption)
  • Bond type affects coordination willingness

Size: M (4 points)
Priority: P1
Phase: 7 - Relationships

## Description Implement different bond types that enable different interactions. ## Acceptance Criteria ```gherkin Scenario: Bond types work Given entities have relationships When bond types are implemented Then Romantic bonds enable intimate interactions And Familial bonds enable caregiving And Friendship bonds enable leisure activities And Professional bonds enable work coordination And Caretaking bonds enable dependency ``` ## Technical Notes - Bond types: Romantic, Familial, Friendship, Professional, Caretaking - Bond type affects available interactions - Multiple bonds possible (coworkers can be friends) - Bond formation rules (romantic requires attraction, familial is blood/adoption) - Bond type affects coordination willingness **Size:** M (4 points) **Priority:** P1 **Phase:** 7 - Relationships
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: studio/marathon#100