summaryrefslogtreecommitdiff
path: root/data/actions.txt
diff options
context:
space:
mode:
authorSzymon Szukalski <szymon@skas.io>2024-10-25 12:05:03 +1100
committerSzymon Szukalski <szymon@skas.io>2024-10-25 12:05:03 +1100
commit5d5ca66762513dccfbc4e76782e81bc593258c68 (patch)
tree4ad253977f23d0cb08b4d65e6895151aceb4871e /data/actions.txt
parent29fe91901a188af552a0bbaeb59eaf056fbe385d (diff)
Update README and fix incorrect outputs
- Don't output anything if the relationship is unsupported - Fail if we're adding a child via the father to a family
Diffstat (limited to 'data/actions.txt')
-rw-r--r--data/actions.txt65
1 files changed, 12 insertions, 53 deletions
diff --git a/data/actions.txt b/data/actions.txt
index be79572..5f1ffe1 100644
--- a/data/actions.txt
+++ b/data/actions.txt
@@ -1,57 +1,16 @@
+ADD_CHILD "Queen Margaret" "Jonathan" "Male"
+ADD_CHILD "Betty" "Jonathan" "Male"
+ADD_CHILD "Queen Margaret" "Jonathan" "Other"
+ADD_CHILD "King Arthur" "Jonathan" "Other"
-GET_RELATIONSHIP "Hugo" "Paternal-Uncle"
-GET_RELATIONSHIP "Hugo" "Paternal-Aunt"
-#
-GET_RELATIONSHIP "Albus" "Maternal-Uncle"
-GET_RELATIONSHIP "Remus" "Maternal-Aunt"
-#
-GET_RELATIONSHIP "Ted" "Sister-in-Law"
-GET_RELATIONSHIP "Percy" "Sister-in-Law"
-GET_RELATIONSHIP "Charlie" "Sister-in-Law"
-#
-GET_RELATIONSHIP "Percy" "Brother-in-Law"
-GET_RELATIONSHIP "Charlie" "Brother-in-Law"
-GET_RELATIONSHIP "Ted" "Brother-in-Law"
-#
-GET_RELATIONSHIP "King Arthur" "Mother"
-GET_RELATIONSHIP "Bill" "Mother"
-GET_RELATIONSHIP "Charlie" "Mother"
-GET_RELATIONSHIP "Percy" "Mother"
-GET_RELATIONSHIP "Ronald" "Mother"
-GET_RELATIONSHIP "Ginerva" "Mother"
-GET_RELATIONSHIP "Flora" "Mother"
-GET_RELATIONSHIP "Victoire" "Mother"
-GET_RELATIONSHIP "Dominique" "Mother"
-GET_RELATIONSHIP "Louis" "Mother"
-GET_RELATIONSHIP "Ted" "Mother"
-GET_RELATIONSHIP "Remus" "Mother"
-GET_RELATIONSHIP "Audrey" "Mother"
-GET_RELATIONSHIP "Molly" "Mother"
-GET_RELATIONSHIP "Lucy" "Mother"
-GET_RELATIONSHIP "Helen" "Mother"
-GET_RELATIONSHIP "Rose" "Mother"
-GET_RELATIONSHIP "Hugo" "Mother"
-GET_RELATIONSHIP "Malfoy" "Mother"
-GET_RELATIONSHIP "Draco" "Mother"
-GET_RELATIONSHIP "Aster" "Mother"
-GET_RELATIONSHIP "Harry" "Mother"
-GET_RELATIONSHIP "James" "Mother"
-GET_RELATIONSHIP "Albus" "Mother"
-GET_RELATIONSHIP "Lily" "Mother"
-GET_RELATIONSHIP "Darcy" "Mother"
-GET_RELATIONSHIP "William" "Mother"
-GET_RELATIONSHIP "Alice" "Mother"
-GET_RELATIONSHIP "Ron" "Mother"
-GET_RELATIONSHIP "Ginny" "Mother"
-GET_RELATIONSHIP "Molly" "Father"
+ADD_CHILD "King Arthur"
+ADD_CHILD "King Arthur" "Jonathan"
+ADD_PET "King Arthur" "Poodles"
-GET_RELATIONSHIP "Bill" "Siblings"
+GET_RELATIONSHIP "Percy" "Child"
+GET_RELATIONSHIP "Charlie" "Child"
-GET_RELATIONSHIP "King Arthur" "Child"
+GET_RELATIONSHIP "Betty" "Child"
-GET_RELATIONSHIP "King Arthur" "Son"
-GET_RELATIONSHIP "King Arthur" "Daughter"
-GET_RELATIONSHIP "Charlie" "Son"
-#
-ADD_CHILD "Victoire" "Fred" "Male"
-ADD_CHILD "Ted" "Fred" "Male"
+GET_RELATIONSHIP "King Arthur" "Pets"
+GET_RELATIONSHIP "King Arthur" \ No newline at end of file